Forum Replies Created
-
AuthorPosts
-
May 8, 2025 at 9:27 am in reply to: Support request for some modifications of header in case of 3 widgets in there #1483836
Hi Ismael,
The search element inclusion in the header worked out great. The full width menu shadow however didn’t turned out right, please see the shared link once more. The CSS snippet basically made the page full with (which indeed push the shadow from edge to edge. However I do would like to keep the container 1340px width and not force the website full screen.
If you zoom out on the page you can see that the full width effect is kept. Is there a way to keep the website within the 1340px container but do keep the menu bar background effect (top shadow) full width? I will drop another Enfold project where this is the case (no custom header however)
Kind Regards,
SMay 5, 2025 at 9:30 am in reply to: Support request for some modifications of header in case of 3 widgets in there #1483603Hi Ismail,
Thanks for the hint, I implemented this now and it works. However the pop up layer is shown below the menu in terms of layering. Do I need to add soms z-index code to ensure it’s always shown on top?
Regards,
Sp.s. Pasted the link in the private content section
May 5, 2025 at 8:38 am in reply to: Support request for some modifications of header in case of 3 widgets in there #1483595Hi Ismael,
Thanks for your reply, this doesn’t seem to work. I’m not able to save this snippet into a widget code block because of some errors in the code. I have added the code into a general page. Please find attached a screenshot of the result.
Regards,
SMay 2, 2025 at 8:32 am in reply to: Support request for some modifications of header in case of 3 widgets in there #1483487Hi Ismael,
Thanks for your reaction, this last thread puts the whole search box in a certain element (sidebar in this particular case). As you can see in the screenshot my intention is to only add the search icon into the header which will show the pop up search field when clicking on it. Exactly like when adding the search function in the menubar.
Is there a chance to alter the code to only include the search icon and trigger the same pop up field when clicking on it?
Regards,
S.May 1, 2025 at 8:46 am in reply to: Support request for some modifications of header in case of 3 widgets in there #1483443Hi Ismael,
Thanks for your reply. I think point 1 got misunderstood a bit, this is not actually not related to the mobile menu but to the menu style of large screens. As you can see there is a slight top shadow on the menu bar. But the menu is limited to the with of the container. I would like that the drop-down shadow is shown to the full width of the page. Let me post an Enfold project in the private content to show what I mean.
Regarding the search icon, I have already placed a fontawesom icon in the 3rd widget to illustrate the desired position of the search icon. So I would like to find out how to actually activate the search function from that position.
The hamburger position on mobile worked out good by the way, thanks for that.
Regards
SApril 22, 2025 at 9:12 am in reply to: Button is positioned left while is set to “align center” #1481798Hi Ismael,
Thank you for the solution!
Have a great day ahead.
Kind Regards,
S.April 21, 2025 at 9:57 am in reply to: Button is positioned left while is set to “align center” #1481708Hi Ismael,
Please find the login details in the private content area.
Thanks and regards,
SApril 18, 2025 at 8:54 am in reply to: Button is positioned left while is set to “align center” #1481576Hi Ismael,
Thanks for your reply. For the moment I have removed the whole code in general but it didn’t seem to have affect. Please find in the private content the remaining code snippets of the functions.php file. However I have also cleaned the functions.php file fully and re-loaded the page but the issue was still present.
Regards,
SOctober 29, 2024 at 4:18 pm in reply to: CSS snippet to control the spacing/ padding of the Masonry grid (set to “large) #1470137Hi Rikard,
Feel free to close the topic.
Regards,
SheldonOctober 29, 2024 at 3:06 pm in reply to: CSS snippet to control the spacing/ padding of the Masonry grid (set to “large) #1470128Hi Guenni007,
That worked, thank a lot for your efforts.
Regards,
SOctober 29, 2024 at 3:00 pm in reply to: CSS snippet to control the spacing/ padding of the Masonry grid (set to “large) #1470126I mean the masonry gallery indeed :)
October 29, 2024 at 12:59 pm in reply to: CSS snippet to control the spacing/ padding of the Masonry grid (set to “large) #1470107Hi Rikard,
Please find the URL in the private content section.
Regards,
SJanuary 12, 2024 at 2:14 pm in reply to: Set a fixed width for a 1/3 column next two a “flexible” 2/3 column. #1429899Hi Ismael,
I’m posting a screenshot URL and the site link in the private content.
Thanks for your help!
January 12, 2024 at 9:11 am in reply to: Set a fixed width for a 1/3 column next two a “flexible” 2/3 column. #1429871Hi Ismael,
Indeed the 2nd column is the 1/3 column. I have applied this css, in general it works out fine however it seems that this code forces a “equal height” behavior of both the 2/3 and 1/3 column. I noticed this since the 1/3 column has a border but the content in there is limited. Now when narrowing the viewport the 2/3 column nicely behaves responsive but the border of the 1/3 column (with the min-width setting) stretched along.
Can we update the snippet to ensure that the 1/3 column doesn’t stretch out unnecessary since the border displays the wrong displaying.
Thanks and regards
January 12, 2024 at 9:07 am in reply to: Search icon disappearing from Menu when snippet used to switch hamburger earlier #1429870Hi Ismael,
So the full snippet to paste in the Quick CSS should be the set below? I have updated the but without the desired effect.
/* Activate burger menu */
@media only screen and (max-width: 1224px) {
#top #header .av-main-nav>li.menu-item {
display: none !important;
}#top #header .av-main-nav > .av-burger-menu-main, #top #header .av-main-nav > .menu-item-search-dropdown {
cursor: pointer;
display: block!important;
}#top #header .av-burger-menu-main,
#top #header .menu-item-search-dropdown {
cursor: pointer;
display: block !important;
}
}Kind Regards
January 11, 2024 at 10:14 am in reply to: Search icon disappearing from Menu when snippet used to switch hamburger earlier #1429799Hi Ismael,
Thanks for the updated snippet, however in our case the search icon is still disappearing. I will past the site URL in the private content section.
Thanks and regards
January 11, 2024 at 9:05 am in reply to: Set a fixed width for a 1/3 column next two a “flexible” 2/3 column. #1429790Hi Ismael,
Thanks for your solution, the only thing is that the column which should have a fixed width is the 2nd column. Should I simply replace the “nth-child(1)” with “nth-child(2)” to apply the behavior on the 2nd column?
Kind Regards
Hi Rikard,
Feel free to close the thread.
Kind Regards
EnfoldfanaticHi Ismael,
Works great! Thank for sharing this perfect solution.
Kind regards
January 4, 2024 at 12:00 pm in reply to: Add text “Menu” below the hamburger icon on mobile #1429260January 3, 2024 at 11:45 pm in reply to: Add text “Menu” below the hamburger icon on mobile #1429217Hi @guenni007,
Thanks for your help! Would it be also possible to adjust the hamburger + menu text position slightly? I would like to move the both a bit up since the hamburger is currently not aligned vertically in the mobile menu anymore.
Thanks and regards
Hi Mike,
I think I already solved it by adding the following CSS snippet:
@media only screen and (max-width: 767px) {
#hero .container {
max-height: 400px !important;
}
}Regards,
SHi Mike,
I will post the URL in the private content, it regards the first container on the homepage. Indeed we would like to set a height of 50% of the hero container for the viewport up to 767px.
A max-height would probably would as well indeed, the content within the container will fit easily in there (50% space).
Regards,
SThe above snippet doest affect my container behavior, maybe Mike or Rikard could throw in a suggestion?
Hi Guenni,
Thanks for your reply. This particular code snippet only lowers the height of the background, the overflow turns out grey. The inner content seems to “utilize” the height set within the ALB settings tab. There I have still set that the minimum height should be 90%. Should I change that as well?
Regards,
SHi Mike,
Please feel free to close this thread, thank you very much for providing a working solution even on a Saturday evening.
Kind Regards,
SHi Mike,
I’m sorry the initial code snippet did had affect. It just needed a few seconds, the issue seems to be solved. Does this particular “issue” has something to do with the latest versions of Enfold and WordPress? This since I haven’t experienced yet earlier.
Kind Regards,
SHi Mike,
I added the code snippet to the functions.php but no succes unfortunately. For testing this topic I have cloned to the project to another environment, I will paste the link in the private content.
Kind Regards
SHi Mike,
After providing your response to Siteground they came with another reply. Please find the reply in the private content.
Regards,
SHi Rikard,
Feel free to close it, thanks!
Regards,
S -
AuthorPosts