• Resolved Ricky Poon

    (@poonasor)


    I have a question about the shortcode, I have a development site I am working on and it loads the pages dynamically without the page reloading and Im noticing the shortcode doesn’t load until the page is refreshed.

    The weird part is that the shortcode for the contact forms load fine just the shortcode for this plugin require a refresh.

    Here is the development site: https://dev2.printbuy.ca/

    If you click on client hub the shortcodes don’t load until you refresh, when you click on contact you can see the contact form loads

    Would it be possible to load the shortcode earlier? Possibly on the page init?

    Thank you.

    • This topic was modified 4 years, 7 months ago by Ricky Poon.
Viewing 1 replies (of 1 total)
  • Thread Starter Ricky Poon

    (@poonasor)

    Found the problem – it’s not that it was not showing up there is CSS that set of the opacity to 0, I just added the following:

    .um {
    opacity: 1;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to load shortcode earlier?’ is closed to new replies.