Forum Replies Created
-
in reply to: Unable to import dummy datain reply to: getting stuck
Hello,
Please send us your wp and ftp credentials in a private reply. So we can give it a try instead.
Best regards!
in reply to: Featured Products Disappeared from Home PageHello,
This is not a Tower theme related issue. If it was, you would had this problem since the beginning.
Either you change something that caused this, or one of the plugins you were testing changed it. Even if you disabled them later, the change in the scripts was already done.I suggest you to delete the recent added plugins. Rollback to the version of site when this was not happening and try again.
If the issue persists, send us your login data. We can give it a look too.Best regards!
in reply to: Tower social iconsHello,
All available socials are displayed in General Options > Socials. You can add one by setting a valid link to it. If you want to add socials that are not in the list above, then you need to edit theme files. Please follow the instructions in this article.
Let us know.Best regards!
in reply to: Import demo data is not workingHello,
1-I see you have all the pages of the “Gallery Carousel” demo already created. They are all in the trash folder. What other pages were you trying to get?
-I restored them and set up the site like the demo.
-I set up the menu;
-I set up the widgets in footer and footer itself;
-I added images in the home slider, the one you had were not displaying. The links of those images pointed to missing images in server. And i set up home page as the demo. I added this css code into your custom css box:
.home #content { display: none;}
in order for the home page not to scroll (just like the demo).2-The Visual Composer does not need a licence key to be updated. I already done that. You have the latest version installed now.
I set up your site just like “Gallery Carousel” online demo. You can continue with further customization of the content.
Best regards!
in reply to: CSS helpHello,
It is not advisable to make direct changes to theme files, as it will prevent you from taking important theme updates in the future (the update overwrites all theme files). Do you want to change the entire list of colors or just the buttons color? If it’s for one button only, we can suggest to use the custom css box instead. It is located in General Options > Custom css box.
Best regards!
in reply to: Portfolio page headerHello,
Sorry for misunderstanding.
I can’t tell what is different in the second site’s options, but i do see that the background color is set to white.
You can change it with css too. Just add this code into your custom css box:.single-portfolio .header_page { background-color: #FF0000 !important; }Let us know.
Best regards!
in reply to: responsive layoutHello,
Your site is perfectly responsive. The only thing to edit is the logo height, increase it so it’s more visible. And menu items font. They are white, that’s why you do not see them.
I added this code into your custom css box:@media (max-width: 767px){ #logo img { max-height: 140px !important; margin-top: -67px !important; } .menu-small ul.menu > li > a { color: #504A4A !important;} header#header .row-fluid .span12, .header_wrapper { height: 100px !important; } }Result. Please check your site and let us know.
Best regards!
in reply to: portfolio categoriesHello,
The custom css box is located in General Options > Custom CSS Code (screenshot). Any css added here will affect the hole site and will not be lost in case of theme update.
Best regards!
in reply to: icon not visible in safari in MACHello,
How did you add this? As a normal widget or directly from the source code? Please send us your wp credentials in a private reply. So we can give it a closer look.
You can upload the screenshots in one of the image share sites (example: https://share.pho.to/ , no need to register) and send us the link.
Best regards!
in reply to: Slider revolution stops after few timesin reply to: Search in GermanHello,
You can translate it with the .PO/.MO files. Find them in specular/lang folder. Watch this tutorial for more guidance.
Best regards!
in reply to: Logo HeightHello,
Please go to General Options > Logo Height, set the wanted height here.
Best regards!
in reply to: Checkboxes and comment button on same lineHello,
Please add this code into your custom css box:
p.form-submit { padding-bottom: 105px !important; } p.comment-subscription-form { padding-top: 27px; height: 1px !important; }Best regards!
in reply to: background image in row – safari errorHello,
Can you tell us the browser version you are using in ipad? What ios is your ipad running?
Best regards!