Slides do not render in page
-
Followed you tube video tutorial to create slide show. Embedded shortcode in page using master slider icon on text editor bar. However, there are no images/slider on the page after updating and publishing page.
-
I’m having the same issue.
Hi,
Thank you for choosing Master Slider.
Could you please provide me with the link of the page?
Best,
AvertaHi,
Thanks for the link.
There are two necessary functions in all themes.
wp_head();andwp_footer();
function wp_head() prints scripts or data in the head tag on the front end and function wp_footer prints scripts or data before the closing body tag on the front end.Read the following links and add these functions to your theme.
https://codex.wordpress.org/Function_Reference/wp_head
https://codex.wordpress.org/Function_Reference/wp_footerPlease let me know the result ( @ahernandez , @blanch69 )
Best,
Averta-
This reply was modified 9 years ago by
averta support.
I checked and this code is already in there. For example, in the php.footer template, this is the css (see below). I am using a standard wordpress theme (Dara), so would expect this to work out of the box.
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Dara
*/?>
</div>
<?php get_sidebar( ‘footer’ ); ?>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<?php dara_social_menu(); ?>
<?php get_template_part( ‘components/footer/site’, ‘info’ ); ?>
</footer>
</div>
<?php wp_footer(); ?></body>
</html>Hi,
Sorry for the delay.
We cannot access your link anymore. Could you please provide us with a public link of you website, so we could check it out again?
Best,
AvertaSeemed to resolve this by installing jetpack plugin
-
This reply was modified 9 years ago by
The topic ‘Slides do not render in page’ is closed to new replies.