Forum Replies Created
-
in reply to: Sticky Navigation
Hello,
Sorry but looking through inspect element, doesn’t seem to have change anything yet. If you can, ask your host to give you the ftp credentials and we’ll do it for you. It is just a 5 minutes work.
Let us know.Best regards!
in reply to: Problems with the menu and wordpress barHello,
1- For the dark logo, in Codeless Slider Options,i edited the ‘Content’ and set the ‘Overall Buttons Colors’ to ‘Light, for darker backgrounds’. Please change the ‘Header Color Style for Header 1’ to ‘Dark’ (you have it to Light for now)in home page > General Settings > Page Options & Styles
2-You have many plugins installed in your site. One of them may be conflicting with theme options. Please try disabling and enable one at a time to debug the issue.
Best regards!
in reply to: Adding a stripe of picturesHello,
Please add these lines into your custom css box:
.vc_gitem-zone { background-size: contain !important;}It will shrink the images.Best regards!
in reply to: Small Icons with Contact Info in HeaderHello,
Yes, if you can not see a file under Appearance > Editor, then you have to access it via ftp. That’s why we often ask for the ftp credentials too.
Best regards!
in reply to: PHP warningHello,
This is strange. You do not have any error in your site. Please set the debug mode to false, in file wp-config.php:
define('WP_DEBUG', false);
See if the warning persists. Let us know.Best regards!
in reply to: How to Make Service Circle Icons ClickableHello,
To make icons link too, please go to file vc_templates\services-medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
Replace it with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.$data['link'].'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
Save and refresh.Best regards!
in reply to: Remove Shadow and borders from Submenu?Hello,
To remove the box shadow from sub-item i added this code:
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul { box-shadow: none !important; }into your custom css box. Please check it.
Best regards!
in reply to: do not show Portfolio Custom FieldsHello,
Sorry that is not possible. But i edited the code to this:
.single_portfolio_container .row-fluid .span9 { width: 100% !important; }So it will be applied only to normal, bottom content portfolio items. Please check it in your site.
Best regards!
in reply to: visual composer installingHello,
Please go to your dashboard. you should see a message asking you to install required plugins (screenshot). Follow the on-screen instructions and you’re done!
Best regards!
in reply to: Footer Single ColumnHello,
Go to file bootstrap-responsive.css find that line and remove the ‘!important’. Now the class will take the property given in custom css box.
Best regards!
in reply to: Service squareHello,
We have tested this on the latest chrome version too. And there is no issue. Maybe you have some extension that may be causing this. Try to open your site from another computer and let us know.
Best regards!
in reply to: Problem with customizing navigation since WPMLHello,
1- We are working on it. As soon as it is resolved, everyone will be notified.
2- The category in portfolio is required for the normal functionality of portfolio. And for it to be translatable. To remove them from displaying, add these lines into your custom css box:#portfolio-filter { display: none;} .portfolio-item.overlayed h6 { display: none;}3- To add the language selectors beside the main menu, Gg to file header.php and find these lines:
<a class="right_search open_search_button" href="#"> <i class="icon-search"></i> </a> <?php endif; ?>After them add this line:
<?php do_action('icl_language_selector'); ?>
It should look like this:<a class="right_search open_search_button" href="#"> <i class="icon-search"></i> </a> <?php endif; ?> <?php do_action('icl_language_selector'); ?>4- You can translate all text via WPML options, read here for more.
Best regards!
in reply to: Megamenu ProblemHello,
Can you please post your wp credentials in a private reply? So we can check.
Best regards!
in reply to: Sticky NavigationHello,
There is still the main folder instead of the required one. Please see screenshot. Please make the changes first. If you give us your ftp credentials in a private reply, we can do it for you.
Also there is another error related to google maps. It is underlined in red in the screenshot. Check them out and let us know.Best regards!
in reply to: Header title problemHello,
This is a single portfolio page you have send me and it does not have any title or breadcrumbs. I also checked the other pages from menu but did not find any cropped title. Please send us a link of the issue so we can advice.
Best regards!