Update for Avada v 3.6

This topic contains 61 replies, has 8 voices, and was last updated by  nicolalucie 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #16185

    Paolo
    Site Admin
    Post count: 31206

    Hi all,

    we just released the new Avada Child Theme. Because of how it is structured we were forced to keep the child theme for the header.php file and we had to move all compatibility functions in a plugin.

    Both Child theme and comaptibility pack MUST be installed and they require the new version of Avada 3.6.

    Please report any issues here.

    Thank you,

    #16189

    idleme.com
    Expired Member
    Post count: 124
    This reply has been marked as private.
    #16191

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    my bad, I’ve updated wrong files for the theme. I apologize.

    I re-updated. Can you download the theme and overwrite the old folder on your server?

    Should you have custom functions on your child theme, make sure to keep a back up of them or they’ll get lost with this update.

    Thx

    #16225

    tommiekeeston
    Free User
    Post count: 18
    This reply has been marked as private.
    #16226

    getawaydigital
    Full Member
    Post count: 211

    Excellent thanks for reacting so quickly to this will download and check things out later today

    #16227

    John Allsopp
    Expired Member
    Post count: 399

    This will overcome the location switcher not showing when used in the top bar:

    
    
    .top-menu li > div {
    	visibility: visible;
    }

    This will improve the look of the selector in the location switcher:

    
    
    .geodir-chosen-container-single .chosen-single {
    	height: auto;
    }

    I am not seeing an issue with your search?

    You can add the above changes to your child theme’s style.css

    #16311

    idleme.com
    Expired Member
    Post count: 124
    This reply has been marked as private.
    #16316

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that is part of original Avada header.php:

    
    
    if(class_exists('Woocommerce')) {
    			if(is_shop() || is_tax('product_cat') || is_tax('product_tag')) {
    				$c_pageID = get_option('woocommerce_shop_page_id');
    			}
    		}
    

    the conditional tag

    if(class_exists('Woocommerce'))

    would call this function only if woocommerce is installed and active. Do you have woocommerce installed? Do you have latest version of everything? Avada 3.6, latest Woocommerce and so on?

    In any case. This doesn’t appear to be a problem of the Avada Child theme.

    Let us know,

    #16317

    idleme.com
    Expired Member
    Post count: 124

    hi
    Paulo

    no i don’t have woocommerce installed or active

    darren

    #16318

    idleme.com
    Expired Member
    Post count: 124

    ps installed all the latest version of your software yesterday

    darren

    #16319

    Paolo
    Site Admin
    Post count: 31206

    something must be declaring the class ‘woocommerce’, otherwise that function wouldn’t be called.

    Have you tried activating the core avada theme to see if the problem persist?

    Let us know,

    #16321

    idleme.com
    Expired Member
    Post count: 124

    just deleting the child theme and plugin now, but the child starter theme doesn’t have the avid picture in the themes page. I’m about to re-install and see what happens

    Darren

    #16323

    idleme.com
    Expired Member
    Post count: 124

    nope that didn’t work.

    #16324

    idleme.com
    Expired Member
    Post count: 124

    seems to work if i use the main avid theme, but causes the error above as soon as i activate the child theme.

    #16325

    idleme.com
    Expired Member
    Post count: 124

    I’ve installed the old theme until you can figure out a fix for it

    darren

Viewing 15 posts - 1 through 15 (of 62 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket