I have a woocommerce shop website and in the single product page i have this issue about clicking on the main image. The site redirects me to a page with the image link instead of showing the lightbox.
It is since Woocommerce 3.0, I think they changed the way to zoom image. I fixed the issue by adding add_theme_support('wc-product-gallery-lightbox') line in main functions.php file of the theme.
Related
I need to add this link to WordPress, as a reference to photo: https://unsplash.com/photos/WoUiQ65Grns When I add it, it automatically moves the whole blog post text and photos to right in mobile view.
I am using Avada theme of WordPress and trying to add it in a post, as a text in Avada's 'Text Block'. Can you tell me what is wrong with this link and how to fix it?
( As I tested further, some other website links are also causing same issue in blog posts. )
Might be you want to add the correct link to your WordPress site, the link https://unsplash.com/photos/WoUiQ65Grns is not just a photo, it's a site that includes the photo element, so maybe you can use the https://images.unsplash.com/photo-1554896593-e7f761a681f9 correct link into your WordPress site.
I am new to wordpress, I just bought a host and all that for my blog. When I make a template in elementor how do I make that page show up as default on all my blog pages? It works for the front page, then when I click on a blog post it goes back to the theme that is active, which I cant customize and its ugly.
You may need Elementor pro im not sure if free has it but this is your solution:
https://elementor.com/blog/single-archive-builder/
placeholder thumbnails are showing instead of product images in woocommerce categories page, this images shows all the products under the "Beauty and perfumes" category
placeholder thumbnails shows instead of my product thumbnails
but the image displays when i click on a specific product
enter image description here
I had a plugin that had settings hiding the images inadvertently.
To figure out the culprit I deactivated all my plugins. The images were now showing. Next, I added re-activated them one by one until the placeholder images showed up again. So now I knew what/who was causing the issue.
I then activated the offending plugin and went through its settings until I found a setting that turned off images.
In this case, it wasn't a bad plugin it was just user error.
Just in case you are using the same or similar plugin it was: "Easy Custom Auto Excerpt"
I hope this helps any future developer with this problem.
Just an additional info.
I came across with this issue just right now.
Please make sure to set the Primary image of the product otherwise it will show the placeholder and won't show the product image gallery too.
I'm working on WordPress WooCommerce, the thumbnail image is not fully showing.
site URL:tulipmark.com/product-category/womens/ethenic-wear/saree you can see the problem in the link provided above
I am using a slider plugin and I am trying to get the plugin to appear on the post on the front page. unfortunately, it seems to be blocking it in some way? if I post text after the slider the text appears but not the slider before it. It seems not to be exclusive to this slider plugin either.
The excerpt feature of wordpress does not support images or anything other than text. you must edit the themes index.php or content.php page to show "the_content" rather than "the_excerpt".