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, 8 months ago Ruco
    Keymaster
    in reply to: Menu Style – Different Font

    Hello,

    Please check this article on how to add a custom font:

    Home

    or this:

    June WooCommerce WordPress Theme Snippets and Tricks

    Now if you go on picante functions.php file you will find the function ready:

    
    add_filter( 'kirki/fonts/standard_fonts', 'codeless_add_a_custom_font' );
    function codeless_add_a_custom_font( $standard_fonts ){
      
      $standard_fonts[ 'nevis' ] = array(
        'label' => 'Nevis',
        'stack' => "'Nevis'"
      );
      return $standard_fonts;
    }
    function codeless_enqueue_custom_font_css() {
      // In this file will be included the new font
      wp_enqueue_style( 'codeless-nevis-font-css', get_template_directory_uri() . '/css/fonts/nevis.css' );
    }
    add_action( 'wp_enqueue_scripts', 'codeless_enqueue_custom_font_css');

    There you have only to add your new font.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Many Issune In Different Different Section!

    Hello,

    1. Fixed the number of categories (Will be fixed also on our next update of picante)

    2. Fixed the Double Menu Issue on Responsive

    3. I see you have resolve it

    4. I have checked and seems it is working on ipads. If you want to hide it on desktops it is better to remove it.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: When a customer adds more items to the basket than there is on stock

    Hello,

    Please go to WooCommerce Setting > Products > Inventory : https://imgur.com/a/gL9kc5S

    There you can find an option that let you set the time to maintain the stock for unpaid users.

    Also you can use this plugin for the message when the product virtually goes out of stock:

    WooCommerce Cart Stock Reducer

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Shipping costs doesn't show in cart

    Hello,

    Please try to make this two adjustments:

    Go to the General tab in Woocommerce Settings.

    Set the shop base address to be the Default Customer Location

    If you only have a flat rate and your shop’s base address is under it, that’s the one that will be displayed by default.

    Also :

    On Woocommerce -> Settings-> Shipping and make sure that you check the boxes

    Enable shipping
    Enable the shipping calculator on the cart page
    Save setting and Configure shipping rates as well, hope it will help.

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Woocommere Catalog Sort

    Hello,

    You can use the woocommerce default shortcodes instead of our shortcode: https://docs.woocommerce.com/document/woocommerce-shortcodes/

    for example you can use [products] with the order attributes.

    Check the documentation for more info.

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Responsive bugs ?

    Hello,

    1. About the stretched image change these lines of code in style.css:

    @media (max-width: 767px)
    @media (max-width: 480px)
    article .post-thumbnail > img {
        min-height: 203px !important;
    }

    2.I dont really now why you have experience this issue. I have test on my localhost server and i cant replicate this issue.

    Please can you update the theme with the latest version maybe this can fix this issue.

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: A few issues

    Hello,

    Your content is disappeared after click on save because you have some of shortcodes not closed appropriately. So please send to us your wp credentials and online so we can login and fix this issue.

    Please right your wp creds your profile details.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Price Range is Backwards

    Hello,

    We have resolved this by editing this file /css/codeless-woocommerce.css around 2360 lines you will find this class:

    .cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol)

    please replace with the code below:

    .cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){
        display: flex !important;
        /*flex-direction: row-reverse;*/
        justify-content: flex-start !important;
    }

    also you have to add this line too:

    .cl-price-rating span del{ justify-content: flex-end; order:2; }

    save the file and check the result.

    In the next update we will add this as an fix.

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Video backround

    Hello,

    This is video will explain how to remove this video controls from youtube video shares links.

    Check it out and let us know if this have helped you:

    Practically you have to add this code at the and of the link : ?controls=0

    Regards!

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: Internet Explorer Shop & Menu Issues

    Hello,

    I have made some fixes there. Now you can see that the product will show on the internet explorer 11.

    Please take a look. The IE 11 is not anymore supported so it is difficult to fix all the issues.

    Let us know.

    Sorry for the delay.

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: Format bug

    Hello,

    I have just tried to access the link you have sent: https://6bc0562c.ngrok.io/ but i see the message:

    Tunnel 6bc0562c.ngrok.io not found

    Let us know.

    Regards!

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: HTTP ERROR 500

    Hello,

    Fixed the issue you had one missing file called codeless_icons.php file. Also i see there are also files missing on visual composer that i have deactivated.

    Please check if you have any other antivirus or something else that delete these files.

    Regards!

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: Internet Explorer Shop & Menu Issues

    Hello,

    Please first thing i recommend to remove the fade effect that showing products. This will resolve one issue. We are working to find what cause the other one.

    Sorry for the issue and for the delay.

    Regards!

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: Update showing php error

    Hello,

    Sorry i have tried multiple times to log on your WordPress theme but is impossible.

    Normally after the changes i have made there is no reason to have issues. Please can you login for me and sent the content of System Status menu item on Appearences > System Status.

    So i can have some information about your php version and other php variables.

    Let us know.

    Regards!

    7 years, 9 months ago Ruco
    Keymaster
    in reply to: Search page not like the demo

    Hello,

    I just resolved you issue with change of the search widget type from simple to the one with category.

    Please check it now.

    Regards!

Viewing 15 posts - 1,351 through 1,365 (of 3,073 total)
← 1 2 3 … 90 91 92 … 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