duffmen
Forum Replies Created
-
I have solved the problem by adding strings in jcl.js:
1) jQuery(clickedObj).siblings().children(‘.jcl_symbol’).html(options[‘ex_sym’]) after jQuery(clickedObj).children(‘.jcl_symbol’).html(options[‘ex_sym’])
2) jQuery(clickedObj).siblings().children(‘.jcl_symbol’).html(options[‘con_sym’]) after jQuery(clickedObj).children(‘.jcl_symbol’).html(options[‘con_sym’])Hello Miguel.
Could you tell a tentative date of resolution this problem?
Thank you in advance.Hello Miguel.
Seems the problem, discussed in this topic, doesn’t solve in the recent update of jQuery Categories List Widget.
Are you planned to solve this one in next version?
Thank you in advance.Thank you for information.
Good day Miguel.
Could you announce the release dates of next version?
Thank you in advance.Thanks, will wait.
Hello, thanks for feedback!
Yes, I could. For example:
http://pcvector.net/uploads/demo/scripts/menu_and_navigation/multi_level_accordion_menu/index.html
I need that symbol ► will changed on ▼ when I click on category link but not only directly on symbol ►
You also check how to tune your plugin on site http://msix.ru/ for nowForum: Reviews
In reply to: [Email Login Auth] It worksYes, I meant https://ww.wp.xz.cn/plugins/theme-my-login.
Forum: Reviews
In reply to: [Email Login Auth] It worksHere you go: http://msix.ru
Login: test
Email: [email protected]
Pass: test
I have activated login by email in theme my login and I can’t to loginForum: Plugins
In reply to: [Math Captcha] Math Captcha doesn't workI solved the problem.
The problem was in class-core.php. For registration and lost password wasn’t carried out сonditions: $action === ‘register’ and $action === ‘lostpassword’.
I use new variable $page = $_SERVER[‘REQUEST_URI’] and new conditions:
$page === ‘/register’ and ‘/lostpassword’Forum: Plugins
In reply to: [Math Captcha] No fields (blank popup) when inserting in Contact Form 7To display form Math Captcha on contact form you could delete class=”hidden” in <form class=”tag-generator-panel” data-id=”mathcaptcha” action=””> by using console of F12 Developer Tools in your browser.
Forum: Plugins
In reply to: [Math Captcha] Math Captcha doesn't workThe problem with displaying math captcha on contact form 7 is solved by inserting shortcode [mathcaptcha mathe] in template of contact form.
But math captcha isn’t displayed on registration form. I use theme my login plugin for registration and authorization. Are there any idea how to display mc on registration form?Forum: Hacks
In reply to: Delete Post From front Page ( With Wp-admin restriction )I don’t use the wp-user-frontend plugin for create posts from frontend.
Forum: Hacks
In reply to: Delete Post From front Page ( With Wp-admin restriction )Yes, they are. All posts are created by authors from frontend with Private status by default. So authors can see only their own posts when they are logged in.