Link Slider to a page instead of a post?

Hi,

I have the child theme_121 installed. The theme has the slider text removed and allows you to link to posts from the slider. Is there a way to link the slider to a page instead of a post? If not, how do I remove the link from the slider?

Thank you.

Hi @holaamy,

I hope you are well today and thank you for your question.

You can link slider slides to pages instead of posts by using the Activello child theme colorlib-child-theme-38.zip shared in the bottom of following topic.

https://colorlibsupport.com/t/using-pages-rather-than-posts-for-flexslider/#post-63863

You have to configure this child theme as described in the following topic.

https://colorlibsupport.com/t/slider-for-pages/#post-33351

Best Regards,
Movin

Thank you for this.

Also how do I remove the link from the slider so it’s not clickable? I know I have to modify the functions.php in the child theme, but I don’t know how to do that.

You can remove link from the slider by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flex-caption > a, .flex-caption .read-more {
    display: none;
}

Hi Movin,

That solution didn’t work. Anything else I can try?

Could you please share me your site URL where it is not working so that i can troubleshoot it?

here’s the link to the site http://bit.ly/2cZCOPi.

It seems the slider slide is linking due to the child theme that you are using on your site so could you please share me your child theme so that i can modify it to remove the link?

Here’s the child theme I’m using.

You can achieve it by using the attached modified child theme.

Thank you!

You are most welcome here :slight_smile: