Forum Replies Created
-
AuthorPosts
-
Hey Monique,
Thank you for the inquiry.
Please temporarily edit the enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php and remove this code around line 672.
$duplicate = '<a href="' . $notify_url . '" aria-label="' . esc_attr__( 'Make a duplicate from this element template', 'avia_framework' ) . '" rel="permalink">'; $duplicate .= esc_html__( 'Duplicate', 'avia_framework' ); $duplicate .= '</a>'; $actions['duplicate'] = $duplicate;Let us know if this removes the Duplicate button.
Best regards,
IsmaelHi,
Thank you for the update.
Where did you add the script that controls the circles? The following css code should center align the main image, but the layout would be a lot cleaner if we could adjust the html and the script that controls it.
.av-js6cdz0m-79a1a59d1a58d6b766b96fd581f31251 #c { margin: 0 auto; background-position: center center; }Best regards,
IsmaelHi,
Did you disable embedding for this particular video? Please check the link below.
If you’ve uploaded a video and don’t want to allow others to embed your video on external sites, follow these steps:
– Sign in to YouTube Studio.
– From the left menu, select Content.
– Next to the video you’d like to manage, select Details .
– From the bottom, select SHOW MORE.
– Uncheck the box next to “Allow embedding” and SAVE.Best regards,
IsmaelHey mgyura,
Thank you for the inquiry.
This issue has been fixed in the latest version of the theme. Please upgrade from 5.6.6 to the latest version 5.6.9. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelHey Håkan,
Thank you for the inquiry.
You can apply a background video in a Color Section or in the Fullscreen Slider element in the Advance Layout Builder. If you need more options, you can also try the Layer Slider element, which is included in the theme by default.
Best regards,
IsmaelHey Marion,
Thank you for the inquiry.
The pricing table in the demo is just a simple column containing image and text elements. If you want to use the layout of the demo page on your own site, we can provide you with the shortcodes. First, you need to set the builder to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
You can then paste the shortcodes in the shortcode field, located just below the Advance Layout Builder:
// https://wtools.io/paste-code/bS5K
Best regards,
IsmaelHi,
I followed your instructions and put the code in the text block,
The css code above should be added in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file, not in the Custom CSS Class field.
Best regards,
IsmaelHi,
Thank you for the screenshot.
The heading seems to be resizing correctly on our end, but if you still want to adjust it, you can try this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top #wrap_all .av-special-heading.av-1kii6-20aefa4b8a1e86b824c2b08956737de9 .av-special-heading-tag, #top #wrap_all .av-special-heading.av-3yvx2-b3a74335a955a8c783977b3748088567 .av-special-heading-tag, #top #wrap_all .av-special-heading.av-12jlsm-3c4c1638e4edbfc505398e6c922fa44b .av-special-heading-tag, #top #wrap_all .av-special-heading.av-118a8u-b260f37eef566a9c2d56de7e85194bae .av-special-heading-tag { font-size: 1.2em; } }Best regards,
IsmaelHey Sebastian,
Thank you for the inquiry.
You can add this css code to disable the animation of the burger menu items.
#top #wrap_all #av-burger-menu-ul>li { opacity: 100; position: relative; top: 0; transition: none; transform: none; }Best regards,
IsmaelHey Munford,
Thank you for the inquiry.
The left and right columns are already set to be 50%, but the row doesn’t expand to full width when there’s little text in the right column. To fix this, please try adding the following css code.
#top .isotope-item.special_av_fullwidth .inner-entry { text-align: left; display: table; table-layout: fixed; width: 100%; }Best regards,
IsmaelHi,
Ok, thank you! So that means it’s not possible for posts created with the Layout Architect to look exactly the same as posts
It’s still possible, but it requires some modifications and there might be no point in using the Advance Layout Builder (ALB) if you want the posts to display in their default layout. When the ALB is active, you have to build the content using the available elements in the builder. Unfortunately, some elements, like the post meta info, are not available by default, so you will have to use the custom shortcode that we provided above.
How can I get to functions.php?
The functions.php file can be found in the Appearance > Theme File Editor panel. You can also access it via S/FTP but you may need to ask your hosting provider to create an account.
Best regards,
IsmaelHi,
Thank you for the screenshot.
As mentioned earlier, this section doesn’t have a checkbox even if you’re using a different theme and there is no option for it by default. You can only adjust the text and add a link to the Privacy Policy or Terms page. If you want to add a custom checkbox manually, please check the article below.
// https://wpbeaches.com/add-a-required-checkbox-field-in-woocommerce-checkout-page/
Best regards,
IsmaelHey ausgesonnen,
Thank you for the inquiry.
The mobile menu gets duplicated because of this css code.
@media only screen and (max-width: 1000px) { .av-burger-menu-main.menu-item-avia-special { display: block !important; } }Do you remember adding it somewhere? You may need to remove the modification, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelDecember 20, 2023 at 3:50 am in reply to: Image and Caption Styling not working on mobile devices. #1428551Hey antdesign01,
Thank you for the inquiry.
The styles are enclosed within a css media query for desktop view, which is why the styles are not applied on mobile view.
@media only screen and (min-width: 989px) { }If this wasn’t intentional, ensure that the css rules and other media queries are correctly closed.
Best regards,
IsmaelHey rixi,
Thank you for the inquiry.
Have you tried to adjust the Styling > Caption > Caption Positioning settings? You can also modify the background color of the button in the Advanced > Link Settings panel. Look for the Button 1 Color or Button 2 Color settings for customization.
Best regards,
IsmaelHi,
The modification above should adjust the color of the burger menu items to white. If you need to change the color on hover, please add this css code.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a:hover { color: gold; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
Best regards,
IsmaelHi,
Thank you for the screenshot.
You can adjust the hover style of the burger menu items in the Enfold > Advanced Styling panel. Look for the Menu Links in overlay/slideout element in the dropdown and adjust the Font Hover Color field accordingly.
You can also use this css code.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a:hover { color: #ffffff; }Best regards,
IsmaelHi,
Thank you for the update.
It’s possible that the lightbox doesn’t work when Perfect Grid is enabled because the plugin requires an actual image or img element. When Perfect Grid is enabled, the images of the masonry items are applied as background through inline css style, not as an
imgelement. You may need to adjust the masonry settings.Best regards,
IsmaelHey Tim,
Thank you for the inquiry.
It’s possible that the font is not loading immediately due to the settings in the Enfold > Privacy & Cookies panel. You can set the Cookie Handling > Default Cookie Behavior settings to the first or second option if you want to allow external services or resources to load even without users accepting the privacy cookies first.
Best regards,
IsmaelDecember 20, 2023 at 2:57 am in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428545Hi,
Thank you for the update.
If you could help me remove those green borders from the current menu items in the dropdown, that would be great.
To remove the bottom border, please look for the following css rule:
#top #header #avia-menu li.current-menu-item > a > .avia-menu-text { border-bottom: #7ac142 solid 10px; padding-bottom: 9px; }Replace it with:
#top #header #avia-menu > li.current-menu-item > a > .avia-menu-text { border-bottom: #7ac142 solid 10px; padding-bottom: 9px; }Best regards,
IsmaelHi,
Thank you for the update.
The issue occurs because the second column inherits the height of the first column, but the video doesn’t adjust accordingly because it has to retain its aspect ratio. Instead of applying the box shadow to the column, we could apply the style directly to the text block or the video inside it. Please disable the box shadow settings, then try adding this css code.
.av-7gxq-b49600b1340770d5ee80faa3053f02f6 .av_textblock_section { box-shadow: 0 0 30px 0 #000000; }Best regards,
IsmaelHey webacom,
Thank you for the inquiry.
We were able to reproduce the video issue, but we’re not yet sure what is causing it. Have you tried disabling the plugins temporarily? We also noticed that the site is still using an older version of PHP. Please update it to 8.0 or later versions.
Best regards,
IsmaelHey Anton,
Thank you for the inquiry.
Adding this css code should remove the space below the video.
.su-youtube.su-u-responsive-media-yes { margin-bottom: 0; }The double button on the official site is not available by default, but here is the markup in case you want to use it on your own site.
HTML:
<div class="avia-double-buttons "><a href="https://site.at/themes/enfold-overview/" class="avia-double-button avia-double-button-1">View Demos</a><span class="button_or">or</span><a href="https://1.site.market/" class="avia-double-button avia-double-button-2">Purchase Now</a></div>CSS:
#top .avia-double-button { letter-spacing: 1px; padding: 13px 20px; text-transform: uppercase; font-size: 13px; text-align: center; min-width: 175px; display: inline-block; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; border: 4px solid #fff; text-decoration: none; } #top div .main_color .avia-double-button { border-color: #e1e1e1; background: #fcfcfc; color: #222222; } #top #wrap_all .avia-slide-wrap .avia-double-button, #top #wrap_all .avia-hover-fx .avia-double-button { background: #000; background: rgba(0,0,0,0.2); border-color: #fff; color: #fff; padding-bottom: 11px; text-decoration: none; } #top .avia-double-button-2 { border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-left: none; } #top .avia-double-button-1 { border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-right-width: 2px; } .avia-double-buttons { margin-top: 30px; text-align: center; position: relative; } #top .button_or { position: absolute; display: block; height: 26px; line-height: 21px; width: 26px; text-align: center; top: 50%; left: 50%; margin: -13px 0 0 -14px; background: #fff; color: #666; border-radius: 100px; font-size: 10px; border: 2px solid #FFF; font-style: italic; font-weight: 600; z-index: 11; }Best regards,
IsmaelHi,
The viewport settings only allow you to preview the slider on different screen sizes. Layer slider doesn’t apply separate settings for each screen width if that is what you’re expecting.
Best regards,
IsmaelHi,
Thank you for the screenshots.
We added an empty grid row at the very bottom of the page and managed to reproduce the issue. The problem occurs because the other grid row and the footer are rendered outside the main wrapper. Unfortunately, we are not yet sure what is causing it. What are you planning to add in the Grid Row container?
Best regards,
IsmaelHey cambium.digital,
Thank you for the inquiry.
Layer Slider should automatically calculate the size of the text or layers based on the viewport or screen size. For example, if you set the font size of a text layer to 23px on desktop, LS should automatically resize this text to around 8-11px on mobile view. If you really need to manually control the style of a specific layer on different screen sizes, you can apply a custom ID or class name to it in the Layer Settings > Attributes panel. You can then add your own css modifications in the Quick CSS field or in the child theme’s style.css file.
Best regards,
IsmaelHey whdsolutions,
Thank you for the inquiry.
You can add this css query to exclude specific elements when printing pages as documents. This helps customize the print layout and ensures a cleaner representation on paper.
@media print { /* All your print styles go here */ #top #main .sidebar { display: none; } }The css rule above should hide the sidebar, but you can define more elements to exclude or modify as needed.
Best regards,
IsmaelHi,
Thank you for the update.
To adjust the style of the burger menu items, please start with this css code.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a { color: #fff; height: auto; line-height: 1em; font-size: 0.8em; } .av-burger-overlay-bg { z-index: 3; opacity: 0.9; background: #000; display: block; position: fixed; }Best regards,
IsmaelHi,
Great! Let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Hm, but what is that space there? I there a way to make it a little bit smaller?
Yes, that should be possible. Please add this code in the Enfold > General Styling > Quick CSS field or add it in the child theme’s style.css file.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .av-lmuro99q-efb5a91e80c2f3c7de60c4602a959104 .article-icon-entry { margin-bottom: -50px; } }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael -
AuthorPosts
