• Resolved paladinfour

    (@paladinfour)


    I have the following in a widget displaying in my header after the header nav. It was displaying fine until the last update, now it disappeared. Other widgets work fine when I put them in the same spot.

    Here is what I am using in the text widget:

    [open_text]%if_open% <span class=”open_circle” style=”color: #efbd3e;”>●</span> Open now? | ?<span style=”font-weight: 300;”>%hours_today%</span> %end% %if_open_later% <span class=”closed_circle” style=”color: #ff3d6d;”>●</span> CLOSED? | ?<span style=”text-transform: lowercase; font-weight: 300;”>Today’s hours: %hours_today%</span> %end% %end% %if_closed_today% <span class=”closed_circle” style=”color: #ff3d6d;”>●</span> Closed today %end%[/open_text]

    • This topic was modified 3 years, 11 months ago by paladinfour.

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

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

    (@designextreme)

    @paladinfour Thanks for getting in touch about this issue.

    The main change in the last update was the introduction of shortcodes. I did include something to disable this – so please modify your shortcode with its content to include the parameter shortcodes=false so:

    [open_text shortcodes=false]%if_open% <span class="open_circle" style="color: #efbd3e;">●</span> Open now | <span style="font-weight: 300;">%hours_today%</span> %end% %if_open_later% <span class="closed_circle" style="color: #ff3d6d;">●</span> CLOSED | <span style="text-transform: lowercase; font-weight: 300;">Today’s hours: %hours_today%</span> %end% %end% %if_closed_today% <span class="closed_circle" style="color: #ff3d6d;">●</span> Closed today %end%[/open_text]

    Let me know if that resolves the issue for you – otherwise I’ll perform some tests and replicate the error.

    Plugin Author Design Extreme

    (@designextreme)

    @paladinfour I’ve checked the website and the shortcode appears to be running properly there. Please let me know if this issue has been resolved for you?

    Thread Starter paladinfour

    (@paladinfour)

    @designextreme No its not anymore, I have no idea why it was displaying for only a day then it disappeared again. Also, I just added shortcodes=false like you had above and nothing happened.

    Plugin Author Design Extreme

    (@designextreme)

    @paladinfour Have you installed a caching service recently? If so, this plugin is quite susceptible to caching. I’d recommend clearing this – and if it still shows outdated information, please use the update="immediate" parameter in the shortcode to force a refresh of the current information. This is relatively new functionality.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget Stopped Displaying After Last Update’ is closed to new replies.