Forum Replies Created
-
in reply to: Codeless Slider Sizing Issues
Hello,
I recommend you to use Codeless Slider or Revolution Slider. In order to understand your problem please send to us your online link so i can found what cause that issue.
Also you can give to us your wp credentials by write them on your profile details so we inspect the issue closer.
Let us know.
Regards!
in reply to: admin author in blogHello,
In that case you can create another user on WordPress and add to it an Editor user role.
Let us know.
Regards!
in reply to: Refund of my licensesThis reply has been marked as private.in reply to: Add cart button does not loadHello,
I have just tested add to cart on your website and looks ok.
Please can you be more specific.
Regards!
in reply to: Change language to Specular themeThis reply has been marked as private.in reply to: change Reservation link / remove search toolHello,
Please, if you like our theme rate it with 5 stars.
Let us know.
Regards!
in reply to: Portfolio grid does not workHello,
Please can you check it now. I have only changed the Portfolio Style from Grid to Masonry.
Let us know.
Regards!
in reply to: Typography and Team plug-inHello,
Yes we need the fonts. You can add also the fonts by yourself the only different is the file: Tower > Admin > Inc > Fields > Typography > field_typography.php that now can be found into wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/field_typography.php
The other part of the process is the same.
Anyway if you can’t do the adding of the new font please send to us your fonts and ftp credentials too so we can upload them.
The mail can be fixed you have only to add of the mail field the protocoll before the mail address: mailto:[email protected] and not only [email protected]
Check it out the Marcos Joaquim Gonçalves Alves.
Let us know.
Regards!
in reply to: How does cl_slider show all on the phone?This reply has been marked as private.in reply to: admin author in blogHello,
I have just removed the author meta tag from the Customizer > Blog> Show Author Meta > Off:
Let us know.
Regards!
in reply to: View the 'Blog' section in multiple languagesHello,
Please can you check it now i have created the blog with WPBakery Visual Composer FullBlog Element.
Regards!
in reply to: Content wider than the screenThis reply has been marked as private.in reply to: theme update – features missing on front endHello,
I have just fixed the issue by adding this line on js/codeless-main.js:
$('.footer_social_icons li').find('a').attr('target','_blank');Now its ok.
Let us know.
Regards!
in reply to: theme update – features missing on front endHello,
Did you have changed this file: includes/widgets/codeless_socialwidget.php ?
If you can’t fix it by yourself send to us your wp credentials through your profile details. So i can fix the issue for you.
Let us know.
Regards!
in reply to: Mobile View (iPhoneHello,
I have just replaced the JavaScript function on js/codeless-main.js file:
CL_FRONT.isotopePortfolioGrid = CL_FRONT.init_cl_portfolio = function( $el ) { "use strict"; $( '#portfolio-entries' ).each(function(){ if( $(this).hasClass('cl-carousel') ) CL_FRONT.components.Carousel( $( this ) ); else if( $(this).hasClass('cl-justify-gallery') ) CL_FRONT.components.JustifyGallery( $( this ) ); else CL_FRONT.components.Isotope( $( this ) ); }) };replace with:
CL_FRONT.isotopePortfolioGrid = CL_FRONT.init_cl_portfolio = function( $el ) { "use strict"; $( '#portfolio-entries' ).each(function(){ if( $(this).hasClass('cl-carousel') ) CL_FRONT.components.Carousel( $( this ) ); else if( $(this).hasClass('cl-justify-gallery') ) CL_FRONT.components.JustifyGallery( $( this ) ); else CL_FRONT.components.Isotope( $( this ) ); }); if( CL_FRONT.config.$isMobileScreen ){ $('.portfolio_item .entry-link').attr('onClick', 'return false'); $('.portfolio_item').each(function(){ $(this).on('mousemove', function(){ console.log( 'mouseover' ); if( parseInt( $(this).find( '.entry-overlay' ).css('opacity') ) == 1 ){ console.log('opacity'); $(this).find('.entry-link').attr('onClick', ''); } else $(this).find('.entry-link').attr('onClick', 'return false'); }) }) } };This change have fixed the issue with portfolio element on responsive.
About the map, you haven’t added the Google Map element but a simple image this is the reason that you don’t see the google map on responsive.
Let us know.
Regards!