Forum Replies Created
-
AuthorPosts
-
Worked perfect!
January 2, 2015 at 5:26 am in reply to: Trying to echo custom sidebar wiget in child template? #373999Perfect! Thanks!
December 23, 2014 at 6:12 pm in reply to: Trying to echo custom sidebar wiget in child template? #372172Maybe I will try the other sidebar route ?
December 22, 2014 at 6:19 pm in reply to: Trying to echo custom sidebar wiget in child template? #371627Hi Ismael,
Looking at the sidebar.php page, it looks like I can just add a “conditional statement” ??
No ?
if(empty($avia_config['currently_viewing'])) $avia_config['currently_viewing'] = 'page'; // general shop sidebars if ($avia_config['currently_viewing'] == 'shop' && dynamic_sidebar('Shop Overview Page') ) : $default_sidebar = false; endif; // single shop sidebars if ($avia_config['currently_viewing'] == 'shop_single') $default_sidebar = false; if ($avia_config['currently_viewing'] == 'shop_single' && dynamic_sidebar('Single Product Pages') ) : $default_sidebar = false; endif; // general blog sidebars if ($avia_config['currently_viewing'] == 'blog' && dynamic_sidebar('Sidebar Blog') ) : $default_sidebar = false; endif; // general pages sidebars if ($avia_config['currently_viewing'] == 'page' && dynamic_sidebar('Sidebar Pages') ) : $default_sidebar = false; endif; // forum pages sidebars if ($avia_config['currently_viewing'] == 'forum' && dynamic_sidebar('Forum') ) : $default_sidebar = false; endif; }
December 19, 2014 at 10:34 pm in reply to: When linking to page to page, the page is all dark grey? Anyway to change ? #370793nm, got it.
html { background-color: #ffffff !important; }
November 23, 2014 at 5:28 am in reply to: Woocommerce doesn't show downloaded files anymore on Order Details page #356088I just cleared my CACHE and everything is working correctly!
November 23, 2014 at 5:19 am in reply to: Woocommerce doesn't show downloaded files anymore on Order Details page #356085This reply has been marked as private.June 26, 2014 at 6:10 am in reply to: Woocommerce now showing "pa_attributename" for all my variations and attributes #283909ok, so strange.
I went and added a new “test” attribute and they all came back afterwards!!
June 26, 2014 at 5:59 am in reply to: Woocommerce now showing "pa_attributename" for all my variations and attributes #283906Here is the crazy part:
My MYSQL database showing 6 attributes
and my wordpress/woocommerce admin showing only 1 Attribute in the backend ???June 26, 2014 at 5:42 am in reply to: Woocommerce now showing "pa_attributename" for all my variations and attributes #283901just 2 versions before
June 25, 2014 at 11:54 pm in reply to: Woocommerce now showing "pa_attributename" for all my variations and attributes #283812This reply has been marked as private.June 25, 2014 at 12:43 am in reply to: Site is very slow on http://gtmetrix.com, How to speed it up!! #283335Great! THanks!
June 24, 2014 at 11:56 pm in reply to: Site is very slow on http://gtmetrix.com, How to speed it up!! #283318Thanks. I will install tonight? What about Caching ?
Yeah, it was doing it on Firefox 17.. I need to tell my client to upgrade!!
This reply has been marked as private. -
AuthorPosts