Forum Replies Created
-
in reply to: Blog Grid On Tower Demo
Hello,
You can add the “Latest from Blog” and “Full blog” elements of Visual Composer. Edit the options of the elements to your need.
Let us know.Best regards!
in reply to: Color of Search Icon on Sticky HeaderHello,
Please add this code into your custom css box:
header#header .header_tools .vert_mid > a:not(#trigger-overlay) { color: #333; }
Screenshot. Let us know.Best regards!
Hello,
When the demo data was build, this specific slider has been chosen. Since it is not present in theme(either it could not have been uploaded just yet, or is not available anymore) that is not important. You should select one of the available sliders.
You had none imported so i already imported all sliders from the “slider” folder(it comes with theme package) and i set one up for you. Change it to your wish.Best regards!
in reply to: post grid not showing in firefox & mobileHello,
Sorry but i don’t see anything in this page neither in chrome or any other browser. Are you sure you have added the element? Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Portfolio section not responsiveHello,
I see the portfolio items do display as it should in mobile (screenshot). Please clear cache and refresh page.
Best regards!
in reply to: Change Pagination on client logo sectionHello,
This is Specular support forum. The above solution is tested in Specular theme.
Please be careful to write at your theme’s forum. So there will not be misunderstanding that could waste your time and ours.
Add the function just any other normal in child theme files (read more here). not in custom js box.Best regards!
in reply to: Background image in slider of Agency 2 doesn’t showin reply to: icon in menuHello,
You can change it by editing directly at header.php file. Find this block of code:
<!-- Header Button --> <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> <!-- End Header Button -->Or just edit it throw css. Add the custom css in your custom css box.
Sorry but styling customizations are not included in support service.Best regards!
in reply to: Content placed in tab appears in two tabsHello,
Nice to know it’s ok now. Thanks for sharing!
Best regards!
in reply to: Portfolio section not responsiveHello,
-The portfolio elements of visual composer are responsive. The use of
!importanthas it’s purpose and it’s not the reason for any responsiveness issue.
-What other issue have you experienced with Tower theme? Let us know so we can help.Did you add any custom css code? or made any changes to theme files?
Please add this code into your custom css box:@media (max-width: 480px){ .four-cols .portfolio-item.basic { width: 100% !important;} }Note: This is Specular theme support forum. You have Tower theme installed. Please be careful to write at your theme’s support forum. So there would be no misunderstanding that waste our time and yours. Also it messes this forum and confuses other customers in finding the right answer to their problems.
Thank you for understanding and cooperating.Best regards!
in reply to: My forum post is goneHello,
Sorry for the inconvenience. The server was under some maintenance work the past few hours. It could have been affected by it. Please write down your question in this topic.
Best regards!
in reply to: Stick Nav "centered logo and navigation" (Header_10)Hello,
Sorry for the speedy mistake.
Please go to file header.php and find this line:
<?php if($header_class == 'header_1' || $header_class == 'header_2' || $header_class == 'header_3' || $header_class == 'header_4' || $header_class == 'header_7' || $header_class == 'header_8' || $header_class == 'header_9'): ?>and replace with this:
<?php if($header_class == 'header_1' || $header_class == 'header_2' || $header_class == 'header_3' || $header_class == 'header_4' || $header_class == 'header_7' || $header_class == 'header_8' || $header_class == 'header_9' || $header_class == 'header_10'): ?>Now add this code into your custom css box:
.sticky_header nav { margin-top: 62px !important;}
Let us know.Best regards!
in reply to: Visual Composer – back end editorHello,
You probably updated wordpress (or got an autoupdate), however you have to update theme and Visual Composer too. I order for the back-end to show up again.
Updating theme will overwrite all theme files located under wp-content/themes/specular folder in your server. So if you have made direct changes to theme files, we recommend to save a backup of them.
As for the content and any custom css code you have added in your custom css box, those will not be affected by the update.
Please read these article for more information on the process:
–update theme
–update Visual Composer
Let us know if you have further questions.Best regards!
Hello,
Glad to know you found a solution to this. Thank you for sharing it.
Best regards!
in reply to: slider problemsHello,
Please send us your wp credentials in a private reply, so we can test the slider.
You can edit the “project description” and “project details” in .PO/.MO files located in lang folder. Or directly from the portfolio files, located in includes/view/portfolio folder.
Let us know.Best regards!