Forum Replies Created
-
in reply to: Folie Theme downThis reply has been marked as private.in reply to: Folie Corporate Install ErrorThis reply has been marked as private.in reply to: Folie Demo Content Import Crashes WordPress
Hello,
We are investigating what cause this issue. Soon we will come with a response.
Sorry for the issue!
in reply to: Folie Corporate Install ErrorHello,
We are so sorry please can you send to us your wp creds an ftp through your profile details.
So we can install it for you.
Let us know.
Regards!
This reply has been marked as private.in reply to: Folie Demo Content Import Crashes WordPressHello,
Yes, please provide to me your credentials so i can check it out.
Regards!
in reply to: Reduce number of catalog pagination links on mobileHello,
Sorry, this isn’t possible. If you want the pagination condense in the mobile you have to have the same thing on the desktop.
What can be made is to have the same pagination in responsive and desktop you can customize the pagination with the array i have give you above.
Regards!
in reply to: Search displays HTML entity for special charactersHello,
Yes we have launched an update on November 23 2018.
Seems strange that you haven’t received the email with the update notification.
Regards!
in reply to: Clients – Not displaying Logos/images correct.Hello,
Please can you check it now.
Let me know.
Regards!
in reply to: Clients – Not displaying Logos/images correct.Hello,
I’m looking to fix this issue.
Please be patient.
Regards!
in reply to: Testimonial Carousel Infinite LoopHello,
I have done this by editing the file codeless-main.js and editing this function :
CL_FRONT.testimonialCarousel = CL_FRONT.init_cl_testimonial = function(){ "use strict"; $('#testimonial-entries').each(function(){ CL_FRONT.components.Carousel( $( this ), { items: CL_FRONT.helpers.parseData( $( this ).attr( 'data-carousel-items' ), 1 ), animateIn: 'alpha-in', animateOut: 'fadeOut', autoplay:true, }); }); }added only “autoplay:true,”.
Now is ok in the next update this will be an option to the element.
Regards!
Hello,
Did you have updated the kirki plugin recently? Please can you share with us in your profile details your online link and wp credentials so we can investigate this issue for you.
Regards!
in reply to: Custom WooCommerce SidebarHello,
Please let me know exactly how you want the sidebar to be styled. To change the sidebar widgets you have only to go into Appearances > Widgets and change the widget into Sidebar WooCommerce widget area with the widget you want. Also you can change the widget into the Shop InPage Filters widget area.
In case you want to change the style and the position of the sidebar this need a customization in the theme original code.
If you want to disable sidebar in responsive this can be done with minimal codding css styles.
Regards!
in reply to: Reduce number of catalog pagination links on mobileHello,
This the only way to make that by modify the array above. Please try to change the numbers. If you want it only on mobile you can add this custom code:
.cl-pagination {display:none;} @media(max-width:480px){ .cl-pagination{display:block !important;} }Let us know.
Regards!
in reply to: Site can't be displayed after update KirkiHello,
Please try to update your profile details with the required information so we can login and fix this issue for you.
P.S In order to receive further support please purchase a new support license your old one is expired.
Regards!