Viewing 8 replies - 1 through 8 (of 8 total)
  • Should work just fine. Are you running CoolClock version 3.2? What is the exact shortcode you are using?

    Have you tried disabling other plugins?

    Thread Starter boionfire81

    (@boionfire81)

    Here’s the code. It’s in a shortcode widget to get them side by side

    <div "width=100%;">
    
    <div style="float: left; width: 50%;">
    <h4>TC Time</h4>
    [coolclock skin="Babosa" radius="60" showdigital=digital12 align="center" gmtoffset="0" /]
    </div>
    
     <div style="float: right; width: 50%;">
    <h4>Your Time</h4>
    [coolclock skin="Babosa" radius="60" showdigital=digital12 align="center" /]
    </div>
    
    </div>

    A shortcode widget? Is that a plugin? Then maybe that plugin needs an update… Or maybe try removing the quote signs from the shortcodes.

    Or better: paste the shortcode in a simpel Text widget…

    Thread Starter boionfire81

    (@boionfire81)

    The default text widget doesn’t process shortcode or html

    The default text widget doesn’t process shortcode or html

    As long as CoolClock is activated, shortcodes in text widgets should be processed. If it’s not the case, there is something going wrong with the plugin… Do you have access to the server/hosting error log? Let me know if you see any errors related to coolclock.

    Thread Starter boionfire81

    (@boionfire81)

    The text widget will only process text.

    The widget for CoolClock on the other hand I can’t say. I didn’t think to test that part out. The original 4.4.1 wp only showed 1 clock. So the shortcode was used to display the 2 clocks side-by-side. As the idea is to show the users current time vs the game server’s time. Which needed a side-by-side view. I downloaded the plugin shortcode & html widget to do so. But right after update coolclock seems to not display via shortcode.

    The text widget will only process text.

    Like I said: Then there is something going wrong with the plugin… Do you have access to the server/hosting error log? Let me know if you see any errors related to coolclock.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not showing after 4.4.2’ is closed to new replies.