Forum Replies Created

Viewing 30 posts - 53,581 through 53,610 (of 67,499 total)
  • Author
    Posts
  • in reply to: Team-Icon Shortcodes don't render #356538

    Hi Michael!

    Thank you for using Enfold.

    The version that you’re using is not compatible with WordPress 4.0.1. Please update the theme to Enfold 3.0.4.

    Cheers!
    Ismael

    in reply to: Size of video in layerSliderWp #356536

    Hey Maucerichris!

    Thank you for using Enfold.

    What kind of videos are you using? You can set the width and height of the layer on the Styles panel of the layer slider plugin. Regarding the controls, for youtube videos, please refer to this link:

    https://developers.google.com/youtube/player_parameters#controls

    Unfortunately, you can’t disable controls for vimeo videos.

    Best regards,
    Ismael

    in reply to: Can not edit anything on my website… Fatal error appears! #356535

    Hi!

    Yes, you can download the latest version from themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Edit masonry items #356533

    Hi!

    Like I said, you can enable the title by editing the masonry element. Look for the Element Title and Excerpt setting. Select the Display Title and Excerpt.

    Cheers!
    Ismael

    in reply to: Search #356530

    Hey!

    I think it’s better if you use the search toggle instead of the actual search form. Please remove the customization we suggested above then use this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_side_nav', 10, 2 );
    function avia_append_search_side_nav( $items, $args )
    {	
    	if (is_object($args) && $args->theme_location == 'avia')
    	{
    		global $avia_config;
    		ob_start();
    		get_search_form();
    		$form =  htmlspecialchars(ob_get_clean()) ;
    
    		$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    						<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    				   </li>';
    	}
    	return $items;
    }

    Add this on Quick CSS or custom.css:

    li#menu-item-search {
    position: absolute;
    right: 0;
    }
    
    .avia-search-tooltip.avia-tt {
    margin-left: 50px !important;
    }

    Regards,
    Ismael

    in reply to: Map and contact form are not showing up #356528

    Hey!

    Thank you for using Enfold.

    Please update the theme to 3.0.4. This should fix the issue with WordPress 4.0.1.

    Cheers!
    Ismael

    in reply to: Fixed menu hover and position enfold #356527

    Hi osukaru!

    Thank you for using Enfold.

    Please go to the Advanced Styling panel to change the color of the Main Menu Links element. Insert the element twice, one for the initial state and the other for the hover state. Regarding the menu item positioning and height, I’m sorry but this will require custom css rewrite that is beyond the scope of support. Anyway, you can start with this:

    .main_menu ul:first-child > li a {
    height: 25px !important;
    line-height: 25px !important;
    }
    
    .main_menu {
    top: 60px;
    }
    
    .header-scrolled .main_menu {
    top: 0px;
    }

    Best regards,
    Ismael

    in reply to: Catalogue bug with special heading and subheading #356524

    Hey Paul!

    Thank you for using Enfold.

    We tested this on our installation and it the special heading with the subheading works well with the catalogue element. Can you please create a test page with the issue? We would like to check it.

    Best regards,
    Ismael

    in reply to: font color #356523

    Hi paulchiao!

    Thank you for the info.

    Use this on Quick CSS:

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: #333333;
    }

    Best regards,
    Ismael

    in reply to: Latest theme 3.03 causes buttons to disappear #356521

    Hi Ed!

    Thank you for using Enfold.

    The 3.0.3 messes up some of the elements but it is fixed on the latest version 3.0.4. Please update the theme again.

    Cheers!
    Ismael

    in reply to: how to get hover effect on icon #356519

    Hey mschatz1!

    Thank you for using Enfold.

    Edit a page then switch to advance layout builder. Insert the icon element, set the Icon Style to the second option (Standalone icon..). Make sure that you set something on the Title Link?.

    Cheers!
    Ismael

    Hey!

    Thank you for using Enfold.

    Can you please provide a link to the actual page with the issues? Please activate the plugin then go to Easy panel > Delete Cache then deactivate it again. Try the W3 Total Cache or Quick Cache plugin.

    Regards,
    Ismael

    in reply to: Editing the Footer #356515

    Hi keifygeorge!

    Thank you for using Enfold.

    You can change the widgets on Appearance > Widgets panel. Look for the Footer – Columns widget areas.

    Regards,
    Ismael

    in reply to: Activating the Blog #356514

    Hey!

    Thank you for the update.

    You should set this page as Blog on Enfold > Theme Options > Where do you want to display blog? settings. Set the blog style to something else other the advance layout builder. It will then take the settings on Enfold > Blog Layout panel.

    Best regards,
    Ismael

    in reply to: How to disable the hove effect on images #356512

    Hey DROR!

    Thank you for using Enfold.

    Use this on Quick CSS:

    .avia_transform a .image-overlay {
    display: none !important;
    }

    Regards,
    Ismael

    in reply to: SSL and insecure content #356511

    Hi!

    I’m sorry but you’re using an old version of the theme, 2.9.2, which is not compatible with WordPress 4.0.1. This why the sliders are missing. Please download the latest version 3.0.4 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/

    Cheers!
    Ismael

    in reply to: Internal error when updating enfold #356509

    Hey grwebs!

    Thank you for using Enfold.

    Please post the website URL here. Try to update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Yes, the flat demo is included on latest update.

    Best regards,
    Ismael

    in reply to: ENFOLD Facebook LikeBox widget #356507

    Hey Lukasz!

    Thank you for using Enfold.

    I’m sorry but you can’t control the facebook widget styling. Please try to create your own widget app here: https://developers.facebook.com/docs/plugins/like-box-for-pages

    Best regards,
    Ismael

    in reply to: Hilfe zur Permanent Link und Mobile Ansicht. #356506

    Hi Maik!

    Thank you for using Enfold.

    Please set the home and blog page on Enfold > Theme Options > Frontpage Settings and Where do you want to display blog? option. Reset the Settings > Reading panel to default. If you don’t mind, please post a screenshot of the issue on mobile device.

    Best regards,
    Ismael

    in reply to: Remove all meta data form posts sidebar and footer #356505

    Hey ax2201!

    Thank you for using Enfold.

    Use this on Quick CSS or custom.css:

    span.news-time {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: PNG Upload Issue #356504

    Hi Imburr!

    Thank you for using Enfold.

    Can you please provide a link to the actual website? A few users reported this issue and most of the time it has something to do with the server configuration or the WPML Media plugin. Make sure that all plugins are updated. If possible, please deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: Remove discussion/comments from posts #356501

    Hi ax2201!

    Thank you for using Enfold.

    You can remove it for each posts manually. Edit a post then enable Screen Options > Discussion. Disable the Allow Comments option or add this on Quick CSS to hide the comment section:

    .comment-entry.post-entry {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Search toggle in "Enfold" #356493

    Hey jhiry!

    Thank you for using Enfold.

    Add this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_top_nav', 10, 2 );
    function avia_append_search_top_nav( $items, $args )
    {	
    	if (is_object($args) && $args->theme_location == 'avia2')
    	{
    		global $avia_config;
    		ob_start();
    		get_search_form();
    		$form =  htmlspecialchars(ob_get_clean()) ;
    
    		$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    						<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    				   </li>';
    	}
    	return $items;
    }
    

    Make sure that you have the Header Secondary Menu enabled on Enfold > Header layout > Extra Elements panel.

    Best regards,
    Ismael

    in reply to: How to get Fullwidth Sub Menu inline #356485

    Hey pegasso4444!

    Thank you for using Enfold.

    Looks like you’re using a lot menu items for the element. Try this on Quick CSS:

    #top .av-submenu-container .container {
    padding: 0 50px !important;
    }

    You should also consider decreasing the font size of the sub menu items.

    Best regards,
    Ismael

    in reply to: Enfold – approved WP plugins for member login + calendars? #356484

    Hey hasbeat!

    Thank you for using Enfold.

    The bBpress plugin is compatible with the Enfold theme. Maybe, you can modify it to work as a membership panel. Try these plugins:

    https://wordpress.org/plugins/members/
    https://wordpress.org/plugins/membership/

    Cheers!
    Ismael

    in reply to: Menu Drag and Drop not working #356482

    Hi!

    Thank you for the update.

    Please post the website URL here. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.

    Best regards,
    Ismael

    in reply to: Opacity lightbox #356481

    Hey oiser!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1;
    }
    

    Best regards,
    Ismael

    in reply to: logo not responsive #356480

    Hi!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
    height: auto !important;
    width: auto;
    max-height: 40px;
    }
    }

    Best regards,
    Ismael

    in reply to: LayerSlider container height issue #356478

    Hey!

    You can find it on the Advance Layout Builder > Content Element panel.

    Best regards,
    Ismael

    Hi Micheal0424!

    Thank you for using Enfold.

    That is not possible at the moment. You need to manually change the style or css of a specific page and it will take a major css rewrite. Please hire a freelance developer to help you with it. You can visit http://werkpress.com/.

    Best regards,
    Ismael

Viewing 30 posts - 53,581 through 53,610 (of 67,499 total)