Forum Replies Created
-
in reply to: Custom menu as mobile menu
Hello,
Specular doesn’t have this solution for the moment. So you can’t different menu for different pages. We are working on a new update to add this features and a lot more.
The hamburger menu will become white if you change the header color to light.
Edit the page home page go to Page General Settings > Page Options & Styles > Header Color Style > Light
You can also edit it manually by editing the line css/bootstrap-responsive.css file:
@media (max-width: 979px) .background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu { color: #222 !important; }
replace with:
@media (max-width: 979px) .background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu { color: #222; }
Yes we will take in consideration this but sometimes the users share private credentials and private links that don’t want to be public.
Regards!
in reply to: Tower theme – customised iconsHello,
You have to use the Services Media element:
https://codeless.co/tower/documentation/assets/img/services-media.png
https://imgur.com/7stcbirIn the add image section you can upload your png icon.
Regards!
in reply to: Remove extra line when open mobile menuHello,
I have tried the website on iPhone X and iPhone 6 and there is no line that appears.
Please can you check it a private or incognito browser?
Let me know.
Regards!
This reply has been marked as private.in reply to: Oswald Font Weight 400 Not in DropdownThis reply has been marked as private.in reply to: Google MyMap is too wide on mobileHello,
You can add this custom code to fix that:
@media(max-width:767px){ .page-id-1442 iframe{ width:300px !important; } }
Let me know.
Regards!
in reply to: Remove extra line when open mobile menuHello,
Please can you add this custom css code into Customizer > General > Custom Css Box:
.creative-search{display:none !important;}
Let us know.
Regards!
in reply to: Header ButtonHello,
Please can you check it now?
Keep in mind to not update the file: /vc_templates/clients.php
Let us know.
Regards!
in reply to: How link slider?Hello,
You can select the column and set it a link. Another way is to use the media element and not the row background.
Also, you can use the Slider Revolution that gives you a lot more possibilities.
Let me know.
Regards!
in reply to: one-page-menuHello,
You have to edit the home page in the WordPress dashboard > Pages > Home > edit in the Page Options find Page as One Page option:
https://imgur.com/lB793SxSwitch the button to on.
About the menu configuration please check the video:
The #div has to be set on the page by adding the same class to the respective sections.
If you can’t finish by yourself send to us your wp creds and online link and we can help you with that.
Regards!
in reply to: Error messagesHello,
Please can you write the whole text again in English and in a clear way?
Let me know.
Regards!
in reply to: Change the dropdown menu styleHello,
Please check it now the megamenu.
You can add other menu items like the examples I have done.
Regards!
in reply to: Tower theme – customised iconsHello,
In which format your icons are? If they are in png, jpg, gif or svg you have to use one of our services elements. In case your icons are in font format you have to integrate them.
Let me know.
Regards!
Hello,
Yes, you have a problem with the www.
Regards!
Hello,
Please check it now this the code i have added into Tower > General > Custom Css
@media(max-width:767px){ .page-id-19 #content{ display: flex; flex-wrap: wrap; } .page-id-19 #content .vc_row-fluid:first-child{ order:4 } .page-id-19 #content .vc_row-fluid:nth-child(2){ order:3 } .page-id-19 #content .vc_row-fluid:nth-child(3){ order:2 } .page-id-19 #content .vc_row-fluid:nth-child(4){ order:1 } .page-id-19 #content .vc_row-fluid:nth-child(5){ order:5 } .page-id-19 #content .vc_row-fluid:nth-child(6){ order:6 } .page-id-19 #content .vc_row-fluid:nth-child(7){ order:7 } .page-id-19 #content .vc_row-fluid:nth-child(8){ order:8 } .page-id-19 #content .vc_row-fluid:nth-child(9){ order:9 } .page-id-19 #content .vc_row-fluid:nth-child(10){ order:10 } .page-id-19 #content .vc_row-fluid:nth-child(11){ order:11 } .page-id-19 #content .vc_row-fluid:nth-child(12){ order:12 } .page-id-19 #content .vc_row-fluid:nth-child(13){ order:13 } .page-id-19 #content .vc_row-fluid:nth-child(14){ order:14 } } @media (max-width: 979px){ footer .inner .row-fluid [class*="span"]{ padding-bottom:4px !important; } footer#footer .inner .row-fluid.ff:first-child{ padding-top:10px !important; } footer#footer .inner .row-fluid.ff:first-child{ padding-bottom:0px !important; } }
Regards!