Forum Replies Created
-
AuthorPosts
-
Hi,
No I meant the front-end, not the back-end.
I can’t find any specific class present on the front-end when the ALB is activated.
GreetingsHi Mike,
Yes worked for me. I just don’t really like to move elements around after page load, but it is all working thanks.
Topic can be closed.Hi,
Thanks. Already created my own hook. Topic can be closed.Hi,
Use a code like the one Victoria suggested, but be sure to use this filter hook:avf_wc_product_order_dropdown_frontend
Greetings
- This reply was modified 4 years, 6 months ago by wzshop.
Hi, I don’t see why this is only relevant for narrow transparent screen widths.
Anyway thanks, I’ll see if I can use the class mentioned.Hi,
This is not what I am after.
I am aware of the is_page() function, but I wanted to know if there is somekind of function, like:if ( is_transparent_header() ) : return $logo; endif;
Greetings
Ok, then there is no problem.
I did remove the style tags of course. Putting them together causes the issue.
For now i just keep it disabled. Please close this ticket.Hi,
I tried the style.css and the theme css settings.
I only got it working by disabling the ‘merging css files’ setting in theme settings. Enabling it again, will cause for the problem to occur again.Greetings
Ah of course, thanks a lot!
Yes and it is fixed. I meant that the code below seems to be ‘enough’ to fix it all.
#top div div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap !important; }
Same here, I guess nowrap fixes it?
So again,
I am not able to load the css globally in the theme css. How to fix this?
Also,I am able to replicate this issue on a clean staging site with not (custom) edits. So what kind of CSS is causing this issue then?Thank you, that worked! Loading the style globally however won’t work (i removed the style tags)…
Could you please explain why this needs to be done?
Greetings- This reply was modified 5 years ago by wzshop.
Hi,
Tried a PC and laptop.
Tried Chrome and FF, so cache should not be an issue…?It is not working for me. Tried Chrome and FF on 2 computers.
How is that possible?Please remove the image url from the public content.
Hi,
See the private content.Thanks
Ok, but I can use it for commercial purposes?
ThanksMarch 5, 2019 at 2:27 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1074881That is great Günter, sure I can wait!
Thanks again for all your support.Thanks a lot! That fixed it.
February 28, 2019 at 4:07 pm in reply to: 2 bugs known for a long time, but still not fixed? #1072664Will do, thanks Günter.
February 24, 2019 at 8:55 pm in reply to: 2 bugs known for a long time, but still not fixed? #1071019-August 10, 2016: I reported the FB BUG
-February 28, 2018 I reported the YOAST SEO BUGTake an average on that.
And yes Yoast SEO plugin is quite popular so solving this bug is also in your benefit.February 22, 2019 at 10:45 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1070490Thanks Günter.
February 22, 2019 at 4:25 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1070379Hi,
Thanks for getting back at me.
The provided link is a test site. All i changed, for this testing, is the code you mentioned in functions.php.Greetings,
- This reply was modified 5 years, 9 months ago by wzshop.
February 19, 2019 at 12:49 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1068917See PC, try filtering on price.
February 19, 2019 at 12:45 pm in reply to: 2 bugs known for a long time, but still not fixed? #1068912Wating for this “fix” for over a year. Don’t think that is an appropriate time to let your customers wait.
February 7, 2019 at 5:20 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1064192Hi, still not working. Will this ever be fixed?
January 19, 2019 at 8:34 pm in reply to: Show featured image on single blog post, on mobile? #1055970Just desktop, windows 10, chrome 71.0.3578.98
Image seems to be low quality. Try deleting the sizes attribute in developer mode. The quality of the image should increase, which is the quality i like.January 19, 2019 at 8:11 pm in reply to: Show featured image on single blog post, on mobile? #1055965How is that an answer?
It is showing an 450px image (maybe) but the quality is 180px. That is why the image is all blurry. The enfold behavior is good, for normal circumstances, but as I want to show the featured image on small screens as well, the shown image is of too low quality.January 16, 2019 at 3:37 pm in reply to: Show featured image on single blog post, on mobile? #1054570Hi,
Sorry for the late reply. I have been studying a lot about srcset and sizes property in the img tag;), just so I am able to understand what is happening.
See the private content URL. The thing is that normally the thumbnails/featured images are hidden when on mobile devices (setting Single post with small preview image). Therefore the sizes attribute in the image tag is set to(max-width: 180px) 100vw, 180px
, meaning the shown thumb on screensize between 180 and the mobile screen setting (768px default) is max 180px. Therefore the quality is too low. Removing the sizes attribute or changing it to(max-width: 180px) 100vw
will collect the image that the best quality for the users viewport.-Since I am still quite new to this, I really like other thoughts on this issue.
-Also, what is the best way to make these adjustments in the Enfold theme.
-Also, the reason why Enfold coded it like this, is to make sure to not download a big image when the users viewport is large, since only a thumbnail needs to be shown (normally, without the custom CSS changes). Correct?January 7, 2019 at 2:31 pm in reply to: There is an autosave of this post that is more recent than the version below ? #1050885Hi Nikko,
Thanks. Can it hurt to use the new WP editor (with the extra code)? So just re-saving all the pages (with the extra code), will this affect anything?
Also, why does this only occur on a network website?Thanks
-
AuthorPosts