Forum Replies Created
-
AuthorPosts
-
Hi,
but you can not stop it and the sound goes on playing as you move
In the php > framework > function- , look for this code around line 583.
$output .= '<video class="avia_video" '.$image.' '.$autoplay.' controls id="'.$uid.'" >';Remove the ‘.$autoplay.’ and then add the “preload” attribute.
$output .= '<video class="avia_video" '.$image.' preload="metadata" controls id="'.$uid.'" >';We are still looking for a final solution for the video scripts and self hosted videos. Please ask your client to reconsider using youtube or vimeo temporarily until we fixed the issue. We would like to apologize for the inconvenience.
Best regards,
IsmaelMay 4, 2018 at 3:53 am in reply to: General Styling: Background images not working because of wrong path #951213Hi,
@boegm.media: Please try to disable the Performance > CSS file merging and compression option temporarily. Use another plugin like “Autoptimize” or “BWP” for now.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you compressed the scripts and stylesheets from the Performance panel? Please try to disable those options first then try again. This is an error from the site.
(index):269 Uncaught ReferenceError: jQuery is not defined at (index):269Best regards,
IsmaelHi,
The scripts are not working when compressed so you might want to avoid that option for now. Use a cache and a minification plugin instead.
// https://wordpress.org/plugins/autoptimize/
// https://wordpress.org/plugins/w3-total-cache/Best regards,
IsmaelMay 4, 2018 at 3:44 am in reply to: Blog Post Module: "Display entries from a custom taxonomy" #951210Hey Adam_Pemberton,
Thank you for using Enfold.
Yes, you can use that option but it will display any custom post type items which contains the selected tags including portfolios and posts. You can use the “avia_post_slide_query” filter to alter the blog posts query.
Best regards,
IsmaelHi,
Thank you for using Enfold.
I’m not sure which images you’re referring to. Please provide a screenshot and access to the dashboard. We would like to check the page.
Best regards,
IsmaelMay 3, 2018 at 12:29 pm in reply to: Missing Dependencies with enfold theme 4.3 or Broken Dependencies: #950717Hey marcelimo,
Thank you for using Enfold.
The avia_builder_js and the avia_modal_js are only used when the advance layout builder is active. You should not see those warnings if you’re editing a page with ALB. They are not critical and should not affect the site.
Best regards,
IsmaelHi,
We implemented the modifications for a user’s site and it seems to have solved the issue.
// https://kriesi.at/support/topic/video-autoplay-4/#post-950712
Please try it again.
Best regards,
IsmaelHi!
We’re sorry to hear that. The modifications that we provided previously worked for @Mike61’s site.
// https://www.hausverwaltung-kuentzel.de/test-for-ismael/
Here: https://kriesi.at/support/topic/video-autoplay-4/#post-947097
Please try it again. We’ll forward it to our developers.
Best regards,
IsmaelHi,
Thank you for the update. We had to unset the post type page from the blog query.
// post slider query add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2); function avia_post_slide_query_mod( $query, $params ) { if(is_page(15)) { unset($query['post_type']['page']); } return $query; }Best regards,
IsmaelHi,
Glad that you found the solution. I’m sure it will help a lot of users. Thanks for sharing. :)
Best regards,
IsmaelHey zimbo,
Thank you for using Enfold.
Did you upgrade the theme to version 4.3.1? The latest version contains the fix for this particular issue.
Best regards,
IsmaelMay 3, 2018 at 11:31 am in reply to: "X" close button in mobile menu not showing, can´t close menu. #950679Hi,
Thank you for the update.
The avia.js file has been modified in the child theme folder. Please disable that temporarily then re-save the theme options. Let us know if it helps.
Best regards,
IsmaelHi,
I’m sorry to hear that. Unfortunately, what you’re after is outside the scope of support. Are you trying to put a video element beside the content area?
Best regards,
IsmaelHey newki75,
Thank you for using Enfold.
The following filter should work. Just add it in the functions.php file.
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); function avf_title_args_mod($args,$id) { if ( is_singular('post') ) { $args['title'] = "LE BLOG D’ECHO"; } return $args; }Best regards,
IsmaelHi,
The slider looks awesome as is. I’m not really sure what you’re trying to change. The 5th slide is of a woman who speaks briefly and then the video ends. Maybe, a screenshot will help?
Best regards,
IsmaelHi,
Is there any chance that network in those places are slow? Site loads properly on our end. Could you provide a screenshot of the site on Chrome? Please upgrade to version 4.3.1. It contains a specific fix for the “videos” and “404” pages.
Best regards,
IsmaelHey Jkruiper,
Thank you for using Enfold.
The theme’s sidebar is not rendering because the woocommerce templates are overridden in the child theme. Please remove the “woocommerce” folder there. Why did you copy the whole templates directory?
Best regards,
IsmaelMay 3, 2018 at 10:55 am in reply to: Checkmarks in Performance – self hosted video – youtube video #950645Hi,
Do you have a test page? If you’re looking for a child theme solution, maybe you have to create a custom script to remove the extra menu on page load.
Best regards,
IsmaelMay 3, 2018 at 10:50 am in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #950641Hi,
@extra_eyes: Please open a new thread with the site url and the login credentials so that we can focus on your site’s issue. The site is running on a very old version of the theme, 3.3.2. You need upgrade it to version 4.3.1 and re-configure the theme options. After the update, come back to this thread and provide the url to your own thread then we’ll inspect the site.
Best regards,
IsmaelHi,
What is the version of the theme in your installation? Please make sure that it is running on version 4.3.1. You don’t need the filter anymore because you can disable the compression feature in the Enfold > Performance panel.
Best regards,
IsmaelHi,
Thanks for the update. Please try this css code.
#top.page-id-18 #wrap_all .av-special-heading h1.av-special-heading-tag { font-weight: 300; font-family: Playfair Display; line-height: 23px; font-size: 20px; margin-bottom: 18px; color: #a1a1a1; } #top.page-id-18 .av-special-heading .av-subheading p { font-size: 20px; color: #000000; font-weight: 400; letter-spacing: 2px!important; font-family: Lato; line-height: 28px; text-transform: uppercase; }We just applied the css styling of the heading and subheading from the front page.
Best regards,
IsmaelHey!
Thanks for the update. This is what happens in your installation.
// https://imgur.com/a/gqgLKe2
The video is being canceled on load. If we add the “preload” and “autoplay” attribute to the “video” tag manually, video buffering starts automatically. We provided a modification previously where we added these specific attributes to the video tag.
// https://kriesi.at/support/topic/video-autoplay-4/#post-947097
I’m not sure why it didn’t work for the users who tested it.
Best regards,
IsmaelHi,
One of these should work but I’m not sure if you can use it to change the option of a specific page because the option is loaded even before the page is queried.
// adjust $avia function ava_update_options() { global $avia; $avia->options['avia']['color-body_style'] = 'boxed'; return $avia; } add_action('after_setup_theme', 'ava_update_options'); // avia_filter_global_options function avia_filter_global_options_mod($options) { $options['avia']['color-body_style'] = 'boxed'; return $options; } add_filter('avia_filter_global_options', 'avia_filter_global_options_mod', 10, 1);Best regards,
IsmaelHi,
Thank you for using Enfold.
You can also add the “target=’_blank'” attribute to the link tag. How did you add the link?
Best regards,
IsmaelMay 3, 2018 at 7:45 am in reply to: iPad Tablet Horizontal View – Video Not Changing to Full Width Easy Slider #950545Hi,
Thank you for the update. Does it play when you clicked on the youtube button? Did you add a fallback image? Background videos are disabled on mobile devices by default including the iPad Pro.
Best regards,
IsmaelMay 3, 2018 at 7:44 am in reply to: Need logo larger than menu bar – it should be overlapping the image #950544Hey webdesignphx,
Thank you for using Enfold.
This css code should work.
.logo, .logo a { overflow: visible; position: relative; display: block; height: 150%; }Best regards,
IsmaelHi,
Where do you want to want to put a link? The target attribute should be added to a link tag. Please provide a link to the page where you’re testing the script.
Best regards,
IsmaelHi,
The product page no longer exists. Is this fixed? Use this plugin to clean the database of orphaned posts or items.
// https://wordpress.org/plugins/wp-sweep/
Create a restore point or a backup before using the plugin.
Best regards,
Ismael -
AuthorPosts
