msingle
Forum Replies Created
-
Just to let you know adding
php_value auto_prepend_file '/home/path/path/wordfence-waf.php'to the end of .htaccess works, apparently, on Stablehost while the autoconfig (they use Apache+suPHP did not work.Mark
Forum: Themes and Templates
In reply to: [Virtue] Custom Settings Per PageMy mistake. I changed the first page ID but not the second one. It’s all gone now.
Can you tell me how I could turn off everything in the header except the logo?
Thanks for the help.
Forum: Themes and Templates
In reply to: [Virtue] Custom Settings Per PageThanks for the suggestion. However the topbar is still there.
Forum: Themes and Templates
In reply to: [Virtue] Custom Settings Per PageOkay I found the code to turn off the page titles selectively by page ID from another post:
.page-id-6 .page-header {
display: none;
}I also discovered the full width template setting that can be set per page.
So now all that is left is being able to selectively not display the menu (either primary or secondary) and the top bar.
Thanks.
Forum: Themes and Templates
In reply to: [Virtue] Custom Settings Per PageForgot to mention that I don’t want to display the page title on special pages either.
Thanks