Forum Replies Created

Viewing 30 posts - 29,071 through 29,100 (of 67,591 total)
  • Author
    Posts
  • in reply to: Tab section Mobile #975632

    Hey pddcoms,

    Thank you for using Enfold.

    The height of slider inner container is set to 0. I’m not sure why that happens but you can add the following css code to override it.

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner {
        height: auto !important;
    }
    
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding: 0 !important;
    }
    }

    The second css declaration adjusts the inline padding value to 0.

    Best regards,
    Ismael

    in reply to: Text disappers from text blocks when trying to edit #975628

    Hey romanbond77,

    Thank you for using Enfold.

    I enabled the debug mode and ran the shortcode parser but it didn’t repair the page properly. Where is the original page? Did you duplicate that page?

    Best regards,
    Ismael

    in reply to: Some photos appear sideways in iPhone 6 #975622

    Hey Ivana,

    Thank you for using Enfold.

    I can’t reproduce the issue on the browser emulation. You can upload the screenshot on imgur or dropbox and then provide the link here.

    Best regards,
    Ismael

    in reply to: Layout modification help needed #975621

    Hey billbasler,

    Thank you for using Enfold.

    Did you set the layout to “boxed”? You have to set the General Layout > Layout to “Stretched”. Use the color section’s background options.

    Best regards,
    Ismael

    Hi,

    Thanks for the info.

    The following css code should fix the issue temporarily but it will also disable the “fixed” background attachment.

    .avia-chrome .avia-bg-style-fixed {
        background-attachment: scroll !important;
    }

    I will notify the team.

    Best regards,
    Ismael

    in reply to: Logo too small on iPad and smart phones #975617

    Hi,

    You have to remove the browser cache to regenerate the scripts and stylesheets. It works fine on my end.

    Best regards,
    Ismael

    in reply to: Posts content not displaying full width #975616

    Hi,

    I’m referring to the theme’s Performance options. Please provide the login details in the private field so that we can disable it.

    Best regards,
    Ismael

    in reply to: DataTables 1.10 and jQuery 1.7 in Enfold #975615

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Social Media links don't have rel="noopener" #975614

    Hi,

    Thanks for the info. I’ll forward this to the team. :)

    Best regards,
    Ismael

    in reply to: Social Media links don't have rel="noopener" #975613

    Hi,

    Thanks for the info. We’ll forward this to the team. :)

    Best regards,
    Ismael

    in reply to: Adding Opt-in to Small Bar Above Logo Area? #975612

    Hi,

    The same code works on my end. Please make sure that the top bar is enabled. Place this additional filter in the functions.php file.

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    function avf_header_setting_filter_mod($header) {
    	$header['header_topbar'] = true;
    	return $header;
    }

    Best regards,
    Ismael

    in reply to: Testimonial Slider Transition Speed Change #975609

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Google Map not loading #975608

    Hi,

    Thanks for the update. The “Enfold Child” contains every files from the parent theme. Why do you have to do that? It defeats the purpose of having a child theme.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    I edited the footer page and move the elements inside a color section. It should be full width now.

    Best regards,
    Ismael

    in reply to: layerslider video background not working on Chrome #975597

    Hi,

    Thanks for the update.

    It should have worked. Please post the login details in the private field. We would like to check it.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    I’m sorry. I don’t think you think you understand me. Actually, I was not able to reproduce the issue as described in my previous reply and I don’t think the css breaks the structure. The columns don’t break into multiple rows when “Equal Height” option is enabled and the changes take effect immediately.

    Best regards,
    Ismael

    in reply to: I can not change flaticons #975592

    Hi,

    Thanks for the update.

    The zip file works on my installation.

    Screenshot: https://imgur.com/a/4YXgLcl

    I removed the _Flaticon.scss file from the fonts directory and converted “Flaticon” to lowercase (“flaticon”).

    Best regards,
    Ismael

    in reply to: Masonry Galerie zeigt manche Bilder 45° verdreht an #975590

    Hi,

    Yes, that’s correct. Get the height of the image and divide it by its width. To qualify as “portrait”, the quotient should be higher than 1.7. Example:

    812 / 375 = 2.16 // this is a portrait image
    

    Same with landscape but you have to get the width divided by height.

    Best regards,
    Ismael

    in reply to: Logo too small on iPad and smart phones #975581

    Hi,

    Thanks for the update.

    I didn’t find the script inside the functions.php file so I added and modified it a bit. I also used these css codes to adjust the size of the logo on mobile view.

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    	.responsive .logo img {
       	 	max-height: 200px;
    	}
    }
    
    @media only screen and (max-width: 767px) {
    	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
    		height: 130px;
    		line-height: 130px;
    	}
    
    	.responsive #top #wrap_all .main_menu {
    		height: 130px;
    	}
    }

    NOTE: The script will only change the image on page load. It’s not going to work when you resize the browser.

    Best regards,
    Ismael

    in reply to: av_button labels vanished #975574

    Hi,

    Thanks for the update.

    This is an old issue with the theme elements and we haven’t been able to fixed it. Please install the following plugin then use this text or placeholder in place of the single quotes.

    ###34###
    

    // https://github.com/KriesiMedia/enfold-library/blob/master/integration%20plugins/Enfold/Special%20Character%20Translation/avia-special-characters_1_0_0.zip

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Did you purge the cache or disable the css/js compression after? Please provide the login details in the private field. We would like to test it further.

    Best regards,
    Ismael

    in reply to: Link in footer to anchor #975570

    Hi,

    Thank you for the update.

    I added the filter but it didn’t work then I noticed that you have these css codes inside the Quick CSS field. What is that for?

    .home #header {
        position: fixed;
    }
    
    .home #main {
        padding-top: 180px;
    }

    The scroll works properly when I remove the css code.

    Best regards,
    Ismael

    in reply to: Mega Menue Not Working On Mobile #975240

    Hi,

    AH yes! Thanks for the idea @Guenni007. :)

    Best regards,
    Ismael

    in reply to: Sequence order masonry portfolio grid. #975237

    Hi,

    Thanks for the update.

    We modified the filter a bit. It seems to be working as expected. Let us know if you find any issues with it.

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('portfolio')) {
        $settings['taxonomy'] = 'portfolio_entries';
        $settings['same_category'] = true;}
      return $settings;
    }
    
    function avf_post_nav_get_terms($id) {
    	$post_terms = get_the_terms($id, 'portfolio_entries');
    
    	$includes = array();
    
            if(!empty($post_terms)) {
    	    foreach($post_terms as $term) {
    		if ($term->parent !== 0) {
    			$includes[] = $term->term_id;
    		}
    	    }
            }
    
    	$ids = implode( ',', $includes );
    
    	return $ids;
    }
    
    function avf_previous_post_where() {
    	global $post, $wpdb;	
    	$ids = avf_post_nav_get_terms($post->ID);
    	return $wpdb->prepare( "WHERE p.post_date < %s AND p.post_type = %s AND tt.term_id IN (" . $ids . ") AND p.post_status = 'publish'", $post->post_date, $post->post_type);
    }
    add_filter( 'get_previous_post_where', 'avf_previous_post_where');
    
    function avf_next_post_where() {
    	global $post, $wpdb;
    	$ids = avf_post_nav_get_terms($post->ID);
    	return $wpdb->prepare( "WHERE p.post_date > %s AND p.post_type = %s AND tt.term_id IN (" . $ids . ") AND p.post_status = 'publish'", $post->post_date, $post->post_type);
    }
    add_filter( 'get_previous_post_sort', 'avf_previous_post_sort');
    
    function avf_previous_post_sort() {
    	global $post, $wpdb;
    	return "ORDER BY p.post_date desc LIMIT 1";
    }
    add_filter( 'get_next_post_where', 'avf_next_post_where');
    
    function avf_next_post_sort() {
    	global $post, $wpdb;
    	return "ORDER BY p.post_date asc LIMIT 1";
    }
    add_filter( 'get_next_post_sort', 'avf_next_post_sort');

    Best regards,
    Ismael

    in reply to: Cannot re-enable layer slider #975126

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Mobile Menu Tablet Responsiveness #975124

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Social Media links don't have rel="noopener" #975123

    Hi,

    Thanks for the update.

    We implemented the code and confirmed that the social icons have the rel attribute set to “noopener”.

    Best regards,
    Ismael

    in reply to: Search results not showing page exerpts #975122

    Hi,

    If you want to remove the excerpt from the search page, edit the includes > loop-search.php file then look for this code around line 98.

    echo $excerpt;
    

    Just remove it. :)

    Best regards,
    Ismael

    in reply to: Easy Slider caption in 4.4.1 #975120

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Main Menu Drop Down Opacity #975119

    Hey Jasmer,

    Thank you for using Enfold.

    Use this css code to adjust the transparency of the sub menu container.

    .header_color .main_menu .menu ul li a {
        background: rgba(255,255,255,.8);
    }
    
    .header_color .main_menu ul ul {
        background: transparent;
    }

    Best regards,
    Ismael

Viewing 30 posts - 29,071 through 29,100 (of 67,591 total)