sunnydeville
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site not workingthytop10.com
Forum: Fixing WordPress
In reply to: adding pages or sub pagesfound a way <!––nextpage––> but it doesnt work any suggestions
Forum: Fixing WordPress
In reply to: search withen widgets“search within or for my widget post”
Forum: Fixing WordPress
In reply to: how to remove text code on single pagecan i block the text code some way with this code
<?php if( !is_page(45) ) : ?>
~ code goes here ~
<?php endif; ?>Forum: Fixing WordPress
In reply to: how to remove text code on single pagei downloaded it from wordpress its the curation theme
Forum: Fixing WordPress
In reply to: Fukasawa change them to blacknever mind went to “edit css” and put this code in
Body {
background-color: #000;
}Forum: Fixing WordPress
In reply to: Remove Visual Editor in WordPress for a specific Pageseems better to use the plugin the code just slowed down my dashboard thanks!
Forum: Fixing WordPress
In reply to: Remove Visual Editor in WordPress for a specific Pagei managed to get it working using this code
add_filter( ‘user_can_richedit’, ‘patrick_user_can_richedit’);
function patrick_user_can_richedit($c) {
global $post_type;if (‘page’ == $post_type)
return false;
return $c;
}But it removes the visual editor on all pages rather then that specific page? any suggestions
Forum: Fixing WordPress
In reply to: Remove Visual Editor in WordPress for a specific Pagewhere it says ID am i suppose to replace it with the pages id? or just copy that into the funtions.php completely
Forum: Fixing WordPress
In reply to: Follow the Page?“with the background”
Forum: Fixing WordPress
In reply to: Follow the Page?i want to leave the background still but add and ad were the sidebars would be – but im unable to due to the theme not supporting it
So im trying to instead find a way i can add the html code to the background since its already still – and everything else would move but the ad would stay in place background.
Forum: Fixing WordPress
In reply to: Follow the Page?im trying to add it to the sidebar but by theme doesnt support widgets on the side – heres my website by the way WatchTrailerZ.com
Forum: Fixing WordPress
In reply to: Follow the Page?hmm its an html code by the way and im able to ad it to the post or page or header but no clue on how to add the html to the background?
Forum: Fixing WordPress
In reply to: Follow the Page?ive tried to put it in the stylesheet but it doesnt show – and ive tried to put the code in the header but it only shows in the header region
Forum: Fixing WordPress
In reply to: Follow the Page?where would i add it to the background?