Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Few questions…
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Few questions…
- This topic has 8 replies, 3 voices, and was last updated 11 years by laranz – SUPPORT.
-
Posted in: Neighborhood
-
August 25, 2013 at 4:39 pm #18057
Hi, I have few questions. This is my site: http://aloeinfoworld.com/
1. I want the currency sign and the price to be divided with a one blank space. I mean, not $5,24 but $ 5,24
2. If I choose “Direct bank transfer” as a paying option, I get a text under the option:
“Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.” Where can I change this text?3. If then I click on Proceed order, I end on a page Order received. On that page, there’s a text “Need help? Call customer services on 0800 123 4567.” and then 4 links “Email customer care Shipping information Returns & exchange F.A.Q.’s” How can I change or delete this?
4. On the News page, I don’t like to have the bar with tags, categories, search, RSS… on the top. I don’t like to have the little clouds for comments and little harts under the admin and date… and, I don’t like to have admin and date to… lol 🙂
5. Where can I choose what info I need from my customers and which of them are obligatory at checkout? I don’t need “Canton”, for example…
6. How long the “NEW” ribbon is on the article you add to the shop? Can I delete this or change?
7. Is it possible and if yes, how to delete the filenames of the images on the single product pages when I click on the enlarge icon?
LOL… I know there’s a lot of questions, but this are things I’d like to change…
Regards and thanks for your answers.
Marko
August 27, 2013 at 6:13 am #18276Anybody here…???
August 28, 2013 at 5:24 pm #18649Hi,
1. Go to Woocommerce -> Settings -> Catalog -> Pricing Options -> Currency Position = Left (With Spaces)
2. Go to Woocommerce -> Settings -> Payment Gateways -> Basc (Click its next to Payment gateways below the tab menu) There you can change the text.
3. You can translate those using this: http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/ , You can delete this in wp-content\themes\neighborhood\woocommerce\checkout\thankyou.php remove this
4. While creating blog using Page Builder you can choose Show blog aux options = No, it will get rid of that.
5. Put this in Custom CSS
#billing_state_field { display: none; }
This will get rid of the state information in the Checkout.
6. Can you show which “new” ribbon in the Demo?
7. For simplicity shake put this in Custom CSS
div.pp_woocommerce .pp_description
{
display:none !important;
}Sorry for a late reply.
Thanks,
laranz.August 29, 2013 at 11:35 am #18842Thanks for your answers, I’m very pleased with your service. Just one more question, for now: on the page Shop http://aloeinfoworld.com/shop/ , how to get rid of the yellow numbers for each category? Or not to show numbers at all?
Thanks
Marko
August 29, 2013 at 9:35 pm #18922Hi Marko,
If you don’t want the yellow color, and want to put it as white means, put this in the Custom CSS of theme options.
.count { background-color: #FFFFFF; }
August 30, 2013 at 1:08 am #18961Hey Marko,
Just wondering how you put the product categories on your Shop page rather than having individual products show up on there?
Also, your site looks ace mate!
Romeo
September 4, 2013 at 8:11 am #19773Hello again
Sorry but #5 is not working… I added
#billing_state_field
{
display: none;
}Into my Custom CSS, but state/county is still there in some countries. I’d like do get rid of Phone number and state/county fields on the checkout page…
Thanks
Marko
September 4, 2013 at 12:28 pm #19831Nevermind, I have resolved this with some changes in the functions.php… It’s OK now.
September 4, 2013 at 8:23 pm #19952Hi,
Glad you fixed it up 🙂
Let me know if you have any other questions.
Thanks,
laranz. -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.