Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
February 18, 20169 yr Author Hi. Just looking at your demo. The horizontal slider is quite jerky compared to the vertical one. Is this a setting I could change? Yes, it's easing effects.
February 25, 20169 yr I have a quick question. Will this pull images from the featured files in the download area? Edited February 25, 20169 yr by CP Clarification
February 25, 20169 yr Author I have a quick question. Will this pull images from the featured files in the download area? Yes
March 12, 20169 yr Hello All, @onlyME I have made some small changes to make the slider widgets show the header as the ones from vertical and horizontal widgets. Maybe you consider in adding it the the future version, maybe also with and On/Off option. Here are the modifications: In CSS file from featurecontent -> slider.css I have add this to remove spaces: .ipsPageHeader { padding: 0px; border: none; } In Template file featuredcontent -> front -> embend -> showSlider I replaced from line 14... <h1 class="ipsType_pageTitle">{$Slider->title}</h1> ...with this... <h3 class='ipsType_reset ipsWidget_title'> {$Slider->title} {{if $orientation == 'horizontal'}} <span class='ipsType_light ipsType_unbold ipsType_medium'>{$Slider->title}</span> {{endif}} </h3> Hope this is useful for someone. Enjoy! Edited March 12, 20169 yr by Teascu Dorin
March 21, 20169 yr Hello, I have this running in a 4.1.8 version and I have noticed two bugs. The first one, whenever you edit the slider, the field from where it gets the photos get reset. The second is that the truncation on the title is behaving oddly. Sometimes it will show the amount of characters you 've specified and in a different refresh it just shows the full title. Most of the times this behaviour occurs when you see it in a mobile device. Edit: Sorry forgot to add that this is happening when I am pulling the content from a custom DB. Thanks. Edited March 21, 20169 yr by Jirinex
March 21, 20169 yr Author Hello, I have this running in a 4.1.8 version and I have noticed two bugs. The first one, whenever you edit the slider, the field from where it gets the photos get reset. The second is that the truncation on the title is behaving oddly. Sometimes it will show the amount of characters you 've specified and in a different refresh it just shows the full title. Most of the times this behaviour occurs when you see it in a mobile device. Edit: Sorry forgot to add that this is happening when I am pulling the content from a custom DB. Thanks. Hello, I can not reproduce the truncation bug. Can you give me ACP access so I can take a look?
March 27, 20169 yr Hello, Sorry my bad. The truncate has the same issue as the image, when you edit the slider, both of these values get reseted. Thanks.
March 28, 20169 yr Author Hello, Sorry my bad. The truncate has the same issue as the image, when you edit the slider, both of these values get reseted. Thanks. Please show me the screenshot. I tested but can no reproduce this issue.
March 28, 20169 yr Here is a screenshot: The title truncation gets back to 0 and the assign image from field gets reseted when you finish the edit. It works fine again if you edit the two values at the same time and save them, until the next edit. It's not a big issue as you don't edit that often, but still annoying. Thank you
March 28, 20169 yr Author Here is a screenshot: The title truncation gets back to 0 and the assign image from field gets reseted when you finish the edit. It works fine again if you edit the two values at the same time and save them, until the next edit. It's not a big issue as you don't edit that often, but still annoying. Thank you I confirm this bug. It will be fixed in the next version.
March 29, 20169 yr Also another question. I don't know if it's feasible, but would it possible to add another option that when you see the slider in smaller devices and the titles move to a second line to truncate it and always stay one line? Edited March 29, 20169 yr by Jirinex
March 29, 20169 yr Author Also another question. I don't know if it's feasible, but would it possible to add another option that when you see the slider in smaller devices and the titles move to a second line to truncate it and always stay one line? I'm not sure, I will try it.
April 25, 20168 yr @onlyME, I was looking at your product to add to my community. I'm in the process of migrating my Wordpress site to the IPS Suite. https://artofwargaming.net I'm wondering if your plugin can do something similar and can be styled the same way?
April 26, 20168 yr Author @onlyME, I was looking at your product to add to my community. I'm in the process of migrating my Wordpress site to the IPS Suite. https://artofwargaming.net I'm wondering if your plugin can do something similar and can be styled the same way? Hi, It only shows thumbnails & titles in a carousel.
April 26, 20168 yr Author Can you include setting to disable topic thumbnail in Search and Activity Stream? Yes
April 28, 20168 yr Hi onlyMe - is there an option to add this block to a custom page that does not have the site wrapper enabled? Right now it displays fine on the page only if I have the site wrapper enabled. Thanks - Chad
April 28, 20168 yr Author Hi onlyMe - is there an option to add this block to a custom page that does not have the site wrapper enabled? Right now it displays fine on the page only if I have the site wrapper enabled. Thanks - Chad It can not But I will find a solution.
April 28, 20168 yr Could you tell me how to call your app's block data? data-blockid*="app_featuredcontent I'm trying to tweak the CSS, as my theme forces extra padding but I can't figure out the above "app" part. Edited April 28, 20168 yr by Joey_M
April 28, 20168 yr Author Could you tell me how to call your app's block data? data-blockid*="app_featuredcontent I'm trying to tweak the CSS, as my theme forces extra padding but I can't figure out the above "app" part. Hi, Try this [data-blockid^="app_featuredcontent"]