This topic has 9 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi,
i have diffrent Questions:
1. In the Top-Header i will Change “Chopping Cart” in german “Warenkorb”. Where can i do this?
2. I will change “Return to Previous Page” and “Back to Top”. Where can i do this?
3. On the Shop Site the HeaderPicture is not shown. There is only a x. Where can i add the Picture or a slider?
4. When i look at your ID Demo Shop, the Word “Categories” has a Grey Boxbackground. My Shop has it not. Where can i change it?
5. In your Demo Shop the undercategories are to show or hide with +/-. My Shop has it not. What can i do?
6. On the Startsite “Home” is a Problem with Germen law. We must add to the Price “zzgl. Versand” and “inkl. 19% MwSt.”. So there is not enough Space for the Box “Add to Card” or “In den Warenkorb”.
The System need two Lines for “zzgl. Versand” and “Inkl.MwSt.” Where can i change it, that both are shown in one Line?
7. In the Produktpictures are signs like “NEW”, “SALE”, “FUTURED”. Where can i change the Words in german?
Thats for the Moment
Regards
Andreas
Hello,
1. As I see you haven’t translated .po file in wp-content/themes/idstore/languages directory. Please do this as described in our documentation: https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate
2. To change the text you need edit the files wp-content/themes/idstore/code/functions.php (line 1028) and wp-content/themes/idstore/footer.php (line 111).
3. To create banner go to Theme Options > Shop > Product Page Banner and upload your image.
4. To have grey background for the widget title please add this code into custom.css file:
div#woocommerce_product_categories-2 .widget-title { background: #F5F5F5 !important; }
How to create custom.css you can find here. The tutorial is for Legenda theme but the process is the same.
5. Have you created child subcategories under the parent ones? Please provide us with wp-admin panel credentials to check.
6. Use this code in custom.css file:
.woocommerce_de_versandkosten {
display: inline !important;
}
7. Those icons are images that are located in /wp-content/themes/idstore/images/ directory. To change the text you have to edit the icons with some image editor.
Regards,
Eva Kemp.
Hi,
thanks for your help.
to 4: the Categorie widget title is Grey now, but what is with den Titel Box from the other widget titels? I want that they altough be Grey.
to 6: it´s better now, but not perfect. I mean it Looks better when the text is in one Line under the Price. Is this possible?
new 8: When i test the Shop, i buy one product and checkout. Please have a look at my side, on the right side under Returning Customers, there is no space between Lost Password and Login. The text “Lost Password?” stands over the left side from the Login-Button. How can i Change it?
9: In the checkout “Your Order”. I aktivate PayPal. There is a text ” Payment with PayPal. You can pay with your Creditcard, when you have no Paypal account.” But i have only Paypal, no Creditcards. Where can i Change the text?
Hello,
4. In this case you need remove the previous code and use this one:
.widget-title { background: #F5F5F5 !important; }
6. Could you please show a screenshot how you’d like the title to be displayed?
8. Please add this code into custom.css file:
.tab-content .col2-set .col-2 .lost_password {
left: 10px;
}
9. That text is related to Woocommerce configuration. You can change it in wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php (line 142).
Sorry, but the login detail to wp-admin panel are incorrect. Please check them.
Thank you.
Regards,
Eva Kemp.
Thanks
to 6:
Hello,
Please use this code in custom.css file to align the products info:
.product-grid .price .amount, .product-grid .price.sale .currentprice {
display: block;
}
Also for categories in sidebar on the Shop page we use 8theme – Subcategories List widget.
Please try it.
Thank you.
Regards,
Eva Kemp.
Yes, this sidebar Looks better, but …. the Font in the titel box is to bg.
Where can i resize it?
10. In your Demo Shop the Pictures are changing when i move withe the mouse over the Picture. In my shop the Picture not Change. Where is the error?
Hello,
To change font size for Categories title use this code in custom.css:
.block-head {
font-size: 16px !important;
}
10. You need go to Products in wp-admin panel, select the product to edit and under the text editor you’ll find the section Hover image. Upload some other image that will be displayed when hovering.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Change Shopping Cart – Return to Previous Page – Back to Top’' has been successfully resolved, and the topic is now closed for further responses