Forum Replies Created
-
in reply to: Menu Style – Different Font
Hello,
Please check this article on how to add a custom font:
or this:
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!
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!
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:
Regards!
in reply to: Shipping costs doesn't show in cartHello,
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!
in reply to: Woocommere Catalog SortHello,
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!
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!
in reply to: A few issuesHello,
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!
in reply to: Price Range is BackwardsHello,
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!
in reply to: Video backroundHello,
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!
in reply to: Internet Explorer Shop & Menu IssuesHello,
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.
in reply to: Format bugHello,
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!
in reply to: HTTP ERROR 500Hello,
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!
in reply to: Internet Explorer Shop & Menu IssuesHello,
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!
in reply to: Update showing php errorHello,
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!
in reply to: Search page not like the demoHello,
I just resolved you issue with change of the search widget type from simple to the one with category.
Please check it now.
Regards!