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: Contact form 7 Plugin

    Hello,

    Upload the screenshot here: https://imgur.com. Or share your wp credentials into your profile details.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Problem with the child theme

    Hello,

    Sorry but with the above credentials i can’t login.

    Anyway take a look to this article:

    How to install a Child Theme

    Download here the child theme of the picante: https://we.tl/t-beebgMmhuv and upload it to wp-content/themes/ after unzip the folder.

    Keep in mind that the original theme need to be uploaded before.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: 2.5.4 update

    Hello Aloevera,

    First i recommend you to delete the old Codeless Builder and install the new version we have released. After you have deleted the old one go to Apperances > Install Plugins and install the new version of the Codeless Builder . Remember to install also the Kirki plugin and Codeless Wpbakery Visual Composer if you want to use it .

    In case your problems will persist please share with us your wp creds in your profile details so we can assist you.

    Let us know.

    Have a nice day.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Blog page broken, need developer support

    Hello Jim,

    Sorry for inconvenience that you have experienced with our theme. Please can you share with us your wp credentials through your profile details so we can check out your installation.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: prev and next buttons in portfolio

    Hello,

    If you want to remove the portfolio navigation go to Appearances > Customizer > Custom Posts > Portfolio > Single Portfolio Navigation > Switch it off.

    https://imgur.com/vU7s1Pw

    If you want to set a order download Simple Custom Post order plugin that can help you with that.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Edit Post With Codeless Builder

    Hello,

    1. Post header can be set individually for any posts separately:

    https://imgur.com/ira65Mr

    The default post style can be set at Apperances > Customizer > Blog > Single blog :

    https://imgur.com/MoKraau

    There you can which type of layout you want.

    2. With Gutenberg you can add different elements like images and paragraphs:

    https://imgur.com/Vkypggf

    Click on the plus sign to add the element you want.

    Check out: https://developer.wordpress.org/block-editor/

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Folie header background color change

    Hello,

    If you like to out please rate it with 5 stars.

    Thank You!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Trouble getting a font to display on my website

    Hello,

    Please try to disable Easy Google Fonts plugins. Google font are integrated by default in the theme you don’t need any plugin to use them.

    So to change the font go to Customizer https://codeless.co/folie/documentation/main.html#headings

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Mobile menu loads unreliably

    Hello,

    Please fill your profile details with your wp creds so we can check the issue closer.

    The plugins that comes within the theme are:

    
    Codeless Add External Media
    
    Codeless Builder
    
    Contact Form 7
    
    Customize Posts
    
    Envato Market
    
    Kirki Toolkit
    
    Meta Box
    
    WooCommerce
    
    WPbakery Page Builder
    
    

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Mobile problems on Specular theme

    Hello,

    You can change the pages and post header in light version by change this : Header Color Style 1 > Light

    To fix the issue on the mobile please add this custom css :

    @media(max-width:768px){
    header#header.transparent{
       background:#fff !important;
    }
    }
    
    .error404 #header #logo .light {
      display:block;
    }
    
    .error404 #header #logo .dark{
    
       display:none;
    }
    
    .error404 nav .menu > li > a{
     color:#fff !important;
    } 
    

    Write the line above into General > Custom Css Box.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Problem Pagination

    Hello,

    You see the empty box because there is no enough items with the same category or tag to be showed an related product.

    In this case you have also changed the order so you see the white box in the middle and not it end.

    If you want to have all the boxed filled you have to set 6 product in one category or tag(Etichetta).

    You can change from 3 columns to 2 also.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Background image of a row not optimal for different size monitors

    Hello Mick,

    There are two problems to see the images uncut 1. The image need to be bigger or simply let the image smaller and try to add the background-size: container.

    This image is too small :https://vertibusakta.lv/wp-content/uploads/2019/05/fonsNewFinal_w900.jpg this is the reason that you see it smaller.

    Now i’m not if i understand what you really want to do. Please show me which image will be showed on Responsive and which on desktop. So i can do it for you or instruct you in the right way.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Customize Display Error

    Hello,

    This is a problem with your server as i see from logs. There is a miss-configuration.

    If you try to install the theme in another server you will see that the problem will be fixed.

    Let us know.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Folie header background color change

    Hello,

    Please check it now. I have removed the esc_url filter before the url output.

    Regards!

    7 years, 1 month ago Ruco
    Keymaster
    in reply to: Responsive row setting: hiding rows based on the responsive screen size not work

    Hello,

    The options that you have added can’t remove the whole slides but only the row from responsive. This is the cause that you see the slider blank on responsive.

    Now remove the previous rules from the responsive and add the following :

    The first slider:

    @media(max-width:768px){
    		
    		.swiper-wrapper .swiper-slide:first-child{
    				display:none;
    		}
    }
    @media(min-width:768px){
    		
    		.swiper-wrapper .swiper-slide:nth-child(2){
    				display:none;;
    		}
    }

    Please try to be correct with the laptop view (resolution needed)

    You can add the above lines into Customizer > General > Custom Css i have added the first and commented the second so you can experiment with the two queries.

    By change the number of the child “nth-child(2)” to “nth-child(3)” you change the slides involved.

    Best Regards!

Viewing 15 posts - 376 through 390 (of 3,073 total)
← 1 2 3 … 25 26 27 … 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