Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
I already added this code given by Josue in the mentioned topic.
What I would need now is making the scrolling bar (see screenshot in private content) always visible, to make understand to the user that the submenu can be scrolled.
Thanks!June 23, 2020 at 2:09 pm in reply to: White line displayed before footer on mobiles and tablets #1224872Hi Yigit,
It works great!
Thanks! ;-)Hi Nikko,
You can close this now.
Thank you too! ;-)Hi Jordan,
I’m sorry but your code doesn’t work at all.
It only shows what needs to be hidden…Okay!
Thanks for all, Yigit! ;-)Perfect!
I adjusted your code withbottom: 14px;
and it works like a charm.
Thank you very much, Ismael! ;-)Hi Mike,
Thanks a lot for your reply.
You’re right, maybe I worry for nothing :-)If you recommend to use two different elements, I will do it! Nevertheless, I will keep your code somewhere in a note ;-)
About this, where did you add the CSS code above? I can not find it in Enfold > General styling > Quick CSS and in my child theme style.css…Thanks a lot!
Hi Victoria,
Thanks for your reply.For the problem you mentioned in private content, I replaced
@media only screen and (min-width: 768px)
by@media only screen and (min-width: 1025px)
, so it will not be a problem anymore.About your last code, did you mean adding this code to your previous one or replace your previous code by the last one?
On screenshot 1 is the result if I replace your code: so no menu at all.
On screenshot 2 is the result if I add your last code: so many issues compared to my mockup:
– shopping cart and secondary menu still missing
– vertical line displayed after burger menu need to be hidden
– search icon and burger menu need to be switchedHi Victoria,
Thanks for your reply.
The last code given by Josue could be a solution for me:.ajax_search_response { max-height: 300px; overflow-y: scroll; }
…but I would need to make the scrolling bar always visible.
Which code do I need to add to achieve this?
Thanks a lot!Hi Yigit,
I tried to deactivate linear-gradient background and I think you’re right.
Your last solution is not the best for me :-(
If you think about another solution, maybe targeting another div to avoid the linear-gradient problem, let me know.
If not, I think I gonna disable all transitions.
Thanks a lot! ;-)Hi Yigit,
Thanks for your reply.
It works for some page widths, but not for others.
For example, if the page is 1080px, submenus are not at the same place.
I already tried to do this by setting position by codes likeleft: -XX%
orleft: -XXpx
but the same problem appears.
Isn’t there any code to center the submenu and not move it?
Thanks a lot!Hi Nikko,
I tried to clear cache again, to clear Autoptimize cache, to refresh, to disable Autoptimize, and so on… but nothing new.
So as you could see on my page, I tried to add a Twitter icon and transition works perfectly on it! Si I think the issue comes from somewhere in my code, but I don’t know where.Hi Victoria,
Thanks for your reply.
I had a look to the article but I think it deals with changing the number of results per page.
This is not what I need here.
The only thing I need is limiting the number of results under the search bar in the main menu, as shown on the screenshot.Hi guys,
Any help on this?
Thanks a lot! :-)Hi Jordan,
Everything is ok for me now.
Thanks! :-)Hi Jordan,
I cleared the cache many times and I tried on different browsers, but nothing changed.Hi Mike,
First, thanks a lot for your work on this!!!
You’re right, it works, but I’m a little bit annoyed by the fact that the script doesn’t work on window resize, because it could cause some display issues for users on a desktop…I was thinking about another solution: I could simply create two similar sliders on my home page, one with four products but hidden on mobiles and tablets, and the other with three products but hidden on desktops.
My question is: do you think using this method could add loading time for my main page? If you think so, I would prefer to use your method.Last question: did you modify any setting in Autoptimize plugin? Because I’m using it to fix this theme issue: https://kriesi.at/support/topic/privacy-cookies-enfold-documentation/
One more time, thanks a lot Mike! :-)
Hi Nikko,
I’m sorry but I don’t know why it only works on facebook icon, but not on instagram icon…
Any idea?
Thanks a lot!Hi Ismael,
I modified some WooCommerce options, but now the page is back!
You can find informations in private content.
Thanks!Oh my god!
I thought ordering was based on IDs…
Thanks a lot Ismael! ;-)Hi Victoria,
I changed
@media only screen and (max-width: 1024px)
to
@media only screen and (min-width: 768px) and (max-width: 1024px)
in your code, to make it target tablets only, but there are many issues…I add three screenshots in private content:
Screenshot 1: my home page without any code
Screenshot 2: my home page with your code
…so as you can see, a part of secondary menu is not displayed anymore, shopping cart is not displayed anymore, and burger menu and magnifying glass appear twice.
Screenshot 3: a mockup of what I exactly need.Thanks a lot!
Hi Mike,
It works perfectly.
Thank you so much!!
Best regardsHi Nikko,
It works perfectly!
Do you think it’s possible to keep this fade transition on icons backgrounds and just remove it on icons?
Thanks a lot!Hi Mike,
Unfortunately this is not enough to work.
I think this is because of the url appearing earlier in the code, because it still works on the first page we tried, but not on the two other ones…Hi Nikko,
It helps a lot! Thank you! :-)
Only one little thing more: on hover, the icon itself seems to become white in a fade (it’s like blue->grey->white).
How could it become white directly?
Thanks a lot!Hi Ismael,
It works great.
Thanks a lot! ;-)Hi Mike,
It works perfectly!
Only one last little thing: I need to do the same for two other pages (for example page-id-550).
Can I add those page ids directly in the script and where do I need to add them?
Thanks a lot!Hi Mike,
This grid is filtered by price, from the cheapest product to the more expensive. So the 100 products will be determined automatically: they will be the 100 cheapest products of my store.
So if we can hide the pagination beyond a page (the fifth one in this example), I think it would be perfect for me!
Could we try this?
Thanks a lot!Hi,
Any help on this please? :-S
Thanks a lot! ;-)Hi Mike,
Thanks for your reply.
I’m sorry but I do not need to modify number of products per page, I need to limit the number of products contained in this product grid.
I mean I want to keep for example 20 products per page and 5 products pages, but for now, all my shop appears in this product grid.
Thanks a lot! -
AuthorPosts