Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 8, 20186 yr Hi Taman, love the slider application. I am having an issue getting the slider to display with a new theme I picked up. Due to not having an issue with the slider on my last theme I assume the issue is that with the new theme and not the slider application. I have reached out to the developers for the theme (Borx) and I 'believe' they are looking into it. I wanted to reach out to see if you should take a glance at the slider, if at all possible, to confirm my suspicion that this is in fact an issue with the new theme and not the slider application. The site is www.warpigs-online.com - thank you
December 8, 20186 yr Author 5 hours ago, Jesse Crystal said: Hi Taman, love the slider application. I am having an issue getting the slider to display with a new theme I picked up. Due to not having an issue with the slider on my last theme I assume the issue is that with the new theme and not the slider application. I have reached out to the developers for the theme (Borx) and I 'believe' they are looking into it. I wanted to reach out to see if you should take a glance at the slider, if at all possible, to confirm my suspicion that this is in fact an issue with the new theme and not the slider application. The site is www.warpigs-online.com - thank you Hello, Did they fix it? because I can see swiper slider works on your website now. 🙂 Edited December 8, 20186 yr by TAMAN
December 8, 20186 yr 7 hours ago, TAMAN said: Hello, Did they fix it? because I can see swiper slider works on your website now. 🙂 Haha yeah it looks like it! Thanks again!
January 13, 20196 yr On 7/22/2018 at 2:12 AM, TAMAN said: Hello, Change the code to this one .ta_sliderToggle, .ta_sliderToggle + .elUserNav_sep {display:none !important} and you paste it like this ? Hi, I've done the same to prevent users hiding the slider, but it does not reset the display status for the users. I think it should be reset directly into the database, can you tell me which field in which table should I reset please ? Thankyou, Z
January 13, 20196 yr Author 5 hours ago, Zorro_X said: Hi, I've done the same to prevent users hiding the slider, but it does not reset the display status for the users. I think it should be reset directly into the database, can you tell me which field in which table should I reset please ? Thankyou, Z Hello, You cant do that with css, if you hide the toggle it will be hidden for all and those who disabled the slider can no longer enable it. I will try to add a setting for that with next update.
January 13, 20196 yr 4 hours ago, TAMAN said: I will try to add a setting for that with next update. ok, thankyou
January 19, 20196 yr Hi Taman! We are having an odd issue here: That template error is from a Pages feed from our Developer Blog database, which anyone including guests can see. This is from the guests POV. Members are also reporting this issue. However, it appears perfectly fine when viewed from the Admin side: It displays and swipes as expected. Any help here appreciated, thanks! Edit: Fixed, but had to do a complete reinstall. Edited January 19, 20196 yr by AlexWright
January 19, 20196 yr Author 7 hours ago, AlexWright said: Edit: Fixed, but had to do a complete reinstall. Hello, Any idea what was the issue? Have you edited any swiper slider templates?
January 19, 20196 yr 5 hours ago, TAMAN said: Hello, Any idea what was the issue? Have you edited any swiper slider templates? No, nothing. It was a fresh install. Sorry.
January 19, 20196 yr Author 51 minutes ago, AlexWright said: No, nothing. It was a fresh install. Sorry. mmm Ok, let me know if it happens again, simply disable the slider so no one can see it and send me a message so i can check. you do not need to reinstall it 🙂
March 18, 20195 yr In the permissions tab under settings I have added my moderator group to the "who can manage" selector, but my moderators do not have the option "New Slider" in their create new item menu. Is there another setting somewhere that I missed so they can see this and add slides? Also a feature request would be a shuffle toggle so the slides can be in a random order each page load. ^^ Edited March 18, 20195 yr by Averis
March 19, 20195 yr Author 7 hours ago, Averis said: In the permissions tab under settings I have added my moderator group to the "who can manage" selector, but my moderators do not have the option "New Slider" in their create new item menu. Is there another setting somewhere that I missed so they can see this and add slides? Check the swiper slider app admin permissions under Member > Administrators
March 22, 20195 yr On 1/13/2019 at 1:23 PM, TAMAN said: Hello, You cant do that with css, if you hide the toggle it will be hidden for all and those who disabled the slider can no longer enable it. I will try to add a setting for that with next update. Did you had time to do it in the IPS V4.4.X new version ? If yes, I don't see where it is... If no, any Idea when ? Thankyou, D
March 22, 20195 yr Author 4 hours ago, Dexter_X said: Did you had time to do it in the IPS V4.4.X new version ? If yes, I don't see where it is... If no, any Idea when ? Thankyou, D Sorry, No idea when and i haven't had time for new updates. unless there are issues with the application there wont be any updates soon unfortunately
March 22, 20195 yr 4 hours ago, TAMAN said: Sorry, No idea when and i haven't had time for new updates. unless there are issues with the application there wont be any updates soon unfortunately ok, thankyou for the news. Hope you'll have time one of those days...
June 27, 20195 yr Is it possible to use the slider only on forum home (that is my homepage) and not an all forum pages? And do I have to make any template changes? - I installed the plugin and setup a slider, but it is not showing.
June 27, 20195 yr Author 6 minutes ago, Markus Jung said: Is it possible to use the slider only on forum home (that is my homepage) and not an all forum pages? When you add a slider you can only select which application to show the slider for, but with css you can hide from other places for example select the forums so it only shows in forums app and then add this to your theme custom.css this will hide the slider from showing on topics page .ipsApp[data-pageapp="forums"][data-pagecontroller="topic"] .ta_Slider {display:none} 11 minutes ago, Markus Jung said: And do I have to make any template changes? What template change? for what? why do you need to edit the app templates? anyway, I cant really provide support or help you with template edits 12 minutes ago, Markus Jung said: I installed the plugin and setup a slider, but it is not showing. Check the "Who can see?" setting in the main Swiper slider settings. and when you add a slider, there is also another "Who can see?" setting to check it out 🙂
June 28, 20195 yr On 6/27/2019 at 4:17 PM, TAMAN said: When you add a slider you can only select which application to show the slider for, but with css you can hide from other places for example select the forums so it only shows in forums app and then add this to your theme custom.css this will hide the slider from showing on topics page .ipsApp[data-pageapp="forums"][data-pagecontroller="topic"] .ta_Slider {display:none} i this use and works but i want show something only on forums index no on topic listing i try this .ipsApp[data-pageapp="forums"][data-pagecontroller="forum"] .ipsShow_Forums {display:none} but this not work :(
June 28, 20195 yr Author 51 minutes ago, Zdeněk Tůma said: i this use and works but i want show something only on forums index no on topic listing i try this .ipsApp[data-pageapp="forums"][data-pagecontroller="forum"] .ipsShow_Forums {display:none} thats not what i have posted PLEASE copy paste my code 🤨
June 28, 20195 yr I use this .ipsShow_Forums {display:none} .ipsApp[data-pageapp="forums"] .ipsShow_Forums {display:block} .ipsApp[data-pageapp="forums"][data-pagecontroller="topic"] .ipsShow_Forums {display:none} .ipsApp[data-pageapp="forums"][data-pagecontroller="forum"] .ipsShow_Forums {display:none} but in subforums and topic list still showing i want this only on .../forums/ no in /forums/forum/id... Edited June 28, 20195 yr by Zdeněk Tůma
June 28, 20195 yr Author 5 hours ago, Zdeněk Tůma said: I use this .ipsShow_Forums {display:none} .ipsApp[data-pageapp="forums"] .ipsShow_Forums {display:block} .ipsApp[data-pageapp="forums"][data-pagecontroller="topic"] .ipsShow_Forums {display:none} .ipsApp[data-pageapp="forums"][data-pagecontroller="forum"] .ipsShow_Forums {display:none} but in subforums and topic list still showing i want this only on .../forums/ no in /forums/forum/id... please use what i have posted in my first reply to you. 🙂 I have no clue what you are trying to do here If you are trying to hide the slider from everywhere BUT your forums first page. The index then use this code below This will hide the slider everywhere but your forums index page .ipsApp[data-pageapp="forums"][data-pagecontroller="index"] .ta_Slider {display:block} .ta_Slider {display:none} Edited June 29, 20195 yr by TAMAN
July 29, 20195 yr On 6/27/2019 at 4:17 PM, TAMAN said: On 6/27/2019 at 4:01 PM, Markus Jung said: I installed the plugin and setup a slider, but it is not showing. Check the "Who can see?" setting in the main Swiper slider settings. and when you add a slider, there is also another "Who can see?" setting to check it out 🙂 I checked both settings and selected my Admin Group. But the slider is not showing to me. Quote This will hide the slider everywhere but your forums index page .ipsApp[data-pageapp="forums"][data-pagecontroller="index"] .ta_Slider {display:block} .ta_Slider {display:none} I did this.
July 31, 20195 yr Quote But the slider is not showing to me. The slider is there after upgrading to 4.4.5 :).