Have some difficulties to replace / translate the subscribers box,
(JAK_NLTITLE)
also it is sticked to the menu and would like to lower a bit, please see attaced.
Replies (7)
Jerome
Thank you for opening a support ticket with us.
The newsletter sign up box in the footer or sidebar?
You can set the title in the newsletter - settings - title
Sticket to the menu? Sorry I don't understand.
22.09.20160
1stbuy
Hi,
I have put the subscribe box to appear on login page, sidebar, the title is (JAK_NLTITLE) even if on the newsletter i have set up a new title, i cannot send you an attachement as I don't have the attached function here.
23.09.20160
Jerome
Ah, now I understand. Thank you for the report. It is indeed a bug within the template files: newsletter/template/footer_widget.php and newsletter/template/newslettersidebar.php
Please find:
<h3><?php echo JAK_NLTITLE;?></h3>
and replace with:
<h3><?php echo $jkv["nltitle"];?></h3>
after that change the title will show correctly. That fix is also included within the next release.
Thanks again for reporting this bug.
23.09.20160
1stbuy
I have updated the files, but for some reason there ie no changes made, still the eame title.
Thank you for opening a support ticket with us.
The newsletter sign up box in the footer or sidebar?
You can set the title in the newsletter - settings - title
Sticket to the menu? Sorry I don't understand.
Hi,
I have put the subscribe box to appear on login page, sidebar, the title is (JAK_NLTITLE) even if on the newsletter i have set up a new title, i cannot send you an attachement as I don't have the attached function here.
Ah, now I understand. Thank you for the report. It is indeed a bug within the template files: newsletter/template/footer_widget.php and newsletter/template/newslettersidebar.php
Please find:
and replace with:
after that change the title will show correctly. That fix is also included within the next release.
Thanks again for reporting this bug.
I have updated the files, but for some reason there ie no changes made, still the eame title.
I hope you are running the latest version 2.2.1?!
Done,
I was runing 2.2 that's was the issue.
Many thanks.
Thank you for the feedback.
*** Ticket closed ***