Hello!
I am trying to integrate a Frontpage Slideshow from Joomlaworks on to my blog. I put the code in the main index template just above the posts:
<?php include(“fpss/fpss.php”); ?>
It works fine on the main page, but when I click on previous page or if I add the code on the single post template, then it looks all out of wack. It seems like it cannot recognize the player, but the links appear.
You can view a picture of what it looks like here.
It has something to do with the permalinks structure I think because when I tried to install in on a blog that still had the default permalink, I didn’t have any problems.
The .htaccess file rewrite is probably what is causing the problem. I don’t know much about it and what exactly could be causing the problem. Does the rewrite rules affect Javascripts.
Can anyone help?
Thank you.