• When I use Customize in wordpress menu, the quotes widget shows up and I can see it.
    When I publish, and enter the website from an incognito tab to check it as a guest. the quote box doesn’t show up. It was working fine when I first installed it.
    I’ve tried, deactivating and reactivating. i’ve searched all the setting, nothing seems to work.
    I don’t know how to use php, so i didn’t want to try and by mistake break my site.
    Thanks,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Me

    (@cyberws)

    Odd. That should be all on the server and sounds like the browser is blocking something from running.

    What browser are you using?

    Have you tried a different browser just to see?

    It almost sounds like an update to your browser could be blocking something. You might want to use the shortcode method.

    Thread Starter saleemnapco

    (@saleemnapco)

    I tried using a different browser, same issue. it is very odd.
    Can you walk me through quickly how to use the shortcode method, i want to put it in the footer, so i’ll have to add it to the functions.php correct?
    thanks

    Thread Starter saleemnapco

    (@saleemnapco)

    by the way, i just inserted the shortcode into a page, and it works. it seems there might be something in the theme i’m using and it’s footer.

    Plugin Author Me

    (@cyberws)

    Okay so it does sound like your theme is doing something.

    I am not sure if your theme is using a framework. The basic wordpress footer code (although again could be different if you are using a framework like Genesis – which is what I use)

    function wp_footer() {
        // Add your code here to create your footer
        echo 'Text here [shortcodes]';
        do_action('wp_footer');
    }

    Obviously make a backup of your functions.php file before making any changes so you may restore a working copy if necessary.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget not showing up’ is closed to new replies.