Forum Replies Created
-
in reply to: Width of pages are changing when changing the title.
Hello,
I have tried to reach this link but the page goes to 404 error.
To edit the button align you can select it and change the align options. Another possibility is to change the align of the container of the button or the column align.
Please send to us the right link so i can check it better.
Regards!
in reply to: Problems with checkout pageHello,
I tried to reproduce this case but seems impossible everytime i have tried give me this message:
Let us know.
Regards!
in reply to: Update Specular from v1.2.5Hello,
If you haven’t changed anything at the main code you can update the theme normally. Check out this article: https://codeless.co/update-wordpress-themes-and-included-plugins/
Let us know.
Regards!
in reply to: Mobile Display IssuesHello,
Ok, let me know when you have check it.
Regards!
in reply to: Missing Elements and Visual Composer Pt2Hello,
I have just removed some extra plugins you have installed that conflict with theme theme. If you check now you can edit the pages with Visual Composer without any problem.
I think this plugin can affect the functionality of the theme: Massive Addons – Uber Visual Composer Extension
Regards!
in reply to: Placeholder image emptyHello,
There are is no problem there you have only to set the images in the All Posts > Posts Items > Set the featured image.
You have only to set the images in the featured section.
Regards!
Hello,
No, with single elements is impossible to do that.
Regards!
in reply to: Codeless-woocommerce languageHello,
You see this issue because you have to translate the theme strings with Loco Translator or WPML and WPML String plugin.
You can also use the pot file to translate the theme. Check the article for more information: https://codeless.co/5-steps-to-translate-a-wordpress-theme/
Regards!
in reply to: Stripe for WoocommerceHello,
Perfect, i will install it and try to help you with the styling. Will notice you soon.
Regards!
in reply to: color filter disappearsHello,
About the color we have fixed the issue before. In the search result is impossible to show the options because the WooCommerce doesn’t give to you this possibility.
Sorry for the delay.
Regards!
Hello,
I think the issue is caused by the sticky header that is switched on. You have to deactivate it and the problem will be resolved.
Open Customizer > Header > Sticky and switch it off. Click on save and retry.
Please can you show me the order button because i can find it in any part of your website.
Sorry for the delay but we was trying to find the issue and fix it for you.
Regards!
in reply to: Many Issune In Different Different Section!Hello,
Fixed.
Regards!
Best Regards!
in reply to: Shipping costs doesn't show in cartHello,
Please can you make a hard refresh i just tested again.
Regards!
Hello,
< ?php wp_dequeue_script( $handle ); ?>
wp_enqueue_style( ‘jquery.easy-pie-chart’ ); for example if you want to remove this styling add this function into functions.php of child-theme:
wp_dequeue_style( ‘jquery.easy-pie-chart’ )
and if you want to remove a javascript library
wp_enqueue_script(‘jquery.infinitescroll’);add this function into functions.php of child theme:
wp_dequeue_script(‘jquery.infinitescroll’);
In case you want to receive further support you have to renew your support license.
Let us know.
Regards!