Forum Replies Created

Viewing 30 posts - 60,091 through 60,120 (of 67,463 total)
  • Author
    Posts
  • in reply to: fontello icons in the naviation #238245

    Hey wtflovelife!

    You can generate the icon shortcode on a post or page then insert it on the menu label. Go to Appearance > Menu, edit an item then insert the icon shortcode before the menu item label.

    Regards,
    Ismael

    in reply to: LOGO #238243

    Hi Jane!

    It’s not happening on our end. Please post the link to the actual website. Did you add any css modifications for the header before? Please remove them.

    Cheers!
    Ismael

    in reply to: Shadow to layout elements #238242

    Hi!

    You can use this:

    #av_section_1 div.flex_column {
    box-shadow: 10px 10px 10px gray;
    }

    Cheers!
    Ismael

    in reply to: Enfold Upgrade & Custom.css Help Request #238241

    Hey keithcrest!

    Thank you for using the theme. I hope you’re doing great.

    Remove all css modifications that you added for the header. Remove the header.php on the child theme then replace it with the new header.php from the parent theme folder. You can see the header code on includes > helper-main-menu.php. Please reconfigure the header settings again because Kriesi changed the header panel. You’ll see that there a lot of added options like header height, logo and menu position, extra element, phone etc.

    Best regards,
    Ismael

    in reply to: Background image pixelation & quality issues #238240

    Hi!

    Use the largest image or the full size image. Recommended image size is at least 1500px in width.

    Regards,
    Ismael

    in reply to: Scroll button, submenu and adding Google font question #238239

    Hi chiummog!

    1.) You can apply the anchor menus. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    2.) You can do the same as step 1.

    3.) Raleway is already included for the heading font on Enfold > Styling. Add this on functions.php if you want to use it for the body font:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Raleway'] = 'Raleway';
    return $fonts;
    }

    Regards,
    Ismael

    Hey!

    Please use this on Quick CSS or custom.css:

    .home #main .content {
    padding-bottom: 10px;
    }
    
    .home #av_section_1 {
    min-height: 80px;
    }

    Best regards,
    Ismael

    in reply to: as show products User (WooCommerce) #238237

    Hey Luis!

    I’m sorry but please elaborate. I’m not sure what is it you’re trying to do.

    Best regards,
    Ismael

    in reply to: Ajax Portfolio help #238236

    Hey!

    Please post the login details here. Set it as a private reply. We would like to inspect it. Please try to flush the permalink settings on Settings > Permalink. Click the “Save” button once then try the Portfolio Grid element again.

    Cheers!
    Ismael

    Hey!

    Please post login details here. Set it as a private reply. Make sure that the folder permission of your wordpress installation is set to 755 or higher.

    Cheers!
    Ismael

    in reply to: Change Navigation Bar above the header #238231

    Hey!

    Just remove this code

    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    in reply to: Putting a wider logo in the center #238230

    Hi abedia!

    Please insert the logo as full size then add this on Quick CSS or custom.css:

    .logo a img, logo a, .logo {
    width: 800px;
    height: 156px;
    }

    Best regards,
    Ismael

    in reply to: Background immage and transparent content area. #238229

    Hi Dogmut!

    Can you please post a screenshot of what you’re trying to do? A link to the actual website will help. You can use css to apply the background image for the home page only We need to see the layout and your website first.

    Cheers!
    Ismael

    in reply to: New pages not being created #238228

    Hey!

    Please flush the permalink settings on Settings > Permalink. Click the “Save” button once. On wp root folder, delete the .htaccess file then flush the permalink settings again. Please contact your host about the issue.

    Cheers!
    Ismael

    in reply to: Color section #238223

    Hey!

    Please edit the page then set it the layout to “No Sidebar”. Add the Color Section on top then 2/3 and 1/3 column elements below. Insert the content on the 2/3 element then add the Widget Area element on the 1/3 column.

    Cheers!
    Ismael

    in reply to: Enfold Demo not shrinking menu on tablets #238222

    Hi Nenad!

    On what browser and OS are you testing this with? Let me ask Kriesi about this. I think I saw a few inquiries about the header_resize function not working on Chrome Windows 8.

    Cheers!
    Ismael

    Hi Labhanshi!

    1.) The layer slider logo is working properly when I tested it on my end. There is actually no recommended logo size. You can experiment with it, see what works best.

    2.) Please try to resave the settings. The demo works fine after the latest update of Enfold. Edit the slide then go to Slide Settings > Slideshow > Slideshow behavior, enable the “Start slideshow” setting.

    Please give us a link to the website.

    Best regards,
    Ismael

    in reply to: hide mega menu column title in breadcrumbs #238212

    Hi yoginthusiast!

    Can you please give us a link to the website? The breadcrumb and the menu has no relation with each other. You might want to remove the page hierarchy connection between pages.

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider Not Working After Update #238211

    Hey!

    The latest version includes the latest update for the layerslider Version: 5.1.1. You might need to recreate the slider from scratch.

    Best regards,
    Ismael

    in reply to: Problems adding avia button in Spanish #238210

    Hey!

    Can you please give us a link to the website? Post the login details here as a private reply. Make sure that you translated all pages to spanish.

    Cheers!
    Ismael

    in reply to: IE 8 & 9 Problem #238208

    Hi!

    Please add this on Quick CSS or custom.css:

    div .av_one_half {
    width: 45%\9;
    max-width: 45%\9;
    }

    Cheers!
    Ismael

    in reply to: Six column in Layout Elements #238207

    Hi zibaloon2!

    Unfortunately, that is not possible at the moment. You can add something like this on a text block:

    <div class="flex_column av_one_sixth first">Content here</div>
    <div class="flex_column av_one_fifth">Content here</div>

    You can add up to six div with av_one_sixth class.

    Best regards,
    Ismael

    in reply to: Widget Title #238206

    Hey Jane!

    Please post the link to the website. You can specify the widget title color using this on Quick CSS:

    #footer .widgettitle {
    color: yellow;
    }

    Regards,
    Ismael

    Hey yoginthusiast!

    Can you please post a screenshot of what you’re trying to do? There is no way you can add a background image to all the section automatically, you need to manually add the background image for each section. Or you can use css to apply a single image for all of them. A screenshot will help.

    Regards,
    Ismael

    Hey!

    I checked the website but I don’t see the jump even with the twitter feed below.

    Regards,
    Ismael

    in reply to: Portfolio sort by title and title display on hover #238200

    Hi Kimberlyjo!

    1.) Please edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code on line 382:

    $sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true) );
    

    Replace it with:

    $sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true, 'orderby'       => 'name', 
        'order'         => 'ASC',) );

    `

    2.) What do you mean by yellow box? Can you please give us a link to the website? A screenshot will help.

    Cheers!
    Ismael

    in reply to: Header social icons #238198

    Hi!

    Did you add anything on functions.php? Please download the theme again then replace header.php and includes > helper-main-menu.php files.

    Regards,
    Ismael

    Hi!

    You can add this on your custom.css or Quick CSS to create a right margin:

    #footer #text-8 .av_font_icon {
    margin-right: 20px;
    }

    Best regards,
    Ismael

    Hey fefrancesco!

    1.) There is a database error connection. Please contact your host.

    2.) The demo uses images with 1500px in width. 1024px is fine but if you want a sharper image you should use larger source image.

    3.) Please fix the database error issue. Assuming you’re using a layer slider, please go to the slide’s Slide Settings > Navigation Area > Show navigation buttons. Disable all options.

    4.) Go to Enfold > Footer. On the Copyright field add the [nolink] tag.

    Cheers!
    Ismael

    in reply to: Enfold Slider — Contact into slider #238189

    Hey!

    I don’t see any layer slider on the website. Can you please post the link to the actual page with the layer slider? Like what Yigit said, create a layer then add the contact form code HTML/Video/Audio panel. You can even use the contact form shortcode.

    Regards,
    Ismael

Viewing 30 posts - 60,091 through 60,120 (of 67,463 total)