Forum Replies Created
-
AuthorPosts
-
January 30, 2024 at 8:15 am in reply to: URGENT: homepage reverting to blog after theme update #1432458
Hi,
Thank you for the inquiry.
@sophiasbiti: It’s possible that the site or your browser is still delivering the cached version of the stylesheets and scripts, which caused the layout issues. Did you try to toggle or temporarily disable the Enfold > Performance > File Compression settings after updating the theme?
@Keasyconciergerie: You have to set the front and blog page in the Enfold > Theme Options panel, and reset the options in the Settings > Reading panel to default.Best regards,
IsmaelHi,
Thank you for the update.
The srcset attribute is present on one of the images in the page above. Did you figure out the issue?
<img src="https://www.dr-site.de/wp-content/uploads/2023/12/katrin-und-daniel-holzinger-stuttgart.webp" srcset="https://www.dr-holzinger-institut.de/wp-content/uploads/2023/12/katrin-und-daniel-holzinger-stuttgart.webp 705w, https://www.dr-holzinger-institut.de/wp-content/uploads/2023/12/katrin-und-daniel-holzinger-stuttgart-300x153.webp 300w, https://www.dr-holzinger-institut.de/wp-content/uploads/2023/12/katrin-und-daniel-holzinger-stuttgart-450x230.webp 450w, https://www.dr-holzinger-institut.de/wp-content/uploads/2023/12/katrin-und-daniel-holzinger-stuttgart-600x306.webp 600w" sizes="(max-width: 705px) 100vw, 705px">Best regards,
IsmaelHey NanoMoller,
Thank you for the inquiry.
Did you install a template builder plugins? Looks like the default header is being replaced with a different header called “pagelayer-header”. Please try to deactivate the plugins temporarily and check if the default header displays.
Best regards,
IsmaelHey ballindigital,
Thank you for the inquiry.
You can add this css code to align the content of the icon boxes to the center.
.av-lgmpw4id-df67b23b192e50caf808cf12e16beaf6 .iconbox_content .entry-content-header { display: flex; justify-content: center; align-items: center; } .av-lgmpw4id-df67b23b192e50caf808cf12e16beaf6 .iconbox_content .iconbox_content_container { text-align: center; }Best regards,
IsmaelHey frb1,
Thank you for the inquiry.
The site is on maintenance mode and is not accessible. Please provide the login details in the private field. Could you also provide screenshots of the changes that you’d like to implement?
Best regards,
IsmaelJanuary 30, 2024 at 6:35 am in reply to: Footer, via Footer Page, is not showing. Tried replacing footer.php… #1432448Hi,
Thank you for the info.
Access Denied – Sucuri Website Firewall
Unfortunately, we got locked out by Sucuri. You may need to temporarily disable geolocation blocking. You can find the team members’ locations in the link below.
Best regards,
IsmaelHey frb1,
Thank you for the inquiry.
The site is in maintenance mode, so we were not able to check it. Please provide the login details in the private field. There is no option for this out of the box, but the theme should automatically adjust the layout of the table element on mobile view. Would you mind providing a screenshot of the issue?
Best regards,
IsmaelJanuary 30, 2024 at 6:22 am in reply to: Metadata element – possible to add default settings? #1432446Hi,
Thank you for the update.
The Separator/Whitespace element is spelled correctly on our end. Please check the screenshot in the private field. Would you mind providing a screenshot of the text or element?
Best regards,
IsmaelHey Highlander-2013,
Thank you for the inquiry.
You can find more styling options by editing one of the slides, go to the Styling tab, and you should find more settings in the Colors and Font Sizes toggle. If you want to add your own css modifications, please use the Enfold > General Styling > Quick CSS field.
Best regards,
IsmaelJanuary 30, 2024 at 6:10 am in reply to: Mega Menu with Images – Not Fullwidth & Leaving Empty Space #1432443Hi,
Thank you for the update.
We could adjust the css a bit to make the mega menu container fullwidth.
#header .twelve.units { width: 100vw !important; right: calc(-24vw - 10px) !important; }You may need add a few css media queries to adjust the values on different screen sizes.
Best regards,
IsmaelHi,
Thank you for the update.
There is no option for this by default but you can add the following css code to apply a minimum height to the sliders.
.avia-content-slider-element-container.av-lr0sh4rf-253b4eed3b657e2271d5ec08f704cca5 .slide-entry { min-height: 230px; }Best regards,
IsmaelJanuary 29, 2024 at 11:30 am in reply to: image gallery – different sizes in thumbnail overview #1432367Hi,
No problem! You can adjust the Masonry element’s Styling > Masonry Settings > Size Settings to Flexible Masonry or Perfect Automatic Masonry to display the images in their original height and aspect ratio. Let us know if you need more help.
Have a nice day.
Best regards,
IsmaelJanuary 29, 2024 at 11:26 am in reply to: Formularfelder im Kontaktformular individuell gestalten #1432365Hi,
Did you hide the field labels? If you want to change the color of the placeholder, you can add this css code.
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: blue !important; } ::-moz-placeholder { /* Firefox 19+ */ color: blue; } :-ms-input-placeholder { /* IE 10+ */ color: blue; } :-moz-placeholder { /* Firefox 18- */ color: blue; }Best regards,
IsmaelJanuary 29, 2024 at 11:17 am in reply to: Content automatically disappeares with “Landing Page” Demo #1432363Hi,
Thank you for the update.
What do you mean by “next section”? Please provide the login credentials in the private field so that we can check the content of the builder.
Best regards,
IsmaelJanuary 29, 2024 at 11:14 am in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1432361Hi,
Yes, unfortunately, the Content AI option is not compatible with the builder as mentioned earlier. One workaround is to create a dummy page, switch to the Classic Editor, use the Content AI to generate content based on a focus keyword, then copy the result to the page using the Advance Layout Builder. This is a little cumbersome but it should work just fine.
// https://rankmath.com/kb/how-to-use-content-ai/#write-with-content-ai
Best regards,
IsmaelJanuary 29, 2024 at 9:23 am in reply to: How to add a button to Easy Slider that is consistent on all slides #1432356Hi,
Thank you for the update.
We created a private test page (see private field) and edited the modification in the Quick CSS field a bit to display the border.
/*------------------------------------*/ /* For button in slider */ /*------------------------------------*/ #top .avia-slideshow .avia-caption-content .av-slide-button { text-transform: uppercase; letter-spacing: 1px; border-width: 1px; color: #fff; background-color: #006f49; display: inline-block; line-height: 1; font-size: 15px; padding: 12px 24px; border-radius: 3px; color: #fff; fill: #fff; text-align: center; transition: all .3s; border: 1px solid #ffffff; }Best regards,
IsmaelJanuary 29, 2024 at 9:15 am in reply to: Footer, via Footer Page, is not showing. Tried replacing footer.php… #1432353Hi,
Thank you for the explanation.
We may need to access the site in order to properly check the issue. Please provide the site URL and login credentials in the private field. In the meantime, please try to upgrade the theme to version 5.6.10, then temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelJanuary 29, 2024 at 9:10 am in reply to: How to create a text box next to an image where both resize together #1432351Hi,
Thank you for the update.
Have you tried setting the image as the background for the second column instead of using an Image element? For mobile view or at the full-width breakpoint, you can apply a minimum height to the column to make sure it still displays appropriately above or below the text box.
Best regards,
IsmaelHi,
Thank you for the update.
You should not copy the entire functions.php file from the parent theme. Only copy the script that @Guenni007 provided above. Please try again, and make sure that you copy the code directly from this forum. Also, make sure that at the start of the functions.php file, you have this opening tag:
<?phpThe complete functions.php file would be:
<?php function ava_custom_script_mod_social(){ ?> <script> (function($){ $('#header').one('click', '.av-main-nav-wrap', function() { var isMobile = $('.av-burger-menu-main').css('display'), isHeading = "Social Bookmarks", social = $('#header_main .social_bookmarks').clone(true).addClass('sub-menu'), mobileMenu = $('.av-burger-overlay'); mobileMenu.find('#av-burger-menu-ul').append('<li class="only-burger menu-item-social av-active-burger-items"><a itemprop="url" alt="Social Bookmarks" style="" href="#"><span class="avia-bullet"></span><span class="avia-menu-text">'+isHeading+'</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>'); if( social.length ){ mobileMenu.find('.only-burger.menu-item-social').append(social); } }); var htmlString = $('#socket .social_bookmarks').clone().find('li a'), socialString = []; htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' menu-item menu-item-avia-special menu-social"></li>').parent().unwrap(); socialString.push(socialItems); }); var socials = socialString.reverse(); $(socials).each(function() { $(this).appendTo('#avia-menu'); }); $('#avia-menu .menu-social').css('float', 'right'); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod_social');Best regards,
IsmaelHi,
Thank you for the update.
You may need to update the content of the table cells and include the number of persons beside the price. For example, you can adjust the content of the first cell in the Professionisti column using the following code:
<span class="av-desktop-hide av-medium-hide av-small-hide">1 Person</span> 90 eurosThis will display the price as “90 euros” on desktop view and add the extra info “1 Person” beside the price on smaller screens.
Best regards,
IsmaelJanuary 29, 2024 at 8:36 am in reply to: image gallery – different sizes in thumbnail overview #1432346Hey dondela,
Thank you for the inquiry.
It’s possible but it might leave huge gaps or spaces around the gallery items. You can try this css code to adjust the width of the 6th and 7th items in the gallery.
#top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(6) { width: 30%; } #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(7) { width: 50%; }Have you tried using the Masonry Gallery element instead?
Best regards,
IsmaelHi,
Glad to know that @Guenni007 was able to help you out! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey jun san,
Thank you for the inquiry.
You can add this css code to adjust the position and styles of the submenu.
#top .av-main-nav ul ul { left: 207px; top: 0px; margin: 0; border-top-style: solid; border-top-width: 1px; padding-top: 0px; }Best regards,
IsmaelHi,
Thank you for the update.
To adjust the style of the social icons, you can use this css code.
#top #header_meta .social_bookmarks li a { float: left; width: 30px; line-height: 30px; display: block; margin: 0px; outline: none; padding: 0; min-height: 30px; height: 100%; overflow: visible; z-index: 2; position: relative; text-align: center; }Would you mind providing a screenshot of the issue? Or post the site URL in the private field so that we can check the current header layout and settings.
Best regards,
IsmaelHey villasanarenteriasimon,
Thank you for the inquiry.
We can still change the preview background on our installation. Have you tried disabling the plugin temporarily? Please provide the login details in the private field so that we can check the builder.
Best regards,
IsmaelJanuary 29, 2024 at 8:05 am in reply to: Content automatically disappeares with “Landing Page” Demo #1432338Hey arrabonapaletta,
Thank you for the inquiry.
Did you add any HTML tags in the builder? Please make sure that there are no invalid tags in the content and that all tags have been closed properly. Otherwise, they could break the layout of the builder and unintentionally remove content.
Best regards,
IsmaelJanuary 29, 2024 at 7:58 am in reply to: Formularfelder im Kontaktformular individuell gestalten #1432337Hey mulder4301,
Thank you for the inquiry.
Ich habe im Quellcode ausgelesen dass die ID und NAME dieses Feldes avia_1_1 ist. Kann ich damit was anfangen?
Yes, you can use the ID or classname to adjust the style of specific fields in the contact form element. To adjust the style of the first field for example, you can use this css code.
#top form fieldset #element_avia_1_1 input { background-color: #cc1818; color: #ffffff; }Best regards,
IsmaelHey snachary,
Thank you for the inquiry.
You may need to search for the old URL in the database and replace it with the new URL. You can accomplish this using a search and replace plugin, link below.
// https://wordpress.org/plugins/better-search-replace/
Please check the article below for more info.
IMPORTANT: Please make sure to create a site backup or a restore point before proceeding.
Best regards,
IsmaelHi,
You’re welcome! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey agolden85,
Thank you for the inquiry.
Did you override any of the builder element or template files in the child theme? Please make sure to update the templates or disable them temporarily. You should also toggle or temporarily deactivate the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael -
AuthorPosts
