Forum Replies Created
-
in reply to: No Accordion in Visual Comp.
Hello,
Nice to know it’s all set now.
Best regards!
in reply to: visual composer with codeless slider throwing erroHello,
Sorry for the late reply.
You need to update Visual Composer to it’s latest version. Just deactivate plugin, delete and then install once again from the dashboard. As you did the first time.Best regards!
in reply to: Eliminate "No Comment" from Timeline BlogHello,
@rschierl, please send us a screenshot of the comment you want to erase. Maybe we are deleting the wrong element.Best regards!
in reply to: Mobile Menu Not VisibleHello,
Please go to Header Options > Dropdown options > Dropdown typography, font color. Change the font color here.
Best regards!
-
This reply was modified 10 years, 4 months ago by
Mirela.
in reply to: Clients WidgetHello,
PLease send us your wp credentials in a private reply. So we can give this a closer look.
Best regards!
in reply to: Issues installing demo data and mail chimp pluggingHello,
In the main folder you downloaded from themeforest, there are several folders included. The theme folder, documentation, licence and sliders folder. Here you have all the sliders to import in your site.
Best regards!
in reply to: Video and Image in PortfolioHello,
Sorry for the late reply.
You can only have images in a portfolio image gallery. Or A single video. You can not add videos in gallery.Best regards!
in reply to: Your example theme has problems on mobileHello,
I added this code into your custom css box:
@media (max-width: 480px){ #logo img { height: 59px !important; left: -38px !important; } .menu-small ul.menu > li > a {color: #231F1F !important;} .close{ left: -53px !important;} } @media (max-width: 979px){ .mobile_small_menu {left: 16px !important;} }For the font color in mobile and the position of small menu icon.
We are happy to assist you for every inconvenience you are experiencing with Tower. Also we are consistently improving it’s features with frequent updates.
Let us know for anything.Best regards!
in reply to: Sticky Nav on mobile devicesHello,
Sorry but the sticky header works only in the desktop layout.
Best regards!
in reply to: Logo light missingHello,
Please add this code for the ipad layout in portrait and landscape.
@media(max-width: 979px){ #logo .dark { display: none !important; visibility: hidden !important; } #logo .light { display: block !important; visibility: visible !important; } } @media(max-width: 1024px){ #logo .dark { display: none !important; visibility: hidden !important; } #logo .light { display: block !important; visibility: visible !important; } }To make header transparent even in mobile, then add this code:
@media(max-width: 1024px){ header#header {background-color: rgba(230, 227, 221, 0.05);}}Best regards!
in reply to: google tag manager scripts not acceptedHello,
The tracking code box in General Options is for the tracking code only. You have added other lines that should not be there. And also you have an error (screenshot). Remove the additional code and you will not have the issue anymore.
Best regards!
in reply to: Mobile Menu Not VisibleHello,
Please add this code into your custom css box:
@media (max-width:480px){ .menu-small ul.menu > li > a { color: #0A0A0A;} } @media (max-width:979px){ .menu-small ul.menu > li > a { color: #0A0A0A;} }Best regards!
in reply to: Can't adjust logo sizeHello,
You are looking at the wrong section. Please loggin to your wp admin board first. Then go to theme’s General Options. There it is the custom css box. Please see the steps in screenshots:
1-Wordpress admin login, screenshot;
2-Theme options, screenshot;
3-Custom css box, screenshot;add this code:
#logo img { height: 80px;}Or go to General Options > Header options > Header Height, set the value at least 80px (screenshot). This should be the result.Best regards!
in reply to: Center content in footer columns – SpecularHello,
Please add this code into your custom css box:
#footer .row-fluid span4 {text-align: center;} #footer .row-fluid .span4 .btn-bt.default { margin-left: 76px;}for the footer alignment.
Please send us your wp credetnials in a private reply. So we can give a closer look to the IE layout.Best regards!
in reply to: RE: Rev Slider IssuesHello,
Sorry but these changes can not be done from a child theme. You have to keep them in parent theme.
Best regards!
-
This reply was modified 10 years, 4 months ago by