Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
We adjusted the html of the circles and edited the code in the Quick CSS field to center align the items and the main image. Please make sure to purge the cache and do a hard refresh before checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
Adding this css code should hide the burger menu icon inside the main header container.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .html_header_top .av_bottom_nav_header .av-logo-container .main_menu li.av-burger-menu-main.menu-item-avia-special { display: none; } }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelHi,
Thank you for the update.
The Advance Layout Builder (ALB) seems to be loading correctly when we checked the Home page. We provided a screenshot in the private field. In which page can we reproduce the issue?
Best regards,
IsmaelHi,
Let us know if you have more questions. We will keep the thread open.
Best regards,
IsmaelHi,
Thank you for the update.
Did you select the first or second option in the Default Cookie Behavior settings? You may need to purge the cache and perform a hard refresh before testing the page again. If the issue persists, please provide the login details in the private field.
Best regards,
IsmaelHi,
We can’t see the micro white line or border when we checked the site. Please refer to the screenshot below.
Screenshot: https://1drv.ms/i/s!AjjTfXSRbKTvgs1v7e3iH1EqJevsRA?e=Sabave
Best regards,
IsmaelHi,
Thank you for the update.
This is how the site looks on our end.
Screenshot: https://1drv.ms/f/s!AjjTfXSRbKTvgs1ufnjVlXViDcnFwQ?e=ez75zV
As you can see, the “New Patient Offers” section has a background and border. Please try checking the site in incognito mode or perform a hard refresh.
Best regards,
IsmaelHey wosky,
Thank you for the inquiry.
The layout of the items in the Masonry element changes automatically based on the size of the uploaded images. To maintain the same layout as in the demo, make sure that the uploaded images have the same size and aspect ratio as the demo images.
Best regards,
IsmaelHi,
Thank you for the update.
PHP Warning: Use of undefined constant \xe2\x80\x98ALTERNATE_WP_CRON\xe2\x80\x99
We didn’t find any errors related to the theme. Most of the fatal errors are from the plugin bwp-recaptcha. The constant ALTERNATE_WP_CRON is also not generated by the theme, so this was probably added to the wp-config.php file manually.
This is the fatal error generated by the bwp-recaptcha plugin.
mod_fcgid: stderr: thrown in /var/www/vhosts/doshacen1.com.mx/httpsdocs/wp-content/plugins/bwp-recaptcha/bwp-recaptcha.php on line 40You may need to contact the plugin developers for more info.
Best regards,
IsmaelHey!
We will include a fix in the next patch. If you would like to test it yourself, please edit the enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php and the enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php file, remove everything and replace it with the following code.
masonry_gallery.php: https://pastebin.com/YudgryRc
masonry_entries.php : https://pastebin.com/nyM4istwBest regards,
IsmaelHi,
Thank you for the update.
Did you set the Layout > Height > Content height settings of the Tab Section element to the first option (Same height for all tabs)? This will retrieve the height of the tallest section and apply it to other sections. You should also check each tab’s Styling > Alignment > Vertical align settings and adjust them from Middle to Top.
Best regards,
IsmaelHey 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,
Ismael -
AuthorPosts
