Forum Replies Created
-
in reply to: Image logo in top and in sidebar
Hello,
You can add them as simple media using the widgets. Add a text widget in the top nav area and sidebar. Add the image tag, linking to the image, in the text widget.
Let us know.
Best regards!
in reply to: Changing top nav info & strange errorHello,
1-To change the location icon color, open the icon text element options by clicking on the element and change the color in Icon Color. See screenshot: https://postimg.org/image/airfy5cb9/
2-To change the text of address and phone number, just grab the text element in the header and click on the text to change. See screenshot: https://postimg.org/image/gxqguo64l/
3-I checked this and it does not happen on our side. Please make sur eto have the latest theme version as well as of the plugins. Can you send us some valid wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Website looks bad on mobileHello,
I edited the last css i gave you regarding this. This is the result: https://postimg.org/image/nln2hlpqd/ Is it ok like this?
The css responsible is this:
@media (max-width: 480px){ #logo { left: 90% !important;} #logo img { height: 55px !important; } .header_1 header#header {background-color: rgba(34, 34, 34, 0) !important;} .mobile_small_menu { color: black !important;} }Change the values or colors to your wish.
Best regards!
in reply to: images aren\'t appearing like the templateHello,
Can you post some wp credentials in a private reply? So i can do it for you.
Best regards!
in reply to: Question about pay layouts / marginsHello,
The gab between the slider and first row is created using padding. In the Row settings > Design, Add padding like in this screenshot: https://postimg.org/image/3tbpqhzb9/ to have it the same as the one of the demo online.
-Add this code into Additional Css menu, to remove the comments section:
#comments { display: none; }Let us know.
Best regards!
in reply to: cannot update to new versionHello,
This is an issue related to the server used. Could have been some temporary server problem. Good to know that you managed to update it already.
Best regards!
in reply to: product variations labelHello,
Please add this code into your custom css box:
.woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label { background-color: #79744a !important; padding-left: 1em !important; text-transform: capitalize !important; }Change the color value to your wish.
Best regards!
in reply to: images aren\'t appearing like the templateHello,
Add some element into the first column. Example an empty element. And try again. The image is there but there is no specific height set up for the row.
If the situation persits, add this code into your custom css box:.vc_col-sm-8.wpb_column.column_container.using_bg.with_padding { height: 622px !important; background-size: cover; }Let us know.
Best regards!
in reply to: Drop down menu problemsHello,
Sorry for the late reply.
I edited some of the css in the Additional Css menu. It’s ok now in all pages. Please clear cache and refresh pages.Best regards!
in reply to: Question about pay layouts / marginsHello,
Please go to the Customize Page & Options > Page Settings > Page Options > Page Layout, and make sure it’s set to “Default” and the “Page Fullwidth Content” is set OFF. See screenshot: https://postimg.org/image/tlxby4ud1/
If you still can not manage to remove the fullwidth, please send us some valid wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: icon of login®ist and wishlistHello,
Please update theme to it’s latest version. We have fixed this issue already.
Let us know.Best regards!
in reply to: Site can't be reached because I changed the font !?Hello,
This is not possible. There must have been something else causing this. Please go to your plugins, access them via ftp. Rename all of them (example: meta-box to meta-box1), except Codeless Builder. By renaming the plugin folder, it automatically deactivates them. Try accessing the admin panel then. If you still can not, do the same with theme’s folder.
If you send us some wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
Can you please show us a screenshot of the live page? Do the products show up in one column in the live page as well? Can you provide a link where is this running? So we can give it a closer look.
PS: Please make sure to have the latest theme version always. We update frequently and many important changes are added to each update.
Let us know.
Best regards!
in reply to: String replace "Sort by newness"Hello,
This is a string located in the Woocommerce plugin’s files. Not themes. You can find it in wp-content\plugins\woocommerce\includes\wc-template-functions.php.
Let us know.Best regards!
in reply to: Website looks bad on mobileHello,
Yes, in the Custom Css box. Place it at the very end of the current code. So you won’t mistakenly edit any other previous code. You can add as much code as you want here.
Let us know for anything.Best regards!