daspi
Forum Replies Created
-
Just another update on my testing. I have a staging site now and only use this plugin to deal with my image resizing mission. I am trying to resize a few select images by just pressing the Optimize Now button in the Media Library. It is processing and completing the picture optimization, but when I check (edit the picture) it is still the same pixel size as before. I have the settings set to resize to 2000x2000px. The image remains larger. What am I missing?
I did not run the whole Bulk Processing. Way too many pictures that don’t need it.
Understood. My testing just showed that even after optimization, product pictures in Woocommerce were still the large original ones. I’ve even tried with LS cache disabled. Same results. Should SPIO work on existing WC product pictures?
What would be the workflow of resizing and optimization of existing product pictures for Woocommerce? I don’t want to edit each product and assign new pictures.
- This reply was modified 1 year, 8 months ago by daspi.
Resolved. I had an email template in the child theme. All set.
Forum: Themes and Templates
In reply to: [Astra] Transparent Header Above Header Font ColorIs this a bug, that the color on transparent just won’t change as set in customizer? I keep trying and nothing works. This is strictly for the above header position on transparent header. Other items, like the additional menu above header is working just fine.
Forum: Plugins
In reply to: [Product Filter by WBW] Product Filter with Cache plugin yes or noCan you elaborate if my mentioned plugins will work with yours, or would I have to exclude product categories with filters from catching?
Forum: Themes and Templates
In reply to: [Astra] Transparent Header Above Header Font ColorHi Herman,
Of course, that’s what I did too. It does not work. Another screen shot here. https://ibb.co/FsRQ82K
Forum: Themes and Templates
In reply to: [Astra] Transparent Header Above Header Font ColorI want to clarify, HTML color option setting does not work specifically for the above header position in the transparent header. It does work for the inserted menu. See image of my customizer
Forum: Themes and Templates
In reply to: [Astra] Transparent Header Above Header Font ColorI see and use it. It’s just not working as reported. It has no effect, it is set now. I have emptied all cache too.
Forum: Plugins
In reply to: [WooCommerce] Back link instead of breadcrumbsThis is exactly what I tried and it does not work. Code had no effect.
This is the code. Any idea why this would not work with Astra and latest Woo?// Add link to Product Category // ============================================================================= function add_backbutton(){ global $post, $product; if ( x_is_product() ) { $terms = get_the_terms( $post->ID, 'product_cat' ); $nterms = get_the_terms( $post->ID, 'product_tag' ); foreach ($terms as $term ) { $product_cat_id = $term->term_id; echo "<div class='cat-prod-link-back x-container max width'><a href='".get_term_link( $product_cat_id, 'product_cat' )."'>Link back to:".$term->name."</a></div>"; break; } } } add_action('x_after_view_integrity__breadcrumbs', 'add_backbutton');
Forum: Plugins
In reply to: [Product Filter by WBW] Mobile product display issue with shortcodeThank you for checking into the issue. I just want to add that even the Twenty Nineteen theme will not display just one in a row when using shortcode. It seems that this would be good to address in your plugin if possible. Give users some control on mobil display when using shortcode so it can look the same as on shop page.
Thank you for a great plugin and great support!
Forum: Plugins
In reply to: [Product Filter by WBW] Mobile product display issue with shortcodeContacted you as requested.
Status:
Filter on page: 4 in a row on desktop, mobile 3 in a row with white space on right.
Mobile view on regular shop page switches as expected to 1 product per row. This is what would be standard behavior for the Astra theme with WooDommerce. I need the filter on pages via short code behave the same way, one per column on mobile.Thank you for your help.
Forum: Plugins
In reply to: [Product Filter by WBW] Hide tags without products – not workingMy mistake, it does work. Great plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Caching issue with Events pluginOK thanks. I’ll try when I get a chance. The /events/* works fine and we don’t have much to load on these pages. Should not be a performance issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Caching issue with Events plugin[event-list column=3] yes this is for the events listing page
Forum: Plugins
In reply to: [LiteSpeed Cache] Caching issue with Events pluginI think I got it for now. I use Do Not Cache URIs, and put
/events/*If there are better solutions, please let me know.