Forum Replies Created
-
AuthorPosts
-
Hi,
You can only upload fonts from Google. If you have other custom font, load it using the @fontface rule.
You can upload your custom Font zip files. Intended for Google Webkit Fonts.
Make sure to delete any fonts that you are not using, to keep the loading time for your visitors low// https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Best regards,
IsmaelHi,
Thanks for the update.
This css code should remove the default bottom margin of the cells.
@media only screen and (max-width: 989px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin-bottom: 0; } }Don’t forget to purge the cache and toggle the css/js compression from the Performance panel.
Best regards,
IsmaelJuly 26, 2018 at 10:34 am in reply to: video slide with auto play disabled still asking for fallback image on mobile #990162Hi,
I have disabled the autoplay feature, but on mobile, it is still asking for a fallback image.
That is the default behavior of video slides. It requires a fallback image regardless of the “autoplay” option.
Best regards,
IsmaelHi,
Can you see the images when the background attachment is set to “scroll” instead of “fixed”?
This thread might help: https://kriesi.at/support/topic/playing-with-new-demos/#post-871865
Best regards,
IsmaelHi,
Remove this particular line of code.
.main_menu ul:first-child > li > a { line-height: 240px !important; }Or move it inside a css media query.
@media only screen and (min-width: 768px) { .main_menu ul:first-child > li > a { line-height: 240px !important; } }Best regards,
IsmaelHi,
Thanks for the update.
This is what we get in the console when we try to edit the page.
https://tarynwrites.com/wp-admin/admin-ajax.php 403 (Forbidden)
Please ask your hosting provider if the “admin-ajax.php” file is being blacklisted by the “mod_security” rule. The access to the file is currently forbidden, which is why the builder is not working.
Best regards,
IsmaelJuly 26, 2018 at 10:17 am in reply to: remove "swell/grow" effect in masonry gallery mouseover #990143Hey Greg,
Thank you for using Enfold.
Use this css code to remove the transform effect.
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { transform: none; }Enable the custom css class attribute if you want to apply that modification to that specific masonry element.
Best regards,
IsmaelHey Katie,
Thank you for using Enfold.
Which of those items should not be displayed on mobile view? Please provide a screenshot on imgur or dropbox.
Best regards,
IsmaelHey kilimats,
Thank you for using Enfold.
You have to load the bootstrap resources first. It looks like that because the element styles are missing.
Here’s some of the ways you can load those resources. https://coreui.io/docs/getting-started/introduction/
Best regards,
IsmaelHi,
Alright. We’ll keep the thread open. Let us know once the site is live. :)
Best regards,
IsmaelHey Evedd,
Thank you for using Enfold.
The Horizontal Gallery element is almost the same as that slider aside from the navigation. Have you tried it?
Best regards,
IsmaelHey newki75,
Thank you for using Enfold.
You can use the “avf_logo” to adjust the value or src of the default logo based on the current language.
Example:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo){ $lang = pll_current_language('locale'); if ($lang == 'fr_FR') { $logo = "LOGO URL FOR FRENCH LANGUAGE HERE"; } return $logo; }For the phone, this thread might help.
// https://kriesi.at/support/topic/header-phone-translation-white-on-header-of-mobile/#post-987863
Best regards,
IsmaelHey npmcgrew,
Thank you for using Enfold.
This css code should adjust the default top position of the video iframe inside the color section.
#video-background iframe { top: -50px !important; }Best regards,
IsmaelHey Javi,
Thank you for using Enfold.
I would like to access the site but then encountered an error. Are you working on the site?
Please let us know once the site is up so that we can check it.
A link to the actual product with the issue will help.Best regards,
IsmaelHi,
Thanks for the update.
That is a default WP widget. Is it working properly when you deactivate the theme’s Performance > CSS/JS compression options?
You can add the theme’s video shortcode or element inside a text widget as an alternative.Best regards,
IsmaelHey capuchin,
Thank you for using Enfold.
Did you disable the Enfold > Sidebar > Sidebar on Archive Pages option? Please enable it back.
Best regards,
IsmaelHi,
The editor is still not accessible. Please enable it or provide the FTP details in the private field.
Best regards,
IsmaelHey decode,
Thank you for using Enfold.
There’s a lot of line break tags in the entry content.
<div class="av-masonry-entry-content entry-content" itemprop="text">2017年3月2日 < br > < br > < br > < br > < br > < br > < br > < br > < br > …</div>Did you add those?
Best regards,
IsmaelHey MCLdesign2010,
Thank you for using Enfold.
This script should help you with that. Just adjust the var src value to the second logo image.
add_action('wp_footer', 'ava_toggle_logo_on_scroll'); function ava_toggle_logo_on_scroll(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function() { var src = 'SECOND LOGO IMAGE URL HERE'; var logo = $('.logo a'); var img = logo.find('img'); img.clone().appendTo(logo).addClass('second-logo'); var sec = $('.second-logo'); sec.attr('src', src); function avia_scroll_change_logo() { set_status = function() { var st = $(window).scrollTop(); if(st < 100) { img.show(); sec.hide(); img.addClass('logo-showing'); } else if(img.is('.logo-showing')) { sec.show(); img.hide(); } }; $(window).on( 'scroll', function(){ window.requestAnimationFrame( set_status )} ); set_status(); } avia_scroll_change_logo(); }); })(jQuery); </script> <?php }Best regards,
IsmaelJuly 26, 2018 at 8:07 am in reply to: Color Section affecting Google Pagespeed Insights Rating #990099Hey tixxpff,
Thank you for using Enfold.
There’s an article in our archive page that is related to optimization, which might help. It was specifically created to guide users on how to optimize the theme and have the site score higher on the speed test.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHi,
Where did you add the code? Did you create a new template file and add the code there? Please provide a link to the product page.
Best regards,
IsmaelHi,
Where we can see the slider? Please provide a link to the page and place the login credentials inside the private field. We would like to check it.
Best regards,
IsmaelHi,
The “flexible” option will display the images using the their original orientation and aspect ratio while the “perfect grid” option resizes and cropped the images so it creates a consistent grid regardless of the images’ size and ratio. So if you want to have a perfect grid while the “flexible” option is set, you have to use images with the same size and orientation.
Best regards,
IsmaelHi,
Alright. Please post the login details in the private field. We may need to adjust the font and icon parameter value.
Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the screenshot.
Are you using the default WP gallery? Please use the theme’s Media Element > Gallery element or shortcode instead. Set the “Gallery Style” to “Big image with thumbnails below”.
Best regards,
IsmaelJuly 26, 2018 at 7:45 am in reply to: Fullwidth slider caption fading in instead of sliding in sidewards #990088Hi,
Adjust the duration. It’s currently set to “3s”.
-webkit-animation: avia_appear_fade 3s 1 cubic-bezier(0.985, 0.005, 0.265, 1); animation: avia_appear_fade 3s 1 cubic-bezier(0.985, 0.005, 0.265, 1);Best regards,
IsmaelHi,
We adjust the script a bit. The mobile menu items display properly now.
Best regards,
Ismael -
AuthorPosts
