Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

send mail are not RTL on rtl direction also on smartaddon demo site and not responsive
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: send mail are not RTL on rtl direction also on smartaddon demo site and not responsive

send mail are not RTL on rtl direction also on smartaddon demo site and not responsive 7 years, 5 months ago #30079

hi

send mail are not RTL on rtl direction also on your demo site.
and it is not responsive . it is very small size on small screens .
see this short video :

youtube :
[video]https://www.youtube.com/watch?v=tvT5JL4SPOc&feature=youtu.be[/video]

facebook :
[video]https://www.facebook.com/100013587437426/videos/vb.100013587437426/180920142370899/?type=2&theater&notif_t=video_processed&notif_id=1480056837678583[/video]
Last Edit: 7 years, 5 months ago by sofian10.

Re: send mail are not RTL on rtl direction also on smartaddon demo site and not responsive 7 years, 5 months ago #30083

  • thuygtn
Dear Sofian,

Please go to the file: templates\sj_veritymag\component.php and find:
<?php if($mailto == true) : ?>     
		<?php $this->addStyleSheet(JURI::base() . 'templates/' . $this->template . '/css/mail.css'); ?>
	<?php endif; ?>

=> Edit to:
<?php if($mailto == true) : ?>
		<?php 
		if($doc->direction == 'rtl') $this->addStyleSheet(JURI::base() . 'templates/' . $this->template . '/css/mail-rtl.css');
		else $this->addStyleSheet(JURI::base() . 'templates/' . $this->template . '/css/mail.css');
		?>
	<?php endif; ?>


Then create the file 'mail-rtl.css' in folder:
templates\sj_newsii\css

and add the code to this file:
#mailto-window {direction: rtl;}

Thanks

Re: send mail are not RTL on rtl direction also on smartaddon demo site and not responsive 7 years, 5 months ago #30113

hi
thanks
succes to make it rtl ..
give me css code that make it responsive .
it display very ugly on small screens .
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes