Forum Replies Created
-
in reply to: Homepage
Hello,
The “Back to Top” button doe snot have any issue on our side. We have tested it. You have old copy of theme and Visual Composer, which may be causing this.
Please follow our instructions first.
-Disable all third party plugins;
-Update theme and Visual Composer;
-Enable plugins one at a time;Let us know if the issue persists.
Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
in reply to: Codeless slider not responsiveHello,
I need the username as well.
Please update your login data in your profile. Read this article for more information.Best regards!
in reply to: Overflow on mobile when layout set to BoxedHello,
Please send us your wp credentials in a private reply. So we can fix these issues.
You can add the data in your profile settings in this support forum.
Please read this article for more detailed guidance.Let us know.
Best regards!
in reply to: Bullets issueHello,
Please edit the code to this:
.wpb_text_column.wpb_content_element li { float: left !important; width: 100% !important; }Result.
If you have bullet list in only this page, you can ad the css code into this page’s custom css box (look for the gear icon at the right-top of your visual composer editor).Let us know.
Best regards!
in reply to: Single staff linkingHello,
Please follow the below instructions:
1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
$output .= '<h5>'.esc_html(get_the_title()).'</h5>';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';2-To make the picture a link as well, in the same file find this line:
$output .= '<img src="'.esc_url($featured).'" alt="">';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';Let us know.
Best regards!
in reply to: Team/Staff linkingHello,
@chuckylose,
1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
$output .= '<h5>'.esc_html(get_the_title()).'</h5>';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';2-To make the picture a link as well, in the same file find this line:
$output .= '<img src="'.esc_url($featured).'" alt="">';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';Let us know.
Best regards!
in reply to: Team/Staff questionsHello,
@chuckylose,
1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
$output .= '<h5>'.esc_html(get_the_title()).'</h5>';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';2-To make the picture a link as well, in the same file find this line:
$output .= '<img src="'.esc_url($featured).'" alt="">';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';Let us know.
Best regards!
in reply to: Page header background image on Chrome/SafariHello,
You can remove overlay effect by just removing any color value selected in page’s General Settings > Page Header Options > Page header background.
We will investigate this further and include a fix in future theme updates.
Best regards!
in reply to: span tag in headerHello,
The html was removed because it was not added correctly and was messing the topic. It was hard for us to understand what you had wrote.
Please read this article on how to included html tags in support topics.
Let us know.Best regards!
in reply to: Social Media Buttons Larger?Hello,
I removed the
!importantfrom the footer icon font-size, in style.css file.It was impeding the code in custom css box to take advantage. It’s ok now. Just edit the value of font size in Custom css box to your wish.Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
in reply to: Homepagein reply to: Page header background image on Chrome/SafariHello,
Sorry for the late reply.
I fixed it.
I edited the custom css code in your custom css box to this:@media (max-width: 480px) { .header_page.centered h1 { font-size: 30px !important; } .header_page.centered { opacity: 0.6 !important; } }The overlay shows in iphone device too now. Please check your site.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Homepage not responsive – SpecularHello,
I see you have an old copy of theme. Please update theme first and then Visual Composer to their latest versions.
The site is fully responsive so these are caused by other reasons.Did you add any custom css code? Or edited out some? I see that there is an auto-generated (or added) code that prevents the button to be responsive.
It’s this:.vc_custom_1471253301897 { padding-bottom: 100px !important; padding-left: 435px !important; }Please see screenshot. when the padding-left is commented out, the button shows up in it’s right place. If you haven’t then some of your installed plugins may be generating it.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Staff picture size and linkHello,
@hairyLemon,
This topic, as you can see is very old. The theme has been updated multiple times since then. The code may have changed or you may have edited it wrong.
However, we have already replied you in this other topic of yours.
Please keep up in your own topic.Best regards!
in reply to: HomepageHello,
You have an old version of theme and Visual Composer. Please update both first, to their latest versions (Tower 1.8.2 and VC 4.12).
Let us know if the situation persists after it.Note: Please consider updating your profile data. Read this article for more information.
Best regards!
-
This reply was modified 9 years, 10 months ago by