Does AJAX Infinity work with children categories ?
- Saka
-
- Offline
- Administrator
-
8 years 9 months ago #7700
by Saka
Emir Sakic
www.sakic.net
It replaces the pagination so anything you do with regular pagination on category blog, AJAX Infinity does too. In this example you would set the menu idem to be category blog and to include subcategories. Then it will show articles from subcategories too and paginate them, AJAX Infinity will load them as you scroll down.
Yes, you can use auto loading or "more" link (or both - auto loading until set page and link after that) that you can style with CSS.
It's not a module, it's a plugin and yes, you set the blog settings in the menu entry.
Yes, you can use auto loading or "more" link (or both - auto loading until set page and link after that) that you can style with CSS.
It's not a module, it's a plugin and yes, you set the blog settings in the menu entry.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- makinero
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 9 months ago #7702
by makinero
I bought the plugin this morning. I haven't recived a download link and when I enter my paypal e-mail adress (which is the only one I gave during the purchase process) I got an error message :
This email is not registered in our database. Please enter the email that you used when you purchased the product.
I'm going to send you more details by PM. I need it very quickly.
Thanks
This email is not registered in our database. Please enter the email that you used when you purchased the product.
I'm going to send you more details by PM. I need it very quickly.
Thanks
Please Log in or Create an account to join the conversation.
- makinero
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 9 months ago #7703
by makinero
It's not possible to contact you via PM. Check your e-mail adresse I sent you an e-mail via your contact form.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
8 years 9 months ago #7705
by Saka
Emir Sakic
www.sakic.net
I haven't received anything. I will send you an email right now.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- makinero
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 9 months ago #7706
by makinero
I was able to download the plugin. Thank you very much.
I want to change the texte of the load more button. When I replace the "Title of the Next hyperlink" with another variable of the translation file (eg : JSHOW) the next button does not appear. What can I do ?
I want to change the texte of the load more button. When I replace the "Title of the Next hyperlink" with another variable of the translation file (eg : JSHOW) the next button does not appear. What can I do ?
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
8 years 9 months ago - 8 years 9 months ago #7707
by Saka
Emir Sakic
www.sakic.net
That's not what that parameter is for.
The only way to translate it for now is to modify the file plugins/system/ajaxinfinity/ajaxinfinity.php
on line 202 replace:withor if you want it translatedand add PLG_AJAXINFINITY_SHOW to translation files.
The only way to translate it for now is to modify the file plugins/system/ajaxinfinity/ajaxinfinity.php
on line 202 replace:
$next = $dom->createElement('a', JText::_('JNEXT'));
$next = $dom->createElement('a', 'Whatever you want');
$next = $dom->createElement('a', JText::_('PLG_AJAXINFINITY_SHOW'));
Emir Sakic
www.sakic.net
Last Edit: 8 years 9 months ago by Saka.
Please Log in or Create an account to join the conversation.