Forum Replies Created

Viewing 30 posts - 48,811 through 48,840 (of 66,075 total)
  • Author
    Posts
  • in reply to: How to remove WPML flags from top bar #427252

    Hi!

    You can use this:

    .avia_wpml_language_switch li .language_flag {
      display: none;
    }

    Or this:

    li.av-language-switch-item {
      display: none;
    }

    Cheers!
    Ismael

    in reply to: Header all one solid color #427251

    Hi slipp22!

    Thank you for using Enfold.

    You can change that on Enfold > General Styling > Logo Area panel.

    Best regards,
    Ismael

    in reply to: Menu in tablet slips behind my logo #427249

    Hey yadiyada!

    Thank you for using Enfold.

    You can add this to the Quick CSS field to force the mobile menu to display when it reach a certain screen size:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    CSS codes control the layout of the site and css media queries help with the responsive or mobile layout. You can find all of it inside the theme’s css folder.

    Regards,
    Ismael

    in reply to: Caption as overlay on image and slider #427247

    Hi blauwoog!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .av-image-caption-overlay {
      background: transparent;
    }
    
    .av-image-caption-overlay-center > * {
      background: rgba(0,0,0,0.4);
    }

    Cheers!
    Ismael

    in reply to: EXTERNAL LINK GRID GALERY THUMBS #427246

    Hi!

    I’m sorry for the delay. I can see 4 images on the homepage and they link properly to their respective pages. What exactly do you mean by “put a link on the highlighted image”?

    Regards,
    Ismael

    in reply to: Page moves to the right #427245

    Hi!

    Alright. I can see the issue. Maybe this little fix will handle it:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }
    
    .av-preloader-reactive body {
      overflow-y: scroll !important;
    }
    }

    Regards,
    Ismael

    in reply to: SEARCH Error #427243

    Hi!

    Thank you for the info. We would like to test the plugin but but we can’t promise any quick results. When you use the Relevanssi plugin, did you follow the instructions provided in the link above? If you need to add user role exceptions, you can modify the code. Something like this:

    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {	
    	if(current_user_can('switch_themes')) {	
        $function_name = 'avia_relevanssi_search';
    	} else {
    	$function_name = 'get_posts';
    	}
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
        if(empty($tempquery)) $tempquery = new WP_Query();
        
    	$tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    	
        return $posts;
    }
    

    This will only activate the relevanssi query when user is logged in or, to be specific, when anyone who has the capability to switch themes is logged in. Maybe, you can couple this with a user role management plugin. You can choose not to index or to index custom post types and taxonomies in the Relavanssi > Indexing Options section.

    Cheers!
    Ismael

    in reply to: Table format not correct in english version #427240

    Hey!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: Move nested subpages under main menu in mobile view #427238

    Hey mariajoensen!

    Thank you for using Enfold.

    Add this to the functions.php file:

    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10, 2 );
    function ava_after_main_container_mod() {
    	echo '<div class="main_color container_wrap sidebar_right_mobile"><div class="container"><aside class="sidebar sidebar_right smartphones_sidebar_active alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar">';
    	avia_sidebar_menu(true);
    	echo '</div></div></div></div>';
    }

    After that, add this to the Quick CSS field:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    	.sidebar_right_mobile { display: none; }
    }

    Best regards,
    Ismael

    in reply to: Page moves to the right #426993

    Hi!


    @mikehenze
    : Thank you for the info. Can you please provide a link where we can check the issue? If possible, provide a screenshot as well.

    Cheers!
    Ismael

    in reply to: EXTERNAL LINK GRID GALERY THUMBS #426992

    Hi!

    The link is not working. Is 2015 a folder?

    Cheers!
    Ismael

    in reply to: OPACITY BACKGROUND LOGO AREA #426991

    Hi!

    The link is not working. Is 2015 a folder? I tried to visit the index site but it keeps on loading. Please check.

    Cheers!
    Ismael

    in reply to: Shortcodes inside Shortcodes #426989

    Hey!

    You can’t add another tab shortcode inside another tab shortcode because it considers the closing tag of the inner tab shortcode as the outer tab shortcode’s closing tag, therefore, breaking the shortcode structure. Does that make sense? Maybe, not. Anyway.. try to use toggles inside a tab instead of tab inside a tab.

    Regards,
    Ismael

    in reply to: FALLBACK IMAGE WITH EXTERNAL LINK #426985

    Hi!

    I’m sorry but the feature that you’re asking is a little bit complicated than it sounds. I’m afraid we can’t help you with that. You might need to hire a freelance developer or post it on our feature request page for consideration: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Ismael

    Hi leplusweb!

    Thank you for using Enfold.

    Unfortunately, that is not going to work. You need to edit the file manually. You can create a child theme and modify the shortcode file there. Refer to this link: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Ismael

    in reply to: How to use HTML in the auto response e-mail #426970

    Hi!

    Thank you for using Enfold.

    Yes, it is allowed to use html tags inside the autoresponse field. You can also try the Contact Form 7 plugin to create more comprehensive autoresponse email.

    Best regards,
    Ismael

    in reply to: How can I add a separating line at the end of each post? #426968

    Hi!

    Use this in the functions.php file:

    add_action( 'avia_social_share_title', 'avia_social_share_title_mod', 10, 2 );
    function avia_social_share_title_mod($title) {
     return 'Change this line!';
    }
    

    Change that line. :)

    Best regards,
    Ismael

    in reply to: Table format not correct in english version #426967

    Hi lombrano!

    Thank you for using Enfold.

    Edit the “english” page with the table then go to the Table Options panel. Set the table purpose to tabular instead of pricing.

    Best regards,
    Ismael

    in reply to: Revival #426966

    Hey codecreative!

    Thank you for using Enfold.

    You can enable the widget below the left menu sidebar on Enfold > General Layout > Dimensions panel > Main Menu Sidebar. Place the facebook likebox widget on the selected widget area.

    Regards,
    Ismael

    in reply to: Menu under logo #426964

    Hey!

    You can add this to the Quick CSS field to show the mobile menu earlier:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Individual Product Page Layout issues #426963

    Hey!

    You have to add everything manually including the images and pricing. Use an Image element to add the featured image and the text or code block for the pricing. Use the “Product Purchase Button” to add the add to cart button.

    Regards,
    Ismael

    in reply to: Use mobile menu across all site versions #426962

    Hey!

    Thank you for using Enfold.

    You can try to this in the Quick CSS field to show the mobile menu earlier:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    Cheers!
    Ismael

    Hey!

    I’m sorry but you’re using a very old version of the theme, 2.4.2. Please download the latest version, 3.1.3, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that the update might break some element on the theme because there’s a of changes as of version 3.1.3. You might need to configure the options again or recreate them from scratch. One thing that will definitely change is the header because of the new header configurator that was added on version 2.6. Please update the theme regularly.

    Best regards,
    Ismael

    in reply to: Featured slider #426958

    Hi profumopuntoit!

    Thank you for using Enfold.

    Unfortunately, there is no element for that yet but you can use the default woocommerce shortcode to display featured products:

    [featured_products per_page="12" columns="4"]
    

    Add the shortcode on a code or text block. Note that the element is not going to be a slider.

    http://biostall.com/how-to-display-woocommerce-featureds-product-without-a-shortcode

    Regards,
    Ismael

    Hey!

    The theme modified the default WordPress gallery so the default wp gallery shortcode will not work. I’m afraid you will have to recreate each post gallery by replacing it with the theme’s gallery shortcode. You can find it on the Shortcode Wand > Media Element > Gallery. Anyway, maybe you can try this code in the Quick CSS field:

    #top .gallery .gallery-item {
      width: auto;
      height: auto;
    }

    I can’t promise that it will work.

    Best regards,
    Ismael

    Hey!

    Edit the fullwidth button element again then look for the Button Icon option.

    Best regards,
    Ismael

    in reply to: Mobile Responsive issues on iPad Air 2 #426926

    Hi Jon!

    Thank you for using Enfold.

    You can add this to the Quick CSS field to fix the catalogue layout on smaller screens:

    @media only screen and (max-width: 1024px) {
    .av-catalogue-price {
      position: relative;
    }}

    Regards,
    Ismael

    in reply to: ajax portfolio | slideshow | image size #426924

    Hi!

    You can change the thumbnail size or the preview image size of the ajax slideshow with this on functions.php:

    add_action( 'avf_portfolio_preview_template_params', 'avf_portfolio_preview_template_params_mod', 10, 2 );
    function avf_portfolio_preview_template_params_mod($params, $entry) {
     if($params['method'] == 'slideshow') {
    	 $params['preview_size'] = 'gallery';
     }
     return $params;
    }

    Change the “preview_size” value which is currently set to “gallery” (845x684px). Select among these thumbnail sizes:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    Best regards,
    Ismael

    Hi!

    Replace it with this:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    if(is_front_page()){	
    dynamic_sidebar( 'header' );
    }
    }

    Cheers!
    Ismael

    in reply to: Animated Countdown on Fullscreen slider #426918

    Hi Blaise!

    Thank you for using Enfold.

    Yes, it is possible. Generate the animated countdown shortcode on a temporary post or page. Copy it then place it inside the slider’s caption text.

    Best regards,
    Ismael

Viewing 30 posts - 48,811 through 48,840 (of 66,075 total)