ForeRest
Forum Replies Created
-
Just deleted your plug in, I cant make this plug in to not break my entire wordpress and I’m not getting any kind of feedback from you guys.
..// End of Transmission
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] 2.2.16 has broken stylinghttp://www.successfulpropertyinvestorsnetwork.com
I was able to make the styling work and also the jquery calls.
Basically this..
wp_register_styleand
wp_enqueue_styleweren’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.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] 2.2.16 has broken stylingI 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.