Forum Replies Created
-
in reply to: Responsive issues
Did you made a hard refresh? I tested and it works
The animation seems ok, which browser? Safari again? I have tested on Safari works too, difficult to find out, there is no error
Remove excerpt with this:
.vc_row .blog-article.grid-style .content .text{ display:none; }in reply to: Specular – buisness4Now you have the latest installed, before it was 1.1 version..
Please create a fresh install, and let me install for you, if you can
Thanks
in reply to: Responsive issuesIf I change the link-names of each page, will the links i’ve made remain ?
I don’t know exactly, but i think once created the link remain the same.
On this page the links I’ve added on the bottom of the page don’t charge sometimes :do you have any idea why ?
What do you mean? I open the page, they works fine. Do you mean the animation?
Is it possible to remove the “read more” button of each preview of blog ? And how can I manage to have the exact same number of words on each preview ?
Use this custom code:
.vc_row .blog-article .btn-bt{ display:none; }about the words, use the excerpt on each post and add exactly what you need to be shown on preview.
Another issue : when we open the website on the welcome page the image below the flexslider appears and the top and disappears : any idea how to fix this ?
Do you mean the logo after the slider? mm it looks good, which browser do you use?
Thanks
in reply to: Responsive issuesReplace all the function with this solution:
function testimonialsCarousel(){ "use strict"; var $ = jQuery.noConflict(); var auto_bool = $('body.page-id-195').length == 0 ? false : true; $('.testimonial_carousel').each(function(){ var $self = $(this); var c_duration = $self.data('duration'); if(c_duration == 'undefined') c_duration = 500; loadDependencies( [ codeless_global.FRONT_LIB_JS + 'jquery.carouFredSel-6.1.0-packed.js'], function(){ $self.carouFredSel({ auto: auto_bool, scroll: { items : 1, fx: 'fade', duration: c_duration }, prev : { button : $self.parent('.testimonial_carousel_element').find('.prev') }, next : { button : $self.parent('.testimonial_carousel_element').find('.next') } }); }); var max_height = 0; $('.item', $self).each(function(){ if($(this).height() > max_height) max_height = $(this).height() + 25; }); $('.item', $self).height(max_height+'px'); }); }in reply to: Menu issuesNo, you have created your site in http then changing that to https, but you need to fix some parameters to do this, first you need to update site link on database ( let me fix this for you )
after you need a blue velvet plugin to update all links from http to https
that’s all, let me create these for you
in reply to: Menu issuesYou don’t need to activate that…you don’t need even to buy that. Its included with theme and is custom made, so you need to use the included version 6.0.4 no the new one.
Your server is too slow, try to fix the favicon issue, it’s loaded from a Http link and your site is https, this can cause a little of delay
in reply to: Bug cannot update anythingYou’re welcome, if you like our theme and support, please give us a rating on Themeforest, it’s very important for us :)
Thank You
in reply to: Handel – Change Link TextThis reply has been marked as private.in reply to: Handel – Change Link TextNo, you just need to translate them directly into the plugin no need for extra files