Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter seamtv

    (@seamtv)

    No worries – I figured out how to rollback to 2.2.15. Everything is working again. I’ll be carefull next time to test your updates before committing!

    Plugin Author Baden

    (@baden03)

    To be sure, our updates are fully tested before releasing. if this was an issue with the plugin, it would have been discovered long before now.

    if you are having an issue with the CSS we would be happy to help you address that…
    …but, your way works for you so: issue marked as resolved.

    I have the same issue, but I know why is happening…

    It appears the only css provided by this plug in does not have the classes for the different styles, this also includes any images used by the different styles defined by you guys.

    Also, the jquery is not working, so the countdown is not counting at all.

    Plugin Author Baden

    (@baden03)

    ForeRest: Link Please

    https://www.successfulpropertyinvestorsnetwork.com

    I was able to make the styling work and also the jquery calls.

    Basically this..

    wp_register_style

    and

    wp_enqueue_style

    weren’t working, I don’t know why to be honest. This is for the css files.

    For the jquery, the only thing I could do to enable the functionality was to comment the following…

    almost at the end you have an IF statement with…

    if($jsplacement == "footer"){
       //your code
    } else {
        $tminus .= "<script language='javascript' type='text/javascript'>
      //your code.
    }

    I just commented the line with the

    } else {

    Its a workaround I did just because of the rush.

    So far is working.

    Plugin Author Baden

    (@baden03)

    ah so!
    you might want to check to see if your footer.php files contains the standard wp_footer() function. Also, did you try the jsplacement="inline" attribute that is described in the documentation?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘2.2.16 has broken styling’ is closed to new replies.