Jump to content
This topic contains 35 posts. A summary containing the most significant posts is available

Featured Replies

You're very welcome @SC36DC ! More than happy to help, glad you were able to get it working the way you like it too!

  • Author
 

You're very welcome @SC36DC ! More than happy to help, glad you were able to get it working the way you like it too!

I thought I had the right css to disable the cover photos from showing on these pages, but it disabled cover photos throughout the forum, including on the profile page. Would you happen to know how do I target just the cover photos on the page(s) I created?

Possibly @Ehren can help with this? 🙏🏼


Thank you.

  • Author
 

Sure. What code have you used?

Would that be the database key/page filename?

"songs-videos"

Also, under 'Songs & Videos' I have 45 categories, would your css code apply to all pages under 'Songs & Videos'?

Thank you SOOO much!!

  • Community Expert

You mentioned you already added code, but it was hiding cover photos everywhere. I was just curious what code you were using, but it's not super important.

You've presumably made a Page which displays this database. In your ACP, navigate to Pages > Templates > CSS and make a new file. Call it hidecoverphoto and paste this code:

.ipsPageHeader--database-record .ipsCoverPhoto{
	display: none;
}

Press Save.

Click on Pages in the left column and then the "Page Options" (pencil icon) next to your page. Under the "Page Includes" tab, select the CSS file which you just made and press Save.

  • Author
 

You mentioned you already added code, but it was hiding cover photos everywhere. I was just curious what code you were using, but it's not super important.

You've presumably made a Page which displays this database. In your ACP, navigate to Pages > Templates > CSS and make a new file. Call it hidecoverphoto and paste this code:

.ipsPageHeader--database-record .ipsCoverPhoto{
	display: none;
}

Press Save.

Click on Pages in the left column and then the "Page Options" (pencil icon) next to your page. Under the "Page Includes" tab, select the CSS file which you just made and press Save.

Incredible, incredible support.

I would never of figured this out on my own. Thank you so much, worked perfectly.

  • 4 weeks later...

I'm also very interested in the ability of setting up a cover image for a topic!

 

I'm also very interested in the ability of setting up a cover image for a topic!

Desperately needed this for years, mainly so when sharing to social media it has an image relative to it

 

We are toying with the idea of allowing some more 'meta' tag tools for moderators when creating a topic so they can set an o:image for sharing purposes, and also for showing the featured image in other areas.

Any news

  • Author
 

Desperately needed this for years, mainly so when sharing to social media it has an image relative to it

Any news

This would definitely be a major feature update, even for those who don't realize it.

 

Desperately needed this for years, mainly so when sharing to social media it has an image relative to it

Yep, that's the main reason!

My users are not allowed to attach images in my forum. I promote topic in social media and I'm forced to edit first post and attach and show an image that usually I wouldn't do.

Recently Browsing 0

  • No registered users viewing this page.