Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Header shortcode page refresh images showing.

Home / Forums / Virtue Theme / Header shortcode page refresh images showing.

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 25, 2019 at 3:11 am

Hey Ben,

A month or so ago, you sorted a problem where a carousel in the header suffered:
a brief moment on each page-refresh when all the carousel items are shown in a grid, before the display resets correctly in the header.
You solved the issue like this.

I have a similar issue. On Retired Working Dogs, we use a shortcode to add a Srizon Facebook feed into the header of every page:
/* Filter to insert Facebook slider into header */
add_action('kt_after_header_content', 'my_custom_head_output');
function my_custom_head_output() {
echo do_shortcode('[srizonfbalbum id=1]');
}

On every page there is another very brief moment when all the slider images are displayed down the left hand side of the page.

Please could you look into a similar fix to hide it?
Very many thanks,
Phil.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.