wizard247
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Table by Supsystic] Update 1.5.9 / 19.09.2018 breaks my siteI wasn’t enquiring about the ability to put two pricing tables on one page – that always worked for me.
The fact that I had to revert back to 1.5.8 as 1.5.9 does NOT display ANY tables. I created a new page with a new single table and that didn’t display either.
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Unable to add imagesHere’s the Console info:
Failed to load resource: /wp-admin/admin-ajax.php?action=addImages&width=800&height=550&extensions=jpg,jpeg,png,gif&callback=bwg_add_image&bwg_nonce=6b88f86f5a&
the server responded with a status of 502 (Bad Gateway)Don’t worry – figured it out – just copied the statement and replaced the attribute name. ??
Thanks Mike,
I’ve used the function you have indicated to remove a taxonomy term from the Additional Information tab if it has a product tab description.
How can I change this code to include two taxonomy terms? I can’t figure out the syntax required.
Thanks!
LouiseForum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Reset Filter not working properlyThis problem has not yet been fixed. Reset filter does not work on filtered product archive pages. Using version 3.4.0 – Released: 08 May, 2017
New: Sorting option for free version
Fix: Issue with current filter in product tag page
Fix: Unable to filter with qTranslateX and Socute theme
Fix: Unable to filter with qTranslateX and YITH theme FW 1.0
Fix: Issue with reset button in product_tag pageCould you have a look at this please?
Thanks,
Wizard247Hi Marie,
What line did you add to your archive-product.php? I still can’t get this to work. ??
Thank you,
LouiseForum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Add to Cart button not showing in IE 11Thank you @visuality – yes, it is still an issue. For now have disabled this plugin and using a work-around but would like to get back to this eventually.
Thanks for sharing.
Wizard247
Forum: Plugins
In reply to: [WooCommerce] No products were found matching your selection woocommerceSolution is to increase the number of allowed variables. Add this to your functions.php:
/**
* Ensure variation combinations are working properly – standard limit is 30
*
*/function woo_custom_ajax_variation_threshold( $qty, $product ) {
return 50;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘woo_custom_ajax_variation_threshold’, 10, 2 );Forum: Plugins
In reply to: [WooCommerce] Automatic change product category after sold outHi Adrjan,
Did you ever figure out how to do this? I have a client who wants exactly the same thing but am not too confident in my ability to set this action properly.
Would appreciate your sharing your solution.
Thanks,
Wizard247Fixed – Post Types Order plugin created a conflict. Deleted this plugin and dates were correct.
Forum: Plugins
In reply to: [WP font-face] Font face OK in desktop browsers but not on iPhoneNever mind – I had a look at the svg file and my font ID had the word “regular” added to the font name. When I put this in my css it worked on iPhone and iPad.
Great plugin! ??
Resolved.
Forum: Plugins
In reply to: [WP font-face] Font face OK in desktop browsers but not on iPhoneI found a solution here, but I don’t know how to implement it – can you have a look at fixing this in your plugin?
https://stackoverflow.com/questions/4412511/font-face-not-embedding-on-mobile-safari-iphone-ipad
I had this caching issue (another thread) which you responded to. Got to reload the stylesheet directly in my browser which worked. Then got back to page and reloaded a hundred times, emptied caches etc. And it is still reading a cached version somewhere. Tried in Chrome,Safari, Firefox emptied caches… what the? Cannot figure out why it’s not reloading. Can you check if you see the titles under the thumbnails?
https://condignharvester.com/leisure-time/
Thanks,
Wizard247I had the same issue with the original css. I have tried a float:left in .yarpp-related a which fixed it in my browser inspector but now not working either…
Forum: Plugins
In reply to: [Magento Wordpress Integration] problem with install and integrationResolved! Duh – didn’t realise you actually had to include the filename… ??