• Resolved Adam Nowak

    (@adam320)


    The settings page is broken. I commented on another thread. If I don’t hear back in a day or so I will be fixing the plugin myself. “Cannot load cool_timeline_page.”

    It seems like you were asking people what themes they were using in the other threads, but I suspect the issue is related to how you are creating the settings page, which is not theme specific.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author CoolHappy

    (@narinder-singh)

    Hi Adam,

    We are trying to find this bug.

    Can you please create a ticket on cooltimeline.com
    https://www.cooltimeline.com/contact-support

    Please send me your installed plugins list and theme name.

    Thanks,
    Cool Timeline Team.

    Plugin Author CoolHappy

    (@narinder-singh)

    Did you define DISALLOW_FILE_MODS constant in wp-config.php file ?.

    Thread Starter Adam Nowak

    (@adam320)

    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.

    Thread Starter Adam Nowak

    (@adam320)

    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)

    Plugin Author CoolHappy

    (@narinder-singh)

    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.

    Thread Starter Adam Nowak

    (@adam320)

    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&#8217; 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 8 years, 3 months ago by bcworkz.
    • This reply was modified 8 years, 3 months ago by bcworkz.
    Plugin Author CoolHappy

    (@narinder-singh)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Broken Settings Page’ is closed to new replies.