Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
April 22, 20187 yr Very minor alignment issue on the extended footer for the Quick links in mobile mode: Also a small typo in the Swiper Slider tab:
April 22, 20187 yr Author Very minor alignment issue on the extended footer for the Quick links in mobile mode:  Its intended to center everything on mobiles If thats what you meant by alignment issue! Also a small typo in the Swiper Slider tab: Sorry, what is the problem here?
April 22, 20187 yr If you look closely at the first screenshot the second Quick Links are not centered with the first set of quick links. They are several pixels to the right. Both the title and links compared to the first set. Also the second SS shows "Conetnt" instead of "Content". Simple typo. Like I said, not large issues, just trying to help by pointing them out. Here's another SS with a straight line showing the second set not aligning with the first set exactly to make it easier to see: Edited April 22, 20187 yr by kaos00723
April 22, 20187 yr Author If you look closely at the first screenshot the second Quick Links are not centered with the first set of quick links. They are several pixels to the right. Both the title and links compared to the first set. right for now you can add this to custom.css @media screen and (max-width: 979px) {.ta-Footer .quicklinks > ul:not(:last-child) {padding-right: 0;}} i will fix it on next update  Also the second SS shows "Conetnt" instead of "Content". Simple typo. Like I said, not large issues, just trying to help by pointing them out. I see it now ? Thank you man. Edit @kaos00723 Theme is updated now ? Edited April 23, 20187 yr by TAMAN
April 28, 20186 yr Hi @TAMAN! Found another (hopefully) quick edit. Mobile Theme mod CP dropdown, white text on a white background. Edited April 28, 20186 yr by AlexWright
April 29, 20186 yr @TAMAN, how can I change a swiper slider image to have less height than 400px? Seems to always be stretched to at least that atm, regardless of settings and image size.
April 29, 20186 yr Author Hi @TAMAN! Found another (hopefully) quick edit. Mobile Theme mod CP dropdown, white text on a white background. ah, You said mobile navigation at first and it was totally fine in my side so ignored it on this version. thanks for clarification and the screenshot ? it is the moderatorCP drop down menus on mobile, the colors are changable with settings, but i have to fix it so in the dark version the colors should switch to dark colors. @TAMAN, how can I change a swiper slider image to have less height than 400px? Seems to always be stretched to at least that atm, regardless of settings and image size. Not sure if i understand correctly but the slider images are used as a background image for the slider container, the image should always fit the slider container by zooming, cutting edges...etc unless you upload a image that has same slider width and height ? Edited April 29, 20186 yr by TAMAN
May 2, 20186 yr Hello, is there any possibility to remove sliders on mobile on the last version? Thanks.
May 2, 20186 yr Author Hello, is there any possibility to remove sliders on mobile on the last version? Thanks. Hello, You can hide it with css @media screen and (max-width: 767px) {.ta_themeSlider, .swiper-slide {display: none;}}
May 6, 20186 yr One question, is it possible to have the subforums listed on a column instead of a line? Like they are on mobile. If yes, how? Thanks!
May 6, 20186 yr Author One question, is it possible to have the subforums listed on a column instead of a line? Like they are on mobile. If yes, how? Thanks! .ipsDataItem_subList li { display: block; } Not sure if this is what you looking for. Edited May 6, 20186 yr by TAMAN
May 12, 20186 yr @TAMAN You're using an outdated version of Swiper Slider 4.2.2 in the Dreadnought 2.1.8 theme (for IPS 4.3), whereas the latest version of Swiper Slider 4.2.6 (after v4.2.2) is out since 1st May 2018.https://github.com/nolimits4web/swiper/commit/03afbf00068f8f9f974cdc126c53a4d18b528a45 Please update the Swiper Slider in the theme, please.
May 13, 20186 yr Is there a way to hide the slider when viewing an article / database record but have it display on the main page? I have a homepage right now where the slider is displaying news articles from Pages, however the slider is still there when viewing / reading the article, as well as posting a new article. Thank you
May 13, 20186 yr Author Is there a way to hide the slider when viewing an article / database record but have it display on the main page? I have a homepage right now where the slider is displaying news articles from Pages, however the slider is still there when viewing / reading the article, as well as posting a new article. Thank you Sorry, not possible.
May 14, 20186 yr Sorry, not possible. Thanks for your reply. Would this be possible in a future update or something? For now I've found a temporary solution by checking the URL if it contains a news article then hide the .ta_themeSlider div all together. This works but there is still the initial flash of the slider rendering then disappearing, maybe someone with more JavaScript knowledge can find a way to hide it before it renders? For anyone else who's having the same issue, I've used the code below: <script type="text/javascript"> $(document).ready(function () { if (window.location.href.indexOf("news") != -1) { $(".ta_themeSlider").hide(); } }); </script> Edited May 14, 20186 yr by Outlaw213
May 14, 20186 yr Author Would this be possible in a future update or something? Cant be done in the theme. thats why i have swiper slider application in marketplace. You can with the application exclude the slider from showing on specific pages, You could create a page for you homepage and then exclude the slider from showing on all other pages but the homepage. ?
May 14, 20186 yr Cant be done in the theme. thats why i have swiper slider application in marketplace. You can with the application exclude the slider from showing on specific pages, You could create a page for you homepage and then exclude the slider from showing on all other pages but the homepage. ? Wish I knew this earlier would have saved a headache! lol thanks for letting me know, will buy the swiper slider shortly. Quick question, is there an option to hide the theme switcher for users, I just want the Dreadnought theme to be default for everyone and not allow switching, sorry I'm new to IPS - I can probably just remove the code from the template but just wondering if there is a setting for it somewhere. Edited May 14, 20186 yr by Outlaw213
May 14, 20186 yr Author Wish I knew this earlier would have saved a headache! lol thanks for letting me know, will buy the swiper slider shortly. Quick question, is there an option to hide the theme switcher for users, I just want the Dreadnought theme to be default for everyone and not allow switching, sorry I'm new to IPS - I can probably just remove the code from the template but just wondering if there is a setting for it somewhere. Yea, On theme editing page you have user group permissions So edit your themes and set the user group permission ?
May 14, 20186 yr Cant be done in the theme. thats why i have swiper slider application in marketplace. You can with the application exclude the slider from showing on specific pages, You could create a page for you homepage and then exclude the slider from showing on all other pages but the homepage. ? So I purchased Swiper Slider, got it installed and running, however the "Auto" width does not adjust automatically to the container of the Dreadnought theme (1340px), it's always full width unless I set a custom width, but then it's no longer responsive.
May 14, 20186 yr Author So I purchased Swiper Slider, got it installed and running, however the "Auto" width does not adjust automatically to the container of the Dreadnought theme (1340px), it's always full width unless I set a custom width, but then it's no longer responsive. mmm, Send me a link to your website to check ?
May 19, 20186 yr @TAMAN You're using an outdated version of Swiper Slider 4.2.2 in the Dreadnought 2.1.8 theme (for IPS 4.3), whereas the latest version of Swiper Slider 4.2.6 (after v4.2.2) is out since 1st May 2018.https://github.com/nolimits4web/swiper/commit/03afbf00068f8f9f974cdc126c53a4d18b528a45 Please update the Swiper Slider in the theme, please. @TAMAN any update?
May 19, 20186 yr Author @TAMAN any update? I will update swiper slider along with the next theme version a week maybe. Do you have any issues with it?