Forum Replies Created
-
AuthorPosts
-
February 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 #1476773
Hi,
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,
MikeHi,
@media only screen and (max-width: 768px) { .avia-caption-content p { font-size: 40px !important; line-height: 32px !important; } } @media only screen and (max-width: 479px) { #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title { font-size: 50px; line-height: 43px; } }Best regards,
MikeFebruary 8, 2025 at 8:47 pm in reply to: Timeline – adding images not beneath text but next to it #1476733February 8, 2025 at 8:34 pm in reply to: Add full-width easy slider above calendar on Events Calendar page #1476725Hi,
Your IF function should check for the body_class “post-type-archive-tribe_events” please give this a try.
If you have trouble please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 768px) { .avia-caption-content p { font-size: 40px !important; } } #top.home .av-special-heading.avia-builder-el-5 { margin-top: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey northorie,
Try this thread: https://kriesi.at/support/topic/how-to-make-the-links-in-anchor-tool-content-get-underlined-when-hovered-over/#post-1470677Best regards,
MikeHi,
As I understand, you see this:

and would like this:

Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .page-id-4540 .av_one_fifth.avia-builder-el-59,.av_one_fifth.avia-builder-el-66 { display: none; } .responsive #top.page-id-4540 #wrap_all .content .entry-content-wrapper .flex_column.av_one_fifth { width: 33%; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Unfortunately background videos will not display on mobile views by default and are replaced with their fallback images, please try the layersliderBest regards,
MikeHi,
Unfortunately this will be needed to create at the theme level, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHey cygrafix1,
Please see this thread: https://kriesi.at/support/topic/instagram-429-error/#post-1400469Best regards,
MikeHey pdxammo,
Unfortunately I don’t see any 500 errors on your site, if it is only in the backend it sounds like a admin-ajax.php error that is often a ModSecurity module for the Apache server error. There could be other issues, but I would check there first.Best regards,
MikeHi,
I see that you are using vc builder to build your site, Enfold has it’s own builder and typically is not compatible with wp-blocks, elementor, or VC, or other builders.
I believe that the “way-points” script is not firing the starts the animation after 3 seconds has a conflict with your VC builder way-point script and I don’t see a solution. Unfortunately we don’t support other builders or third party plugins.
I also don’t see a second language on your site so I can’t tell if this is a result of your translation.Best regards,
MikeFebruary 8, 2025 at 6:56 pm in reply to: Problems with Enfold and Ninja Forms Paypal Add on #1476711Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { padding-top: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey schweg33,
The Dev Team writes:
never use .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7
this will change when an element setting changes. Use custom classes or ID of element !!!Best regards,
MikeFebruary 8, 2025 at 5:58 pm in reply to: Tokens (plural!) not accepted by our theme update page #1476703Hi,
Your version v4.5.2 can not be updated in the backend with a token, you will need to manually update, this was due to Envato switching from the API license to the Token license.
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,
MikeHi,
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,
By the order that it is loaded, glad Guenni007 could help, thank you Guenni007.Best regards,
MikeHey Tanja,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.home .alternate_color .homepgservicestable.avia-data-table.avia_pricing_minimal td { color: #fff; border-color: transparent; font-size: 2em; }Best regards,
MikeHi,
I checked your “About BlueWillow Biologics” page, but I was not able to reproduce the error of “scrolling up and down the color section bands would continue to increase in height with each scroll” I don’t have an iPhone and I was not able to login to the site.
Perhaps I don’t understand the issue completely or it is specific to iPhone only.
Try to create a video of what you are seeing so we can try to reproduce.
We don’t have experience “Solid Security plugin” so we don’t know a way around this.Best regards,
Mike -
AuthorPosts




