Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 7 years, 1 month ago Ruco
    Keymaster
    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!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: admin author in blog

    Hello,

    In that case you can create another user on WordPress and add to it an Editor user role.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Refund of my licenses
    This reply has been marked as private.
    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Add cart button does not load

    Hello,

    I have just tested add to cart on your website and looks ok.

    Please can you be more specific.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Change language to Specular theme
    This reply has been marked as private.
    7 years, 1 month ago Ruco
    Keymaster
    in reply to: change Reservation link / remove search tool

    Hello,

    Please, if you like our theme rate it with 5 stars.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Portfolio grid does not work

    Hello,

    Please can you check it now. I have only changed the Portfolio Style from Grid to Masonry.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Typography and Team plug-in

    Hello,

    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!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: How does cl_slider show all on the phone?
    This reply has been marked as private.
    7 years, 1 month ago Ruco
    Keymaster
    in reply to: admin author in blog

    Hello,

    I have just removed the author meta tag from the Customizer > Blog> Show Author Meta > Off:

    https://imgur.com/TJOXy3u

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: View the 'Blog' section in multiple languages

    Hello,

    Please can you check it now i have created the blog with WPBakery Visual Composer FullBlog Element.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Content wider than the screen
    This reply has been marked as private.
    7 years, 1 month ago Ruco
    Keymaster
    in reply to: theme update – features missing on front end

    Hello,

    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!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: theme update – features missing on front end

    Hello,

    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!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Mobile View (iPhone

    Hello,

    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!

Viewing 15 posts - 361 through 375 (of 3,073 total)
← 1 2 3 … 24 25 26 … 203 204 205 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password