Forum Replies Created
-
AuthorPosts
-
Hi,
I have checked your test page, but I’m not seeing a “scrolling up and down the color section bands would continue to increase in height with each scroll”
When the page is loaded, the sections do move up for the “Fold Animation Duration” in the columns in the color sections, but they don’t move on scroll.
The inline height css is from the javascript that calculates the of the section height based on the content of the section and the height of the page since the color sections use that for the height as per the color section options. But when I scroll on desktop or mobile do not change.
Perhaps you could change it to a fixed height like 200px, or so and see it that helps.I also note that above you first write: “scrolling up and down the color section bands would continue to increase in height with each scroll”
Then: “inline height style is applied, and increased, each time the window size is changed.”
Do you mean both are happing?
As for “inline height style is applied, and increased, each time the window size is changed.” this is for the javascript that I explained above, when the window size is changed the javascript needs to recalculate.Best regards,
MikeFebruary 12, 2025 at 4:49 pm in reply to: Pagination to open at the same anchor point and not at the beginning of the page #1476967Hi,
I don’t believe that lazy loading will work in this case.
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

and ensure that it is activated, then add the above code and save.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 11, 2025 at 9:40 pm in reply to: How do I add Layerslider back to Enfold after disabling it? #1476912Hi,
please include an admin login in the Private Content area so we can examine.Best regards,
MikeHey xela,
please include an admin login in the Private Content area so we can examine.Best regards,
MikeFebruary 11, 2025 at 9:30 pm in reply to: Pagination to open at the same anchor point and not at the beginning of the page #1476910Hi,
Please use the PHP code in your Child Theme functions.php,
We don’t expect any issues using a child theme. You will need to use a child theme or the code will be lost with your next update.Best regards,
MikeHey Vorden69,
Please note that your theme is quite old, a few years ago Envato (Theme Forest) changed from a API to a Token, and the first few updates with the Token did not work correctly on the Envato (Theme Forest) side, we were able to correct the issue, but only via a new update.
Since your site is using a non-updated version, to update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeFebruary 11, 2025 at 9:07 pm in reply to: Add full-width easy slider above calendar on Events Calendar page #1476908Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Your best solution will be to create two slideshows with portrait sized images for mobile, using your desktop landscape images for mobile will typically not look good on mobile.Best regards,
MikeHi,
Glad to hear that you have this sorted out, shall we close this thread then?Best regards,
MikeHey michael,
The Envato (Theme Forest) license is not locked to a domain, or a domain to a license.
I recommend purchasing a new license for $59 and Extend support to 12 months, for a little more.

Then you will have your own Envato account and lifetime updates.
Then see our documentation to create a “Token” to add to the theme for updates, and replace the current license Token.

But first after you purchase your new license, before you create a new Token you will need to manually update your theme because v4.4.1 can not be automatically updated because of how Envato has since changed the license.
Follow these steps:
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.

I recommend first making a full server backup, I don’t expect any errors, but it is good practice.Best regards,
MikeHey schweg33,
You can change the link color with this css:.inner_tooltip a { color: #fff; }but if you make the background color transparent, the link text will show in the above text and be very hard to see.
The link does work when I test, but you can clink it because it will only show when you hover over the icon and when you move to the link it is hidden againBest regards,
MikeHey eggc,
Your css has curly quotes braking the css, use this instead:.av-subheading p { font-family: 'olde-english'; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
The avia-snippet-hamburger-menu.js is loaded before the child theme, so you need to deregister the parent version and register the child version explicitly.Best regards,
MikeHi,
Try this instead:.bdp-post-categories a,.bdp-post-title a,.av_textblock_section a.wp-dark-mode-bg-image { text-decoration: underline !important; } .bdp-post-categories a:hover,.av_textblock_section a.wp-dark-mode-bg-image:hover strong { color: #fff }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
It looks like you have already figured it out: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/123
Thank you for your patience.Best regards,
MikeHi,
I deleted it for you before the last post:

So you are all done.
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Augeundso,
A child theme allows you to add customizations to core element files that you don’t want to lose on your next update.
For example, if you wanted to customize a element like the contact form, and you found a solution that says add some PHP code to your functions.php file, the next time you update you will lose this code. If you don’t need this kind of customization, you will be fine.
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

and ensure that it is activated, then add your code and save.
You can add a child theme at any time, follow these steps: child themeBest regards,
MikeFebruary 9, 2025 at 3:41 pm in reply to: Timeline – adding images not beneath text but next to it #1476775Hi,
I made an adjustment so now the image is on the right side, but your titles are too large and long, so I added this css to brake your text so the element lines up good:.avia-timeline h2.av-milestone-date>strong { width: 200px; font-size: 20px !important; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }you can adjust the font size and width to suit, but there is not a lot of options.
You may try making the page width 100% with this css:.responsive #top.page-id-19 #after_tab_section_1 .container { max-width: 100%; }and then make the font size and width larger to suit.
Best regards,
MikeFebruary 9, 2025 at 2:46 pm in reply to: Add full-width easy slider above calendar on Events Calendar page #1476774February 9, 2025 at 2:44 pm in reply to: Tokens (plural!) not accepted by our theme update page #1476773Hi,
Also note that Envato limits the number of license checks each 24 hours, if you check too many times for all of your sites you will not update, you will need to wait 24 hours. Also note that a Token is only good for one site, so if you use the same Token on three sites, you will get an error.Best regards,
MikeFebruary 9, 2025 at 2:39 pm in reply to: Tokens (plural!) not accepted by our theme update page #1476771Hi,
When I check your site: https://www.traumwandel.de/
it says “updates: disabled”
Please see this page and read “Step 2: Set required Token Permission”
or Install the Envato market plugin and set up your token key.Best regards,
MikeHi,
Here (https://www.traumwandel.de/traumartikel/) it looks like you are using a plugin “blog-designer_pack” the above css works in the footer.
Try adding this css:.bdp-post-categories a,.bdp-post-title a,a.wp-dark-mode-bg-image { text-decoration: underline !important; } .bdp-post-categories a:hover,a.wp-dark-mode-bg-image:hover strong { color: #fff }Best regards,
MikeHi,
Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av_seperator_small_border .av-main-nav>li>a>.avia-menu-text { border-right-style: solid; border-right-width: 1px; padding-right: 13px; margin-right: -13px; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
#top #main a:where(:not(.wp-element-button,.avia-button)) { text-decoration: underline; } #top #main a:hover:where(:not(.wp-element-button,.avia-button)) { color: #fff; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
The ID for “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” is “sub_menu1”

so replace the class in your css “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” with the ID “sub_menu1”
You also have an extra “bracket” in your css, probably braking it./*A B C ……..*/ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top #menu-dialektwoerter > li { padding: 2px 0; display: inline-block; } #top #menu-dialektwoerter { padding: 10px 0; } #top #sub_menu1 { width: 40px; } #top #sub_menu1 { position: fixed !important; right: 0; top: 10px; width: 50px; } #top #sub_menu1 + .sticky_placeholder { height: 0 !important; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Is the problem that the first page submenu is:
A B C D E
and the second page submenu is:
A B C DBest regards,
Mike -
AuthorPosts

