-
AuthorPosts
-
February 21, 2017 at 11:10 am #749863
Hi Enfold Team,
1. How can i change background color of the category name text box below the images to grey? Also i would like to remove the amount number at the end of the category name (see link 1)
2. How can i adjust the white overlay opacity above the Read more/Show details section. (see link 2)? It’s in german here: “Weiterlesen/Zeige Details”
3. How can i get the shopping cart icon (removed at the moment from the top right corner of screen) into the breadcrumbs bar. Aligned to the left instead of the page title?
Thanks a lot for your help,
Tobi
February 25, 2017 at 8:55 am #751727Hey Tobias,
Apologies for the late reply:
1) You can add this to quick css:
.product-category.product a h3{
background:#ddd !important;
}.product-category.product a h3 mark.count{
display:none !important;
}2) You can add this to quick css:
.avia_cart_buttons{
background: #xxxxxx !important;
}
3) For this to be done the template file would have to be modified.Best regards,
Jordan ShannonFebruary 27, 2017 at 4:18 pm #752336Hi Jordan,
thanky for your reply.
1.) is fine now. great.
2.) is not exactly what i wanted. my problem was the readabilityof the button. now i used your code and changed as well opacity. this comes close to what i wnat, but i would love the background color to be changed on mouse over. Also there is a thin vertical white line inside the button between the text rows, that i would like to get rid of. see link below.
3.) This means it’s not possible? Any idea/experience how to place that shopping cart icon on the page, where it makes sense? It’s just too hidden in the upper rifgt corner of the screen.
Regards, Tobi
February 28, 2017 at 5:38 pm #753075One more Jordan:
4.) How do i change background color of the product title box (between produt picture and Read more/Show details section – see link)?
Thanks, Tobi
March 3, 2017 at 3:27 pm #755115Hi,
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:#top .inner_product_header { background: orange; }
Best regards,
YigitMarch 3, 2017 at 4:34 pm #755170Thanks Yigit,
this does the trick.
Could you also anwer to this question further above:
2.) is not exactly what i wanted. my problem was the readabilityof the button. now i used your code and changed as well opacity. this comes close to what i wanted, but i would love the text color to be changed on mouse over. Also there is a thin vertical white line inside the button between the text rows, that i would like to get rid of. see link below.
And maybe you have an idea for this:
After changing WP Settings to German (Sie), meaning the german official form of address, i have english language at two places, what was german before.“You are here” in breadcrumbs and
“Show details” on shop product page (both can be seen via same as bove link in private data)Is there a way to manually change those english expression?
Thank you so much, Tobi
- This reply was modified 7 years, 8 months ago by td8000.
March 4, 2017 at 8:40 am #755539Hi,
For #2 above:
/**** Remove vertical line in middle of the button ********/
.button-mini-delimiter{
border:none !important;
}/*** Change color on mouseover, adjust colors to whatever you prefer *****/
.avia_cart_buttons:hover {
background: #000!important;
color:#fff!important;
}Best regards,
Jordan ShannonMarch 6, 2017 at 5:04 pm #756500Thanks so much Jordan,
this is perfect now.
Any idea concerning the last part of my question:
After changing WP Settings to German (Sie), meaning the german official form of address, i have english language at two places, what was german before.
“You are here” in breadcrumbs and
“Show details” on shop product page (both can be seen via same as bove link in private data)Is there a way to manually change those english expression?
Thanks a lot, Tobi
March 6, 2017 at 8:08 pm #756568Hi,
To edit “You Are Here” you want to edit within the root folder: themes>enfold>framework>php>class-breadcrumb.php and search “You are here” to find the 2 2instances of this text.
To edite “Show Details” you want to edit within the root folder: themes>enfold>config-woocommerce>config.php and search “Show Details” to find the 1 instance of this text.
Best regards,
Jordan ShannonMarch 7, 2017 at 10:05 am #756862Hi Jordan,
I Have to go another way as also one of my Plugins, that uses WP Settings fpe language doesnt recognize the German “Sie” form and puts everything in English.
So i went back to german “Du”.Here i have 2 lines in my shop that need to be translated manually somewhere. Maybe you also know, where to find them.
It’s:
Das könnte dir auch gefallen…
and
BIST DU VIELLEICHT INTERESSIERT AN…
You can find them on shop pages, see links below.
Thanks, Tobi
- This reply was modified 7 years, 8 months ago by td8000.
March 7, 2017 at 10:42 am #756876Hi,
Do you know the rough english translations of the text? That way I have an idea of what to search for.
Best regards,
Jordan ShannonMarch 7, 2017 at 11:51 am #756902Right. Sorry ;-)
“You may also like…”
and
“YOU MAY BE INTERESTED IN…”
(Up-Sells and Cross-Sells)
Regards, Tobi
- This reply was modified 7 years, 8 months ago by td8000.
March 9, 2017 at 8:10 am #758207Hi,
Do you have a cross-sells.php file in your directory? See the following thread for reference:https://wordpress.org/support/topic/change-cart-cross-sell-text-you-may-be-interested-in/
Best regards,
Jordan ShannonMarch 9, 2017 at 1:07 pm #758325Hi Jordan,
yes, this brought me on the right track.
Could change it directly in the template php files.
Thank you for the great support.
You can close the thread.
Tobi
March 9, 2017 at 5:17 pm #758460Hi,
I am glad this was able to be fixed for you! If you need any additional help, please do not hesitate to contact us.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.