Tagged: CSS, formatting, sidebar
-
AuthorPosts
-
May 11, 2023 at 7:48 pm #1407153
The testimonials widget on my homepage is displaying as a single narrow (and tall) column instead of full section. See screenshot https://share.getcloudapp.com/E0uX0kNZ
On my /blog page and on all individual blog posts, the sidebar is displaying below the main content.
How do I fix both?
May 14, 2023 at 10:17 pm #1407375Hey bulldog232,
Thank you for your patience, I see that you are using a child theme but the theme editor seems to be disabled, I see this text at the top of your homepage/* impact verification below*/
and I think it many be in your child theme functions.php but I’m not sure, please enable your theme editor.
I copied your homepage to my test site and the testimonials element is the correct width, please see the screenshot in the Private Content area, so I’m thinking the cause is a custom function or file in your child theme or a plugin.
Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
I believe your sidebar issue is related to ths error.Best regards,
MikeMay 15, 2023 at 3:45 pm #1407447I updated the enfold child with what is available in documentaiton (2018 version). The one I had up was previously dated 2013 I think. That fixed the /* impact verification below*/ issue, which I had been getting when I was logged in. Thank you for that, as it was annoying.
I cleared cache in cloudflare and am still getting the two formatting issues.
I do have the following in the Quick CSS
.footer_font_icon a { margin-right: 10px;/*space to the right of the blue*/ outline padding-right: 10px;/*between the red and blue outlines*/ } .minor-meta {display:none !important;} .entry-footer {display:none !important;} .tweet-left { float: left; margin: 0 20px 5px 0; width:324px } .attachment main a img { min-height: 350px; min-width: 500px; height: 100%; width: 100%; } .nf-field-container, #ninja_forms_required_items, .nf-input-limit { margin-bottom: 0px !important; margin-top: 0 !important; } #nf-field-4{ padding-left: 15px; padding-right: 15px; font-family: "Georgia"; font-size: 34px; }
Can you check now and see if you’re seeing the errors, as I am? Agree that it might be something on my site but I can’t find it.
May 15, 2023 at 6:46 pm #1407465Hi,
Thanks, but your theme editor is still disabled, can you enable it or include FTP access?
Did you try disabling all of your plugins and check if that solves?Best regards,
MikeMay 25, 2023 at 2:54 pm #1408531Mike, sorry for not replying, I missed your reply.
Theme editor is enabled. I did not realize it had been turned off in patchstack.com for the site.May 26, 2023 at 4:16 pm #1408709Hi,
Thank you I found that disabling all of your plugins solved the issue, I re-enabled them for you.
Please try disabling all of your plugins and then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this issue.Best regards,
MikeMay 26, 2023 at 5:09 pm #1408716iubenda was the culprit. It was blocking a required script for the layouts.
May 27, 2023 at 10:56 am #1408770 -
AuthorPosts
- The topic ‘Sidebar displaying below blog content and testimonials formatting off’ is closed to new replies.