New Landing How can we help? Themeforest Theme Support Neighborhood dropdowns missing arrows, site refreshing with cart and 2 other small issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • #101020
    cmdm
    Member
    Post count: 8

    Hi, so far i have had no real issues with the css ect needed to change the style of the theme but i do have a few questions / qwerks.

    The sort boxes and the choose and option boxes on variable products is missing the arrow icon even though it is being referenced in the css which is below:

    .woocommerce div.product form.cart .variations select {
    display: block;
    vertical-align: top;
    z-index: 2;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14px 25px 12px 15px;
    line-height: 16px;
    height: 42px;
    background-image: url(‘images/[email protected]’);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 9px 6px;
    background: #2b2a2a;
    }

    .woocommerce .woocommerce-ordering select {
    display: block;
    vertical-align: top;
    z-index: 2;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14px 25px 12px 15px;
    line-height: 16px;
    height: 42px;
    background-image: url(‘images/[email protected]’);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 9px 6px;
    background: #2b2a2a;
    }

    THe other major issue i am having is that when something is added to the cart it reloads the whole page whilst on your demo it does not refresh the whole page, just the cart in the header and the tick on the add to shopping basket button. Any ideas how i can fix that from happening?

    Also the wishlist does not refresh the whole page which is good but it also does not refresh the wishlist dropdown next to the cart until the page is refreshed.

    Finally, My client whats everything that says “Shopping Bag” changed to the word “Cart”, what’s the best solution for this?

    Thanks for your help

    Webmaster

    #101341
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- I need your website url to inspect.

    2- Please go to Admin -> Theme Options -> Woocommerce Options -> Disable Ajax Cart.

    3- Its not a issue. Wishlist will update after refreshing or change page. Now your cart and wishlist will update like this.

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #101511
    cmdm
    Member
    Post count: 8

    Hi,
    1. http://www.bullseyedarts.com.au

    2. the link “disable ajax cart” does not exist

    3. you didn’t answer my question.

    4. you didn’t tell me how to change the names of everything “Shopping bag” to “cart”

    #101518
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you activated neighborhood theme at your website ?
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #101600
    cmdm
    Member
    Post count: 8

    Yes i have activated the theme..
    Its in the subfolder /redesign/
    the site is currently in maintenance mode

    Can you please just answer my questions as i am behind schedule for my client and you are wasting my time!!

    #101601
    cmdm
    Member
    Post count: 8

    Sorry for the urgency (and rudeness) of my last post, it wasn’t supposed to sound like that.

    the address of the website is bullseyedarts.com.au/redesign but it is currentl;y in mainenence mode so if you need to see it i can create a screenshot or something, or take it off maintenence if i have to.

    If you are able to answer my four original questions that would be great. Also how is the fact that the wishlist doesnt update until after a refresh of the page not an issue/ bug??

    #101932
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please take off maintenance mode.

    2- Wishlist update after refresh is not bug.

    3- Insert given below code at functions.php of child theme.

    add_filter('gettext', 'translate_text');
        add_filter('ngettext', 'translate_text');
    
        function translate_text($translated) {
        $translated = str_ireplace('Shopping Bag', 'Cart', $translated);
        return $translated;
        }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #116530
    cmdm
    Member
    Post count: 8

    Hi,

    It had been weeks and my clients are getting restless. I have posted around 4 problems on here and you have only answered one of those. To top it off i have found even more errors that need to be sorted like the fact there is a spelling mistake “your shopping Gag is empty” when the cart is emptied.

    YOur lack of response and the fact you didn’t even answer my questions is unproffesional and i won’t be purchasing any theme from you in the future if this si the level of support you provide.

    I hope you will answer my problems in full rather then the half assed response i have recieved, it makes everyone look bad.

    Sandeep

    #116668
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    We are always ready to provide you best support. I replied to all your questions. I asked and requested but you did not provide that information. You need to update website to latest version 1.93 of theme to avoid shopping bag issue.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register