Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I used this as reference.
https://wpml.org/forums/topic/no-featured-images-in-other-language/aq_resizer-1x.php & aq_resizer-2x.php
comment out this code//check if $img_url is local if(strpos( $url, home_url() ) === false) { $image = array ( 0 => $url, 1 => $width, 2 => $height ); return $image; }
and then
second language is natural:140px x 140px too.
<img src="https://www.exsample.jp/wp-content/uploads/2014/08/2911399_B_2_500.min_-140x140.jpg" width="140" height="140" alt="2911399_B_2_500.min" pagespeed_url_hash="1992197444">
Is this all right?
Should I edit anything sf-products.php too?if ( has_post_thumbnail() ) { $image_title = esc_attr( get_the_title( get_post_thumbnail_id() ) ); $image_link = wp_get_attachment_url( get_post_thumbnail_id() ); if ($image_link == "") { $image_link = "default"; } $image = sf_aq_resize( $image_link, 70, 70, true, false); if ($image) { $image_html = '<img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" alt="'.$image_title.'" />'; } }
Or,
Do you have better solution?Regenerate All Thumbnails,but Nothing changes.
This reply has been marked as private.March 5, 2015 at 5:38 am in reply to: Firefox mobile: missing main product images on product page #155187It’s well fixed in Firefox mobile.
Will you update it in the next theme version?February 26, 2015 at 1:14 pm in reply to: Firefox mobile: missing main product images on product page #153404February 25, 2015 at 10:33 pm in reply to: What has changed 2.7.6 2.7.7? display heading area gets corrupted with a plugin #153205I was resolved on their own
February 25, 2015 at 10:30 pm in reply to: Firefox mobile: missing main product images on product page #153203It it happens All Page single product pages on Firefox mobile.
Attachments:
You must be logged in to view attached files.February 19, 2015 at 7:43 am in reply to: What has changed 2.7.6 2.7.7? display heading area gets corrupted with a plugin #151459If and only if set mega menu Custom HTML Column (within Mega Menu) [woocommerce_recently_viewed_products per_page=””] in 2.77
2.7.6 is fine.
What has changed 2.7.6 2.7.7?
Are there any good methods for that?October 23, 2014 at 4:45 pm in reply to: Accordion action is fine but load bar be at a stop(mobile iOS chrome) #122740Is it browser(mobile iOS chrome) issue?
Why Page accordion-toggles is fine,Product page accordion stop load bar?October 22, 2014 at 5:13 pm in reply to: Please tell me how normal search scan additional information(Brand,fablic etc) #122425I am gladder if dante includ it search.php.
Different between super search and normal search to be inauspicious for user.
And Everyone want to reduce plugins as much as possible.Thanks.
Add it.
Images nav should be improving the User Experience mobile too.
Like Attachments,User may not notice 4,5,6,7,8 images.Sub images should be slide when Main is 3rd.
But practically,Sub images slide when Main is ”5th”.Please fix Sub images slide timing or display nav like cardinal “flex-control-nav””owl-pagination”.
Thanks.
Attachments:
You must be logged in to view attached files.October 22, 2014 at 4:46 pm in reply to: Please tell me how normal search scan additional information(Brand,fablic etc) #122419Thanks.It looks good for the moment.
I continue testing it.October 22, 2014 at 4:28 pm in reply to: Accordion action is fine but load bar be at a stop(mobile iOS chrome) #122416Dante demo too.
October 22, 2014 at 4:06 pm in reply to: woocommerce Badge and jQuery ADD TO SHOPPING BAG and wishlist doesn't work #122410Thank you.
It have fixed
div.caroufredsel_wrapper ul.products li{ width: 250px!important; clear: none!important; }
-
Posted in: We hit Power Elite.