Custom Top Bar Lag Load
-
I have added hook in child theme:
`function prefix_topbar_content() {
echo do_shortcode( ‘[oceanwp_library id=”1188″]’ );
}
add_action(‘ocean_before_header’,’prefix_topbar_content’);and created a custom template in Theme Panel -> My library
When you do a refresh you can see the lag in the load of the custom top bar. Is there anyway to fix this?
Any help would be much appreciated.
thanksThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Top Bar Lag Load’ is closed to new replies.