maheraldous
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Keywords meta is missingOh Thank you for this informations and can you tell me then why I can’t find the focus keyword in the meta tags in the head. I know that you let us write one focus word in the free version but when that word dose not appear in the head.
Aha alright Thank you. You are doing great job. ??
Thank you for your theme but is this theme built ready to AMP or should I download your plugin with this theme to get what I mentioned in my previous question.
Forum: Plugins
In reply to: [WooCommerce] How to translate the WooCommerce “zone message”Oh Thank you, I found it. I Just wondered where to fine the right template.
Forum: Plugins
In reply to: [WooCommerce] How to translate the WooCommerce “zone message”ok do you have a idea how to change this message https://prnt.sc/ooamtb I got this in new order via cash method in settings
Forum: Plugins
In reply to: [WooCommerce] How to translate the WooCommerce “zone message”Thank you your code worked but is there is a way to addmy textdomain?
Forum: Plugins
In reply to: [WooCommerce] Checkout Tab is disappeared from settingsYou are welcome, we are here for each others ??
Forum: Plugins
In reply to: [WooCommerce] Checkout Tab is disappeared from settingsThe problem is solved I think they have removed this tab and added it into here https://prnt.sc/om3v67
Forum: Plugins
In reply to: [WooCommerce] Checkout Tab is disappeared from settingsNo cache or something like that
Forum: Plugins
In reply to: [WooCommerce] Checkout Tab is disappeared from settingsNo and I had the only Woocmmerce which is active from the beginning.
Forum: Plugins
In reply to: [WooCommerce] Change the zoom image sizeThis person https://www.ads-software.com/support/topic/woo-hover-zoom-not-working/ used a theme and he had same problem and he got the solution from theme author but I am the author of my test theme so what should I do.
This code helped him.
<script> jQuery(document).ready(function ($) { if( $( '.kt-product-style-large-image .woocommerce-product-gallery' ).length ) { var container_width = $( '.woocommerce-product-gallery' ).width(); var images = $( '.woocommerce-product-gallery' ).find( '.woocommerce-product-gallery__image' ); $( images ).each( function( index, target ) { var image = $( target ).find( 'img' ); if ( image.data( 'large_image_width' ) < container_width && (container_width * 0.8) < image.data( 'large_image_width' ) ) { var start_width = image.data( 'large_image_width' ); image.data( 'large_image_width', start_width + (container_width * 0.2) ); } } ); } }); </script>
I used this code without the theme class .kt-product-style-large-image and it didn’t work.
Forum: Plugins
In reply to: [WooCommerce] Change the zoom image sizeSome how I think we share the same lastname Aldous and Aldos or your name just Rynaldos ??
Forum: Plugins
In reply to: [WooCommerce] Change the zoom image sizeI am developing a test theme by the way so I tried all these https://prnt.sc/olj9a7 but nothing work on what I want. I user this code also in my functions file.
// Remove Woocommerce Specific Style function albadrbakelser_dequeue_woocommerce_styles( $enqueue_styles ) { // unset( $enqueue_styles['woocommerce-general'] ); // Remove the gloss // unset( $enqueue_styles['woocommerce-layout'] ); // Remove the layout unset( $enqueue_styles['woocommerce-smallscreen'] ); // Remove the smallscreen optimisation return $enqueue_styles; } add_filter( 'woocommerce_enqueue_styles', 'albadrbakelser_dequeue_woocommerce_styles' );
Forum: Plugins
In reply to: [WooCommerce] Change the zoom image sizeyour code is from this page https://docs.woocommerce.com/document/image-sizes-theme-developers/ and it’s do the job here https://prnt.sc/olizhe but what I want the job get done here https://prnt.sc/olj08m in this test site https://wordpress.albadrbakelser.se/produkt/test-could-be-the-last/. This image with red cake is not zomming because it’s small for Woocommerce but if you make the browser windows smaller the zoom will work for the red cake image.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Image and Video SitemapsI want to know too about that. Also Can I create a custom sitemap.