cardened
Forum Replies Created
-
Good morning.
Can somebody help? What should I do to remove this one?
Is there a way to delete it on a database or by editing a file or folder?- This reply was modified 4 years, 8 months ago by cardened.
By Disabling all active plugins and only leaving enabled Woocommerce and YITH WooCommerce Zoom Magnifier, I saw it worked. After that I enabled all plugins gain, and the plugin was working.
I tried disabling all plugins except for WooCommerce and YITH WooCommerce Zoom Magnifier, and it works.
So… does that mean some plugin is generating conflict?
Here is a screen capture video of what is happening
hi @esmi
Thanks for your reply.
It is called SOCIAL REVIEW ENGINE.
In this case it is specific for that plugin that I would like to use it, but in general, I might want to do it with any other plugin. That is why I post it here. It is more of a hack or way around than a specific plugin issue.
Please let me know if it is possible or somebody knows a way around.
Thanks
Best,
EduardoForum: Themes and Templates
In reply to: [Customizr] Adjusting the Slider Size@andrew Nevins + @designfood… THANK YOU VERY MUCH for your input.
I did just add this code to the “CUSTOM CSS“:
/*Slider size*/ .carousel .item { line-height: 250px; overflow: hidden; min-height: 250px; }
and was able to modify the
min-height
value to the value that best suited me.Again… THANK YOU!!
Forum: Plugins
In reply to: [WooCommerce] blockUI requires JQueryHi guys… I just followed the instructions on this post:
https://www.ads-software.com/support/topic/wordpress-36-and-jqueryblockui-version-problem-solution?replies=10I found the jQuery.Block.UI file on my plugin that was causing the problem and changed it with the updated version that he mentioned (https://malsup.github.io/jquery.blockUI.js), and it solved the problem.
I event sent the Plugin Author the update so that he could fix it!!!
Forum: Fixing WordPress
In reply to: WordPress 3.6 and jQuery.BlockUI Version problem – solutionThank you very much ChipsOnFire!
I found the jQuery.Block.UI file on my plugin that was causing the problem and changed it with the updated version that you mentioned (https://malsup.github.io/jquery.blockUI.js), and it solved the problem.
I event sent the Plugin Author the update so that he could fix it!!!
Forum: Plugins
In reply to: [WooCommerce] blockUI requires JQueryHi
I just installed a new WP with Version 3.6 and it was working fine. After I installed a plugin, I got that same error.
I tried the “jQuery Updater” unsuccessfully.
I came across this other post which I think is the solution:
https://www.ads-software.com/support/topic/wordpress-36-and-jqueryblockui-version-problem-solution?replies=10Basically it says it is a problem of the jQuery that is being called on the plugin. You will have to try, as stated above, deactivating some plugins and see if you find which one is the one that is giving a problem, and tell them to update their plugin so that it works without that error message.
Forum: Themes and Templates
In reply to: [Customizr] Adjusting the Slider SizeHi. I am also interested in making the slider smaller.
I only found these files that have a reference to the slider and changed all the values for height from 500 to 200 (just testing), but nothing is happening:
inc/tc_voila_slider.php
functions.phpWhich are the other files that we need to edit to fix the slider height?
Thank you very much!