Hi Adam,
We are trying to find this bug.
Can you please create a ticket on cooltimeline.com
http://www.cooltimeline.com/contact-support
Please send me your installed plugins list and theme name.
Thanks,
Cool Timeline Team.
Did you define DISALLOW_FILE_MODS constant in wp-config.php file ?.
We use WP all in one security for all of our websites, with PHP file editing disabled. I enabled PHP file editing which may unset this constant, and now I can configure the plugin. TY
Why is this an issue, are you planning a work around? I did not create a ticket.
Sidenote, you don’t allow for titles to show as is. There are settings for lower, upper and capitalize, no setting for default (Leave title as stored)
Hi Adam,
Thanks for suggesting me this feature.
We will add this option in next updates.
Let me know if you are still facing any problem.
Thanks again,
Cool Timeline Team.
Your new version has a google font issue. Lines 390,391 in cool_timline_template.php
The $font var becomes ‘inherit’ in my setup, causing it to try to load the google font ‘inherit’ which doesnt exist.
Here is the html generated markup throwing 404’s and js errors: <link rel=’stylesheet’ id=’ctl_gfontsinherit-css’ href=’https://fonts.googleapis.com/css?family=inherit’ type=’text/css’ media=’all’ />
[moderator note: your post got caught by the spam filter. Use patience and your post will eventually show up]
-
This reply was modified 9 years, 6 months ago by
bcworkz.
-
This reply was modified 9 years, 6 months ago by
bcworkz.
Hi Adam,
Thanks for spotting an issue.
Please follow below-mentioned steps in order to fix this issue.
Please Goto cool-timeline\includes and find cool_timline_template.php file.
Open it in your favourite text editor.
GoTo line no:- #383 and find below mentioned code.
if ($font)
Replace it with below mentioned code.
if ($font && $font !="inherit") {
We will add these changes in next updates.
Please let me know if you still getting any problem.
We will happy to assist you.
Regards,
Cool Timeline Team.