Forum Replies Created
-
in reply to: portfolio order
Hello,
You have to use any custom plugin to order custom post types to your wish.
Best regards!
in reply to: problem with custom fields in portfolioHello,
Sorry for the inconvenience. We will double check this and fix it in the next theme update.
In the mean time please set up the custom fields whenever you update portfolio item.Best regards!
in reply to: Visual Composer not workingHello,
You need to update Visual Composer. Read this article for instructions.
All the included plugins, including Visual Composer have extended licenses.
The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. In order to keep them always fully compatible with the current theme version.
If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
in reply to: Codeless Slider logo/menu/nav colorHello,
In home page’s General Settings > Page Options & Style > Header Color Style for Header 1, you had selected light header version. I changed that to dark. It’s ok now.
Please check your site.Best regards!
in reply to: Tower theme help and fixesHello,
1-Edited the current css for the on hover of these elements to this: `.services_medium.style_3.wpb_content_element {
pointer-events: none !important;
} `
2-I added this code into your custom css box:
nav .menu { margin-top: 10px !important;}3.1-I don’t see the logo misaligned in ipad (screenshot). However you can position it to your wish with some css code. Edit the logo margin’s.
3.2- I added this code:
@media (max-width: 480px){ .services_block .content { bottom: -35px !important;} .orange .services_medium.style_3 .icon_wrapper { margin-left: -27px !important;} .light_blue .services_medium.style_3 .icon_wrapper { margin-left: -30px !important;} .services_medium h4 { margin-left: 20px;} .blue.wpb_column.vc_column_container.vc_col-sm-4 { margin-left: -11px;} }into your custom css box for the services text cut off in page executive-coaching-leadership-development.
Let us know.Best regards!
in reply to: stop the header & menu form scrollingHello,
This happens because the menu width is wider than the header width and it is not yet reached the width for responsive mode to take on. Please go to General Options > Header Options > Menu Options and decrease the Menu Items padding/margin.
Let us know.Best regards!
in reply to: Tower Menubar animation on SafariHello,
Please deactivate all third party plugins first. Then activate them one at a time to find the culprit.
Let us know.Best regards!
in reply to: Bootstrap-responsive and Child ThemeHello,
You could just add the code into your custom css box. Any code added there will not be affected by any theme update.
Let us know.Best regards!
in reply to: Any way to show the full blog contentHello,
Please go to file includes/view/blog/loop-index.php and find these lines:
<div class="text"> <?php if(is_single()){ the_content(); }else{ if($post_format == 'video' || $post_format == 'audio') echo codeless_text_limit(get_the_content(), 60); else echo get_the_excerpt(); } ?> </div>Replace
echo get_the_excerpt();with:echo get_the_content();
Save file and refresh.Best regards!
in reply to: Big Problem with Safari BrowserHello,
Please go to your slider options, Codeless Slider > Background > Background Image / Color > Background Position and change it to “Center Center”.
Let us know.Best regards!
in reply to: Background image in slider of Agency 2 doesn’t showHello,
Sorry for the late reply.
You had selected Codeless Slider but not any slider. I selected the “home” slider and it does show without problem. Please check your site.Best regards!
Hello,
Sorry for the late reply.
Please update Visual Composer to it’s latest version 4.11.2.1. Follow the instructions in this article.
Did you edit any of theme files? Or added any custom code to the site? The three dots are generated from somewhere.
If you can, send us your wp credentials in a private reply. So we can check it up.Best regards!
in reply to: Onepage Menu linksThis reply has been marked as private.Hello,
Sorry for the late reply. Please add this code into your custom css box:
.wpb_content_element.testimonial_carousel_element { min-height: 200px; }Let us know if the issue persists.
Best regards!
in reply to: Featured Products Disappeared from Home PageHello,
I am glad you found the reason of the issue. What plugin was causing the issue? Codeless does not offer any plugin. We build up only themes.
I don’t understand what you mean about removing a product from “Products” element in Visual Composer. This element takes by default all available products. If you wish to display only some of them, then you enter the product name in the “Products” option of it.
I suggest you to contact WooCommerce plugin support forum. These are elements automatically added by the plugin.
Let us know.Best regards!