Adding more LIST that swipes in the ISkin4

boplive
@boplive
8 years ago
345 posts
Hi N8..
I hope your week has been going well. Mines has been ok..you know..I have a few request if you can help me out with.

1- on the menu slide that opens for the mobile phone..where can I find to edit the wording "main menu" that is on top of the sliding menu and "get the app" in the bottom of the sliding menu . I want to change both the wording or maybe add something like an image to those spots.

2- the iskin4 has 4 list of sliders..
list 1, list2, list3, list4
I want to add a few more list that sliders at different location..
what do I need to add or change to have 5 or 6 or even 7 sliders to run in the skin.
Is it something that I need to change in the config.php and index_list.tpl besides creating new index_item.tpl's files to pull 5,6 ,7 list that slidez and so on.

3- not sure if the search is working on the side menu of the mobile phone..I tried Samsung Galaxy 4,5,7 also tablet and iPhone 5,6
and nothing happens when searching and I think that is it for now..
Ed
updated by @boplive: 10/15/16 12:37:32PM
boplive
@boplive
8 years ago
345 posts
Update:

Ahhhhhhbhh found it...:)
for request 1-
To change the wording ..it's in js/scripts.js

I tried to add an image function but it is not working.

I added a content line under the navbar: to the script.js file but nothing happen..i refresh ..did the cache and it's not pulling the image.



this is how it ls;
navbar: {
title: 'Main Menu'
},

this is what i changed:
navbar: {
title: 'Main Menu',
content: [
'{jrCore_image image="test.png" width="20" alt=$_conf.jrCore_system_name}'
]
},
updated by @boplive: 06/21/16 06:18:56PM
michael
@michael
8 years ago
7,718 posts
That code looks like is in the script.js file. template functions like the {jrCore_image} function arent going to be processed there.

Try putting that jrCore_image function directly into a template and see what it outputs. then put that HTML code into your javascript file.
boplive
@boplive
8 years ago
345 posts
Hi there Michael.....let me give that a try and see what happens..:)
boplive
@boplive
8 years ago
345 posts
Hi guys ..just checking if this is still doable

Number 2 request

2- the iskin4 has 4 list of sliders..
list 1, list2, list3, list4
I want to add a few more list of sliders at different location..
what do I need to add or change to have 5 or 6 or even 7 sliders to run in the Iskin4
Is it something that I need to change in the config.php and index_list.tpl besides creating new index_item.tpl's files to pull 5,6 ,7 list that slidez and so on
boplive
@boplive
8 years ago
345 posts
:) I was able to get it to work from just 4 list of sliders to 6...i may try to see if 8 sliders will work...now i'm just trying to add now a category to the iskin4..which im taking from the eskin...so hopefully that will work.

Tags