Forum Replies Created
-
in reply to: Demo Install
Hello,
Sorry for the late reply.
It’s ok now. Please check and continue with customization.Best regards!
in reply to: IE11 IssuesHello,
Sorry for the late reply.
Please upload images using this option, screenshot. Or you can upload you image in your server and paste the link here.Best regards!
in reply to: Single Staff Element not displaying correctlyHello,
I fixed it.
I edited file staff.php by adding this variable at the top of it:global $cl_redata;
Please see a test here.Best regards!
Hello,
Sorry for the late reply.
You have a very old version of the theme. Please update theme and plugins to their recent version and let us know if the issue persists.Best regards!
in reply to: How to disable linking from service icon titles?Hello,
Sorry for the late reply.
To remove the link please go to files:
-vc_template\services_large.php
-vc_template\services_medium.php
-vc_template\services_small.phpand find this line:
<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';replace it with this:<h4>'.esc_html($title).'</h4>';
While in file vc_template\services_media.php, find this line:
'<h5><a href="'.esc_url($link).'">'.esc_html($title).'</a></h5>';
and replace it with this:'<h5>'.esc_html($title).'</h5>';Save changes.
This will remove the ‘link’ function from these services. If you wish to use them again as links, then reverse the changes.Best regards!
Hello,
Glad to know you are all set. Thanks for sharing.
Best regards!
in reply to: Responsive menu and other points to fixHello,
2-This happens because you have selected this page as the default Blog page (posts page). It will load all posts, and ignore any element you add via Visual Composer. You can use the ‘Full Blog’ element in any other page.
3-Please see here a test post, and this old post. The comment section is showing.
4-For the testimonials: go to file main.js and find this block of code:
/* ---------------------------- Testimonial Cycle ----------------------------- */ function testimonialsCycle(){ "use strict"; $('.testimonial_cycle').each(function(){ var $self = $(this); var container_width = $self.parents('.wpb_wrapper').first().width(); $('.item', $self).width(container_width+'px'); $self.carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade' }, }); }); }Replace this row: scroll:
{ items : 1, fx: 'fade' },with this:
scroll: { items : 1, fx: 'fade' , duration:9999 },Edit the value to your need.6-The bullets do show, but you have used the editors list inside another shortcode. The latest seems to overwrite the default bullet style of content editor. Example here.
Best regards!
in reply to: Responsive menu and other points to fixThis reply has been marked as private.in reply to: Some issues with SpecularHello,
Sorry that is not possible. You can try adding a plugin that does this.
Best regards!
in reply to: Staff carouselHello,
Sorry for the late reply.
I already answered for these issues in this topic of yours. However, i added the same css code and the staff carousel is displaying again. You had the footer to high and that was covering the staff. The same for the arrow color.
This is the code added into your custom css box:.page-id-10487 .footer_wrapper { margin-top: 268px; } .page-id-10487 .nav-fillpath .icon-wrap::before, .page-id-10487 .nav-fillpath .icon-wrap::after { background: #95C11F; }The page id, is specified for the staff page.
Best regards!
in reply to: Mobile Menu MissingHello,
Sorry for the late reply.
Please refer to this topic about this. If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Issues moving my site to a new serverHello,
Sorry for the late reply.
When you move the site from a server to another you can use the ‘WP Migrate’ plugin for a smooth transition. It will take care of replacing all urls from old to new domain.
Let us know if you need our help.Best regards!
in reply to: Version questionHello,
Sorry for the late reply.
Please read here for more information: https://codeless.co/documentation/main.html#update_theme
Let us know if you need our help.Best regards!
in reply to: Bug: VD Row ID not outputtedHello,
Sorry for the late reply.
The ‘Row ID’ attribute is not used by this theme. To give row an id, please add it in Row Setttings > Extra Class Name.Best regards!