This topic has 22 replies, 4 voices, and was last updated 7 years, 3 months ago ago by Olga Barlow
Hello!
Must say, great theme! I think it’s better than Royal… 😀
1. See breadcrumbs demo electronics: https://www.8theme.com/demo/xstore/electronics/shop/ . Love it, big and small title over each other. Tried eveyrthing but what are the setting here fore?
WP acces in private content
Hello,
Oh, thank you! We are very glad that you like our theme!
We used background image for the breadcrumbs to do that. Global breadcrumbs image you can upload in Theme Options > General > Breadcrumbs > breadcrumbs bg image. If you want to use the individual image for some pages like Shop and other pages that inherit shop template go to Pages > edit Shop page and upload featured image for your page. It will be used like breadcrumbs background. To get the custom image for the category go to Products > Categories > edit category and upload the custom image for the heading.
Regards
Hello,
Yes great! I did that but i get now the animation that you have set, and i like that effect 🙂
other questions:
1. See homepage. I have the same tabs as in demo like “topsellers ” featured” etc. but when clicking on them they don’t show products… What do i do wrong?
2. How can i change the color of the background of the top panel? And the font color?
3. See footer: how can i reduce the space between the line and copyright area? Very big space now
4. Same for header: Can i reduce the empty space a little bit under and on top of the logo? So the header is much smaller?
5. See product single page like: http://sani-design.nl/product/badmeubel/ Can title be just as high as the top of the product image?
6. On http://sani-design.nl/contact/ the Google Maps is not working. Any idea?
Hello,
1) you have added incorrect tab id for the bestsellers tab https://www.w3schools.com/tags/att_global_id.asp
id. Specifies a unique id for the element. Naming rules:
– Must not contain any space characters
2) Unfortunately, there is no setting for the top panel background color. You can change it either using custom CSS .top-panel-container {background-color: #ffffff;}
or add the color for the static block that used to create content of this panel.
3) It’s because of row and empty text element there http://prntscr.com/fbk0dq
4) Add the following in custom CSS
@media only screen and (min-width: 992px){
.header-wrapper.header-advanced header > .container .container-wrapper {
padding-top: 20px;
padding-bottom: 20px;
}}
5. Done. I have removed custom code from theme Custom CSS
6. Please, add the API key for your map http://prntscr.com/fbkm05 after that reply back if it does not help and provide me FTP access to your site.
Regards
Hello!
Thank you!
1. Toppanel: How can i change the color of the share buttons? Background and icon color?
2. Can we make the background color of the fill-in area’s a little darker? On http://sani-design.nl/afrekenen/
Hello @irish
1. Please add floowing codes in styling->custm.css:
.topbar-widget .et-follow-buttons a i:before{color:black}
.topbar-widget .et-follow-buttons{background:silver}
2. We cannot see your site as it is under maintance mode. Please provide us with wp-admin credentials or send us ccreenshots of these areas.
Regards,
Max Mullins
Hi Max,
1. I’m sorry but i mean the social share in the toppanel, not the topbar
2. See private content 🙂
Hello,
1) I have added the following code in Custom CSS to change the colors. You can change it according to your needs
.top-panel-container .menu-social-icons a {background: #00acc1;}
.top-panel-container .menu-social-icons a i { color: #fff;}
.top-panel-container .menu-social-icons a:hover {opacity: 0.5;}
2) If you want to change the color of inputs go to Theme Options > Styling > Content > Form inputs color
Regards
Hello,
Thank you! All worked fine :).
1. I’ve some issue, really strange. When i edit the featured image of a product, for example: http://sani-design.nl/product/productnaam/ It’s not showing the new image in single product page, only in the shop page. I really don’t understand this problem…
Hello,
You are welcome!
I have checked your products and see that it does not work even with official WooCommece theme Storefront, seems problem is not related to our theme http://prntscr.com/fdg04l
I found that your product type was variable but without any variation. Once I changed the type to simple – image is ok.
Regards
Hi Olga!
I’ve some questions about this webshop, hope you will help me;
1. Is it possible to make the copyright area in 1 row? Now i only see the 2 widgets for left and right
2. When order a product (you can try, it’s on test modus), you get a redirect to the order page to confirm your order. The tax-price (btw in dutch) is very big. Can we make that font smaller?
3. When using bullet points, there is an other font size. Can i make this the same as normal content font?
Hello,
Sorry for the delay.
1. The copyright area in one row already, but with 2 columns. Please describe what exactly you want to achieve.
2. Try to add this code in Theme Options > Styling > Custom css:
.includes_tax {
font-size: 13px;
}
3. Please provide screenshots.
Regards
Hi!
1. I mean 1 row with 1 column, so not 2 columns 🙂
2. Perfect
3. See text in this product: http://sani-design.nl/product/badkamer-meubel-bliss-naturel-120cm-x-50cm-x-55cm/
Hello,
1. Your query requires additional customization.
2. You’re welcome!
3. Please try this code:
.single-product .tab-content-inner li {
font-size: 15px !important;
}
Regards
Hello!
3. Sorry but i still see a difference. Maybe it’s the thickness or different font?
Hello!
1. I’m working on the mobile version, and want to HIDE some columns/rows. But when i check that in VC, it’s not working. Any other idea maybe?
2. See footer on mobile:
– There is a big white space above the logo, how can i remove this?
– How can i set the 2 social icons next to each other?
3. Mobile homepage: Between revolution slider and header is white space, can’t find this how to remove it.
4. See Shop page on mobile; how can i get the sidebar widget behing the “filter” button. Now they are only visible at the bottom, and to put it on top of the page is no solution, that’s too much. So i want it all behind the filter button like you see normally on webshops. Can you help me how to do this?
5. Mobile single product page: There is no “add to cart” button, pretty important haha :). How can i fix this?
6. Last one (hopefully); how can i set the page title on mobile a bit smaller?
Hello,
1) Use column settings http://prntscr.com/fq1jof Let me know on what page and what section does not work.
2) Problem caused by empty prefooter static block http://prntscr.com/fq1khd I have removed it and space disappeared
3) It’s related to your bg settings http://prntscr.com/fq1lkx
4) You can only choose top or bottom position for the product page sidebar on mobile or hide it at all. Your filters includes the same widgets, so I think for you it would be ok to disable sidebar for mobile devices.
5) I don’t see problem with add to cart for products that have this button on desktop http://prntscr.com/fq1sht (not all your products, by the way, have “add to cart” on desktop version)
6) `@media (max-width: 991px){
.page-heading .title, .page-heading.bc-size-small .title {
font-size: 45px;
line-height: 45px;
}}`
Regards
Hello!
1. See http://sani-design.nl/klantenservice/. Is it possible to have the questions in normal font, so not with every word with a upper letter?
2. http://sani-design.nl/klantenservice/ ; Is it possible when you open 1 question, the rest will close? Now everything stays open
3. See http://sani-design.nl/winkelmand/: Is it possible to delete the TAX after the price? (inclusief € 365,- btw)
4. See http://sani-design.nl/afrekenen/: The “*” at the terms is not readable…
– And where is the footer at this page :)?
Hello,
1) Add the following code in Theme Options > Styling > Custom CSS
.vc_toggle_title > h4 {
text-transform: none;
}
2) FAQ element of VC does not have such option, it only can be opened or closed by default. But it can’t close other FAQ elements
3) It’s not related to our theme, this is default WC plugin option and it would be better to ask on WC support forum, I suppose you will need to make some additional customization.
4) Add the following code in custom CSS
.checkout input[type="checkbox"] + span {
padding-left: 15px;
}
Regards
Hello!
Thanks you, all clear!
1. See http://sani-design.nl/product/kolom-kast-naturel-35cm-x-35cm-x-158cm/. When using bullet points, the text is different than the normal text. How can i fix this?
2. Just updated everything. But when i edit now a page, and click on “publish”. Normally you stay on the backend of that page. Now i see a white page. Please help us with this
Hello,
1) I suppose you just need to change the line-height for all the paragraphs. I have added custom CSS, tell me if it’s ok for you now.
2) Try now.
Regards
You must be logged in to reply to this topic.Log in/Sign up