Widgets Sidebar Not Showing on Front-end

Author
Topic
#3387

I read the document and activated the plugin, also done the settings correctly (by watching the video and reading the PDF) but still the plugin is not appearing on Frontend – At backend it allows me to insert stuff in widgets but when I go to Front end nothing appears in posts/pages/categories etc….

Website:- https://top-10-drones.com

[attachment file=3388]

Viewing 5 replies - 1 through 5 (of 5 total)
Author
Replies
  • #3390

    I have checked your website, and run the debugger in Firefox and Chrome, and the part of the code that needs to run my plugin JavaScript code is never reached. Something happens on the page before that to stop the JavaScript/jQuery, and my code is not initialized at all. Most likely, some other JavaScript code before that is causing problem, and that can be some other plugin or theme JavaScript, but I have no idea which one.

  • #3391

    Thanks for the reply, I Deactivated all plugins and found out the issue, this plugin was giving issue
    https://wordpress.org/plugins/speed-booster-pack/

  • #3392

    Yeah, considering how many 1 star rating it has, and how much problems it is causing to other users, I am not surprised.

  • #3393

    Thanks for the prompt response, yes brother the plugin working perfect, just have 1 concern, when I open it on Mobile device (Samsung s7) when I click to open the sidebar it shows empty – any idea why?

    Thanks

  • #3394

    I have debugged it, and it turns out that a plugin you have on your website (aliplugin in wp-content/plugins) is adding CSS that hides the widget content for small screen devices by modifiying .widget class styling. When in debugger I disable these stylings, image appears. If you make your desktop browser window smaller, image disappears also. So, this ‘aliplugin’ is messing it up.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widgets Sidebar Not Showing on Front-end’ is closed to new replies.