I am building an onlineshop with WooCommerce and the product images are at the wrong place. (Im using Google Chrome with Windows 10)
The images are:
– On the top of the website
– Very big
-> Look at my website
Does anyone know how to fix this?
Huge thanks in advance and regards
]]>I installed Easy Watermark and added an image to watermark the pictures for our onlineshop. In the media center the size of the watermark is shown correctly (only small in the middle of each picutre) but on the shop page the watermark on each picture is way too big. It covers the complete picture. When you click on one product it opens the product page and also there the watermark is too big. Only after you refresh the page using F5 the size of the watermark is shown correctly. When I return to the shop page, the watermark of the product I just opened is shown in the corrct size, the others are still too big.
Is this an issue regarding to the shop? We are using WooCommerce. I tried changing every layout option in the plugin settings, that doesn’t change anything.
Hope anyone can help me!
Kind regards,
hanni-92
_______________________________________________________________________________________
Hallo!
Ich habe Easy Watermark installiert und ein Bild hochgeladen, das als Wasserzeichen auf den Bildern unseres Onlineshops angezeigt werden soll. Im Media Center wird das Wasserzeichen in der richtigen Gr??e auf den Bildern angezeigt (ganz klein nur in der Mitte) aber auf der Shop Seite in der Produktübersicht ist das Wasserzeichen auf den Bildern viel zu gro?. Es verdeckt fast das gesamte Bild. Wenn man auf ein Bild klickt, ?ffnet sich die Produktseite. Auch dort wird das Wasserzeichen noch zu gro? angezeigt. Erst, wenn man die Seite mit F5 aktualisiert, wird das Wasserzeichen in der richtigen Gr??e angezeigt. Wenn man dann auf die Shopseite mit der Produktübersicht zurückkehrt, ist das Wasserzeichen von dem Produkt, das ich vorher ge?ffnet hatte, in der richtigen Gr??e, alle anderen sind gleich viel zu gro? wie davor.
Ist das ein Problem mit dem Onlineshop oder mit dem Plugin Easy Watermark? Wir verwenden WooCommerce für den Shop.
Ich hoffe mir kann irgendwer helfen!
Liebe Grü?e,
hanni-92
First of all, here’s the shop in question: https://www.kwajnet.com/shop/ (in the right sidebar, click on the Accessories link).
The problem is that the the placeholder image is not getting updated when I try to replace it in the interface. Here are the details…
I ensured that my Divi theme, WordPress version and WooCommerce plugins were all up to date, as well as disabled plugins and sequentually retested new image uploads and rechecking the front end before posting this question. I also searched this forum using this query (“category archive thumbnail image not updating”), but it yielded no usable answers.
From the beginning, here’s the scenario…
I installed the WooCommerce plugin on my site and everything seemed to be working great, with the exception of Category thumbnail images not not getting updated. On the WordPress back end, I have specified the image for the Accessories Category (accessories archive page) and updated the Category image (several times), but the newly selected images are not appearing. The default placeholder image never gets updated to the new images from the Media Library.
I have cleared my browser cache and restarted my browser a few times.
Can you help? FYI… I’m simultaneously trying to get this resolved in the Elegant Themes/Divi support forum.
The image that is being displayed is this: https://www.kwajnet.com/wp-content/plugins/woocommerce/assets/images/placeholder.png
After trying to replace the image via Dashboard -> Products -> Categories interface, the Accessories category page should be showing this: https://www.kwajnet.com/wp-content/uploads/2017/11/mockup-6447db76-150×150.jpg
Any help would be appreciated.
Thanks,
Bob
]]><?php
$SelectedPosts = new WP_Query('cat=4&showposts=6');
if($SelectedPosts->have_posts()):
while($SelectedPosts->have_posts()) : $SelectedPosts->the_post();
?>
<ul class="home_posts">
<li>
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail('home_posts');
} else {
?>
<img class="home_image" src="<?php bloginfo('template_directory'); ?>/images/placeholder.png" alt="<?php the_title(); ?>" />
<?php } ?>
<div class="overlay">
<h3><?php the_title();?></h3>
<a class="info" href="<?php the_permalink(); ?>">View Details</a>
</div>
<span><?php the_title();?></span><br />
<span>Rs.750/-</span>
</li>
</ul>
<?php
endwhile;
else :
?>
<p>No Updates</p>
<?php
endif;
?>
]]>For example in WordPress’ TwentyFourteen default theme there is “Product Image” option – https://oi62.tinypic.com/nqr235.jpg
but no in InfoWay theme – https://oi61.tinypic.com/2anat4.jpg
I did what WooCommerce said about Third party / custom / non-WC theme compatibility
and what they said about Post Thumbnails, but no luck.
Does anyone know what is wrong?
]]>What is wrong? Please help.
BR MEmilsson
]]>