-
JH Saye posted on the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
Thanks D.K. The url is thedigitalhealthclub.com; trying to put a different header on this page http://thedigitalhealthclub.com/?page_id=949. No clue on how to attach a file here so I’ve pasted the landing page custom_functions test below. /*LANDING PAGE*/ function custom_body_classes($classes) { $classes[] = “landing-page”; return $classes; }…[Read more]
-
JH Saye posted on the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
Thank D.K.
And a great surgeon you are, too bad my php skill level is equivalent to high school biology.
I’ve been playing with the code by editing the file in cpanel, makes it easier to recover from the white screen.
I tried removing the <!–?php from the code, no luck. Tried using the full url for the landing page header, no…[Read more]
-
JH Saye posted on the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
I had a blank white page, even WP-admin wouldn’t load. I corrected the problem by deleting the function in c-panel.
Here is what I had added to the end of my custom_function.php file.
function landing_page_header() {
if(is_page(array(949))){
?>

<?php
}
remove_action(‘thesis_hook_header’,…[Read more] -
JH Saye posted on the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
Getting closer, I now have a header but it’s the website header, not the landing page header. Since I don’t know how to write code, much of my functions are from reading instructions, copying and pasting. To remove defaults, I have:
function custom_remove_defaults($content) {
return false; -
JH Saye posted on the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
Hi D.K.
// remove unwanted sections
add_filter(‘thesis_show_header’, ‘custom_remove_defaults’);
add_filter(‘thesis_show_sidebars’, ‘custom_remove_defaults’);// add new sidebars
add_action(‘thesis_hook_after_content’,'landing_page_sidebar’);// add new header
add_action(‘thesis_hook_header’,'landing_page_header’); -
JH Saye started the forum topic Wordpress Thesis – header on specific pages in the group
WordPress Troubleshooting and Support: 1 year, 9 months ago
I have been attempting to have a specific header on specific page. I followed instructions for creating a landing page found on the DIY Themes site and have been able to get the layout I want. However I am not able to get the header to show. In custom_function.php I created a custom body class, [...]
-
JH Saye posted on the forum topic Best Contact Plugin? in the group
WordPress Troubleshooting and Support: 2 years, 1 month ago
Thank you Steve, the plugin worked perfectly.
Side note: I will make sure to use Linux from now on to avoid future problems.
Thanks again for your guidance and this very helpful site.
-
JH Saye started the forum topic Best Contact Plugin? in the group
WordPress Troubleshooting and Support: 2 years, 1 month ago
I am trying to add contact forms to a site. I tried Fast Secure Contact Form, looked great but I was not receiving the emails. I later found out that it was not compatible with a Windows Server. I then tried Custom Contact Forms, the set up was a bit more complex but I was [...]
-
Johnnette H. Saye posted on the forum topic Installing Wordpress in a subdomain in the group
WordPress Troubleshooting and Support: 2 years, 1 month ago
Thanks Steve everything went smoothly I sucessfully installed Wordpress in my subDIRECTORY.
-
Johnnette H. Saye started the forum topic Installing Wordpress in a subdomain in the group
WordPress Troubleshooting and Support: 2 years, 1 month ago
I would like to install Wordpress in a subdomain. I’m pretty sure I read somewhere that this is possible. Before I start stumbling around I thought I’d post this question hoping that someone has already accomplished this task.
Thanks.
-
Johnnette H. Saye became a registered member 2 years, 1 month ago










