help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Email to a friend - iframe
- jem_joomla
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 0
Email to a friend - iframe
8 months 4 weeks ago - 8 months 4 weeks ago
Hi,
where can I find the file for the “email for a friend” popup (iframe)?
For me everything goes over the edge.
I would like to adjust the "width" size
Thanks in advance,
Greetings,
Fikri
where can I find the file for the “email for a friend” popup (iframe)?
For me everything goes over the edge.
I would like to adjust the "width" size
Thanks in advance,
Greetings,
Fikri
Last edit: 8 months 4 weeks ago by jem_joomla.
Please Log in or Create an account to join the conversation.
Re: Email to a friend - iframe
8 months 4 weeks ago
I don't understand: in detail view of an event there is a icon "email" which opens the folllowing window.
Please Log in or Create an account to join the conversation.
- jem_joomla
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 0
Re: Email to a friend - iframe
8 months 4 weeks ago - 8 months 4 weeks ago
Interesting,
for me the email form is embedded in the popup window as an iframe code.
That's why I would have needed the folder for the iframe file to change the size.
But that doesn't matter, it's just a small blemish on my website. I can live with that!
I have now deactivated the email icon.
Vielen Dank für deine Bemühungen und den hervorragenden Support,
Liebe Grüße,
Fikri
for me the email form is embedded in the popup window as an iframe code.
That's why I would have needed the folder for the iframe file to change the size.
But that doesn't matter, it's just a small blemish on my website. I can live with that!
I have now deactivated the email icon.
Vielen Dank für deine Bemühungen und den hervorragenden Support,
Liebe Grüße,
Fikri
Last edit: 8 months 4 weeks ago by jem_joomla.
Please Log in or Create an account to join the conversation.
Re: Email to a friend - iframe
8 months 4 weeks ago - 8 months 4 weeks ago
If you want to change the dimension of this mailto modal, go to components/com_jem/classes/output.class.php line 681:
Code:
$new_html.= HTMLHelper::_(
'bootstrap.renderModal',
'mailto-modal',
array(
'url' => $url.'&'.Session::getFormToken().'=1',
'title' => Text::_('COM_JEM_SELECT'),
'width' => '800px',
'height' => '550px',
'footer' => '<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">' . Text::_('COM_JEM_CLOSE') . '</button>'
)
);
Last edit: 8 months 4 weeks ago by McKillo.
The following user(s) said Thank You: jojo12, jem_joomla
Please Log in or Create an account to join the conversation.
- jem_joomla
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 0
Re: Email to a friend - iframe
8 months 4 weeks ago
Thank you very much, now I was able to change the dimensions successfully.
Please Log in or Create an account to join the conversation.
Time to create page: 0.934 seconds