Forum Replies Created
-
AuthorPosts
-
August 2, 2024 at 6:19 am in reply to: Remove preload spinner on video loaded in color section background #1463582
Hey Miguel,
Thank you for the inquiry.
Please add this css code to hide the loading spinner.
span.mejs-overlay-loading-bg-img { display: none !important; }
Best regards,
IsmaelHi,
Welcome! Glad we could be of help. Please open a new thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Do you have any idea why the “Color Section” is not added to the Wrap-All div only events sites?
Did you set a different template for the events? It’s also possible that the customized shortcodes render additional containers that conflict with the ALB.
Best regards,
IsmaelHi,
Sorry for the delay. Looks like you managed to properly translate the link using the special character translation plugin. Is that correct?
I have read the ###lt###a href="https://site.com/en/privacy-policy "###gt###privacy policy###lt###/a###gt### and I consent to the storage of my data in your records in accordance with the provisions of the European Data Protection Regulation no. 679/2016, GDPR. You may delete them or request a copy by making an explicit request to (Email address hidden if logged out) (mandatory)
Best regards,
IsmaelHi,
@Guenni007: Thanks for the info! This seems to be working as expected:function avf_avia_slideshow_defaults_mod($default) { $default['hoverpause'] = true; return $default; } add_filter('avf_avia_slideshow_defaults', 'avf_avia_slideshow_defaults_mod', 10, 1);
Best regards,
IsmaelHey Manfred,
Thank you for the inquiry.
1.) You can use this css code to hide the separator beside the date:
.slide-meta-time + .slide-meta-del { display: none !important; }
2.) Which blog layout did you select? If it is set to the grid layout, please add this filter in the functions.php file:
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod'); function avia_post_slide_query_mod( $query ) { $query['orderby'] = 'date'; $query['order'] = 'ASC'; return $query; }
Best regards,
IsmaelHi,
Thank you for the screenshot.
Looks like the loading of the assigned font is delayed. How did you register or apply the rift3 font?
Best regards,
IsmaelHi,
I wanted it to behave exactly like the desktop version in that it doesn’t appear as you scroll down?
Unfortunately, this is not possible without significant modification to the theme. The previous css code should hide the mobile menu.
Best regards,
IsmaelHi,
Thank you for the update.
The new page loads significantly faster on our end, taking around 2 seconds or less. The images are now a third of their previous file size and there are fewer of them in this new page. However, 200+ kb for a single image is still quite heavy. Have you tried checking the site on a different network or connection?
Best regards,
IsmaelHi,
Thank you for the update.
The filter works properly on our end. Have you tried removing the conditional function is_page?
function avf_avia_slideshow_defaults_mod($default) { $default['hoverpause'] = true; return $default; } add_filter('avf_avia_slideshow_defaults', 'avf_avia_slideshow_defaults_mod', 10, 1);
Best regards,
IsmaelHi,
Great! Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHey denisbarnabe,
Thank you for the inquiry.
Please use this filter in the functions.php file to change the logo for a specific language:
function avf_logo_mod($logo) { $lang = pll_current_language('locale'); if ($lang == "fr_FR") { $logo = "/wp-content/uploads/YOUR_LOGO_FILE.jpg"; } return $logo; } add_filter('avf_logo', 'avf_logo_mod');
Best regards,
IsmaelHey Mark,
Thank you for the inquiry.
Please try to use this css code:
.avia-slideshow .avia-caption { left: 50%; position: absolute; transform: translateX(-50%); }
Best regards,
IsmaelHey danielswaim87,
Thank you for the inquiry.
We can’t reproduce the same issue on our own installation. Have you tried disabling the plugins temporarily? Please provide the site URL and login details in the private field so that we can check the issue properly.
Best regards,
IsmaelHi,
I’m only getting errors if I add it to functions.php, like
Sorry about that. We adjusted the code a bit. Please try it again:
add_filter("avf_post_slider_args", function($atts, $context) { if ($context == "archive") { $atts['type'] = 'grid'; $atts['columns'] = 4; $atts['preview_mode'] = 'custom'; $atts['image_size'] = 'medium'; } return $atts; }, 10, 2);
Best regards,
IsmaelHi,
Thank you for the info.
The styling issue occured because the page was set to use a custom page template called “Lightstart Template”. We reset it back to the default template. Please make sure to purge the cache, before checking the page.
Best regards,
IsmaelHey!
The issue is likely due to the script error that we mentioned above. Please try to temporarily disable all product extensions, then purge the cache. Have you tried creating a new variable product? Please provide the login details in the private field so that we can check the issue further.
Best regards,
IsmaelHey amyncuih,
Thank you for the inquiry.
You can use this css code to adjust the style of the table element.
.avia-data-table.avia_pricing_minimal th, .avia-data-table.avia_pricing_minimal td { padding: 14px; font-size: 16px; }
Best regards,
IsmaelAugust 1, 2024 at 5:31 am in reply to: ADVANCED AVIA BUILDER NOT SHOWING ON NEW PAGE CREATION IN WORDPRESS #1463482Hi,
@archana: We tried logging in to the site but the account info seems to be invalid. Please open a new thread and provide the login details in the private field.
@danielswaim87: Please create a new thread and provide the site details so that we can check the site further. Make sure that the theme is updated to version 6.0.2.Best regards,
IsmaelHi,
But why you say “To fix the issue temporarily”? Is it a bug of theme?
For some reason, the post css file is not getting regenerated when the page is updated. Unfortunately, we are not sure what is causing this. The filter above should disable the post css file and place the custom styles inline instead. Please keep the filter for now.
Best regards,
IsmaelHi,
Thank you for the update.
To adjust the style of the sorting buttons, please start with this css code.
.main_color #js_sort_items a { color: red !important; background: blue; } .main_color #js_sort_items a { color: red !important; background: blue; } div#js_sort_items { background: transparent !important; }
Best regards,
IsmaelHi,
Thank you for the update.
Please include this css code to make the header transparent on mobile view and remove the burger menu.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header { position: fixed; background: transparent; } .responsive #top .av-burger-menu-main { display: none !important; } }
Best regards,
IsmaelAugust 1, 2024 at 5:01 am in reply to: Animationen laden seltsam doppelt / Animations load strangely twice #1463477Hi,
Will this appear in the next update? 🙏
We cannot reproduce the issue on our end, so it is likely unique to your installation, possibly caused by a custom modification or plugin. Please keep the css for now.
Best regards,
IsmaelHi,
idk what happened, but NOW my iconset actually worked…
Good to know. Did you upload the icon set again?
Best regards,
IsmaelHey walhai,
Thank you for the inquiry.
Did you install any SEO plugins such as Yoast or RankMath? If you’re using RankMath, please follow the instructions in this short video: https://i.rankmath.com/ND9FHF
Best regards,
IsmaelHey leloux,
Thank you for the inquiry.
The burger menu seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey nadinew13,
Thank you for the inquiry.
You can further adjust the styles of the heading tags in the Enfold > Advanced Styling panel. Let us know if you need further help.
Best regards,
IsmaelJuly 31, 2024 at 8:30 am in reply to: Top half of first homepage element AND parallax becoming static #1463412Hey threemarketinginc,
Thank you for the inquiry.
We found a few script errors when we checked the page. Unfortunately, we cannot pinpoint the exact cause of the error because the scripts are compressed. Please try toggling or temporarily disabling the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like the default styles are not being applied to the contact form fields. We may need to inspect the contact form. Please provide the site URL or a direct link to the page containing the contact form element.
Best regards,
IsmaelJuly 31, 2024 at 8:07 am in reply to: ADVANCED AVIA BUILDER NOT SHOWING ON NEW PAGE CREATION IN WORDPRESS #1463408Hey HLL_Virtual_Bookkeeping,
Thank you for the inquiry.
What is the installed version of the theme? Please note that the latest version is 6.0.2. If the theme is not yet updated to this version, please update it as soon as possible. Then, provide the site URL and login details in the private field so that we can investigate the issue further.
Best regards,
Ismael -
AuthorPosts