matt_d_rat
Forum Replies Created
-
Any one? Still having this issue which I desperately need to resolve in order to use this plugin.
Update: I have discovered what the issue is, but have no idea how to resolve it.
Basically we symlink the themes folder to another folder located at:
/home/username/www/www/helloworld_theme/themes/
as we use Git to manage our theme development. (Don’t ask why it is set up this way, I didn’t set it up :-S)It seems during the minification the plugin is getting confused when following the path to the symlink on the server, which ends up lopping off the first part of the path and then adding an additional path to the end to form something like:
url('oworld_theme/themes/helloworld2011/oworld_theme/themes/helloworld2011/oworld_theme/themes/helloworld2011/images/foo.jpg')
for the image paths in the css. Does anyone have any ideas what might be causing the plugin to do this, and how I can resolve it?
Sorry, thought I had found all the bugs. Should now be fixed in 1.1.5
Fixed in 1.1.3.
This bug should be resolved in 1.1.2, let me know if you are still having any issues.
Hi Nicholas,
Thank you for reporting the issue. I will get a fix out for it tonight, should be relatively straight forward. In future if you have any issues with the plugin, please report them on the plugins Git hub repo as I do not often check the forum posts.
Thanks
The issue you are experiencing is being caused by a CSS rule defined in your theme’s stylesheets. Add the following CSS to your theme’s stylesheets to correct the issue:
.timeline .section ol.events { list-style: none; margin: 0px; padding: 0px; }
In future if you have any issues with the plugin, please report them on the plugins Git hub repo as I do not often check the forum posts.
Thanks :-). I’m looking forward to adding more features to it.