Forum Replies Created

Viewing 30 posts - 59,581 through 59,610 (of 66,199 total)
  • Author
    Posts
  • in reply to: css code gets lost underneath the footer menue #226812

    Hey aovivo!

    I think there are unclosed tags, please try to override the theme filesagain via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Deactivate all plugins, see if the issue persist.

    Regards,
    Ismael

    in reply to: AVIA Builder Update for Posts #226809

    Hey heufti65!

    No, that is not possible yet. Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. For further customization request, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Categories page is displaying full posts? #226808

    Hey kd1987!

    Do you have the latest version of Enfold? The category page should show the excerpt + read more link.

    Best regards,
    Ismael

    in reply to: Mobile optimisation is WHACK #226807

    Hey!

    This is what the slider looks like on mobile view. I’m not sure what’s wrong with it. Please post a screenshot of the issue.

    Best regards,
    Ismael

    in reply to: Toggle tab text position #226799

    Hi!

    Add this on Quick CSS or custom.css:

    .active_tab_content .tab_inner_content {
    padding-bottom: 15px;
    }

    Regards,
    Ismael

    in reply to: Slider only works in Internet Explorer #226797

    Hey!

    It’s still version 1.5.1. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    You might need to recreate some of the content including the slider after the theme update.

    Regards,
    Ismael

    in reply to: WooCommerce shopping cart buttons misplaced #226794

    Hey wieslander!

    Please add this on Quick CSS or custom.css:

    .widget_shopping_cart .button {
    min-width: 105px;
    }

    Regards,
    Ismael

    in reply to: Parent pages / breadcrumbs #226791

    Hey!

    Please give us a link to the website. Are you referring to a portfolio page? Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Regards,
    Ismael

    in reply to: Icon Box Transparent #226790

    Hi AdDesign!

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

    .page-id-2449 .main_color.iconbox_top .iconbox_content {
    background: rgba(255,255,255,.8);
    }

    For further customization request, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Disable lightbox in portfolio #226788

    Hi!

    You have a very old version of the theme. Please download 2.5.2 then do the changes above. If you’re having trouble doing the changes, please hire a freelance developer to iron out the customization. You can visit Werkpress.

    Regards,
    Ismael

    in reply to: slideshow titles, author in blog #226783

    Hi Munford!

    Add this on Quick CSS or custom.css:

    .text-sep.text-sep-cat, .blog-author {
    display: none;
    }
    
    .avia-caption-title {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Contact form #226769

    Hey brijesh1111!

    What do you mean by “predefined body text”? Note that you can use plugins like Contact Form 7 and Gravity Forms to replace the theme’s default contact form.

    Regards,
    Ismael

    in reply to: https Problem Firefox #226768

    Hi Liminalty!

    Please add this on functions.php:

    function fix_ssl_upload_url( $url ) {
    
    	if ( is_ssl() )
    		$url = str_replace( 'http://', 'https://', $url );
    	return $url;
    
    }
    add_filter( 'upload_dir', 'fix_ssl_upload_url' );

    Regards,
    Ismael

    in reply to: Background image is "flashing" #226766

    Hi!

    The flicker or flash seems to be random. I’m not sure if that is flickering or the background loaded late. Please try to reset/flush the cache plugin settings.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #226764

    Hey!

    @webpress: Thank you but unfortunately we already have a french translation. :)

    Cheers!
    Ismael

    in reply to: Disable cart #226761

    Hi wildmercury!

    You can add this on functions.php, at the very bottom:

    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

    Regards,
    Ismael

    in reply to: Resize images in post or #226757

    Hi alkross!

    You need to constrain the content slider inside a layout element. It will inherit the size of the container. Can you please post a screenshot of what you’re trying to do?

    Best regards,
    Ismael

    in reply to: Masonry Grid "Load more" not working #226621

    Hey!

    Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: I am still having problems with #anchor links #226617

    Hi basilicon!

    I checked the website and the anchor tags works properly. The menu doesn’t cover the section title. How did you fix this?

    Edited: I didn’t read the inquiry properly. It still doesn’t load well when you put the url with the anchor links. We still don’t have a fix for this yet. Let me ask Dude.

    Best regards,
    Ismael

    • This reply was modified 11 years, 5 months ago by Ismael. Reason: dude

    Hey AssuranceOgilvy!

    Please edit functions-enfold.php, find this code on line 69:

     $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').'></a></li>';
    

    Replace it with:

    $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="search-text">Search</span></a></li>';
    

    Add this on Quick CSS:

    .search-text {
    margin-left: 10px;
    font-size: 12px;
    }

    Regards,
    Ismael

    in reply to: Blog Post View #226615

    Hey!

    Please add this on Quick CSS or custom.css to change the layout of “Single author, small preview pic” without sidebar.

    #top .fullsize .template-blog .post_author_timeline {
    display: block;
    }
    
    #top .fullsize .template-blog .blog-meta {
    margin: 0;
    position: absolute;
    }
    
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }

    Regards,
    Ismael

    in reply to: enfold theme blog black screen issue #226612

    Hey!

    I’m sorry but the the theme version is still 2.4.4. Please download version 2.5.2 then update the theme via FTP. Please deactivate the minify plugin.

    Cheers!
    Ismael

    in reply to: Images of Filter gallery as a portfolio #226609

    Hi rodarialtda!

    I think the NextGen Gallery Plugin has the capability to filter image gallery by tags. You check this plugin: http://wordpress.org/plugins/nextgen-gallery-powertags/

    You need to install the NextGen Gallery Plugin first: http://wordpress.org/plugins/nextgen-gallery/

    Cheers!
    Ismael

    in reply to: Enfold: Menu problem on ipad #226605

    Hey!

    Edit js > avia.js, find this code on 307:

    if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    Replace it with:

    if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 767;
        		header.addClass('mobile_menu_tablet');
        	}

    This will force the theme to only show the responsive menu on screen sizes lower than 768px.

    Best regards,
    Ismael

    in reply to: Center align footer widgets #226602

    Hi Board_the_Earth!

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

    #footer .widget {
    text-align: center;
    }

    Cheers!
    Ismael

    in reply to: Lightbox images on iphone – css issue #226600

    Hey!

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .pp_pic_holder.pp_default {
    width: 90%!important;
    left: 5%!important;
    overflow: visible;
    background: white;
    padding: 0 5% 5% 5%;
    }
    }

    Cheers!
    Ismael

    in reply to: Issue with Background Color #226596

    Hey mfinlayson!

    Can you please post a screenshot of what you’re trying to do? You can change the background color of the main and alternate content on Enfold > Styling.

    Regards,
    Ismael

    in reply to: Background image is "flashing" #226595

    Hi pako69!

    You can hide the url using http://goo.gl/. Post the shortened url here then set it as a private reply. A screenr or short clip will help.

    Cheers!
    Ismael

    in reply to: Align Logo and mobile navigation #226594

    Hey jansthh!

    1.) Use this to align the logo to the right:

    div .logo {
    float: right;
    }

    2.) Use this to move the mobile menu toggle:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    margin-top: 0;
    }
    }

    Cheers!
    Ismael

    in reply to: Change padding/spacing between columns in just one place #226592

    Hey!

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

    .home #av_section_1 .container {
    width: 100%;
    }

    Cheers!
    Ismael

Viewing 30 posts - 59,581 through 59,610 (of 66,199 total)