Forum Replies Created
-
AuthorPosts
-
Hi,
I added these lines to the Custom CSS of Theme Options.
Please reload your site and check again.
Best regards,
tb.
Hi,
You can use the plugin to do this.
https://codecanyon.net/item/woocommerce-extra-product-options/7908619
Add ReCaptcha: You can follow the instructions here:
https://contactform7.com/recaptcha/
There also seem that the contact form doesn't quite go to the full width slight indent either side?
I do not quite get it, you can describe more clearly.
Hi,
"The PHP error solved!.(I reset the category in the Yolo Product shortcode and select it again)."
can i know how you do it ?
You can re-add the Yolo Product shortcode and select the category that you want.
and can i fix this to accept the Arabic language
Currently, the category field still accepts the Arabic language. http://prntscr.com/n3hhqp
can you please point me a link which enplane this i am not very good with wordpress framework
If you put the rtl.css in the yolo-motor-child folder, you can add this line to the functions.php of Child theme.
wp_enqueue_style( 'child-rtl', get_stylesheet_directory_uri() . '/rtl.css' );
Best regards,
tb.
Hi,
Please remove the cache and check again.
Hi,
I check your site and the function "Verify Purchase Code" still normal works.
Currently, you can custom for your theme.
Best regards,
tb.
This reply has been marked as private.Hi,
The PHP error solved!.(I reset the category in the Yolo Product shortcode and select it again).
i want to put it in the child them but when i write the new CSS code in rtl.css in the child theme it would not change any thing
You need to check rtl.css has been called yet.
If yet, you need to include it with wp_enqueue_style.
Best regards,
tb.
You can these lines to the Custom CSS:
.cart_totals .amount,.woocommerce ul#shipping_method .amount{
font-weight: bold;
}
You need to add this class and use the "Contact form 1"
You can add this function to the functions.php file of Child Theme:
add_action('woocommerce_after_cart','woo_note_text');
function woo_note_text(){
echo "add text here";
}
This reply has been marked as private.Hi,
I changed some CSS lines, please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts
