Forum Replies Created
-
AuthorPosts
-
May 10, 2018 at 3:36 pm in reply to: Problem in the order page with general conditions of sales #954614
Hi,
The map is displaying properly on Firefox. Is this fixed? Please open a new thread for new inquiries.
Best regards,
IsmaelHi,
Have you tried using the magazine element? I think the layout is closer to what you’re after.
Best regards,
IsmaelMay 10, 2018 at 3:25 pm in reply to: Layerslider video wont autoplay and layer timing issue. #954605Hey ejuicepack,
Thank you for using Enfold.
The video plays automatically on page load. We set the opacity of the logo to zero on initial load and then use the layer slider’s events callback to animate it back once the slider change. I’m not sure if that’s what you’re after though.
Best regards,
IsmaelMay 10, 2018 at 2:04 pm in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #954562Hey John,
Thank you for using Enfold.
Could you still reproduce the issue today? Please try to disable the theme’s css and js compression temporarily.
Best regards,
IsmaelHi,
Thanks for the update. The site looks the same on IE. This is the screenshot.
// https://imgur.com/a/0X6XmjP
Best regards,
IsmaelMay 10, 2018 at 1:46 pm in reply to: Issues with… WordPress 4.9.4 // Enfold Version 4.3. // Woocommerce 3.3.4 #954547Hi,
The update is done. Let us know if the site is back to normal.
Best regards,
IsmaelMay 10, 2018 at 1:39 pm in reply to: Issues with… WordPress 4.9.4 // Enfold Version 4.3. // Woocommerce 3.3.4 #954543Hi,
We are very for the late response. We just found out what’s causing the issue in your installation. The theme was updated manually via FTP so the shortcode files in the config-templatebuilder > aviashortcodes folder were duplicated. We are currently deleting those files and replacing it with the correct directory. We’ll update you once it’s done.
Best regards,
IsmaelHi,
This code should work. Just add it it in the functions.php file.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function() { //activate html5 video player if($.fn.avia_html5_activation && $.fn.mediaelementplayer) $(".avia_video, .avia_audio", container).avia_html5_activation({ratio:'16:9', features: ['playpause','progress','current','duration','tracks','volume', 'fullscreen']}); }); })(jQuery); </script> <?php }It will override the theme’s default player options.
Best regards,
IsmaelHi,
Thanks for the info.
We disabled the js > shortcodes.js file in the child theme. The ajax portfolio script was being executed twice because there’s another instance of the script in the shortcode folder.
Best regards,
IsmaelHi,
You can try the filter above. That is based on the first filter.
Best regards,
IsmaelMay 10, 2018 at 12:44 pm in reply to: Problems with Avia Options after WPML default language change to another languag #954513Hi,
What are those css classes? Did you enable the theme’s css and js compression? Please deactivate those options or any other cache and minification plugins temporarily.
Best regards,
IsmaelHi,
I’m sorry but I can’t give you an email. Do you have an extra gmail account? Please provide that instead.
Best regards,
IsmaelHey Matthew,
Thank you for using Enfold.
Did you enable the border option? Try to remove the first selector.
.av-partner-fake-img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; } .av-partner-fake-img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }Best regards,
IsmaelHey Matthew,
Thank you for using Enfold.
Did you enable the border option? Try to remove the first selector.
.av-partner-fake-img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; } .av-partner-fake-img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }Best regards,
IsmaelHi,
Thanks for the update. Use this additional css codes to adjust the position of the mobile menu.
@media only screen and (max-width: 767px) { #top #menu-item-search { display: none; } .responsive #top .av-main-nav .menu-item-avia-special { display: block; margin-left: -25px; } }Best regards,
IsmaelHi,
The search icon is inside the sidebar container. Did you add any modifications to the theme? If possible, please create a separate thread for this issue. We’ll check it there.
Best regards,
IsmaelHi,
Yes, that is possible. Try this filter.
// https://kriesi.at/support/topic/phone-number-next-to-logo-menu/#post-948083
Best regards,
IsmaelHi,
Thanks for the update. Try to add the css code in the theme’s Quick CSS field or the child theme’s style.css file. Include this css code to change the mobile view.
@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #header { display: none !important; } }Best regards,
IsmaelHey topmedialab,
Thank you for using Enfold.
This is possible but you have to add a custom script. Something like the this.
// https://kriesi.at/support/topic/moving-sidebar-top-top-on-mobile-above-content/#post-737622
The script will insert the sidebar before the content on smaller screens.
Best regards,
IsmaelHi,
Glad to know it’s fixed! Thanks for the update. We’ll close this thread now. :)
Best regards,
IsmaelHi,
Do you want to change the size of the text? Edit the element and then look for the “Styles’ panel. You should be able to adjust some settings there.
Best regards,
IsmaelHi,
Thank you for the info. We would like to check the page editor. Please provide the login details in the private field.
Best regards,
IsmaelHi,
Thanks for the update. Please provide the WP/FTP and we’ll implement the modifications for you.
Best regards,
IsmaelHi,
The css code should work. Please check if the greater than symbols were converted to something else. Or post the login details so we could check it.
Best regards,
IsmaelHi,
Thanks for the update. I can’t make the filter work so I installed the “Schema” plugin. I also disabled the previous plugin. (see private field)
Best regards,
IsmaelMay 9, 2018 at 3:47 pm in reply to: How to prevent fb comments from showing on portfolio items #953995Hey DROR,
Thank you for using Enfold.
That container is not created by the theme. Please try to disable the plugins temporarily.
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
What is the version of the theme prior to the upgrade? Try this filter in the functions.php file to disable the builder’s rtl column support.
add_filter( 'avf_rtl_column_support', function(){ return 'no'; } );Best regards,
IsmaelHi,
I’ve tried to import the demo manually but it still fails on the media process. Please ask your hosting provider to whitelist the following IP address.
85.13.149.161Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
You have this code in the Quick CSS field.
#av_section_2 .flex_column.av_one_half { padding-left: 0 !important; padding-right: 0 !important; }Please try to disable it temporarily.
Best regards,
IsmaelMay 9, 2018 at 3:22 pm in reply to: Woocommerce product slider and product grid adding classes to the wrong items #953979 -
AuthorPosts
