• Resolved Jamiethecomic

    (@jamiethecomic)


    For some reason the plugin is showing on the footer, sidebar and main page.

    How do I get rid of this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author webtechideas

    (@webtechideas)

    Can you please share your site url? Also are you using any specific widget/plugin to load the data on footer and sidebar?

    Thanks

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    Hi there, the website is https://www.caiminds.com/

    I think it’s just my website’s theme that is causing it. I have changed themes and the author bio disappears.

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    Ignore that bit about the author bio. I thought I was replying to something else.

    But I think I have found the problem. The plugin Visual Sidebar Editor by ERROPiX effects the sidebars and footers.

    Will this be the fault of their plugin or is there a line of code I can change in your plugin to not include it?

    • This reply was modified 8 years ago by Jamiethecomic. Reason: mistake
    Plugin Author webtechideas

    (@webtechideas)

    Apology for the late reply. We don’t see our plugin being used on your site. Have you disabled that?

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    Hi,

    Sorry yes, I had it disabled while I was on vacation. I have re enabled it for your inspection.

    Plugin Author webtechideas

    (@webtechideas)

    Hi,
    The plugin you are using is a paid one and we are not sure how that generates the content for the sidebar and footer. Since the like/unlike buttons are not needed on those sections, we can hide them using css. Please add the following code to your theme’s style.css file

    #gp-sidebar .watch-action, .gp-footer-widget .watch-action {
        display: none;
    }

    Please do let us know if this helped or not.

    Thanks.

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    Hi there,

    It worked perfectly! Thanks

    Also I’m not sure if this makes a difference but when I go to hit like, the ones in the sidebar and footer mirror what I have selected. So it looks like its just placed 3 times instead of just one.

    Thanks again

    Plugin Author webtechideas

    (@webtechideas)

    Hi,
    We suggested to hide that as you did not like to have them in those places. It’s just the copy of the same like/unlike buttons. Since it’s related to the post, it makes more sense to have the buttons in the main content area. If you want them back, you can remove the above css code.

    Can we have a 5 star rating with a positive feedback for our plugin here?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Showing on footer, sidebar and main page’ is closed to new replies.