Forum Replies Created
-
AuthorPosts
-
Hi,
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,
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 #1476711 -
AuthorPosts