• Hello,

    I added the shortcode into one of my pages and it wouldn’t appear. So I inspected the code and see that is has inline CSS displaying as none.

    Here is the page: https://michelledewitt.net/e-readings/special/
    And the code is inserted immediately following the words “Special 48 Hour Offer”.

    The code is there upon inspection but won’t display because of that built in CSS…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor intellywp

    (@intellywp)

    Hi @lauraf123
    Thanks for choosing IntellyWP products.

    May i ask you, after a backup of the plugin, to remove the following PHP code:

    global $post, $icp;
    if (!$post || !isset($post->post_content) || !$icp->Utils->contains($post->post_content, ‘[ec’)) {

    return;
    }

    from the following file and tell us whats happens?

    /wp-content/plugins/intelly-countdown/includes/classes/ui/Tabs.php

    Please let me know if you need more help.
    ?
    ?Have a nice day.
    ?
    ?Alex

    Thread Starter lauraf123

    (@lauraf123)

    This worked, thanks!

    Plugin Contributor intellywp

    (@intellywp)

    Hi @lauraf123
    You’re welcome ??

    If you still need help, we’re more than happy to assist you.

    Have a nice day.
    ?
    ?Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline CSS is displaying as none’ is closed to new replies.