Forum Replies Created
-
in reply to: How to update to March 2016 version of Tower?
Hello,
Please read more detailed information about the procedure in our online documentation.
The settings and content are not affected by a theme update. Only theme files will be overwrite. So if you have made direct changes to theme files, we strongly suggest to save a backup of them.Best regards!
in reply to: icon name displays in the siteHello,
Please add this code into your custom css box:
.dashicons-wp-svg-gift:before, [data-icon]:before {display: none;}
Yes, to update theme you need to download the new folder and overwrite the current theme files (located at wp-content/themes/tower).Best regards!
in reply to: icon name displays in the siteHello,
Please add this code into your custom css box:
.dashicons-wp-svg-gift:before, [data-icon]:before {display: none;}
Yes, to update theme you need to download the new folder and overwrite the current theme files (located at wp-content/themes/tower).Best regards!
in reply to: WooCommerce / Shop problemsHello,
Sorry for the late reply.
You have many third party plugins, which could be affecting theme scripts. Please deactivate them all and try again.
The Wwoo Related Products plugin you have installed,is sending a warning message in the product page.
Let us know.Best regards!
in reply to: Feature Image size on pagesHello,
Sorry for the late reply.
Please create a test page with the elements having responsive issues and send it to us. so we can debug it.Best regards!
in reply to: automatic carousel blog slidingHello,
Can you please send us a link where are you using it?
Best regards!
in reply to: Search Field PlaceholderHello,
Please go to file searchform.php and find this line:
<input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'codeless') ?>…" name="s" id="s">
Change the “Search” here.Best regards!
in reply to: Woocommerce Template Files out of dateHello,
What version of the theme do you have? Please update it to it’s latest version. It has WooCommerce files updated.
Best regards!
in reply to: background color in responsive menuHello,
To change the background color of mobile menu, please add this code into your custom css box:
@media (max-width: 480px){ header#header .container { background-color: azure !important; }}Best regards!
in reply to: Remove Categories Description from portfolioHello,
@karlob,
As i previously wrote, you have another style of portfolio. This means that you needed to edit another css class. I added this code into your custom css box:.portfolio-item.grayscale .project h6 { display: none; }The slug are removed now. Please check your site.
Best regards!
in reply to: show all images on portfolio pageHello,
The file is not listed in Appearance > Editor. You need to access it from ftp.
Best regards!
in reply to: Help with theme TowerHello,
1- I checked the “Contact Us” link and it works. Did you manage to fix your issue?
2- How do I get rid of the space above the drop down menu so it looks like this – https://codeless.co/tower/business/landing/ – Do you mean the header height? Or the Top Nav area? I set off the top nav in General options > Header Options > Top Widgetized Area.
Let us know.Best regards!
in reply to: #anchor References in Menu InconsistentHello,
Can you please send us a link where is this happening?
Best regards!
Hello,
1-The header style you have chosen does, by default does not display these tools in sticky mode. You are right. I added this code into your custom css box:
.header_11.sticky_header .header_tools { display: block !important; padding-top: 30px !important; }To make them show. Please check your site.
2-You can learn more regarding css and how to use it from this site. Or hire a developer to help you with further customizations.
3-Please update theme. This is solved in the later versions.
5-Do you mean this “remove item”->screenshot?
I edited the first code i gave you, to this:.header_tools .cart .cart_item .remove:after { color: #777 !important;}
Change the color to your wish.6-Sorry but this is a customization not included in theme support.
7-The mobile navigation has a certain style which does not include the cart and search tool. If you want, you can add it by using css.
The current Woocommerce files are perfectly compatible with the theme. What issue are you experiencing?
I added this code into your custom css box, to fix their view in mobile:@media (max-width: 480px){ .header_tools { float: left;} }Please check your site.
Best regards!
in reply to: header background imageHello,
Glad to know you sorted it out. Thanks for sharing.
Best regards!