Forum Replies Created
-
AuthorPosts
-
Hey Diana,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-timeline-container .av-milestone .av-milestone-indicator, #top .avia-timeline-container .av-milestone .av-milestone-article-footer { background-color: rgba(148, 159, 175, 0.77); }
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,
For pages created with the Advanced Layout Builder, switching to the default WP editor and editing will break the ALB layout.
If your page has javascript in the iframe code blocks, this may be tring to load when you edit the backend causing the error, or the iframe itself is trying to load in the backend.
You could try the Avia Layout Builder Debugger to view the page shortcode. But be careful when editing the shortcode directly as it could break the page.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author, .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a, .cr-histogramTable tr.ivole-histogramRow .cr-histogram-a { 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,
To hide it on all pages try this instead:@media only screen and (max-width: 767px) { #revolutionslider_1 { display: none; } }
or for certain pages:
@media only screen and (max-width: 767px) { .page-id-3861 #revolutionslider_1, .page-ide-3489 #revolutionslider_1 { display: none; } }
Best regards,
MikeHi,
Try this instead:#top #wrap_all #main .template-page h1.markdown a, #top #wrap_all #main .template-page h2.markdown a, #top #wrap_all #main .template-page h3.markdown a, #top #wrap_all #main .template-page p.markdown ~ h3 a{ text-decoration: none !important; } #top #main .template-page .avia_textblock :not(h1,h2,h3) a:not(.avia-button) { text-decoration: underline !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.Best regards,
MikeHey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .page-id-3861 #revolutionslider_1 { display: none; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey José Augusto,
Try going to the “screen options” at the top of the menu page and select “Link Target”, then after you add your custom link, open it and change your Link Target for it.Best regards,
MikeHey hwci,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#services { z-index: 0; position: relative; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Guenni007 & Ismael 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,
MikeJanuary 17, 2025 at 5:06 pm in reply to: Can’t save pages/posts with classic editor and Enfold theme #1475298Hi,
I tested by saving your homepage and then viewed the frontend, then went back to the backend and there was no message that a auto draft was saved, as in your opening post and screenshot.
I’m not sure why you are having this issue.Best regards,
MikeHey edithfrei,
When I check your footer I’m not seeing any issues:
Please include a screenshot of what you see and paste the image URL in your post.Best regards,
MikeHey schweg33,
I’m not sure that I see extra white space on mobile:
Please include a screenshot of what you see and paste the image URL in your post.Best regards,
MikeHey jehi33260,
The error message “Sorry Because of its privacy settings, this video cannot be played here.” seems to be from Vimeo, please check your Vimeo settings in your Vimeo account.
Perhaps you have to whitelist the domain.
Your page also has the error: “Failed to load resource: the server responded with a status of 403 (Forbidden)” from Vimeo, which supports the above believe that you need to check your Vimeo settings in your Vimeo account.Best regards,
MikeHi,
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
When I check you have a 1px padding in between the images, you could use this css to remove it:#top .avia-logo-element-container .slide-entry { padding: 0px; }
change the zero if you want it larger.
Try this css to remove the top and bottom padding:.flex_column.av-l3t08rf8-8f5e455205a44c3e3d9068782c55a0f9 { padding: 0px 50px 0px 50px; }
Best regards,
MikeHi,
Glad Rikard 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,
MikeJanuary 15, 2025 at 5:02 pm in reply to: Burger menu colour change on mobile with transparent menu #1475168Hi,
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,
MikeJanuary 15, 2025 at 4:58 pm in reply to: Can’t save pages/posts with classic editor and Enfold theme #1475165Hi,
Thanks for your patience, but unfortunately the login is not working now. We are not able to reproduce this on our install and the Dev Team writes that the theme doesn’t alter this behavior. If you are using any plugins that clear the WP database or transients, you could try disabling these for 24 hours and check again, or perhaps it is a server cache or other server setting.Best regards,
MikeHi,
Thank you for your patience, the test page that you created didin’t look the same so I created a new on linked below, to create a table use this code in the “text” tab of the text element:<table> <tbody> <tr> <td>image</td> <td>text and button</td> </tr> </tbody> </table>
then add your image and text and button
To create the button code, cue the shortcode wand in a new post with the Classic Editor
Then it will look like this:
Then you can use css to remove the borders and change the background color if you wish.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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 to hear that you have this sorted out, 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,
MikeJanuary 12, 2025 at 9:09 pm in reply to: Terms and Conditions button not clickable on checkout #1475038Hey xfilegirl,
In my research I believe that your “terms and conditions” is created with the ALB and not a simple Classic Editor page, if this is the case try creating it with the Classic Editor or try this function.
Note that a another possibility is a caching plugin, or theme option forcing scripts into the footer or delaying the scripts until page interaction, since it will work after a “long delay”
Also note that your theme version is very old: v4.8.6.5 and not compatible with PHP v8+ or the latest WP version, you should update to v6.0.8Best regards,
MikeHey Matthias,
On your /kompetenzen/ page images like this:
are background images that are shown with css and don’t have a “title” attribute so there is not a way to do this.
Perhaps try a plugin like this one: Image Source Control Lite – Show Image Credits and CaptionsBest regards,
MikeHi,
Please use any email address, even fake, and then post the login name and password in the Private Content area for us.Best regards,
MikeHey Dirk,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { $currentlang = get_bloginfo('language'); if($currentlang=="nl-NL"){ { $logo = "http://localhost/blah-blah/nl-logo.jpg"; } if($currentlang=="en-GB") { $logo = "http://localhost/blah-blah/gb-logo.jpg"; } return $logo; } }
replace the image url’s with yours.
I have not tested Translatepress, but with WPML the theme panel has different settings for each language
if you have this option you can change the logo in the theme settings.Best regards,
Mike -
AuthorPosts