Slider place it self at the top of the page
-
Hi
I created a shortcode for the plugin because I want to use it on a page
//[foobar] function tilbud_func ( $atts ){ if (function_exists('nivoslider4wp_show')) { nivoslider4wp_show(); } } add_shortcode( 'tilbud', 'tilbud_func' ); ?>
I have placed this shortcode like this: https://screencast.com/t/T7JhP37byBxo
But as you can see here: https://oliver.kaspertoxvig.dk/ The slider place it self over the “recent products”
- The topic ‘Slider place it self at the top of the page’ is closed to new replies.