Home › Forums › Themes Support › Claue › Comments in RTL
- This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago by Harry.
-
AuthorPosts
-
-
May 17, 2018 at 4:02 am #20629
Hi Harry,
Check this product on my site : https://look.ir/6jgWg
Two places needs RTL css fixes. 1 & 2
Rahim Vaziri
CEO & Founder at Look.ir -
May 17, 2018 at 5:54 pm #20640
Hi Rahim,
Please add below code to fix
[dir="rtl"] .comment_container img { float: right; } [dir="rtl"] #tab-reviews .commentlist .comment-text { padding-right: 20px; padding-left: 0; } [dir="rtl"] .comment-text .star-rating { float: left; } [dir="rtl"] .star-rating { text-align: right; } [dir="rtl"] .star-rating::before, [dir="rtl"] .star-rating span::before { left: auto; right: 0; } [dir="rtl"] #tab-reviews .comment-form-rating label { float: right; } [dir="rtl"] #tab-reviews .comment-form-rating .stars { float: right; margin-left: 0; margin-right: 10px; letter-spacing: 3.5px; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 17, 2018 at 6:00 pm #20641
Hi Harry,
Looks great now. 😉
I don’t see the button of reply to comment in the comments!
Can users reply to each other’s comment?
I switched users and didn’t see the reply!
Shall it be activated somehow?
Rahim Vaziri
CEO & Founder at Look.ir -
May 17, 2018 at 6:13 pm #20644
Hi Rahim,
On product review it don’t have option to reply, the reply only for blog page.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 17, 2018 at 6:17 pm #20645
-
May 17, 2018 at 6:26 pm #20646
Hi Rahim,
Please copy file review.php from plugins > woocommerce > templates > single-product to claue-child > woocommerce > single-product
and insert the code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 17, 2018 at 6:27 pm #20647
Harry,
I was checking the mobile view of comment section : http://take.ms/uRldY
If you consider you will see that the date of the comment goes to next line because of the stars!
I think it’s not a bad idea to put the date to the next line in the mobiles and prevent it’s conflict via stars!
Rahim Vaziri
CEO & Founder at Look.ir -
May 17, 2018 at 7:09 pm #20652
-
May 17, 2018 at 11:27 pm #20655
Hi Rahim,
Please change prev code to
[dir="rtl"] .comment_container img { float: right; } [dir="rtl"] .comment-text { padding-right: 20px; padding-left: 0 !important; } [dir="rtl"] .comment-text .star-rating { float: left; } [dir="rtl"] .star-rating { text-align: right; } [dir="rtl"] .star-rating::before, [dir="rtl"] .star-rating span::before { left: auto; right: 0; } [dir="rtl"] #tab-reviews .comment-form-rating label { float: right; } [dir="rtl"] #tab-reviews .comment-form-rating .stars { float: right; margin-left: 0; margin-right: 10px; letter-spacing: 3.5px; } [dir="rtl"] .comment-reply-link span { margin-left: 0; margin-right: 10px; } [dir="rtl"] .commentlist .children { padding-left: 0; padding-right: 20px; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.