Forum Replies Created
-
AuthorPosts
-
Hi,
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,
I’m sorry to hear that. The setup seems correct but it’s still not working. Please try this plugin.
// https://wordpress.org/plugins/api-key-for-google-maps/
Best regards,
IsmaelJuly 20, 2018 at 2:35 pm in reply to: WPML Flags in NAV bar will not go away with code provided #987855Hi,
Thanks for the screenshot.
Use this css code to pull the sub menu towards the left.
.menu-item-object-wpml_ls_menu_item .sub-menu { margin-left: -100px; }Adjust the left margin value as needed.
Best regards,
IsmaelJuly 20, 2018 at 2:32 pm in reply to: Recent Enfold theme updates Where to find posts Php file to change language #987851Hi,
You’re welcome. Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Disable the css/js compression in the Performance panel and then add this css code to change the font color of the mobile menu items.
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a { color: gray; }Best regards,
IsmaelHi,
I’ve used the theme and demo before and it worked great, so I’m not sure what’s going on exactly.
Is the site hosted on a different server? The demo import doesn’t work on a few servers but we’re not sure why. You may need to import the demo manually.
// https://kriesi.at/documentation/enfold/initial-theme-setup/#manual-demo-import–xml-file-import-
Best regards,
IsmaelHi,
You have to remove that modification before using the “will-change” property. The background attachment is supposed to be set to “fixed” so you don’t have to add the suggested modification. The “will-change” property should help solve the “fixed” background attachment issue.
Have you tried to add the css property without that modification?
Best regards,
IsmaelJuly 20, 2018 at 2:17 pm in reply to: Changing the color of the borders in the Shopping Cart & Check Out pages ONLY #987840Hi,
There were missing curly braces in the Quick CSS field and it broke the layout of the site. We fixed that.
Please check the color values in the General Styling panel. The “Logo Area” is set to various colors. Is that supposed to be like that?Restore the site from a previous version if you have created a backup or a restore point and then upgrade the theme to version 4.4.1.
Best regards,
IsmaelHi,
Alright. We’ll keep the thread open. Let us know once the site is ready. :)
Best regards,
IsmaelHi,
You’re welcome! Please feel free to open a new thread if you need anything else. We’ll close this one now. :)
Best regards,
IsmaelHi,
Thanks for the update.
I would like to set the builder to debug mode but there’s no functions.php file in the child theme. Please create one and then set the builder to debug mode.
Here’s how: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
I’ll check the page again afterwards.
Best regards,
IsmaelJuly 20, 2018 at 1:57 pm in reply to: Content above page anchor disappears, page is stuck can not scoll up. #987829Hi,
Thanks for the update.
I can now reproduce the issue but I’m not sure what’s causing it. Did you add any custom modifications to the theme? Please provide the login details in the private field so that we could see the dashboard.
Best regards,
IsmaelJuly 20, 2018 at 1:52 pm in reply to: Error 500 on the entire site after updating my theme manually (as recommended). #987826Hi,
Thanks for the update.
Where do you see that error? I can’t find it anywhere in the site.
Best regards,
IsmaelJuly 20, 2018 at 1:45 pm in reply to: How to get Twitter Social Share element to display Summary with large image? #987821Hi,
Yes, that’s what it does. I think the card is not displaying because the og:url is supposed to be the same as the shared link in the tweet. Add this filter in the functions.php file to change the twitter pattern.
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $permalink = get_the_permalink(get_the_ID()); $args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=' . $permalink; return $args; }Or maybe that’s how it’s supposed to work — twitter cards will only display on the actual feed, not when tweeting.
Best regards,
IsmaelHi,
Thanks for the update.
It works properly when every plugins are deactivated. I didn’t check which plugin causes the issue but there’s definitely something off when they’re all activated. One of the plugin is probably loading another instance of maps API.
Best regards,
IsmaelHi,
Thanks for the update. I’ll take a look at the other issue. We’ll close this one now.
Best regards,
IsmaelHi!
I would like to access the dashboard but both login credentials above are incorrect. Please provide another login details.
Regards,
IsmaelHi,
I see. Use this css code for that.
.av_minimal_header #header_main_alternate { border: none; margin-top: -10px; }Best regards,
IsmaelHi,
Did you try to mute the video? It doesn’t autoplay because of the new google policy.
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#best-practices
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously play video with sound.
On mobile, the user has added the site to his or her home screen.
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.Best regards,
IsmaelHi,
In the theme options, change the language and then set another phone info. You can have different set of theme options for each language.UPDATE: I didn’t notice that you’re using Polylang. Try update the strings manually.
// https://polylang.pro/doc/strings-translation/#translate-strings
Best regards,
IsmaelHi,
Thanks for the update.
Replace the css codes with this.
#top #wrap_all .av-social-link-twitter a { color: #fff; background-color: #46d4fe; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; }Best regards,
IsmaelHi,
@Jasmer: Thanks for the info. I’m sure it will help other users.
@iNGENUITY: Did you move the site? The demo link is no longer available.Best regards,
IsmaelHi,
Thanks for the update. This css code should help.
.av-screen-reader-only { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0; display: block; }Don’t forget to toggle the css/js compression in the Performance panel if it’s enabled.
Best regards,
IsmaelHi,
Thanks for the info.
The amazon links are displaying properly when I checked. What is your browser?
Best regards,
IsmaelHi,
Thank you for providing the source. We’ll check the elements. :)
1.) Have you tried using the “avf_preview_window_css_files” filter? It filters the array of stylesheets for the preview.
2.) Are you referring to the “Title Override” preview? It changes dynamically in the preview mode.
Best regards,
IsmaelHi,
Thank you for using Enfold.
You don’t have to use the shortcode. Remove the “lightbox-added” class attribute from the html code to let the lightbox script recognize the link.
Best regards,
IsmaelHey MLBTeam,
Thank you for using Enfold.
Did you update the theme manually or via FTP? Please remove the config-templatebuilder > aviashortcodes folder completely and then replace it with the latest version. The shortcode files in that folder are probably duplicated.
Best regards,
IsmaelHey Kingsfield,
Thank you for using Enfold.
Where can we see the categories? Please provide a link to the actual page so that we could inspect it.
Best regards,
IsmaelJuly 19, 2018 at 2:49 pm in reply to: Content above page anchor disappears, page is stuck can not scoll up. #987424Hey simonvanderleek,
Thank you for using Enfold.
The page is still scrollable when I checked. Is this fixed? How can we reproduce the issue?
Best regards,
IsmaelHey vadikcoma,
Thank you for using Enfold.
This script should help. Just add it in the functions.php file.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }, 2000); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 2000); }); })(jQuery); </script> <?php }The script will trigger the “set_slide_height” function on page load.
Best regards,
Ismael -
AuthorPosts
