Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 12, 20168 yr Author Just now, Julian Jenkins said: In this way can the slider run inside the body of individual text? As a block it's still an external entity. How would I set the slider code in the article so it displays in the middle? Thanks {expression="\IPS\Application::load('featuredcontent')->show(13)" raw="true"} It can not
July 12, 20168 yr Please don't forget in the next update to enable "alt" code in images to improve seo performance, thanks
July 12, 20168 yr Author Just now, modman said: Please don't forget in the next update to enable "alt" code in images to improve seo performance, thanks Updated, please try the newest version. http://prntscr.com/bs0z0d
July 12, 20168 yr Hello. I have a problem with "Hide on mobile" option. The slider is displayed even when the option is enabled. I have the same result on Android (Chrome) and iOS (Safari). Edited July 12, 20168 yr by Atlantis_merged
July 12, 20168 yr Author 1 hour ago, Atlantis_merged said: Hello. I have a problem with "Hide on mobile" option. The slider is displayed even when the option is enabled. I have the same result on Android (Chrome) and iOS (Safari). Hi, I confirm this bug, it will be fixed in the next version.
July 14, 20168 yr @onlyME Is there any fix value in the blocks ? I played with the image width & height but it does not fit into the block How can i change the red & the green margin ? perfect would be to have the silder pics centered with a small margin around only with 2-3 px
July 14, 20168 yr Author 2 hours ago, m@t said: @onlyME Is there any fix value in the blocks ? I played with the image width & height but it does not fit into the block How can i change the red & the green margin ? perfect would be to have the silder pics centered with a small margin around only with 2-3 px Turn off showing title. And try this css fix
July 14, 20168 yr 14 minutes ago, onlyME said: Turn off showing title. And try this css fix great thanks, this works perfect with margin left addition i would like to have a title header, please - how can i decrease the height of the box header as well the font that it is similar to others what i have ? Thx in advance Edited July 14, 20168 yr by m@t
July 14, 20168 yr Author 4 hours ago, m@t said: great thanks, this works perfect with margin left addition i would like to have a title header, please - how can i decrease the height of the box header as well the font that it is similar to others what i have ? Thx in advance You can set smaller font-size of slider .sliderTitle h1 { font-size: 14px !important; }
July 14, 20168 yr 48 minutes ago, onlyME said: You can set smaller font-size of slider .sliderTitle h1 { font-size: 14px !important; } great thanks that work - is there also a chance to get the whole box header also some px smaller/less in height ? (the green arrow at my picture above)
July 14, 20168 yr Author 8 hours ago, m@t said: @onlyME Try .sliderTitle { padding: 0px !important; }
July 16, 20168 yr Hi onlyME, Is it possible to change the colours of the arrow buttons using CSS? Currently I am uploading a custom image each time you update your App. Just wondering if there is a simpler solution.
July 16, 20168 yr Author 1 minute ago, Neej said: Hi onlyME, Is it possible to change the colours of the arrow buttons using CSS? Currently I am uploading a custom image each time you update your App. Just wondering if there is a simpler solution. Upload your image, then add this css to custom.css .bx-wrapper .bx-prev { background: url(http://yourdomain/yourimg.png) no-repeat 0 -32px !important; } .bx-wrapper .bx-next { background: url(http://yourdomain/yourimg.png) no-repeat -43px -32px !important; }
July 16, 20168 yr 1 hour ago, onlyME said: Upload your image, then add this css to custom.css .bx-wrapper .bx-prev { background: url(http://yourdomain/yourimg.png) no-repeat 0 -32px !important; } .bx-wrapper .bx-next { background: url(http://yourdomain/yourimg.png) no-repeat -43px -32px !important; } This actually doesn't work entirely because it doesn't get the :hover information from the new image. The full code needed is actually this; .bx-wrapper .bx-prev { background: url(http://yourdomain.com/yourimage.png) no-repeat 0 -32px !important; } .bx-wrapper .bx-next { background: url(http://yourdomain.com/yourimage.png) no-repeat -43px -32px !important; } .bx-wrapper .bx-prev:hover { background: url(http://yourdomain.com/yourimage.png) !important; background-position: 0 0; } .bx-wrapper .bx-next:hover { background: url(http://yourdomain.com/yourimage.png) !important; background-position: -43px 0 !important; } Had to add important to the background-position for the .bx-next Edited July 16, 20168 yr by Neej
July 17, 20168 yr I just installed the last update 4.1.16 and it is empty on the forum display side. If I hit the cog wheel I can add/remove/re-arange the images but they won't show up on the forum. I turned it off/on, ran system clearing cached data but no images. Help?
July 17, 20168 yr Author 1 minute ago, riko said: I just installed the last update 4.1.16 and it is empty on the forum display side. If I hit the cog wheel I can add/remove/re-arange the images but they won't show up on the forum. I turned it off/on, ran system clearing cached data but no images. Help? Please show me the url.
July 17, 20168 yr @onlyME - Quick question. Is there any reason why this PAGES mod here would make your app stop working? Whenever I try and use your app on the same page as this it doesn't show up at all. As soon as I remove the Twitch Channels by Pages your app starts working again. I've removed the TWITCH thing for now but I really need it to be on my front page ALONG with your app at the very top.
July 17, 20168 yr Hi, I'm running Featured Content 4.1.16 and my slider don't get displayed correctly on Safari (both OSX and iOS9 devices). URL: http://www.motards.re/accueil Aside from this, where can I modify text-size for the Title in content ? EDIT: ok found it there : .bx-wrapper .bx-caption span { font-size: 0.85em; Regards, LoulouX Edited July 17, 20168 yr by LoulouX
July 18, 20168 yr Author 8 hours ago, pilotguy said: @onlyME - Quick question. Is there any reason why this PAGES mod here would make your app stop working? Whenever I try and use your app on the same page as this it doesn't show up at all. As soon as I remove the Twitch Channels by Pages your app starts working again. I've removed the TWITCH thing for now but I really need it to be on my front page ALONG with your app at the very top. Ok, I will install and test it. Edit: Updated, it worked fine. http://prntscr.com/bu7tzd Edited July 18, 20168 yr by onlyME
July 18, 20168 yr Hmmm. Ok this is most strange. Pages stops featured content showing completely. Must be something else.
July 19, 20168 yr I seem to be unable to renew... Keeps saying expired invoice, with no option to actually renew once I hit renew.
July 19, 20168 yr Author 2 minutes ago, Tripp_UK said: I seem to be unable to renew... Keeps saying expired invoice, with no option to actually renew once I hit renew. Send support ticket, they will create a new invoice for you.