[TH] Featured Threads and Content Portal

[TH] Featured Threads and Content Portal 1.0.6

No permission to download
With latest XF arrows are missing from Slider, any idea why ?
Does this happen in the default theme? There's known issues with this if another theme or addon is using the same slider plugin, as some provide CSS which overrides ours and clashes which breaks the styling.
 
Does this happen in the default theme? There's known issues with this if another theme or addon is using the same slider plugin, as some provide CSS which overrides ours and clashes which breaks the styling.

All fixed. How I can remove the footer copyright?
 
Add this to your src/config.php:

Code:
$config['removeThemeHouseBranding'] = true;

Then save your PAGE_CONTAINER template and it should be hidden.
 
Top Bottom