CTA Featured Threads & Portal

CTA Featured Threads & Portal [Paid] 2.17.0

No permission to buy (£40.00)
The original thread should remain unaffected.

I haven't had any reports of it not working and I know many people use both add-ons together.
 
My Featured Thread Slider is set to 1000x500 and it is scaled to 660x330 on my main page puropedia.org:
Screen Shot 2015-01-06 at 01.45.32.webp

However on my Featured Thread Page slider is scaled to 1000x400 not to 1000x500 and it damages the pics for slider:
Screen Shot 2015-01-06 at 01.45.43.webp

Is this a bug or did I miss options for Featured Thread Page Slider?
 
There is only one set of SPs for the slider.
Have you changed the SP value to match the option value?

I don't actually see what the issue is?
I would also need links to check what is going on.
 
I just checked and on the forum view the height is 400px, which is the default.

On the home page the height is 330px, which is expected as the width is narrower (due to the sidebar) so the height reduces automatically to maintain the image ratio.
If the height remained at 400px for both widths, one of the images would be distorted.
 
I just checked and on the forum view the height is 400px, which is the default.

On the home page the height is 330px, which is expected as the width is narrower (due to the sidebar) so the height reduces automatically to maintain the image ratio.
If the height remained at 400px for both widths, one of the images would be distorted.
I couldn't find the forum view option. Would you mind sharing how to access it?
 
It works for me in all views.
Changing the value from 400px to 600px makes the slider images 600px high.
 
Mine.
I tested several installations and the SP behaves as expected.

Ensure you have no outdated templates and you are editing the SP in the correct style.
 
If i deactivate the profile tab, it comes to an "no Permission" error on the information tab :S.

Does anyone know how to fix this ?
 
Which version are you running?

That error was present in a beta but was fixed in the latest stable version.
 
Never mind, I've just tested it and it looks like I reverted the fix when I rebuilt my local installation.

I'll get it fixed (again) for 2.13.1.

In the meantime, just leave the profile tab enabled.
 
If you want to fix it yourself in the meantime, enable debug mode and edit the Template Modification like so:

upload_2015-1-6_9-45-49.webp

Add the orange bit of code:
Rich (BB code):
<xen:if is="{$xenOptions.ctaFtProfileTab} && {$canViewFeaturedThreads} && {$user.cta_ft_featured_count}">
    <li id="featuredThreads" class="ctaFtAuthorFeaturedThreads profileContent" data-loadUrl="{xen:link members/featured-threads, $user}"></li>
</xen:if>
$0
 
Mine.
I tested several installations and the SP behaves as expected.

Ensure you have no outdated templates and you are editing the SP in the correct style.
I do have outdated templates, but I have no idea how to fix them. So, my solution was adding the code below to extra.css:
.ctaFtSlider .bx-wrapper img {
max-height: 500px;
}
Thanks for the help! (y)
 
I do have outdated templates, but I have no idea how to fix them.
In most cases you should be able to merge them.
If the system doesn't permit it, make a copy of your current templates and save them to your PC, revert the outdated templates, then add your customisations back.
You can use a program like Notepad++ to compare two files.

I would highly recommend dealing with any outdated templates as there may be other issues which aren't immediately evident.

Going forward, it won't be possible to provide support until you do so.
 
Second problem is that when you have forum in forum (one forum with athreads and another forum in it) featured slideshow is between forum and threads, any chance to show slide show above all?
I have changed the position for the next release.

The slider and block are now above the sub forum node list.

upload_2015-1-6_11-28-8.webp
 
Back
Top Bottom