Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #1407375

    Hey 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,
    Mike

    #1407447

    I 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.

    #1407465

    Hi,
    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,
    Mike

    #1408531

    Mike, 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.

    #1408709

    Hi,
    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,
    Mike

    #1408716

    iubenda was the culprit. It was blocking a required script for the layouts.

    #1408770

    Hi,

    Thanks for the update, so everything is working as it should now then? Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sidebar displaying below blog content and testimonials formatting off’ is closed to new replies.