Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi Jayson, can you provide me with a link to the slideshow on your site? I’ll take a quick look to see why it isn’t working.

    Thread Starter Jayson13Ilo

    (@jayson13ilo)

    Actually I’m a new wordpress developer and I am developing my own theme so I don’t have a domain or link of my website to provide. I try to search on the internet why is that and I found out their is conflict with your plugins. I add this code on my the head section: <?php wp_head(); ?> and its work. but their is still conflict with the css. i think i need to enqueue the the css. what do you think?

    Plugin Author MatthewRuddy

    (@matthewruddy)

    The scripts and styling should enqueue if <?php wp_head(); ?> has been added before the </head> in the header.php file. Also make sure you’ve included <?php wp_footer(); ?> before the </body> in the footer.php file.

    There shouldn’t be any conflict with the plugins if those two codes have been correctly added and you’ve correctly enqueued your theme’s JS and CSS using the wp_enqueue_script and wp_enqueue_style functions respectively 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No image displaying in easing slider lite. Why is that?’ is closed to new replies.