In your img menu shortcode when your setting the height based on image and not a static height use image_id="THEID" instead of the url.
Then when you translate the page update those IDs with the correct ids for the translated media files.
I’ll add in string translation settings to the wpml-config file for the home custom carousel image ID.
Ben
Thank you Hannah,
where should I insert the short-code?
What about the archive pages? Can access these category pages (page 2 and more) somewhere and edit the title tag?
Thanks again.
John
*Login to see link
Using Kadence Pro Slider – Full Width On, Full Height Off
Only using Latest Blog and Page Content.
I turned on both menus to see if that was the issue
I’m stumped- I am sure it’s obvious..
Hi Kevin,
Yes, it is set to “true” for the testimonial excerpts on the home page.
Hello John,
First thing I would check is the testimonial carousel settings for the home page. Can you confirm that “Conditional read more link if more content” is set to TRUE?
-Kevin
Hello,
You can do this two ways. If you’re using page builder, add an Ascend Carousel widget to your home page content or your home widget area. If you’re not, you can add it to your page content directly with shortcode. The shortcode will look like this:
[carousel type=post orderby=date columns=3]
Just place into the text editor.
Let me know if it works for you.
-Kevin
Hi Ben. This stopped the strobing and black bar, but now the menu is showing up behind the content. This is the case on all pages.
Here are some screenshots: https://postimg.cc/gallery/3ggyjneqg/
Hi,
How can i change the product image size on the woocommerce product page?
Thx
Hi!
I am working with SEO and found out that I need to shorten the Title Tag for some category pages that have more than one page. At the title tag it shows |Page 2 of 2| and that makes the description too long. Where can I access the category archive to change it to |Page 2| or have all the products to be displayed on one page?
Thank you
John B
Hi, Using Ascend Premium is there an option to use a landscape slider at the bottom of the home page to show latest blog posts rather tha a grid? I currently have a row of 3 showing as I want to avoid a grid. *Login to see link but would prefer it to look like this *Login to see link
I might just be missing something obvious so apologies in advance if I am.
David
Hi,
I noticed that on our English startpage the image alt-attributes are the ones from the German image Post IDs.
We use polylang with media translation as described here: *Login to see link
That is, the file system image (*.jpg) stays the same but the metadata (title, caption, alt) get translated.
Not sure, but probably Virtue would need to check what the current language is (pll_current_language) and then get the right image postId or similar (pll_get_post). Using this as a wrapper, Instead of using the selected image ID on both German and English as it does right now (guessing so from what happens)
See *Login to see link
There might as well be other ways of course.
Not sure if I should start another topic or just ask another question here. But I’ve noticed the “How many products per page” seems off on my website. I had it set to 16 but it only showed 15 on the tags page. I set it to 17 and it showed the 16 like I wanted(four rows of four). But I just checked my categories page and it displays 17. Is that by design or is there an option somewhere else that could be set differently?
Thanks! I think that worked for what my client needs! One more question came to mind. On our home page we have a block that has the main image flip when you hover over it to reveal another image. But I just noticed on the inside pages like the tag and category pages they don’t flip. Is there a way to make those flip?
Hello,
“Read More” disappeared for my testimonials excerpts. It’s supposed to redirect to my testimonials page.
I installed a theme update and transferred to a new domain. Not sure which caused it to disappear. Everything else worked fine after transferring, so I have no idea.
radiancerecovered.com
Thanks!
I’m stumped on this.
And I don’t know if this is a Woocommerce problem or a theme problem.
I use a child theme for Ascend (but I’ve tried the parent version with no CSS overrides and the same problem exists there). I also use the Kadence woo template plugin but I see the same result either way.
What is happening is the right side of my product images is getting cut off on the product page. This seems to only be happening when there are accompanying gallery images. When the page loads for just a second I can see the full image and then it bumps to the right.
I have tried disabling caching, purging my CDN and more. I also tried rolling Woocommerce back but with no effect. Maybe because Woocomemrce did a database update when it loaded?
I will also go search the support forum for WooCommerce to try both directions.
Here’s a link for an affected page:
*Login to see link
I’ve had a little success playing with CSS that fixed the main image but still left the rest of the gallery items cut off when they were viewed. This did not happen before. It always shifted the items below down if a taller image was viewed but it fit horizontally in view.
Any input appreciated about where this problem lies.
Thanks!
PS Also narrowing the width of my window has some really funky impacts on how the gallery layout looks. So depending on the size of your screen it can look far worse.
This reply has been marked as private.
Saving is now fixed. I didn’t have the correct tmp folder setup. It is now setup and working. The title on the homepage is still an issue at the moment though.
PS. Thank you for the hints on where to look/what to look for.
Is there a way to add a background to the sticky navbar/header once I start scrolling? I want to keep it transparent as the page loads, then a dark grey bg appear behind once I start scrolling.
*Login to see link
Hi Hannah,
That’s a good question. I can’t say with 100% certainty that I’d checked them on the other pages at the time.
So I removed Ben’s code to put it back to what I’d found and noted in my first post to this question:
.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul>li {
width: 20%;
}
The mega menu appears on all pages, but at only 75%-80% width of the header:
Screenshot 1
Then I added the first bit of Ben’s css:
.sf-menu.sf-menu-normal>li.kt-lgmenu.kt-menu-column-4>ul {
width: 100%;
left: 0;
right: 0;
margin-left: 0;
margin-right: 0;
}
The menu does appear on all pages, but all are now stacked on top of each other: Screenshot 2
Just added the last bit of code:
.sf-menu li.kt-lgmenu.kt-menu-column-4 {
position: static;
}
Now I’m back to the mega menu only appearing on the home page.
Does any of this help?
Thanks! Sara
Hey Sara,
Was the dropdown working on other pages before the css was added?
Hannah