Forum Replies Created

Viewing 30 posts - 62,131 through 62,160 (of 66,608 total)
  • Author
    Posts
  • in reply to: Default Static Front Page Won't Change #191751

    Hey dvmoore!

    Please set the home page on Enfold > Theme Options > Frontpage Settings. Don’t select any page on Settings > Reading.

    Best regards,
    Ismael

    in reply to: Styling options don't change. Can't change away from green! #191750

    Hi!

    Please check the file permission of wp-content/uploads/dynamic_avia/enfold.css. Set it to 755. Select a predefined color scheme a few times then save changes.

    Regards,
    Ismael

    in reply to: Strange issue with standard Blog-View #191746

    Hey kaMai!

    Can you please post a link to the subcategory page? A screenshot will help.

    Regards,
    Ismael

    in reply to: Strech Slider #191745

    Hi!

    It depends but you can try to put 1024 or 960 on the Layers Container. Can you please post a link to the website?

    Cheers!
    Ismael

    in reply to: Accordion Toggle #191744

    Hey David!

    You can add this on your custom.css or Quick CSS:

    .single_toggle {
    overflow: visible;
    width: auto;
    margin-right: 20px;
    }

    Cheers!
    Ismael

    in reply to: Widget nagivation in sidebar on pages #191733

    Hi!

    You can add this on your custom.css or Quick CSS:

    .widget.widget_nav_menu.widget_nav_hide_child {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Fullscreen Slider – Can't change image size #191730

    Hi lakecoast!

    If you’re expecting the full screen slider to change size when you select a “Slideshow Image Size” then you’ll be disappointed. The thumbnails that are use on your slider are correct since the original size of the images are 1500x600px and you set “Slideshow Image Size” to “No Scaling”. The “Slideshow Image Size” option refers to the thumbnail size that is going to be use on the full screen slider but it will not change the dimension of the actual slider.

    Cheers!
    Ismael

    in reply to: social icon in footer #191729

    Hey!

    You can add this on your custom.css or Quick CSS:

    #simple-social-icons-3 {
    left: -70px;
    }

    Best regards,
    Ismael

    in reply to: 6 column megamenu on full width in Enfold #191728

    Hi salai_com!

    You don’t have a 6 column mega menu. Can you please create one? Please add this on your custom.css or Quick CSS:

    #top #header .avia_mega_div .sub-menu {
    width: 100%;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Fontello Font isn't working on the Virtual Machine #191726

    Hey Liminalty!

    Please try Kriesi’s fix here: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204

    Cheers!
    Ismael

    in reply to: event tracking with google analytics + mega menu font color #191725

    Hey!

    You can change the main menu using this:

    .main_menu ul:first-child > li > a {
    font-size: 16px;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    color: black;
    }

    Regards,
    Ismael

    in reply to: call to action button on a layer slider #191338

    Hi Indiatravelz!

    You can create a new layer then add the button shortcodes’ html. It looks something like this:

    <div class="avia-button-wrap avia-button-center  avia-builder-el-0  avia-builder-el-no-sibling ">
    <a href="CHANGE THE LINK HERE" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-large avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>

    Change the URL.

    Best regards,
    Ismael

    in reply to: NO mobile menu #191337

    Hey!

    Please deactivate all plugins. Did you modify anything on the theme files? Go to Enfold > Header > Responsive Header Main Menu > select which type of mobile menu you want. Do this a few times. Save changes.

    Best regards,
    Ismael

    in reply to: Strech Slider #191336

    Hey autogrupo!

    Did you set the Slide > Global Settings > Slider width to 100%? You should also specify a “Layers Container” width to make it responsive.

    Best regards,
    Ismael

    in reply to: Enfold Main Menu Customization #191332

    Hey!

    Edit the menu on Appearance > Menu then look for the Navigation Label. Change it to

    Cultural <span class="menu-break">Experience</span>

    Add this on Enfold > Styling > Quick CSS:

    .menu-break {
    display: block;
    position: relative;
    top: -100px;
    }

    Best regards,
    Ismael

    in reply to: RSS Widget – Add the RSS Icon? #191330

    Hey!

    Please add this on your custom.css or Quick CSS:

    #rss-3 .rsswidget img {
    display: block;
    float: right;
    }

    You can remove the breadcrumb using this:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Search Box #191324

    Hi!

    You can use this plugin: http://wordpress.org/plugins/widget-logic/

    Cheers!
    Ismael

    in reply to: a question about galleries #191323

    Hey!

    Please post the link of the website. I think you forgot to place the link on your last post. We usually suggest users to hire someone when the customization or feature requires hours of work. You can visit http://werkpress.com/.

    Regards,
    Ismael

    in reply to: WooCommerce Layout issues. #191321

    Hi!

    We need to see the actual website. Please post it here. Links to the actual pages with the issue will be great.

    Cheers!
    Ismael

    in reply to: excerpt length – where to define? #191320

    Hey kaMai!

    First, don’t set a blog page on Enfold > Theme Options > Where do you want to display blog? option. Create a page then insert the Blog Posts element, modify the Blog Content length to show an excerpt. You can also use the <!–more–> tag or click Screen Options when editing a post then enable the Excerpt. You can have full control over the summary.

    Regards,
    Ismael

    in reply to: CSS customize #191319

    Hi Viramedia!

    You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Anyway, you don’t need to be a wizard to change the style of a certain element on the theme. All you need is a very basic understanding of CSS. You can use the Enfold > Styling > Quick CSS field to create the necessary changes that you want.

    What do you mean by the “sizes for each paragraph”? Do you want to set an excerpt? You can modify the Blog Posts element’s Content Length, choose Excerpt. You can watch Enfold videos here: https://vimeo.com/channels/aviathemes

    Regards,
    Ismael

    Hey jeffoundquick!

    Please follow Kriesi’s instruction here: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/

    Best regards,
    Ismael

    in reply to: Remove return breaks from shortcode [one_fourth] #191312

    Hey Brian!

    How did br tags get there? You can add a 4 1/4 columns like the one you have using this:

    [av_one_fourth first]Add Content here[/av_one_fourth]
    
    [av_one_fourth]Add Content here[/av_one_fourth]
    
    [av_one_fourth]Add Content here[/av_one_fourth]
    
    [av_one_fourth]Add Content here[/av_one_fourth]

    Cheers!
    Ismael

    in reply to: sortable portfolio #191311

    Hey segalmedia!

    You can create multiple pages then insert the Portfolio Grid element to each of them. Select different portfolio categories for different pages. Customize the menu on Appearance > Menus.

    Cheers!
    Ismael

    in reply to: Different view for single.php #191310

    Hey kaMai!

    Please post a screenshot of what you’re trying to do. Use imgur, dropbox, mediafire etc. FYI, you can change the single post view on Enfold > General Settings > Single Post Style. You can select betweem big and small preview image.

    Cheers!
    Ismael

    in reply to: Changing toggles/accordion font colour #191308

    Hey midischool!

    You can add this on your custom.css or Quick CSS:

    .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    color: black;
    }

    Regards,
    Ismael

    in reply to: Menu descriptions #191307

    Hey COLORIT!

    You need to add the walker menu. Please hire someone to modify wp_nav_menu and add the walker feature. You can also try this:

    Add this on your functions.php:

    class My_Walker extends Walker_Nav_Menu
    {
    	function start_el(&$output, $item, $depth, $args) {
    		global $wp_query;
    		$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
    
    		$class_names = $value = '';
    
    		$classes = empty( $item->classes ) ? array() : (array) $item->classes;
    
    		$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item ) );
    		$class_names = ' class="' . esc_attr( $class_names ) . '"';
    
    		$output .= $indent . '<li id="menu-item-'. $item->ID . '"' . $value . $class_names .'>';
    
    		$attributes  = ! empty( $item->attr_title ) ? ' title="'  . esc_attr( $item->attr_title ) .'"' : '';
    		$attributes .= ! empty( $item->target )     ? ' target="' . esc_attr( $item->target     ) .'"' : '';
    		$attributes .= ! empty( $item->xfn )        ? ' rel="'    . esc_attr( $item->xfn        ) .'"' : '';
    		$attributes .= ! empty( $item->url )        ? ' href="'   . esc_attr( $item->url        ) .'"' : '';
    
    		$item_output = $args->before;
    		$item_output .= '<a'. $attributes .'>';
    		$item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
    		$item_output .= '<span class="walker-sub">' . $item->description . '</span>';
    		$item_output .= '</a>';
    		$item_output .= $args->after;
    
    		$output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
    	}
    }

    Go to Quick CSS, add this code:

    .walker-sub {
    	display: block;
    	position: absolute;
    	top: 70px;
    	min-width: 90px;
    	font-size: 10px;
    	color: gray;
    	line-height: 12px;
    }

    Edit includes/helper-main-menu.php, find this code on line 167:

     echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );

    Replace it with:

    
    echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
    								$walker = new My_Walker;
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> $walker
                                    );

    Best regards,
    Ismael

    • This reply was modified 10 years, 6 months ago by Josue.
    in reply to: Bar under Active Page in Menu #191306

    Hey danieltjohnston!

    You can add this on your custom.css or Quick CSS:

    .current-menu-item>a>.avia-menu-fx {
    	opacity: 0 !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Blog #191305

    Hi Halcyon!

    1.) You can add this on your custom.css or Quick CSS:

    .small-preview {
    border-radius: 82px;
    }

    2.) You need to choose a post format. If you want to show the gallery of a certain post, select the “Gallery” format. It is using the Single Author, big preview blog style.

    Regards,
    Ismael

    in reply to: Enfold Questions #191303

    Hey!


    @dawsmik
    : You need to edit the custom.css file via FTP or your cpanel.


    @current162
    : Thanks for jumping in. Your help is appreciated. :)

    Best regards,
    Ismael

Viewing 30 posts - 62,131 through 62,160 (of 66,608 total)