mmmrenske
Forum Replies Created
-
Did you try my solution?
Hi guys,
I had the same error. After some digging I found out that it was a bug between woocommerce and my advanced custom field plugin. (maybe for some of you it might be another plugin). My ACF uses select verion 3 (while Yoast and WC need and use 4, so it interferes).
For ACF I put a small hook in my theme’s function.php:
function my_acf_init() { acf_update_setting('select2_version', 4); } add_action('acf/init', 'my_acf_init');
Hope this might help or put you guys in the right direction.
Greetz Renske
Forum: Plugins
In reply to: [Full Screen Background Images] Interaction problem with NextGen GalleryThe spinning problem is solved! Did the rest of problems resolve on its own? If not I will take a look. Please let me know.
Forum: Plugins
In reply to: [Full Screen Background Images] How do I add a set to a page or the site?Sorry for the delay, I wasnt aware of any support forum. Did you figure it out? Greetz Renske
Forum: Plugins
In reply to: [Full Screen Background Images] Problem after WordPress updatedWas a little problem with <? vs <?php. It should be fixed!
Sorry about the delay, I never checked the support forum (didnt know it existed). But the problem is solved.
Forum: Plugins
In reply to: [Full Screen Background Images] Phone and Tablet problemSorry for the delay! I (think I) fixed it! Also sorry for the problem ??
Hi! I don’t know if you guys fixed it yourself. I had the same issue and there are 3 ways to fix the problem:
1) wait for the update … (and 2 is the solution for him/her, 3 is “do it yourself fix”)
2) change the file “archive-customiser.php”
-> go to line 164 (aprox?) and/or find: “add_action( ‘woocommerce_update_options_products’, array( $this, ‘save_admin_settings’ ) ); // 2.1 +”
-> add the following code after the prev line “add_action( ‘woocommerce_update_options’, array( $this, ‘save_admin_settings’ ) ); // 2.3 + after”
-> save file/upload
VOILA
3) or do this in you own theme functions.php so the action will be kept even after the author updates (ofcourse “$this” won’t work with this solution, you need to call the full class function)Hop this will help.
Forum: Reviews
In reply to: [Full Screen Background Images] Simple and functional workingThanks! My second one, it’s a bit of a challenge! But so mutch fun! And I still have lots of ideas for more very helpfull plugins … pfffff LOL