Forum Replies Created

Viewing 30 posts - 38,341 through 38,370 (of 66,745 total)
  • Author
    Posts
  • in reply to: Masonry Image Load Issue #714261

    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!
    Ismael

    in reply to: Avia builder within Smart block plugin #714260

    Hey!

    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,
    Ismael

    in reply to: Custom CSS für Submenu #714255

    Hi!

    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,
    Ismael

    in reply to: LayerSlider update #714251

    Hey!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Loading animation missing #714248

    Hey!

    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!
    Ismael

    in reply to: Enfold Hamburger Menu and Animation #714247

    Hey 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,
    Ismael

    in reply to: Button on sidebar widget #714244

    Hey!

    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,
    Ismael

    in reply to: Menu problem with tablets (ipad / samsung) #714240

    Hey!

    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,
    Ismael

    in reply to: Default Template Settings Missing from Event Calendar Pro #714239

    Hey!

    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,
    Ismael

    in reply to: Table not viewing properly in mobile view. #714238

    Hey!

    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,
    Ismael

    in reply to: Aviva layout builder & Blog Meta & Excerpts #714237

    Hi 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,
    Ismael

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Color section background parallax negative ratio #713418

    Hi!

    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,
    Ismael

    in reply to: Header Image full width not working. #713414

    Hi!

    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,
    Ismael

    in reply to: Locking down Avia post editor #713412

    Hey buddyq,

    Thank you for using Enfold.

    Please go to the Enfold > Theme Options then enable the “Lock advanced layout builder” option.

    Best regards,
    Ismael

    in reply to: Contact Form – Email Field Background #713411

    Hi,

    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,
    Ismael

    Hi,

    Please continue here: https://kriesi.at/support/topic/avia_codeblock_placeholder-uid0/

    Best regards,
    Ismael

    in reply to: Blog page configuration #713406

    Hey 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,
    Ismael

    in reply to: [avia_codeblock_placeholder uid="0"] #713390

    Hello 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,
    Ismael

    in reply to: Error In Structured Data: Insane Amounts Of Errors! #713388

    Hi,

    We are very sorry for the delay. Please refer to this thread for a possible fix.

    // https://kriesi.at/support/topic/the-property-blogpost-is-not-recognised-by-google-for-an-object-of-type-blogpost/#post-679795

    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,
    Ismael

    Hi,

    That’s a nice workaround and it should work for most images. Thanks for sharing. :)

    Best regards,
    Ismael

    in reply to: parse error – functions.php problem #713385

    Hi,

    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,
    Ismael

    in reply to: Productimages Woocommerce review-order.php #713382

    Hi,

    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,
    Ismael

    in reply to: Change position of menu and submenu #713381

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: problem with Avia editor as editor #713379

    Hi,

    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,
    Ismael

    in reply to: Lightbox ?iframe=true doesn't work anymore #713371

    Hi,

    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,
    Ismael

    in reply to: grid not full wide – 1200px #713368

    Hi,

    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

Viewing 30 posts - 38,341 through 38,370 (of 66,745 total)