Forum Replies Created
-
AuthorPosts
-
It works perfectly, thank you so much!
Eventually, I used this code:
.header-scrolled .logo .subtext > img { opacity: 0; display: none; } #header .logo img, #header.header-scrolled .logo img { transition : opacity 0s ease; }
I think it looks perfect now, thanks again!!
Page:
This topic can be closed.
Hi Ismael,
Thank you very much for your reply!
Your code works perfectly when scrolling down!When I scroll back up, there is still a transition visible which I don’t like: the “scrolled” logo is getting stretched before fading into the “full” logo.
Is that transition also possible to hide with CSS?Thanks in advance.
Hi Mike,
Thank you so much! It worked!
I think I forgot the #top and #mainThis topic can be closed
This topic can be closed
It’s solved!
By itself….. ?Hi Ismael,
Thank you very much for your reply!
I have tried your code and this solved the problem, so thank you!After I added your code, the “default” bullet points were still there. To remove these, I made some changes in my code.
The code now looks like this:/* bullet points */ li::marker { color: transparent; font-size: 28px; } .entry-content-wrapper div li:before { content: ''; width: 9px; height: 9px; display: block; background: #ff9001; border-radius: 100%; float: left; top: 8px; position: relative; margin-right: 14px; margin-left: -24px; }
August 2, 2023 at 4:47 pm in reply to: Advanced Layout Editor keeps loading on 1 specific page #1415267Hi!
Did you fix the issue?
Because it is fixed!August 2, 2023 at 3:31 pm in reply to: Advanced Layout Editor keeps loading on 1 specific page #1415260Hello Yigit,
I updated Enfold to it’s latest version, but the issue persist. I still can’t edit the page “Kontakt” because of this.
I created a temporary admin login and shared the information with you.I look forward to an update!
Best regards,
MaartenAugust 2, 2023 at 3:26 pm in reply to: (get_page_by_title() function has been deprecated scince 6.2.0) #1415259Hi Yigit,
Thank you for your reply.
I updated the theme and the error message is indeed gone.
Thanks againThank you Rikard, for your swift reply.
It would be great if Enfold could offer this in a future release, because I think the forms functionality and looks in Enfold are great.Hi Mike,
Perfect! Thank you so much!
Best regards,
MaartenHi Nikko,
Thanks for your reply.
I have tried your code, but I only want the submenu to move up AFTER I scroll, so when the menu bar becomes narrow.
I don’t know how to target this situation with CSS.Best regards,
MaartenHi Ismael,
Thanks again for your help!
I managed to adjust the css properties to make it look good, using your code. I ended up with this:#top .av-pencil-iconbox .iconbox_icon { float: left; padding: 30px; font-size: 42px !important; line-height: 10px !important; } #top .av-pencil-iconbox .iconbox_icon:before { float: left; transform: translate(-50%, -40%); }
Thanks again and have a great day!
The topic can be marked as resolved.Maarten
Hi Ismael,
Thank you very much for your help! The first 3 icons look great now!
Do you also have a solution for me to adjust the 2 icons futher down the page? I can’t seem to change them without also changing every other icon on the page!
Futher down the page, there are 2 icon boxes with a pencil as an icon. I would like to make those SMALLER and keep them nicely centered inside the circle. In this case, that means move them up a little bit.
Again, your help will be much appreciated!
Hi Rikard,
This topic can be closed. Thanks!@guenni007, Thank you so much, it worked! You are a wizard!
I used your PHP code and this CSS code:
.news-thumb { padding: 0px; float: none; margin-top: 0px; margin-bottom: 8px; border-width: 0px; height: 116px; width: inherit; background-color: transparent !important; display: block; } #top .news-thumb img { float: none; padding: 0px; height: 116px; display: inline; width: auto; }
Now the image automatically scales. Great!!
@Yigit and @Guenni007, Thank you very much for the input!
I placed the code provided by Guenni007 in my functions.php of the child theme.
After that, I changed the previous css code to:
.news-thumb { padding: 0px; float: none; margin-top: 0px; margin-bottom: 8px; border-width: 0px; height: 116px; display: block; } #top .news-thumb img { float: none; padding: 0px; height: 116px; display: inline; width: 100%; }
The thumbnail image is now in a good resolution, but my first 2 points are not yet resolved:
1. The complete image has to be visible
2. The proportions have to be right. I would like the height to be around 116 px and the width to scale automaticallyUnfortunately, I don’t have any PHP skill except for placing/deleting some code.
Dear Yigit,
Unfortunately it is not fixed yet.
I reverted the homepage back to how it was 2 days ago, when everything was still working fine.
The page is looking good in the front-end. However, when I start adding or changing only one object, the page deletes almost 80% of its content!Thanks for the quick reply.
It´s just on the homepage. The other pages are still empty.I saw that some changes have been made, probably by you?
Sometimes the back-end still shows all of the content, but the front-end deletes almost everything. Very strange…
Other times content will disappear from both the front-end and the back-endDear Rikard,
It worked perfectly!
Thank you so much!Best regards,
MaartenFebruary 2, 2018 at 12:28 pm in reply to: Preset certain portfolio category on filter options #906817Hello John,
Thank you for your reply!
Have a nice day.
MaartenHello people,
Thank you, Guenni007, for your instructions. It worked!!
The only thing that needed to be changed was to use ‘#’ instead of ‘.’
So the code looks like this now:
#tablestyle1 th:first-child {width: 70%} #tablestyle1 th:nth-child(2) {width: 20%} #tablestyle1 th:nth-child(3) {width: 10%}
Thanks again! So good to have this knowledge now :)
-
AuthorPosts