Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • in reply to: Auto add product attributes selection to wordpress menu #118928
    profilpr
    Member
    Post count: 9

    Yeah I know but what if I have to explain some customers:
    “Jep that url looks not very good and you need to find the ID to build it.”

    When integrated like in the example above the generated url is clean like http://neighborhood.swiftideas.net/shop/aspesi

    Anyway…was just a hint from me as a customer on how to improve this already pretty awesome template.

    in reply to: Auto add product attributes selection to wordpress menu #118921
    profilpr
    Member
    Post count: 9

    Why not? Simple function in functions.php Seems like a unique peace of awesome to have in a template.

    in reply to: Ability to override functions from helpers.php #117369
    profilpr
    Member
    Post count: 9

    Let us know any in particular you need.

    Suppose it’s best to be able to override all of them.

    in reply to: Super Search Filter #114771
    profilpr
    Member
    Post count: 9

    No need for !important tag here! Works without for me. This is not directly related to the inital question anymore but I recognized that the neighboorhood template is using !important tags too much which sometimes makes it pretty difficult to override stuff.

    Example:

    input:focus, textarea:focus {
    box-shadow: none!important;
    }

    Not hard to override but why is the template even doing that. The developers should put more into this and should avoid the massive usage of !important tags. In most cases you don’t need them.

    in reply to: Super Search Filter #114749
    profilpr
    Member
    Post count: 9

    Not I’m sorry but I can not provide an url.

    Problem is trivial. Some css in the style.css of neighborhood is setting it to lowercase

    #super-search .search-options .ss-dropdown > span {
    border-bottom: 1px dotted #e4e4e4;
    text-transform: lowercase;
    }

    Probably should be removed!

    in reply to: Super Search Filter #114570
    profilpr
    Member
    Post count: 9

    Nevermind, the product attributes are not used when you add them via single product settings. Only via the global product settings they seem to be recognized. If you add those attributes to products it works. It seems that the attributes are converted to lowercase. I added the word “Senf” and got “senf” as filter option.

    in reply to: Super Search Filter #114564
    profilpr
    Member
    Post count: 9

    Hi I’m running the latest version of neighborhood 1.93 and still got only two options (category or price) How exactly do i add separated sub categories for each option?

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