Forum Replies Created
-
in reply to: Having Issues with Visual Composer
Hello,
Please download the latest theme update. Make sure to update the Visual Composer with the included version. The issue is due to incompatibility of older VC plugin with the newest WordPress version.
Read this article on how to update Visual Composer.Best regards!
in reply to: Responsive IssuesHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .full-width-content .wpb_column.using_bg { min-height: 512px !important; } .wpb_animate_when_almost_visible { opacity: 1;} .four-cols .portfolio-item.basic { width: 25% !important;} .vc_custom_1452798351307 { width: 80% !important;} }This should be the result, screenshot.
Best regards!
Hello,
The page’s custom css box is located at the top-right corner of the Visual Composer area. Please see screenshot. Any css code added here is valid only for this page.
Best regards!
in reply to: Responsive iphone doesn’t work anymoreHello,
Glad to know it’s back on track. If you can, please share your issue and solution so that others visiting this forum can make good use of it.
Best regards!
in reply to: Service Square ColorHello,
Please add this code into your custom css box:
.services_large:hover .icon_wrapper .top, .services_large:hover .icon_wrapper .right, .services_large:hover .icon_wrapper .bottom, .services_large:hover .icon_wrapper .left { background: #CA2323 !important; }Best regards!
Hello,
This is not a theme bug. It is could be due to the server response or chrome browser version you are running this. I opened your site from my chrome browser and this issue does not happen.
Please refer to this topic for more information.
Let us know.Best regards!
in reply to: remove link from small icon titleThis reply has been marked as private.in reply to: Price list button style is missingHello,
You are right. We are sorry for the inconvenience. I will make sure personally that this won’t happen again.
Best regards!
in reply to: Fixed NavigationHello,
The current theme update was made in hurry because of the urgency of Visual Composer update. We will launch another update in a few days with another VC update and some issues fixed for the theme.
So for the time being, please go to file js/main.js and find this line:
if(parent.hasClass('parallax_slider') && $('.container').width() > 724 && $window_width != 1024 && ($.browserSelector() && !$("html").hasClass("safari")) ){
And replace it with this:
if(parent.hasClass('parallax_slider') && $('.container').width() > 724 && $window_width != 1024 && !$("html").hasClass("safari")){
Save file.Best regards!
in reply to: WordPress 4.5 – Visual ComposerHello,
@comvice,
The included VC version is 4.11.1. It is fully functional and does not have the issues of the older version. We will upgrade again in the next few days.
To update the included plugins you should follow the same instructions given for the Visual Composer update, in this article.
Let us now for anything.Best regards!
in reply to: Can’t install portfolio 2 demo variationHello,
Can you please send us your wp credentials in a private reply? So we can check it out.
Best regards!
in reply to: Problem with installationThis reply has been marked as private.in reply to: WordPress 4.5 – Visual ComposerHello,
Sorry for the inconvenience. We have already uploaded a theme update with the latest Visual Composer. It should be available for download very soon.
Thank you for your patience.Best regards!
in reply to: Skill Chart Not WorkingHello,
Glad to know you solved your issue.
Best regards!
in reply to: Top Bar adding social iconsHello,
Please check the page you send us. It is not found.
Try to edit the cod eyou already have to this:.top_nav .social_icons_sc { float: left; padding-left: 10px !important; padding-top: 0 !important; }Let us know.
Best regards!