Forum Replies Created
-
AuthorPosts
-
Hey!
Please add the following script in the functions.php file. It will prevent the gallery images from overlapping.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 1500); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 2000); }); })(jQuery); </script> <?php }Cheers!
IsmaelHey!
Have you tried the Widget Area element of the advance layout builder? Adding a native configuration for the plugin will require major modification in the theme which is outside the scope of support. I’m sorry but you will have to hire a freelance developer or contact our partner, codeable. http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
Looks like you found a workaround by adding non breaking spaces before the menu item labels. Are you OK with that? If not, please add this in the Quick CSS field.
#top .av-main-nav ul ul { display: block !important; visibility: visible !important; opacity: 1 !important; left: 20px; position: relative; }Best regards,
IsmaelHey!
It looks like that because the theme’s slider configuration are missing. The latest version of the plugin will be added to the theme eventually once deemed stable. Unfortunately, you might need to wait for a while. Thank you for your patience.
Regards,
IsmaelNovember 19, 2016 at 5:54 am in reply to: Change Height of Background Color on Hover State for Main Menu Links #714250Hey!
Thank you for the info. Please add this css code in the Quick CSS field.
#top #header_main > .container .main_menu ul:first-child > li > a { height: 30px !important; line-height: 30px !important; } #top #header_main > .container .main_menu .avia-menu { top: 60px; }Regards,
IsmaelHey!
Could you please ask the plugin developer for the “spin” css animation keyframes? I’m sure they’ll understand what it is. Once, they give you the code, please add it in the Quick CSS field.
Cheers!
IsmaelHey Guenter!
Thank you for using Enfold.
It’s pure css. You can disable it with this code.
.av-hamburger--spin .av-hamburger-inner::after, .av-hamburger--spin.is-active .av-hamburger-inner::before, .av-hamburger--spin .av-hamburger-inner::before, .av-hamburger--spin .av-hamburger-inner::after, .av-hamburger--spin .av-hamburger-inner { transition: none !important; }And regarding the “greensock” js, if I am not mistaken, it’s not going to be added to the page unless there’s a layer slider on it.
Best regards,
IsmaelHey!
Thank you for the info. We modified the config-templatebuilder > aviashortcodes > button_fullwidth.php file and the mentioned line in the error.
//we dont need a closing structure if the element is the first one or if a previous fullwidth element was displayed before if(!isset($meta['index'])) $meta['index'] = 0; if($meta['index'] == 0) $params['close'] = false;Regards,
IsmaelHey!
Maybe the theme cannot allow a satisfying option in this case and I should disable all first level menu links that command drop down and place the links in the drop downs ?
Yes, I think that’s a very wise solution. It’s possible that the “dropdown” script is not being executed properly by other devices. However, we would still like to inspect the “space” issue in the header of the “marchecouvert-albi” site once the mobile menu is activated. Please post the login details so that we can inspect the settings.
Regards,
IsmaelNovember 19, 2016 at 5:19 am in reply to: Default Template Settings Missing from Event Calendar Pro #714239Hey!
Please add the following hook in the functions.php file. This should remove every plugin modifications added by the theme.
add_action('after_setup_theme', 'ava_disable_events_mod', 50); function ava_disable_events_mod() { $tec = Tribe__Events__Pro__Main::instance(); remove_action('wp_enqueue_scripts', 'avia_events_register_assets',15); remove_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2); remove_action('option_tribe_events_calendar_options', 'avia_events_perma_options', 10); remove_action('tribe_general_settings_tab_fields', 'avia_events_general_tab', 10); remove_action('tribe_display_settings_tab_fields', 'avia_events_display_tab', 10); remove_action( 'tribe_events_cost_table', 'avia_events_upsell', 10); remove_action( 'avia_post_nav_entries', 'avia_events_custom_post_nav', 10); remove_filter('avia_breadcrumbs_trail','avia_events_breadcrumb'); remove_action( 'tribe_events_before_the_event_title', 'avia_events_content_wrap', 10); remove_action( 'tribe_events_after_the_event_title', 'avia_events_open_outer_wrap', 10); remove_action( 'tribe_events_after_the_meta', 'avia_events_open_inner_wrap', 10); remove_action( 'tribe_events_after_the_content', 'avia_events_close_div', 1000); remove_action( 'tribe_events_after_the_content', 'avia_events_close_div', 1001); remove_action( 'tribe_events_after_the_content', 'avia_events_close_div', 1003); remove_action( 'tribe_events_single_event_after_the_content', array( $tec, 'register_related_events_view' ) ); }Regards,
IsmaelHey!
I’m sorry but the table in the page is still not scrollable. Please set it to scrollable then we can apply a minimum width to it.
@media only screen and (max-width: 989px) { .responsive .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td { white-space: normal; } div .avia-table { min-width: 989px; } }Best regards,
IsmaelHi helban!
Thank you for using Enfold.
1.) You can remove it by using the following css code.
.page-id-79 .slide-meta { display: none; }2.) Edit the blog posts element then adjust the “Blog Content length” settings.
3.) Please use this in the functions.php file.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('.more-link-arrow').text(function(i, text) { return text.replace('→', '>>'); }); } a(); })(jQuery); </script> <?php }Best regards,
IsmaelNovember 19, 2016 at 5:04 am in reply to: Highlight current main menu on individual Woocommerce product page #714235Hi,
We added the code in the functions.php file and it’s not causing any errors. However, the code is not working in your installation. Please post the ftp details here so that we can inspect it further.
Best regards,
IsmaelNovember 17, 2016 at 8:13 am in reply to: Highlight current main menu on individual Woocommerce product page #713428Hi,
Did you use “own”, “rent” and “used” as category of those products? If you did, you can add this in the functions.php file.
add_filter( 'body_class', function( $classes ) { global $product; $terms = wp_get_post_terms( $product->id, 'product_cat', array( 'fields' => 'slugs' ) ); switch (true) { case in_array( 'own', $terms ): $classes = array_merge( $classes, array( 'own' ) ); break; case in_array( 'rent', $terms ): $classes = array_merge( $classes, array( 'rent' ) ); break; case in_array( 'used', $terms ): $classes = array_merge( $classes, array( 'used' ) ); break; default: $classes = $classes; } return $classes; });And then use this css codes.
.own #menu-item-735 > a .avia-menu-text { color: green; } .rent #menu-item-40 > a .avia-menu-text { color: red; } .used #menu-item-69 > a .avia-menu-text { color: blue; }Best regards,
IsmaelHi!
Adjust the value to a positive one, maybe “3” will do.
add_filter( 'avf_parallax_speed', 'enfold_customization_change_speed' ); function enfold_customization_change_speed( $speed ) { return 3; }This will also change the size of the parallax container which in turn resize the background image.
Best regards,
IsmaelHi!
Great! Glad that it is working now. And thank you for using the theme! :)
P.S: Please leave a review for the theme (https://themeforest.net/downloads) if you have the time. Have a nice day!
Best regards,
IsmaelHey buddyq,
Thank you for using Enfold.
Please go to the Enfold > Theme Options then enable the “Lock advanced layout builder” option.
Best regards,
IsmaelHi,
I would like to check the issue but the screenshot is gone and the fields look good on my browser. Please upload the screenshot again.
// https://app.box.com/s/r0p5cmy8ko9dmp1poo796dav3d9p1d8n
Best regards,
IsmaelNovember 17, 2016 at 7:36 am in reply to: [avia_codeblock_placeholder uid="0"] when adding in Avia templates #713408Hi,
Please continue here: https://kriesi.at/support/topic/avia_codeblock_placeholder-uid0/
Best regards,
IsmaelHey vmoralestejedor,
Thank you for using Enfold.
1.) Did you set the Blog Layout > Blog Layout to use the advance layout builder? If not, you can toggle the Blog meta elements options.
2.) What is the current blog style? Please provide a link to the actual blog page so that we can inspect it.
3.) Please use the following plugin then adjust the “entry_with_sidebar” and “entry_without_sidebar” thumbnails in the Settings > Media panel.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHello Sir!
Thank you for using Enfold.
You cannot set a page as both front and blog page. We unset the “Economia 101 Radio Show” as blog page. Please remove browser cache or hard refresh before testing the page.
Best regards,
IsmaelNovember 17, 2016 at 7:09 am in reply to: Error In Structured Data: Insane Amounts Of Errors! #713388Hi,
We are very sorry for the delay. Please refer to this thread for a possible fix.
And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
IsmaelNovember 17, 2016 at 7:05 am in reply to: Is there any way to make the background image in a Color Section responsive? #713386Hi,
That’s a nice workaround and it should work for most images. Thanks for sharing. :)
Best regards,
IsmaelHi,
Did you modify the functions.php file inside the wp-content > themes > enfold folder? It looks like that the functions.php file inside the wp-includes folder has been modified. Please get a fresh copy of the WordPress files then override the whole installation. Or just get a fresh copy of the wp-includes > functions.php file.
Best regards,
IsmaelHi,
It’s true that the modification are added as filters and hooks inside a single file but we didn’t add any customization for the review_order.php file. I reviewed the whole thread but there’s not enough info regarding your requests and the screenshot doesn’t explain anything. I’m sorry for the confusion. What do you want to do with the thumbnails and title link in the review order page?
Best regards,
IsmaelHi,
Thank you for the info. Please add this css code in the Quick CSS field.
.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:not(.sub-menu) > li > a { height: 30px !important; line-height: 30px !important; } #avia-menu { top: 20px; position: relative; }Best regards,
IsmaelNovember 17, 2016 at 6:40 am in reply to: portfolio grid order by page order, no page order in portfolio entries? #713380Hi,
You have to modify the “supports” parameter of the portfolio registration. Please add this in the functions.php file.
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1); function avf_portfolio_add_custom_fields($args) { $args['supports'][] = 'page-attributes'; return $args; }Best regards,
IsmaelHi,
Could you please provide an editor account so that we can test it? Please try to add this in the functions.php file.
remove_filter('avf_allow_drag_drop', 'avia_disable_alb_drag_drop', 30, 1);Best regards,
IsmaelHi,
I’m not sure how you managed to make it work before and why it is working on our local installation but this is what the lighbox plugin author said about pdf files.
I don’t recommend to open PDF in iframe inline, it won’t work in many browsers. Either open it in a new tab directly, or use libs like PDF.js.
// https://github.com/dimsemenov/Magnific-Popup/issues/695
Screenshot on localhost: http://i.imgur.com/ijb85wI.png
Best regards,
IsmaelHi,
How can i bring text and video to the same high? http://imgur.com/a/RYMGF
We can increase the height of the video but it will get distorted and will have black bars around it.
.avia-iframe-wrap iframe { min-height: 500px !important; }I set the Maximum Container width to 1300px and it worked. Make sure that the page is not cached.
Best regards,
Ismael -
AuthorPosts
