Forum Replies Created

Viewing 30 posts - 49,381 through 49,410 (of 66,152 total)
  • Author
    Posts
  • in reply to: Little Responsive problems #415701

    Hi!

    The hover state isn’t going to work on mobile view that’s why they are displayed by default. Add this to the Quick CSS field to hide it permanently on mobile:

    @media only screen and (max-width: 767px) {
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
     display: none !important;
    }}

    Cheers!
    Ismael

    in reply to: Images in textbox do not show, until the user scrolls #415686

    Hey!

    I checked the page but it’s set to the default theme. Activate the Enfold theme then we’ll check it. I tried to login but the login credentials above are not working. Please check.

    Best regards,
    Ismael

    in reply to: floating issue with Footer Columns in Vers. 3.1 #415685

    Hi!

    The footer container is outside the #wrap_all and #main container. It should be inside those containers. Did you add any html tags inside the page? Please make sure that all tags are closed properly.

    Best regards,
    Ismael

    in reply to: Layout settings ignored #415683

    Hey!

    We’re very sorry that you’re having this issue but we’re not sure why the page specific settings is not being used. This is working fine on our installations so it must be a third party plugin, I suspect the one that you use to hide the custom fields before, or a custom modification that is causing the issue. Is it possible for us to check the database of the site? You can check the data yourself, go to the database > wp_postmeta then search for the meta_key “layout”. Check if the value of the home page is set to fullsize.

    Try to delete the parent theme completely inside the themes folder then replace it with a fresh copy.

    Cheers!
    Ismael

    in reply to: Responsive problem : images size or color section ? #415680

    Hi!

    Thank you for using Enfold.

    The color section background size is set to cover by default which means:

    Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

    You should separate the “text image” and the “man” image. Use the Image element to add the “text image” inside the color section. Apply the “man” image as color section background. Set the Background Repeat to No Repeat then the Background Image Position to Center Right. Set Custom Background Color to #000000 (black).

    Best regards,
    Ismael

    in reply to: Open Main Menu Item in a Lightbox #415679

    Hi!

    Thank you for using Enfold.

    You can append the query string at the end of the url. Something like this:

    http://www.mysite.com/page?iframe=true
    

    If you add an image url as menu item link, it will automatically open as lightbox.

    Best regards,
    Ismael

    Hey sd142ppr!

    Thank you for using Enfold.

    Parallax effects are disabled on mobile view by default. Please create a test page so that we can inspect the issue.

    Regards,
    Ismael

    Hey!

    PS: Cap in hand I need to say, the as first described errors could be solved by refreshing the browser cache (Sorry!)

    So… is this fixed? Please provide a screenshot of the issue so that we can understand it better.

    Cheers!
    Ismael

    Hey!

    Edit footer.php, look for this code:

    echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
    

    Replace it with:

    $avia_config['fullscreen_image'] = str_replace('{{AVIA_BASE_URL}}', AVIA_BASE_URL, $avia_config['fullscreen_image']);
    			echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";	
    

    Best regards,
    Ismael

    in reply to: Enfold Photography Border Outline Colour issue #415673

    Hi!

    The predefined color scheme won’t affect the sidebar structure. Anyway, I can’t reproduce the issue on Windows 7 and 8, firefox and chrome. I’ll ask the rest of the support team to take a look.

    Best regards,
    Ismael

    in reply to: Image with Zoom In effect when hover not getting cut off #415665

    Hi MMA_Impact!

    Thank you for using Enfold.

    Please post the website url here. We would like to check it. If you’re referring to the masonry effect, you can disable it by adding this to the Quick CSS field:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-transform: none;
      transform: none;
    }

    Regards,
    Ismael

    Hi!

    The map isn’t displaying on the page even when you’re logged out. There are javascript errors coming from a third party plugin called “Mortgage and Loan Calculator”. Please try to deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: Table on responsive full width #415658

    Hi!

    Add this to the Quick CSS field to remove the right padding:

    @media only screen and (max-width: 767px) {
    .av-catalogue-content {
      padding-right: 0;
    }}

    Regards,
    Ismael

    in reply to: Text encoding problems after latest update #415656

    Hi!

    What happens when you create the testimonial again? Please replace the code with this:

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,cyrillic";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    If it doesn’t work, post the login details here. We would like to check it.

    Regards,
    Ismael

    Hey soltner!

    Thank you for using Enfold.

    Responsiveness and SEO are two different things so I don’t think robot.txt has anything to do with it. I checked the site on google’s mobile friendly test and there are only two errors which you can actually ignore.

    Content wider than screen
    Links too close together

    The Content wider than screen warning can’t be fixed, if I am not mistaken, because of the theme’s mobile advance menu which is set outside the viewport by default. The other warning is because of the links under the “Lineup” section is too close for a tap target. Anyway, I’ll ask the rest of the support team to take a look.

    EDITED: The “Content wider than screen” isn’t cause by the mobile menu so there must be a third party plugin that is rendering contents wider than the viewport.

    Best regards,
    Ismael

    in reply to: Portfolio items ????How to update #415649

    Hi!

    Thank you for using Enfold.

    Yu’re using an old version of the theme, 3.0.4. Please download the latest version, 3.1, 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/

    Regards,
    Ismael

    in reply to: Easy slider image size #415646

    Hi!

    Note that the slider will take or inherit the width of the container, which is currently set to 1210px. This setting will ensure that the slider is responsive.

    Cheers!
    Ismael

    in reply to: Testimonial Slider (Large) Issue on Safari #415645

    Hey djshortkut!

    Thank you for the heads up.

    I was not able to reproduce the issue on Windows 7 and 8 Safari, I’ll ask the rest of the support team to take a look.

    Regards,
    Ismael

    Hi!

    To change the breadcrumb to the page menu item instead of the title of the menu, you can add this to the functions.php:

    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1);
    function avia_change_breadcrumb($trail) {
    	$menu_name = 'avia';
    	$id = get_the_ID();
    	
        if ( ( $locations = get_nav_menu_locations() ) && isset( $locations[ $menu_name ] ) ) {
    		$menu = wp_get_nav_menu_object( $locations[ $menu_name ] );
    	
    		$menu_items = wp_get_nav_menu_items($menu->term_id);
    
    		foreach ( (array) $menu_items as $key => $menu_item ) {
    			if($menu_item->object_id == $id) {
    				$title = $menu_item->title;
    				$url = $menu_item->url;
    			}
    		}
    	}
    	
    	if(is_page()) {
    		$home = $trail[0];
    		$page = $trail[1];
            $last = $title;
    		$trail = array(0 => $home, 1 => $page, 'trail_end' => $last);
    	}
        
    	return $trail;
    }

    To change the sidebar menu, disable the Page Sidebar navigation on Enfold > Sidebar Settings. Replace it with a Custom Menu.

    Cheers!
    Ismael

    Hi!

    Please replace the code with this:

    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false, '', false);
    	$content .= '';
    	return $content;
    }

    Best regards,
    Ismael

    in reply to: How to set width on a responsive Enfold site #415638

    Hi!

    @james17: I checked the site and the max container width is already set to 1400px. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Contact form doesn't work with yahoo mail #415637

    Hi!

    Alright. Please try to use the Contact Form 7 plugin along with the smtp plugin. Test if the yahoo email is working. If not, it will help if you can contact your hosting provider regarding the issue.

    Regards,
    Ismael

    Hi!

    I created a test page (http://sciscomediation.com/test) and removed the icon list section. It contains a lot of html tags and shortcodes. The slider becomes full width again. Please be careful with html tags. Make sure that they are closed properly.

    Regards,
    Ismael

    in reply to: Need help using alternate header menu on Pages & Blog #415630

    Hey!

    The site won’t reload when you add the absolute url if you’re on the actual page. Please try it. Right now, only the anchor name is set.

    EDITED: I tried to activate the second menu with the absolute urls and it’s not working as it should. Did you add any custom modifications on the theme?

    Best regards,
    Ismael

    in reply to: How to change layout of search results in loop-search? #415626

    Hey!

    Sean Penn? Who’s that? Thanks anyway. ;)

    If you can provide a screenshot of the layout that you want, maybe we can help. You should try the modification provided on the previous thread. It will display the featured image instead of the search counter.

    Cheers!
    Ismael

    in reply to: Map hotspot #415203

    Hey!

    Thank you for using Enfold.

    Unfortunately, that feature is not available yet. You can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    There are premium plugins available in the market but they aren’t tested with Enfold:

    http://codecanyon.net/item/image-map-hotspot-wordpress-plugin/5586825
    http://codecanyon.net/item/mapifyit-customized-google-maps-for-wordpress/2577184

    Best regards,
    Ismael

    in reply to: Remove Theme Info #415197

    Hey LukasE!

    Thank you for using Enfold.

    You can add this to the functions.php file:

    add_action('init','avia_remove_debug');
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info',1000);
    	remove_action('admin_print_scripts','avia_debugging_info',1000);
    }

    Regards,
    Ismael

    Hey!

    Woah! What are you doing with 120 Slides? We are not sure if that is limited so it’s better to ask the plugin author. Do all sliders include complex animation and effects? Why not use the theme’s default sliders?

    Regards,
    Ismael

    in reply to: Couple of problems with 3.1 update. #415109

    Hey!

    Glad we could help. :)

    Best regards,
    Ismael

    in reply to: DRAG AND DROP EDITOR NOT WORKING!!! #415107

    Hi!

    Which plugin did you remove? Thank you for the confirmation.

    Best regards,
    Ismael

Viewing 30 posts - 49,381 through 49,410 (of 66,152 total)