Forum Replies Created
-
in reply to: Button on Slider not working
Hello,
Sorry for the late reply.
I can’t access your site with these credentials,screenshot. Please check them again.Best regards!
in reply to: mobile_small_menu openHello,
Sorry for the late reply.
You have many javascript errors in your site. Please disable all third party plugins and try again. Did you made any changes to theme files? What version of the theme do you have?Best regards!
in reply to: Visual Composer Not WorkingHello,
Sorry for the late reply.
Please update Visual Composer as well. If the issue persists, please send us your wp credentials in a private reply. So we can give a closer look.Best regards!
in reply to: Header button open in new windowHello,
Sorry for the late reply.
Please go to file header.php and find this line:
<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>
Replace with this:
<a target="_blank" 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>Best regards!
in reply to: Blog headerHello,
Sorry for the late reply.
To remove the title in page header of blog page, please add this code into your custom css box:.blog .header_page.centered h1 { display: none;}
The header is is transparent, but since it has the background color behind it, not an image, than it shows only gray.Best regards!
in reply to: Slider at Breakpoint breaks on DesktopHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
You still have errors in your site. The testimonials are not displayed properly. They are supposed to slide(either fast or slow), you have them showed in a column. Please update theme to it’s latest version. We strongly recommend you to keep a backup of all files before performing an update.
Let us know.Best regards!
in reply to: stop header transition when loadingHello,
By setting it to 0, it is already fully stopped. What you can not stop, is the page loading the elements in different speed as the text takes much less time to load than the image.
Best regards!
in reply to: Remving tag ".portfolio_single h4"Hello,
Yes, you got that right. Add this code into your custom css box:
.portfolio_single h4 { display: none; }The ‘Project Details’ and ‘Project Description’ won’t show unless you remove this code again.
Best regards!
Hello,
We will take this into consideration for future theme updates.
Best regards!
in reply to: Image positioning and responsivenessin reply to: Advertisemnt/extra navigation buttonHello,
To remove the extra menu, please go to General Options > Layout > Extra Side Navigation, set it off.
Best regards!
in reply to: Remove link from Service IconHello,
Please go to file vc_templates\services_medium.php and find this line:
$output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
replace with this:
$output .= '<h4><'.esc_html($title).'</h4>';Save file.Best regards!
in reply to: Remove Comments Section on Blog PostHello,
To completely remove comments section, please add this code into your custom css box:
#comments { display: none;}Please send us your site’s url so i can give proper advice for the space between comments and content. On our side, such space is not present.
Best regards!
Hello,
Specular theme is tested in IE9, IE10, IE11. Please send us your site url so we can give it a closer look.
Best regards!