BaharOtat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tab Widget] Dont working after update…I added this code to the functions.php file in my theme, in order to use previous version of jQuery. worked like a charm ??
//jQuery Insert From Google if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11); function my_jquery_enqueue() { wp_deregister_script('jquery'); wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js", false, null); wp_enqueue_script('jquery'); }
Thanks to kingkin
Forum: Plugins
In reply to: After update 4.5.1, my plugins dont workHi again,
I added this code to the functions.php file in my theme, in order to use previous version of jQuery. worked like a charm ??
//jQuery Insert From Google if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11); function my_jquery_enqueue() { wp_deregister_script('jquery'); wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js", false, null); wp_enqueue_script('jquery'); }
Thanks to kingkin…
Forum: Plugins
In reply to: [Page Animations And Transitions] error after update to WP 4.5thanks thanks thanks… Working like a charmmmm ??
Forum: Plugins
In reply to: [WP Tab Widget] Dont working after update…WP version: Sürüm 4.5.1
Woov! You’re too fast! ??
Thanks. Update solved the problem.
Forum: Plugins
In reply to: [phpbb_recent_topics] Compatible with phpBB 3.1Yes! Same error! Please help…
Forum: Plugins
In reply to: [SlickQuiz] My quiz doesn't workingThanks…
I solved this problem. I disabled a function from template options and it is working nowForum: Plugins
In reply to: [SlickQuiz] My quiz doesn't workingAnd i take this alert from console;
Forum: Plugins
In reply to: [SlickQuiz] Quiz top scorer character problemthanks…
i will wait your fix.
Forum: Plugins
In reply to: [SlickQuiz] Quiz top scorer character problemYou can check it this site;
https://www.kpssaktuel.com/Heeey it works like a charm :))
Thanks, thanks, thanks…
I use this code;
.addthis_toolbox {
margin: 0px -10px 0px 0px;
padding: 10px 10px;
background: #eee;
border-bottom: lpx solid #DFDFDF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;”
}