Forum Replies Created
-
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.
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
Thanksin reply to: Add to cart button on product mouse hoverHi, 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
in reply to: Mixed Content – ErrorsMixed content fixed. You just need to check the certificate now.
Thanks
in reply to: Few issues found and need fixYou 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
in reply to: Content with animation doesn't display on mobileHi, 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
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
in reply to: Change to page numberHi, 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
in reply to: Specular how to exportHi,
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
in reply to: Header banner not translatableYou’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
in reply to: Mixed Content – ErrorsHi, 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
in reply to: Folie Doesn't workHi,
Can you please send me the credentials to check it? Probably something is wrong configured
Thanks
in reply to: new purchase codeNo problem, we will take into consideration your topics
Thanks