Is there a way to move the navigation on the smart list 1 below all the content?
Hello,
Unfortunately the pagination cannot be moved on smartlist 1 as the code is created with protected functions but as an alternative you could use smartlist 7 and remove the top pagination like so: http://screencast.com/t/Ygv4Aahwf9ff
This way you will only have the bottom pagination buttons.
Thank you!
Bogdan B
Bummer… I also tried to move the smartlist 1 navigation to the bottom (or actually I want to copy it, so it appears both on top and bottom of the content).
I messed around with the td_smart_list_1.php file, but had no luck. I would really appreciate a flexible option to place the navigation on top or bottom or both. Would it be possible for you to create an alternative td_smart_list_1.php file so that we at least manually create such navigation?
Hello argosmedia,
Unfortunately, we do not have any simple solution in this regard for changing the navigation position for smart list 1, sorry! Please notice that is not a simple task, and the smart list has a more sensible code, and this cannot be very easy modified because you can break the layout of this, sorry! If you do not like this style of smart list, you are free to change it with another one.
Thanks for your understanding!
Hi Catalin,
I understand, and I appreciate your explanation. Thanks!
Regards,
Jurgen
LOL, I just couldn’t give up and decided to have one last shot at it. I looked at smartlist type 3 (because of the similar ajax style) and noticed that there is actually code in the td_smart_list_3.php file for bottom navigation. However, the bottom navigation doesn’t show up in the front end. I checked all browsers to rule out any browser issues, but none of them showed the bottom nav.
I wondered why there is bottom nav code that doesn’t work. I thought that maybe you guys wanted to have that code but couldn’t get it to work properly, and left it that. I decided to try and get it to work. I found out that after changing the div a bit the bottom nav showed up, and worked.
[follow below thread for the code]
-
This reply was modified 9 years by
argosmedia.
-
This reply was modified 9 years by
Andrei L..
Damn, it seems the forum editor doesn’t handle code well. I tried both CODE and BQUOTE tags to show the code verbatim, but the editor seems to actually execute parts of the code. Please remove the code bits in the post above, as the code shown there is not right.
You can find the modified files here:
https://codepad.co/snippet/7fSQRAhm (type 1)
https://codepad.co/snippet/cDGaRPYR (type 3)