Hey, thanks! It's fixed on the front-end, which is great, but in the gridder the <p> tags keep adding up. I guess fine for now :))
zxhxri
Posts
-
<p></p> adds in "Project description for Thumbail" when updating -
<p></p> adds in "Project description for Thumbail" when updatingHi there, any update on this issue? I'm having the same issue. Using qTranslate and always getting random <p> </p> added around the description text.
-
Intro / scroll position issueSo I have an issue where either the Intro plays every time I go to the Homepage.
I have checked Disable Ajax / Compatibility Mode, because otherwise the scroll position when going back was not being preserved.
I tried with plugins disabled, none of them were causing the issue.
I would really appreciate if someone could take a look. Thank you!
Here is the link https://da-fest.bg/
-
How to return to the exact same scroll position when going back to homepageHi there, i am currently facing a similar issue. For example if you go to the About page and click on a participant photo, then go back it always loads at the top of the page.
Here is the link:
https://da-fest.bg/p.s. I've tried disabling all Plugins + turning off custom CSS, and "Disable Ajax/Comp Mode" is unchecked.
-
making thumbnails the same sizeI used this code for a website I'm working on. It creates a 3:4 ratio for every thumbnail regardless of the original thumbnail dimensions. Add it to your Desktop & Mobile CSS:
.thumb-collection .ph {
position: relative;
width: 100%;
padding-bottom: 75% !important; /* 3 / 4 = 0.75 = 75% */
overflow: hidden;
}.thumb-collection .ph img,
.thumb-collection .ph video {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center !important;
} -
Horizontal submenuHi there,
I've created a horizontal submenu, but the submenu items overflow. How can I make them start from the right edge of the screen and flow to the left?

Thanks in advance!
-
Product filtering / images dissapearThe filters for productgrids is a great addition. Wish there could somehow be multiple layers of filtering.
-
Product filtering / images dissapearI am testing a plugin Themify WooCommerce Product Filter on my website https://zahari.xyz/shop . It seems to be filtering correctly, but whenever I filter the results, the product images disappear.
I've disabled all plugins, lazy loading in Laytheme, the problem persists.
Any advice is welcome.
Thank you!
Zahari