Forum Replies Created
-
in reply to: Add mega menu at footer
Hello,
Sorry but this is not possible.
Best regards!
in reply to: Extra Side NavigationHello,
You have to use custom css to edit them. Please add this code into your custom css box:
.extra_navigation { background: rgba(185, 150, 82, 0.54); } .extra_navigation ul li a { color: azure; }Edit the values to your wish. Let us know if you need further help.
Best regards!
Hello,
Please add this code into your custom css box:
.wpb_content_element.list.only_icon {
width: 100% !important;
}Best regards!
in reply to: switching header colors and logo on a pageHello,
This is not possible using theme options, but you can achieve it with custom css. Add this code into the page you want to have the different logo and menu, custom css box. So it will affect only that page. Not other part of website.
header#header { background-color: green;} .header_wrapper #logo { content: url("https://codeless.co/specular/default/wp-content/uploads/2014/10/logo.png"); }Change the logo image url to your own and the color as you want.
Best regards!
in reply to: Demo Data IssueHello,
I have imported and updated theme as the demo business. Please continue with further customization.
You can download images from the online demo if you must have them all. Or just import your own images.
Let us know if you need further help.Best regards!
in reply to: Extend graphic element size on mobileHello,
The css you need in order to achieve this is :
.wpb_single_image img { max-width: 109% !important; margin-left: -15px !important; }Result screenshot. But since there are other images in your page with the same css class, it will affect them as well. So i suggest you set the image a new custom css class and assign these attributes to the new css class. In this way it will target only the image you want. Not all page’s images.
Best regards!
in reply to: Business 5 demo sliders missingHello,
In the Sliders_dummy_data folder are included the main sliders of all available demos. Please download these sliders here:
Best regards!
in reply to: Woocommerce: Sitewide notice covers headerHello,
All you have to do is change the values until you get the result you want. I edited the code’s values to this:
@media (max-width: 979px){ .top_wrapper { padding-top: 126px !important; } .header_wrapper.header_11 { padding-top: 50px !important; } }This is the result, screenshot. Is this what you wanted?
Best regards!
Hello,
Yes, just add this code into your custom css box:
#logo img { top: 5% !important; }Edit the value to your wish.
Best regards!
in reply to: Visual Composer in Tower theme fixed?Hello,
Can you please be more clear?
What issues do you have with Visual Composer? Please read this article on how to update it in order to get the included in theme, version.
Note that to get the latest included version of the plugin, you have to have the latest theme version installed first.
Let us know.Best regards!
in reply to: Testimonials for SpecularHello,
The responsible files for testimonials are vc_templates/testimonial_carousel.php and vc_templates/testimonial_cycle.php.
To add the break tag, go to the first file and find this line:
$output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Replace with this:
$output .= '<h6>'.esc_html(get_the_title()).', </h6></br><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Let us know.
Best regards!
in reply to: Share not working on postsHello,
1-You can remove the default text in file vc_templates/services_small.php in line:
$data['description'] = 'Lorem ipsum dolor sit amet communitas erdum, lacus et vulputate, velit nulla commodo sem ipsum dolor sit amet.';I already deleted the text for you.
2-Which page is having issues displaying the submenu in sidebar? I can see the menu is showing just ok, please see screenshot.
Let us know.Best regards!
in reply to: portfolio displayHello,
Please add this code into your custom css box:
.four-cols .portfolio-item { min-height: 214px !important; padding-left: 22px !important; }Result screenshot. Let us know.
Best regards!
in reply to: Demo Data IssueThis reply has been marked as private.in reply to: Website layout is all messed upHello,
I have deactivated all third party plugins and now the site is displaying properly. The culprit was “Read more Without Refresh” plugin. I deactivated it and activated the rest. Please check your site, it’s ok now.
Let us know if you need further help.
Best regards!