Forum Replies Created

Viewing 30 posts - 64,111 through 64,140 (of 66,745 total)
  • Author
    Posts
  • in reply to: Change Header Features #137858

    Hey,

    You can select this options on Enfold > Styling. You can also use this on your custom.css or Quick CSS:

    1.) Make the header background black:

    .header_color .header_bg {
    background: black;
    color: white;
    }

    2.) Make menu font white:

    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }

    Hover State:

    .header_color .main_menu ul:first-child > li a:hover {
    color: black;
    }

    3.) You can use this on your custom.css or Quick CSS:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

    Change the height and the line-height.

    Regards,

    Ismael

    in reply to: sidebar text alignment #137847

    Hey,

    Do you have the left sidebar? You can use this on your custom.css or Quick CSS:

    .sidebar_left.sidebar {
    text-align: left;
    }

    Regards,

    Ismael

    in reply to: Change Color of Buttons #137531

    Hey,

    Glad you found it. :)

    Cheers,

    Ismael

    in reply to: Enfold LayerSlider Font Take Two #137352

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Simple slider on Enfold #137842

    Hey,

    The “Slideshow Image Size” is not the size of the actual slider but the kind of thumbnail that you want to use on the slider. You need to constrain the Easy Slider element on a column element or put it on a div with a specific width and height. It will always inherit the size of its container.

    Cheers,

    Ismael

    in reply to: Mega Menu Problem… #137709

    Hey,

    You should update Enfold to 2.0.1 if you upgrade to WordPress 3.6. All sliders will break down on WP 3.6 but it will be fix when you upgrade to Enfold 2.0.1. :)

    Cheers,

    Ismael

    in reply to: issue in layer slider after update #137511

    Hey,

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

    #layerslider_17 {
    margin: 0 auto !important;
    }

    Please override the WordPress files except for the wp-content folder and wp-config.php.

    Regards,

    Ismael

    in reply to: Need some help (centering) the nav menu – ENFOLD #137542

    Hey,

    What type header are you using? You can add this on your custom.css or Quick CSS:

    .main_menu {
    right: 100px;
    }

    Regards,

    Ismael

    Hey,

    1.) You have a lot of plugins installed. Please deactivate them first, remove browser cache then reload the page. See if the issue still exist.

    2.) What gallery? The product gallery or the WordPress gallery thumbnails?

    Regards,

    Ismael

    in reply to: Since recent update – 2- Issues #131618

    Hey,

    It is working properly on our end. Do you have any plugins? Please deactivate them, see if they have something to do with the issue.

    Regards,

    Ismael

    in reply to: Dots size full width easy slider #137686

    Hey,

    You can use this:

    .avia-slideshow-dots a {
    height: 6.5px;
    width: 6.5px;
    border-radius: 6px;
    padding: 2px;
    }

    Adjust the values.

    Regards,

    Ismael

    in reply to: Easy slider not working in 2.01 #137682

    Hey,

    Please update your WP installation to 3.6. Remove browser cache then reload the page a few times. If you have a cache plugin, please flush the settings.

    Regards,

    Ismael

    Hey,

    For example, you can use this:

    #top .social_bookmarks_facebook a {
    color: #fff;
    background-color: #37589b;
    }

    Or you can edit layout.css, find this code:

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    Remove the :hover just before the social media name.

    Regards,

    Ismael

    in reply to: Enfold Sear Results Not showing #136122

    Hi,

    The version number should change if you really updated the file. It should say 2.0.1 on the version number. Please download the latest version on your themeforest account then manually upload it via FTP or your cpanel.

    Regards,

    Ismael

    in reply to: Javascript Query #137662

    Hey,

    Please try to upgrade to WP 3.6.

    Regards,

    Ismael

    in reply to: menu overlapping logo when resizing browser window #132508

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Please contribute and translate Enfold #114974

    Hey,

    I tested the code above and it should work too. Glad you fixed it. :)

    Cheers,

    Ismael

    in reply to: search bar RTL #136181

    Hey,

    Yes, inline will override external css. It works on my end. Please remove browser cache then reload the page.

    Regards,

    Ismael

    in reply to: Forms too small #137544

    Hey,

    We need to inspect the actual page to give you a proper solution.

    Regards,

    Ismael

    in reply to: Help with custom header colors part 2 #137550

    Hey,

    You can add this:

    .avia-menu-fx {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Blog page -> not really nice without sidebar #136596

    Hey,

    Glad you figured it out.

    You should try addThis plugin, it’s good. :)

    Cheers,

    Ismael

    in reply to: Fav Icon not showing up in IE #137478

    Hi,

    According to this link you should create the image file directly as .ico.

    http://stackoverflow.com/questions/122067/favicon-not-working-in-ie

    Regards,

    Ismael

    in reply to: How to change font colors in portfolio galleries #137284

    Hey,

    Use this for the hover state:

    .header_color .main_menu ul:first-child > li a:hover {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Two header questions #137274

    Hey,

    Please try this:

    .header_color .avia-menu-fx {
    background-color: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
    }

    Regards,

    Ismael

    in reply to: Enfold: Logo resize #135281

    Hey,

    Please edit js > avia.js, find this code:

    if(st < el_height/2)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height/2;
    header.addClass('header-scrolled');
    }

    Replace it with:

    if(st < el_height/1.5)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height/1.5;
    header.addClass('header-scrolled');
    }

    Please don’t forget to remove browser cache then reload the page a few times.

    Regards,

    Ismael

    in reply to: How to move logo flush with left side boxed layout?? #137517

    Hey,

    Don’t forget the px value, it should be -50px.

    Regards,

    Ismael

    Hey,

    Edit framework > php > class-breadcrumb.php, find this code:

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Home', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 70,
    'richsnippet' => false
    );

    Replace truncate with ‘140’ or something higher.

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Home', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 140,
    'richsnippet' => false
    );

    Regards,

    Ismael

    in reply to: Updated Yoast but still an issue #137163

    Hey,

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

    html {
    background: white;
    }

    Regards,

    Ismael

    in reply to: Single page navigation underline effect issue #135509

    Hi,

    No, you need to inspect each menu element using Firebug or Google Chrome’s Inspect element. Using Chrome, right click on the menu items then click “Inspect Element”. The menu item ID will look like this:

    Yours will be different.

    Regards,

    Ismael

Viewing 30 posts - 64,111 through 64,140 (of 66,745 total)