Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › dropdowns missing arrows, site refreshing with cart and 2 other small issues
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › dropdowns missing arrows, site refreshing with cart and 2 other small issues
- This topic has 8 replies, 2 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Neighborhood
-
August 14, 2014 at 11:09 am #101020
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
August 15, 2014 at 8:57 am #101341Hi,
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
MohammadAugust 15, 2014 at 3:12 pm #101511Hi,
1. http://www.bullseyedarts.com.au2. 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”
August 15, 2014 at 3:20 pm #101518Hi,
Have you activated neighborhood theme at your website ?
Thanks ๐
With Best Regards
MohammadAugust 16, 2014 at 2:13 am #101600Yes i have activated the theme..
Its in the subfolder /redesign/
the site is currently in maintenance modeCan you please just answer my questions as i am behind schedule for my client and you are wasting my time!!
August 16, 2014 at 2:52 am #101601Sorry 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??
August 18, 2014 at 11:32 am #101932Hi,
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
MohammadOctober 2, 2014 at 2:30 am #116530Hi,
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
October 2, 2014 at 10:34 am #116668Hi,
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 -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.