Hi! There seems to be a weird break on my single post and 404 pages where the background is showing through. On the single post view page the break occurs between the footer and the bottom of the post and on the 404 page it\'s between the title and the page content.
I\'m sure I did something when I was customizing the looks but I can\'t seem to find what it is. The break only occurs in these two instances, all my other pages are fine. Any ideas on what I can do to fix this?
Also my 404 page is giving me this error not sure how to fix this: \"Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/18/4886718/html/greenvale/wp-content/themes/TheFox/functions/rd_theme_functions/rd-custom-breadcrumbs.php on line 109\"
No luck I\'m afraid. Inputting the css ruins my full width style and adds a scroll bar at the bottom of all my other pages (see attached images). Is there another fix the that won\'t mess up the looks of the other pages?
That fixes the weird gap probably but now the header above the menu has a white background instead of being transparent. Is there a way to make sure the header with my logo keeps the transparent background?
Hi! There seems to be a weird break on my single post and 404 pages where the background is showing through. On the single post view page the break occurs between the footer and the bottom of the post and on the 404 page it\'s between the title and the page content.
Blog post: http://shshatteredmemories.com/greenvale/welcome-to-greenvale-version-3-0/
404: http://shshatteredmemories.com/greenvale/404b/
I\'m sure I did something when I was customizing the looks but I can\'t seem to find what it is. The break only occurs in these two instances, all my other pages are fine. Any ideas on what I can do to fix this?
Also my 404 page is giving me this error not sure how to fix this: \"Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/18/4886718/html/greenvale/wp-content/themes/TheFox/functions/rd_theme_functions/rd-custom-breadcrumbs.php on line 109\"
Hello,
Adding this custom css ( thefox > styling options ) :
.section_wrapper { overflow: auto; }
Should fix the problem.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi again,
No luck I\'m afraid. Inputting the css ruins my full width style and adds a scroll bar at the bottom of all my other pages (see attached images). Is there another fix the that won\'t mess up the looks of the other pages?
Hello,
Then you could just add background to the boxed content :
#top_bg { background: #fff; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi again,
That fixes the weird gap probably but now the header above the menu has a white background instead of being transparent. Is there a way to make sure the header with my logo keeps the transparent background?
Hello,
Can you please go edit the php file and change
section def_section
to
section def_section clearfix
This will fix the problem.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme