Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi Mohammad,
same issue here in my customers shop.
i have changed “display price during…” to “including” tax as described, but displayed price in the header dropdown bag is without tax any more :-/
any idea?Thanks PL
yes, i have deactivaded the affected plugin 😉
seems to be a plugin issue
February 18, 2014 at 9:16 am in reply to: New Order email notification disabled after theme update #49878solved with woocommerce update to 2.1.2
quick and dirty solution:
search in themes/neighborhood/includes/swift-framework/sf-content-display/sf-header.php for$logo_output .= '<a href="#" class="visible-phone mobile-search-link"><i class="fa-search"></i></a>'. "\n";
and replace with//$logo_output .= '<a href="#" class="visible-phone mobile-search-link"><i class="fa-search"></i></a>'. "\n";
tada
same question
ok thanks
ok, then please change this intended behaviour because it’s not usefull for us :-/
how can i integrate this now in my child-theme?
replace
icon-search
withfa-search
and it works fine 🙂Hey thanks, it works 🙂
i’ve found the file in “includes\swift-framework\sf-content-display” and changed the following:/* LOGO ================================================== */ function sf_logo($logo_class) { ... if (isset($options['logo_upload'])) { //$logo = $options['logo_upload']; // custom logo based on page if ( is_page ("your pagename here") ) { $logo = "extra logo path"; } else { $logo = "normal logo path"; } } ...
how can i integrate this customization in my neighborhood child theme? copy&paste doesn’t work :-/
thanks plsolved with just one click: settings, header options, Enable Header Overlay -> off
sorry :-/ -
Posted in: We hit Power Elite.