CTA Featured Threads & Portal

CTA Featured Threads & Portal [Paid] 2.17.0

No permission to buy (£40.00)
Ok I just manually featured a thread and it is now working so I have no idea what the problem was then, thanks for the help (y)
 
How to make featured threads slider use Font Awesome:

Open cta_featuredthreads_slider.css, add this at start:
Code:
/* Font Awesome entries */
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after,
.bx-wrapper .bx-controls-auto .bx-start:after,
.bx-wrapper .bx-controls-auto .bx-stop:after
{
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   line-height: 1em;
   text-indent: 0;
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   color: #fff;
   pointer-events: none;
   transition: opacity .2s ease;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
then find all lines that have cta-featured-threads-slider-controls.png as part of it and delete them (4 lines)

then find
Code:
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active
{
   background-position: -86px 0;
}
and replace with
Code:
  .bx-wrapper .bx-controls-auto .bx-start:after
   {
     content: '\f0da';
     font-size: 14px;
     top: -1px;
     opacity: .75;
   }

   .bx-wrapper .bx-controls-auto .bx-start:hover:after,
   .bx-wrapper .bx-controls-auto .bx-start.active:after
   {
     opacity: 1;
   }
then find
Code:
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active
{
   background-position: -86px -33px;
}
and replace with
Code:
  margin: 0 3px;
   position: relative;
}

   .bx-wrapper .bx-controls-auto .bx-stop:after
   {
     content: '\f04c';
     font-size: 10px;
     opacity: .75;
   }

   .bx-wrapper .bx-controls-auto .bx-stop:hover:after,
   .bx-wrapper .bx-controls-auto .bx-stop.active:after
   {
     opacity: 1;
   }

   .bx-wrapper .bx-controls-auto .bx-start.active:after,
   .bx-wrapper .bx-controls-auto .bx-stop.active:after
   {
     color: {xen:property secondaryMedium};
   }
then find
Code:
.bx-wrapper .bx-prev:hover
{
   background-position: 0 0;
}

.bx-wrapper .bx-next:hover
{
   background-position: -43px 0;
}
and replace with
Code:
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after
{
   height: 32px;
   font-size: 30px;
   content: '\f0a9';
   opacity: .75;
}

   .bx-wrapper .bx-prev:after
   {
     content: '\f0a8';
   }

   .bx-wrapper .bx-prev:hover:after,
   .bx-wrapper .bx-next:hover:after
   {
     opacity: 1;
   }

It works with light and dark styles. Code assumes that you already have Font Awesome included somewhere else. Code was tested with version 2.12.0
 
I cannot seem to get the sidebar to show at all

Style Properties: CTA Featured Threads Page
upload_2014-11-20_5-34-57.webp

I think it might be due to another add on, here is my sidebar

upload_2014-11-20_5-36-21.webpupload_2014-11-20_5-36-56.webpupload_2014-11-20_5-37-21.webp
 
I cannot seem to get the sidebar to show at all

Style Properties: CTA Featured Threads Page
View attachment 89836

I think it might be due to another add on, here is my sidebar

View attachment 89837View attachment 89838View attachment 89839
You have to enable the sidebar in CTA Options as well as in the SPs.

If you're using Widget Framework, you can use that instead if you prefer a uniform sidebar on all pages you display it on. Check out the FAQ (tab at the top of the page), details are in there.
 
You have to enable the sidebar in CTA Options as well as in the SPs.

If you're using Widget Framework, you can use that instead if you prefer a uniform sidebar on all pages you display it on. Check out the FAQ (tab at the top of the page), details are in there.

Are you talking about this setting?

upload_2014-11-20_11-42-4.webp

I am not using Widget Framework at all on this forum.
 
Does it work in a default style?
Does it work with all other add-ons disabled?

There haven't been any other reports of the sidebar on the home page not working.
 
Yes I managed to get it working by installing it again, seems I have a bit of an issue with some tasks running on my forum at the moment. We looking into the issue now, once again thanks for all the help in all this (y)
 
It's been a while since I looked at this but it looks like the functionality is really coming along great.

Judging from the overview, am I correct in saying that any image attachment from the first post is now displayed when it's promoted? That was one of the key things stopping us using it before.
 
okay so im playing around with the hompage on my site and trying to get it set out like this
QEVoJAJ.png


i have gone into SP and changed the width and height in "list,block,container" and have this result so far, any help would be grand to help me achieve the above.
AgJ39Ru.png
 
Last edited:
okay so im playing around with the hompage on my site and trying to get it set out like this
QEVoJAJ.png


i have gone into SP and changed the width and height in "list,block,container" and have this result so far, any help would be grand to help me achieve the above.
AgJ39Ru.png
May be you should make the container height and the text icon height bigger.
 
of course but i wanted to see if it was a standard edit also.
There aren't any "standard edits" as such. This add-on was built with the ability to style a whole host of elements that you can customise to get the styling and layout that you want. That's why there are a range of sites using this add-on that have a different look to their front page.

One thing I will say is that the site you are trying to copy emulate is that is it using Featured Threads icons for those square images on the left. On your site you are not, your images are part of the thread itself.
 
Ok so I know this is an issue with the style that the text is on the top bar and does not format very well but any ideas where I could start looking to fix this would help.

upload_2014-11-20_19-48-42.webp
 
Back
Top Bottom