This topic has 35 replies, 5 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello!
New webshop, new questions :).
See private content for acces
1. I added at theme options a Custom font called “Milkshake”, but unfortunately i can’t find it at the typography options. What do i do wrong?
Sorry,other question;
1. How can i make more tabs in the single product page? Do i have to install a plugin or something?
2. Why can i not get my logo in the header bigger?
3. And there is a lot of space above and under the logo (header) how can i reduce this?
Hello,
1) You may try some plugin (there are many plugins to implement this option) or add more tabs by custom development https://docs.woocommerce.com/document/editing-product-data-tabs/
2) Because logo block has 16% width of the header to display menu and cart, search etc. In your case, you can try to increase with a little bit. Add the following code in custom CSS
@media only screen and (min-width: 992px){
.header-wrapper.header-double-menu .header-logo {
width: 20%;}
}
3) Either remove empty space from your image http://prntscr.com/g3fdya and upload image without empty space or remove header paddings
@media only screen and (min-width: 992px){
.header-wrapper header > .container .container-wrapper {
padding-top: 0;
padding-bottom: 0;
}}
Regards
Hi!
Perfect, thank you!
1. See header; how can i change the color of the icons for cart, wishlist, and search?
See header; how can i change the color of the icons for cart, wishlist, and search?
– add following code in, 8theme options >> styling >> custom css >> global custom css
.navbar-header .search-btn, .navbar-header .et-wishlist-widget a, .navbar-header .shopping-cart-widget a { color: #f00; }
change the colour code to the color you want.
Hi Amzy!
Thank you but unfortunately the code does not work 🙁
Hello,
I’ve changed the code. Please check.
Regards
Hi!
Yes works, thanks!
1. How can i change the color AND size of the font, of the fixes header?
2. Where can i change the background color of the copyright area?
3. How can i make buttons with custom color in this theme?
Hello,
1) Use the following custom
.fixed-header.header-color-dark .menu li a {
color: #3b6b86;
font-size: 14px;
}
2) Theme Options > Styling > Copyrights
3) It depends on what button you want to change. One of the existing buttons (add to cart, checkout) or add new button. In the first case, you can do this only by custom styles, in the second case you can use VC elements http://prntscr.com/g68u9v Check which one suits your needs.
Regards
Hello agents!
1. See http://talenreis.com/spaans-leren/ . I used on this page the post-shortcode. How can i remove here the category + date. I just want to show the title. I want this on the whole website
2. Same page and shortcode: When clicking on the image, it’s not linking to the blog. Only when i click on the title. Can we change this?
Hello,
1) Just don’t choose taxonomies at the element settings http://prntscr.com/h1qpmo if you don’t want to show them.
2) There is no such option in this element settings, unfortunately. But you may use another element – Post Grid http://prntscr.com/h1qr8j and choose one of the existing designs or create your own using Grid Builder (https://vc.wpbakery.com/video-academy/grid-builder/) and create image + title layout and add the link for your image http://prntscr.com/h1qsq7
Regards
Hello!
1. See homepage: under the text “ELK SOORT VAKANTIE…” i used Tabs. Those tabs have now a pink background. I want to remove that background but i really can’t find it anywhere..
Can you help me with this please?
2. Woocommerce is now in English. But i want to have it in Dutch. How can i change the language of Woocommerce? Site language is already on Dutch.
Hopefully you can help me with this 🙂
Hello,
1. Please provide screenshot.
2. You already have ready Woocommerce translation, but you need to translate necessary strings, visible on the frontend, in our theme http://prntscr.com/h4sc8g
Regards
Hi rose!
1. http://villapparte.com/wp-content/uploads/2017/11/Schermafbeelding-2017-11-01-om-16.38.13.png
2. Ah oke. Thought it was easier to change languages in woocommerce 🙂
Hi,
1. I didn’t see any pink background tabs in your home page, is that from some other page? Can you provide a link to that particular page?
2. You can easily do that via “Loco Translate” plugin.
Let us know,
Thanks,
laranz.
Hi Agents!
1. Under every blog page like; http://talenreis.com/spaans-leren-in-barcelona/ you’ll see the text “Comments are closed”. How can i remove this?
2. Where are the reviews on the product page?; for example; http://talenreis.com/product/enforex/
3. At product page, you’ll see a left and right arrow to go to the next product. how can i remove this?
Hello,
1. Please use this code:
.no-comments {
display: none;
}
2. Make sure that reviews are enabled http://prntscr.com/h7c9gr.
3. Theme Options > E-Commerce > Single Product Page > Show Next/Previous product navigation.
Please kindly open up new tickets for additional questions.
Regards
Hi Rose!
1. When i add that CSS, it is possible to leave a reaction haha. We don’t want that, and all settings are enabled. See http://talenreis.com/spaans-leren-in-het-buitenland/
And on this page the text is still visible: http://talenreis.com/engels-leren-in-het-buitenland/
2. Yes i did, nothing to see in product page…
3. Thanks :). Stupid question :s
Hello,
1. Please read this topic https://www.8theme.com/topic/xstore-news-page/
2. Please try to disable all 3-rd party plugins and then check reviews tab.
3. You’re welcome!
Regards
hi!
1. Very helpfull and the works. Only the text “Comments closed” is still visible 🙁
2. Okay!
Hello,
1. Please check now http://prntscr.com/h7ddmi
Please kindly open up new tickets for additional questions.
Regards
Hello!
I have a question about the search option in the header. When i click on the search icon, there opens a search field. But that field goes to the right and is too big.
How can we fix this?
Good morning!
1. See header menu. The menu-items are not clickable. Only when you click right under it. What’s wrong?
2. See psingle product page; how can we remove the tab “extra information”?
Hello,
1. Change this custom css code http://prntscr.com/irgt30 to width: auto;
2. Please read this article
https://docs.woocommerce.com/document/editing-product-data-tabs/#section-5 (add the code in functions.php file of child theme).
Regards
Thanks you so much Rose!
Last question what we really can’t find; see the search-icon in header. When you click on it, and after that you click on the “X” to close. The icon disappeared. Can you have a look at this?
Hello,
You’re welcome!
Please add this code in Custom css:
.header-search .fa:before {
color: #ee7a00;
}
Regards
Yes, that works perfectly!
Okay, i;m sorry for all the questions but we have a meeting with the clients and some thing we can not find.
1. Footer: Bullet points: the space between the lines is very narrow. Can we make the space the same as the normal text?
2. Hopefully you can help us with this. It looks like we have a lot of problems caused by Windows, not with the browser. For example, and the biggest problem see the print screens of the product page in Windows: https://talenreis.com/wp-content/uploads/2018/03/image001.jpg
About this page: https://talenreis.com/product/enforex-madrid-calc/
The tabs on Apple looks good and are responsive. The tabs on Windows are full width and messed up.
Any idea what this can be?
1.
footer li {
margin-bottom: 1.43em;
}
2. We are theme support and we can help you with issues related strictly to our theme. These fields created by some 3-rd party plugin that doesn’t come bundled with our theme.
Regards
Hi Rose!
1. The contact item in the header is not clickable…
2. Do you know if it is possible to zoom out, the whole webshop? Because on a Windows screen everything looks really big. It’s strange. When we set it up like 80%, it’s looks normal.
3. How can we edit size of logo in fixed header?
You must be logged in to reply to this topic.Log in/Sign up