Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • in reply to: Header bag total / item number #110429
    pl
    Member
    Post count: 13

    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

    in reply to: Can not remove social icons in product page #80595
    pl
    Member
    Post count: 13

    yes, i have deactivaded the affected plugin 😉

    in reply to: Can not remove social icons in product page #80498
    pl
    Member
    Post count: 13

    seems to be a plugin issue

    in reply to: New Order email notification disabled after theme update #49878
    pl
    Member
    Post count: 13

    solved with woocommerce update to 2.1.2

    in reply to: disable search function #45576
    pl
    Member
    Post count: 13

    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

    in reply to: disable search function #45573
    pl
    Member
    Post count: 13

    same question

    in reply to: Empty Text Block filled automatically #40671
    pl
    Member
    Post count: 13

    ok thanks

    in reply to: Empty Text Block filled automatically #40076
    pl
    Member
    Post count: 13

    ok, then please change this intended behaviour because it’s not usefull for us :-/

    in reply to: Header #4 Lacking Search Kc #37070
    pl
    Member
    Post count: 13

    how can i integrate this now in my child-theme?

    in reply to: Header #4 Lacking Search Kc #37069
    pl
    Member
    Post count: 13

    replace icon-search with fa-search and it works fine 🙂

    in reply to: Change Logo based on page #35778
    pl
    Member
    Post count: 13

    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 pl

    in reply to: Revolution Slider – remove top spacing #35560
    pl
    Member
    Post count: 13

    solved with just one click: settings, header options, Enable Header Overlay -> off
    sorry :-/

Viewing 12 posts - 1 through 12 (of 12 total)