Forum Replies Created
-
Hello,
Please delete your current wp-content/plugins/js_composer folder and go back to your dashboard. Install plugin again. The Visual Composer version included in theme package (4.7.4) is fully compatible with the latest theme version.
If you keep experiencing issues, please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Header issuesHello,
Please send us the login details in a private reply. So we can solve it for you.
Best regards!
in reply to: Portfolio photos "close" button not functioningHello,
Do you mean the images in “VACATION HOMES MANAGED BY GUEST RETREATS.”? I was able to open large and close (from X icon) with no problem.
Did you solve your issue? Let us know.Best regards!
in reply to: Problem some time after a theme installHello,
Did you update theme as well? If not please update theme. It has important updates and is set to be fully compatible with the latest Visual Composer. If you already did, then please recreate the elements that are not displaying icons.
If the issue persists, send us your wp credentials in a private reply. so we can fix them for you.
Let us know.Best regards!
in reply to: Visual composer doesn't work in backendHello,
The Visual Composer included in theme package does not have any issue. You don’t need to buy it. What add-ons do you have installed on your browsers?
Can we please see where is this running? If you send us your wp credentials in a private reply, we can give it a closer look.Best regards!
in reply to: Create a 7 column rowHello,
The maximum column size is 1/6. But a workaround is this scenario: Add first row (1/4,1/2,1/4) and add other rows into these columns. Divide them by (1/2,1/2) and (1/3,1/3,1/3).
Screenshot.Best regards!
in reply to: Menu in different devicesHello,
What are you seeing is the mobile menu (default) and the extra side menu(the menu you are using). To remove the mobile menu and leave only the extra sidebar menu, please add this code into your custom css box:
@media (max-width: 979px){ .mobile_small_menu { display: none;} }Best regards!
in reply to: Team carouselHello,
Yes, please go to file vc_templates\staff.php. Find these lines:
$output .= '<div class="center-bar">'; if($cl_redata['facebook_link'] != '') $output .= '<a href="'.esc_url($cl_redata['facebook_link']).'" class="a1" data-animate="fadeInUp" title="Facebook"><i class="moon-facebook"></i></a>'; if($cl_redata['twitter_link'] != '') $output .= '<a href="'.esc_url($cl_redata['twitter_link']).'" class="a1" data-animate="fadeInUp" title="Twitter"><i class="moon-twitter"></i></a>'; if($cl_redata['google_link'] != '') $output .= '<a href="'.esc_url($cl_redata['google_link']).'" class="a1" data-animate="fadeInUp" title="Google Plus"><i class="moon-google_plus"></i></a>'; if($cl_redata['pinterest_link'] != '') $output .= '<a href="'.esc_url($cl_redata['pinterest_link']).'" class="a1" data-animate="fadeInUp" title="pinterest"><i class="moon-pinterest"></i></a>'; if($cl_redata['linkedin_link'] != '') $output .= '<a href="'.esc_url($cl_redata['linkedin_link']).'" class="a1" data-animate="fadeInUp" title="linkedin"><i class="moon-linkedin"></i></a>'; if($cl_redata['instagram_link'] != '') $output .= '<a href="'.esc_url($cl_redata['instagram_link']).'" class="a1" data-animate="fadeInUp" title="instagram"><i class="moon-instagram"></i></a>'; if($cl_redata['mail_link']!= '') $output .= '<a href="'.esc_url($cl_redata['mail_link']).'" class="a1" data-animate="fadeInUp" title="mail"><i class="moon-mail"></i></a>'; $output .= '</div>';Replace with these:
$output .= '<div class="center-bar">'; if($cl_redata['facebook_link'] != '') $output .= '<a href="'.esc_url($cl_redata['facebook_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="Facebook"><i class="moon-facebook"></i></a>'; if($cl_redata['twitter_link'] != '') $output .= '<a href="'.esc_url($cl_redata['twitter_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="Twitter"><i class="moon-twitter"></i></a>'; if($cl_redata['google_link'] != '') $output .= '<a href="'.esc_url($cl_redata['google_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="Google Plus"><i class="moon-google_plus"></i></a>'; if($cl_redata['pinterest_link'] != '') $output .= '<a href="'.esc_url($cl_redata['pinterest_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="pinterest"><i class="moon-pinterest"></i></a>'; if($cl_redata['linkedin_link'] != '') $output .= '<a href="'.esc_url($cl_redata['linkedin_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="linkedin"><i class="moon-linkedin"></i></a>'; if($cl_redata['instagram_link'] != '') $output .= '<a href="'.esc_url($cl_redata['instagram_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="instagram"><i class="moon-instagram"></i></a>'; if($cl_redata['mail_link']!= '') $output .= '<a href="'.esc_url($cl_redata['mail_link']).'" class="a1" data-animate="fadeInUp" target="_blank" title="mail"><i class="moon-mail"></i></a>'; $output .= '</div>';Best regards!
in reply to: Error on blog single – TowerHello,
I fixed it. Please check your site.
I replaced in file \includes\view\blog\loop-index.php, this line:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';
With this:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';Best regards!
in reply to: Element sold in Specular demoHello,
Are you talking about the page header? You can activate page header at your page’s General Settings > Page Header Options > Active Page Header, select the centered style with subtitle (screenshot).
Best regards!
in reply to: Theme options unable to save in ChromeHello,
You have a Redux related issue. Please update theme. The latest version (1.3) has many important changes and also the latest Redux framework. Make sure to update Visual composer as well.
Let us know.Best regards!
in reply to: Responsive Menu/HeaderHello,
@NohelyMI,
This is strange. Did you made any other change to the code i gave you? Anyway, in the last code i send you, please editleft: -15px !important;value to -210px. Also go to file css/bootstrap-responsive.css and find this line(1382):
#logo{float:right;left:0 !important; right:0 !important; -webkit-transform: none !important;
replace with this:
#logo{float:right;left:0; right:0 !important; -webkit-transform: none !important;
If still no luck, send us your wp credentials in a private reply. So we can do it for you.
@max,
I already added the neccesary code into your custom css box, for the logo change and background. I edited the three bar menu icon, color too, but for it to show the changes you need to go to your css/bootstrap-responsive.css file and find this line(1685):.background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu{ color:#222 !important; }Remove the
!importantfrom it and save.Best regards!
in reply to: Responsive Header LogoHello,
By default is not possible to use a different logo in responsive and another in desktop mode. But you can achieve this by adding this css code into your custom css box:
@media (max-width: 480px){ #logo img.dark { content: url("https://www.max-amous.com/wp-content/uploads/2015/10/max-logo1.png"); } }Best regards!
in reply to: Typography Drop Down MissingHello,
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: Change button shape in TowerHello,
If you want all buttons of your site to have this style, then just edit the code above to this:
.btn-bt.default { -webkit-border-radius: 5px !important; }
For the top nav information, please add this shortcode into your “Tower Widget Shortcode” widget:[icon_text icon="steadysets-icon-heart"]Create your online business with the latest design trends[/icon_text] [icon_text icon="moon-location"]Brooklyn, NY[/icon_text] [icon_text icon="moon-mail"] [email protected][/icon_text]Best regards!