GeoDirectory SupportUpdate for Avada v 3.6 – GeoDirectory Support https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/feed Sun, 05 Apr 2026 19:44:31 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16185 <![CDATA[Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16185 Mon, 22 Sep 2014 21:54:02 +0000 Paolo 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,

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16189 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16189 Mon, 22 Sep 2014 22:03:36 +0000 idleme.com https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16191 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16191 Mon, 22 Sep 2014 22:17:23 +0000 Paolo 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

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16225 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16225 Tue, 23 Sep 2014 07:29:56 +0000 tommiekeeston https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16226 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16226 Tue, 23 Sep 2014 08:02:33 +0000 getawaydigital Excellent thanks for reacting so quickly to this will download and check things out later today

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16227 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16227 Tue, 23 Sep 2014 08:17:40 +0000 John Allsopp 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

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16311 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16311 Tue, 23 Sep 2014 19:59:27 +0000 idleme.com https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16316 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16316 Tue, 23 Sep 2014 20:20:48 +0000 Paolo 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,

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16317 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16317 Tue, 23 Sep 2014 20:27:29 +0000 idleme.com hi
Paulo

no i don’t have woocommerce installed or active

darren

]]>
https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16318 <![CDATA[Reply To: Update for Avada v 3.6]]> https://wpgeodirectory.com/support/topic/update-for-avada-v-3-6/#post-16318 Tue, 23 Sep 2014 20:29:10 +0000 idleme.com ps installed all the latest version of your software yesterday

darren

]]>