sethcris
Forum Replies Created
-
UPdates:
Page transition from Elated themese get’s in conflict with WOOF .
Now , will you investigate to see why woof is not corectly loaded if transition is on?Forum: Plugins
In reply to: [WooCommerce] Another Product Galery thumbnails size issuesSo theme was searching for things that woo changed in the new version
$our_html .= wp_get_attachment_image( $attachment_id, ‘shop_single’, false, $attributes );
therefore
$our_html .= wp_get_attachment_image( $attachment_id, ‘woocommerce_thumbnail’, false, $attributes );and woo introduced from 3.3 that product-thumbnails.php , which I was need it in the theme
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last updateSo this thumnails.php was introduced into the new version, so themes became obsolete with thumbnails settings.
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last updateput this line in your theme functions.php.
$our_html .= wp_get_attachment_image( $attachment_id, ‘woocommerce_thumbnail’, false, $attributes );
and put the template product-thumbnails.php from the GIT woo vers 3.3 , in the folder on your server
your theme/woocomerce / single product /
or from your woocomerce plugin folder.Previously theme had
$our_html .= wp_get_attachment_image( $attachment_id, ‘shop_single’, false, $attributes );
Forum: Plugins
In reply to: [WooCommerce] Another Product Galery thumbnails size issuesHi Hannah, yes, I see. TS Theme does the job.
Now we know .But please let me know which is the core file and function of WooComerce which is taking care about these picture sizes? Is it in product-image.php ?
Forum: Plugins
In reply to: [WooCommerce] Another Product Galery thumbnails size issuesDisabling all plugins, yes, done this allready before opening topic here. no effect.
You sugestion sounds nice, so this is what I have:1) In the the WooCommerce > Status within the WP Admin, I find these overrides:
borderland/woocommerce/content-product.php,
this contains : data-rel=”prettyPhoto[single_pretty_photo]”
which is the JS used by WooComerce when clicking the thumbnails to be displayed bigger in a lightbox2) borderland/woocommerce/content-single-product.php,
3) But the one under our problem I assume is product-thumbnails.php. which is used by Woocomerce itself not the theme
So this thumbnails setting is where set by woocomerce?? IN which template? By my understanding is supposed to be in the 3) listed above, which is original , not overridden by the theme
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last update@edwindekuiper,you have a very similar problem as most of the people here updating to 3.3 ,this issue broke entirely my site,makes me downgrade to 3.0.
There is no fix here,I’ve tried them all,just like you
Forum: Plugins
In reply to: [WooCommerce] Another Product Galery thumbnails size issuesbtw more extensive testing showed the Appearance-Customize-Woo-Prod Immages only change pictures from archive view,not in single page galery