softsleepysounds
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] spinning arrow and not sending messagehi there,
As I mentioned, I have tried to disable plugins and change theme but this still keeps happening.
Thanks.
Forum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] Pagination now supportedThat is awesome Elvis! I will definitely use it!
Cheers,
Sarah ??I realised that this lag in load time is only happening when I am logged in and has to do with the image in the header of the admin bar.
Sorry to disturb! I can’t find where to delete this topic.
Cheers,
SarahHi Cristian,
Thanks for your thoughts. It is an interesting problem, because we use the same system on another site https://www.playimports.com.au and haven’t had the same problem. Something you said about the misconfiguration of urls made me wonder if the problem might be that the taxonomy was called “moulin roty ranges” but the label was “ranges” / “range”.
On the Play Imports site, the taxonomy is called ranges and the labels are the same. I have changed the taxonomy name, so hopefully that will help. I guess we won’t know until some time down the track, because after we go through all the products and put them into their ranges (drats!), it will take time to see if they drop out of their taxonomies again.
I can’t see anything on our site that would affect database caching, or any other conflicting plugins, but hopefully this will be the solution.
I hope you have a great day. Thanks!
Sarah
Forum: Plugins
In reply to: stop refresh of shop page after add to cartThis is the code in the functions file:
<?php function cs_wc_loop_add_to_cart_scripts() { if ( is_shop() || is_product_category() || is_product_tag() || is_product() ) : ?> <script> jQuery( document ).ready( function( $ ) { $( document ).on( 'change', '.quantity .qty', function() { $( this ).parent( '.quantity' ).next( '.add_to_cart_button' ).attr( 'data-quantity', $( this ).val() ); }); }); </script> <?php endif; } add_action( 'wp_footer', 'cs_wc_loop_add_to_cart_scripts' );
Is there some way I can add to this or delete something so that the page does not refresh?
Thanks!
Forum: Plugins
In reply to: [Max Mega Menu] MMM not displaying sub menusI think that it doesn’t work with my theme – Flawless – Goodlayers. I found a mega menu in my theme, which is showing now, but I don’t like it as much as yours. It would be great if you could help me to make it work with my theme ??
Thanks!
SarahThanks so much Teodor,
I can see the meta description in the source code. Thanks! I was just confused because Google displayed the new title, but not the description. But this is perfect, thanks!
I hope you have a great weekend.
Kind regards,
SarahHi there,
No, I have not fixed the problem. The listing when you search for Moulin Roty displays the meta title which I have specified, but a list of products from the page under the meta description. I want to display a custom meta description.
Thanks for your help!
Kind regards,
SarahForum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] custom tax page going blankHi Elvis,
Thanks so much for your reply. You were right, there were too many products on the page. It was not a particular product, but when I input qty=”1″ and qty =”10″ it worked, so I deleted a whole heap of products from the page and it is working again.
We really appreciate your support and love your plugin, so we have paid a small donation through your plugin page.
Thanks again for your help.
Cheers,
SarahForum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] custom tax page going blankThe same page also works if I use a different tax eg
[woo_products_custom_tax tax_name="ranges" tax_tags="zig-et-zag" columns="4" template="product" qty="300" order="asc"]
It just doesn’t like that taxonomy for some reason.
Thanks,
SarahForum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] custom tax page going blankAll the other custom tax pages with the shortcode are working, including the ranges that had new products added to them.
Cheers,
SarahForum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] custom tax page going blankWhen I say that it ‘works’ without the shortcode, I really mean that the page displays the title and wordpress admin top bar without the shortcode.
Thanks!
SarahForum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] errors in order by SKUHi Elvis,
Thanks so much for your reply! I really appreciate the time you took to give me some more information on this topic.
Unfortunately, the code that you linked to only kinda works. It turned out that it was already in my functions file:
add_filter('woocommerce_get_catalog_ordering_args', 'am_woocommerce_catalog_orderby'); function am_woocommerce_catalog_orderby( $args ) { $args['meta_key'] = '_sku'; $args['orderby'] = 'meta_value'; $args['order'] = 'asc'; return $args; }
It groups products by their range on the shop page, but not in perfect sku order, and on the range pages, where I am using your plugin, it kind of works, but not completely. I tried ‘orderby’ ‘meta_value_num’ but that made a complete mess of it.
It is really frustrating!!
Thanks for your help all the same. It is kind of you ??
I think I will post my question in the main WordPress forum, maybe someone else has come across this problem!
Cheers,
SarahForum: Themes and Templates
In reply to: background colour of custom login pageThanks so much Sam ?? I appreciate your help!
Cheers,
SarahForum: Plugins
In reply to: [WooCommerce] display related products by custom taxonomyHi Michael,
Thanks so much! It works beautifully ?? You are a legend.
Cheers,
Sarah