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

  • 5 years, 12 months ago Ludjon
    Keymaster
    in reply to: Theme slider is not responsive in android phones

    Hi, please check now, I think it’s fixed now.

    It’s causing by IOS devices that don’t support fixed bg images.

    5 years, 12 months ago Ludjon
    Keymaster
    in reply to: How to add custom class to a button?

    Sure,

    I will help you to add a custom param.

    go to includes/codeless_builder/config/cl-page-elements.php and search into

    file for ‘cl_button’

     

    at that block, after this “‘fields’ => array(” and before “‘btn_title’ => array(” add this block of code:

    'custom_user_class' => array(
    	'type'     => 'text',
    	'priority' => 10,
            'reloadTemplate' => true,
            'label'       => esc_attr__( 'Custom User Class', 'folie' ),
            'default'     => '',
    ),

    then go back to cl_button.php and replace the file with:

    <?php
    if ( ! defined( 'ABSPATH' ) ) {
    	die( '-1' );
    }
    
    $output = '';
    
    $atts = cl_get_attributes( $this->getShortcode(), $atts );
    extract( $atts );
    $button_id = 'cl_btn_div' . str_replace( ".", '-', uniqid("", true) );
    
    $extra_classes = codeless_button_classes('');
    
    ?>
    
    <div class="cl-btn-div cl-element <?php echo esc_attr( $button_id ).' '.esc_attr( $this->generateClasses('.cl-btn-div') ) ?>" <?php  $this->generateStyle('.cl-btn-div', '', true) ?>>
    	<a href="<?php echo esc_url( $link ) ?>" target="<?php echo esc_attr( $link_target ) ?>" class="<?php echo esc_attr( $custom_user_class ) ?> <?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> 
    	<?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>
    </div>
    
    <?php
    
    if( $overwrite_style ): ?>
    
    <style type="text/css">
     .<?php echo esc_attr($button_id) ?> a:hover{ 
     	background-color: <?php echo esc_attr( $button_bg_color_hover ) ?> !important; 
     	color: <?php echo esc_attr( $button_font_color_hover ) ?> !important;
     }
     </style>
    
    <?php
    	$extra_classes = 'cl-btn';
    
    endif;

    This should help you
    Thanks

    5 years, 12 months ago Ludjon
    Keymaster
    in reply to: Translate

    Hi, have you tried to translate it using the Loco translator plugin?

    If you want to manually translate it on code, you can find that on templates-parts/portfolio/filters.php

     

    Let me know

    Thanks

    5 years, 12 months ago Ludjon
    Keymaster
    in reply to: Add to cart button on product mouse hover

    Hi, maybe you are running the website as catalog mode?

    Please check Customizer -> Shop options and switch off catalog mode. If you continue to have issues, please share the credentials to fix it.

     

    Thanks

    5 years, 12 months ago Ludjon
    Keymaster
    in reply to: Mixed Content – Errors

    Mixed content fixed. You just need to check the certificate now.

     

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Few issues found and need fix

    You can try to do it using a navigation menu widget. Meanwhile, I am trying to figure out why Woocommerce doesn’t include cat hierarchy

     

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Content with animation doesn't display on mobile

    Hi, I am trying to figure out what makes it happen.

    Can you please let me know, are u using the latest WPBakery and Tower theme version?

     

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: How to add custom class to a button?

    Hi, Sure I can help you.

    If you have an HTML-CSS background, you can add it yourself on includes/codeless_builder/shortcodes/cl_button.php

    You can change the extra class parameter from the DIV to A element

    If you can’t, just send me credentials

    Thanks

     

    6 years ago Ludjon
    Keymaster
    in reply to: Change to page number

    Hi, it may vary from elements or shop page or archive pages.

     

    If this is from an element, you should change the element pagination style option.

    If this is the main shop/archive page, you should go to Theme Options (Customizer) -> Shop -> Pagination Style -> change from the load-more button to another style.

     

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Specular how to export

    Hi,

    I suggest you run the export, you can get files from specular/includes/codeless_demo_content/backups/ find out the latest created folder

    This can help you to get all options. But the main problem can be the fact that they have made changes in the parent theme without using a child theme.  This can be very difficult to figure out their changes. You should check files for extra added codes

     

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Header banner not translatable

    You’re welcome :) sorry for the delay, we were a bit busy these days

    If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much

     

    6 years ago Ludjon
    Keymaster
    in reply to: Mixed Content – Errors

    Answered! :)

    6 years ago Ludjon
    Keymaster
    in reply to: Mixed Content – Errors

    Hi, do you mean changing it to https (SSL) ?

    You can do it it’s not a problem. Please change links manually if any file is pointing to the older HTTP link. Try this plugin: https://wordpress.org/plugins/velvet-blues-update-urls/

    Use it for link replace

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Folie Doesn't work

    Hi,

    Can you please send me the credentials to check it? Probably something is wrong configured

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: new purchase code

    No problem, we will take into consideration your topics

    Thanks

Viewing 15 posts - 211 through 225 (of 1,583 total)
← 1 2 3 … 14 15 16 … 104 105 106 →

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