• Resolved eimaste

    (@eimaste)


    hey, very handy plugin!

    we found a bug. we have injected the sidebar to blog and archive pages.

    footer sidebar has no widgets
    injected sidebar has 2 simple widgets.

    in a page like the blog, the injected widgets appear only on the footer, and there is no injected sidebar. despite that, #content has the following:

    #content-wrapper > #content {
    width: 67%;
    }

    we use a child theme, if this helps

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hi,

    We’ve tried to replicate this but the sidebar is showing as it should for us on blog / archive pages.

    Can you please share a .zip of your child theme so we can replicate your environment?

    Thank you,

    Oliver

    Thread Starter eimaste

    (@eimaste)

    hello,
    this is the page https://coen.coop/en/
    and the problem occurs here:
    https://coen.coop/en/category/news/

    here is the child theme
    https://demo.jirafeau.net/f.php?h=3WmcAvVo

    thank you

    Plugin Author Oliver Campion

    (@domainsupport)

    Hmm, we’ve found a JavaScript error but that isn’t affecting the sidebar being displayed on our test platform. We’ll fix this error and push a new version of the plugin in case it is what’s causing the issue on your site.

    I’ll update this thread when that’s been done.

    Oliver

    Thread Starter eimaste

    (@eimaste)

    ok for now we will put a text widget in the footer to bypass it.
    thanx for your time, we wait for the new version

    Plugin Author Oliver Campion

    (@domainsupport)

    Just pushed a new version. Can you please download and test? I’m not 100% that it will cure your issue seeing as I was unable to replicate it but at least it will eliminate that.

    Thanks,

    Oliver

    Thread Starter eimaste

    (@eimaste)

    no it didnt fix it.

    Plugin Author Oliver Campion

    (@domainsupport)

    Looks fixed to me ??

    https://coen.coop/en/category/news/

    Oliver

    Thread Starter eimaste

    (@eimaste)

    nope. it looks ok because there is a text widget “Energy for the Community” in the footer to prevent this behavior.

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, so we’ve tested this issue as follows …

    – Installed and activated your child theme
    – Added widgets to the Sidebar widget area
    – Removed all widgets from the footer widget area
    – Enabled the sidebar widget area to be shown everywhere

    The widget area looks as it should on all pages including the blog and archive (category) pages. We just can’t replicate what you are describing.

    Can you please remove the footer text widget on your site so we can inspect that page again when it’s not working?

    Can you please also share the customizer settings for your active theme? You can use our Reset Customizer plugin then go to “Appearance – Backup Customizer” and download the active theme settings as a .json file.

    Thanks,

    Oliver

    Thread Starter eimaste

    (@eimaste)

    hey,

    removed the footer text widget and here is the json export:
    https://hebdo.framapad.org/p/nh8cznyrta-9rdo?lang=en

    Plugin Author Oliver Campion

    (@domainsupport)

    I found the problem. It’s because you’re using the footer background colour option. If you can’t wait for a plugin update, change line 4064 to this …

    } else if (document.getElementsByClassName('widget-area')[0].id !== 'sidebar') {

    I’ll update this thread when we’ve pushed an update to address this bug.

    Thanks for letting us know about it.

    Oliver

    Thread Starter eimaste

    (@eimaste)

    just put the background color to child theme’s style.css and fixed the issue. we’ll wait for your next update to verify the bug fix.

    thanx for your time!

    Plugin Author Oliver Campion

    (@domainsupport)

    We have just posted the fix.

    Please update and confirm this is now working for you.

    Many thanks,

    Oliver

    Thread Starter eimaste

    (@eimaste)

    its resolved thanx

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘no-widgets: problem with footer and injected sidebar’ is closed to new replies.