Forum Replies Created
-
in reply to: Service Media Functionality
Hello,
Please go to file vc_templates/services_media.php and find these lines:
$output .= '<a href="'.esc_url($link).'"><div class="overlay">'; $output .= '<img src="'.esc_url($photo).'" alt="" />'; $output .= '<span></span>'; if($style == 'style_2') $output .= '<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>'; $output .= '</div></a>';Replace with these:
$output .= '<div class="overlay">'; $output .= '<img src="'.esc_url($photo).'" alt="" />'; $output .= '<span></span>'; if($style == 'style_2') $output .= '<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>'; $output .= '</div>';In the same file find this other line:
$output .= '<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>';
Replace with this:
$output .= '<h5>'.esc_html($title).'</h5>';
Save file!Ps: We are sorry for what happened to your first tickets. There are works going on in the server so they may have not been saved. No one from the staff does ever delete any ticket.
Best regards!
in reply to: Media Grids not AppearingHello,
We haven’t yet tested theme with the latest Visual Composer version. Please use the included in theme package plugin. It is tested to be fully compatible with the theme. We will check the new version and fix any incompatibility it may have.
Best regards!
in reply to: Borders in FieldsHello,
Please add this code into your custom css box:
span.wpcf7-form-control-wrap { border: 2px solid #ddd; }Best regards!
in reply to: Cutted logo in mobile with Modern Style headerHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { left: -70px !important;} }If the issue persists, send us your site’s url.
Best regards!
in reply to: VC full blog not worksHello,
Can you please send us your wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Theme options unable to save in ChromeHello,
Please make sure to not have any add-on installed in your chrome browser that may cause this. You can send us your wp credentials in a private reply, for us to give it a closer look.
Best regards!
in reply to: Responsive Menu IssueHello,
Please send us your wp credentials in a private reply. So we can fix it.
Best regards!
in reply to: Problem with PluginHello,
Sorry but we haven’t tested the Loco Translate plugin. Please contact the WatuPro plugin authors to check it’s compatibility with your translation plugin.
Best regards!
in reply to: Menu not installingHello,
You have not installed the theme correctly. It should be unzipped and then upload only theme folder. Please see here, for a better explanation. If you’ll still have issues after this, let us know.
Best regards
in reply to: Removing TestimonialsHello,
I can’t access the site files via ftp, it says: “530 Login authentication failed”. Also this is what i get from the wordpress side:screenshot.
Please upload this file into your wp-content\themes\tower-child\includes\core\,
codeless_elements.php
It has the changes done already. VC panel preview.
Let us know.Best regards!
in reply to: Install Required Plugins Not WorkingHello,
@Igiraud,
Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Some bugs in theme (mega menu, accordion…)Hello,
I can not open your site anymore, it says ‘Server Error 500’. Please check it.
The Contact Form 7, is available to install from Appearance > Plugins > Add New, too.
Please send us your wp credentials in a private reply. So we can make the necessary changes for the other topics.Best regards!
in reply to: Sticky Nav and One Page # links overlapin reply to: Previous Next PostHello,
Sorry but that is a customization not covered by this support.
Best regards!
in reply to: Menu ID links and Menu as One Page settingHello,
You should give the full link to the sections in menu.
Right: https://lavish-star.flywheelsites.com/about-us/#locations
Wrong: #locationsBest regards!