Current status of the Ning Platform is always available on the Ning Status Blog.

I just thought I would like to make you aware that the new video feature for the list page and in the detail page that it is using the classes of the photos page. Why is this an issue ? Well if you are not into adding any code at all then it's not but if you are adding CSS or Custom code then it is a big issue as any code you add for the photos page will affect your video page.

For instance

let's suppose you are targetting this and added some style against this class or running custom code against it. Ok no worries as it's just targetting the photoListPage-entry right ? Not anymore!

.matrix-itemFluid .photoListPage-entry

The videos list page is using the photoListPage classes to layout the video list page, here is an example of a video entry in the video page

.matrix-itemFluid .photoListPage-entry

No you are not seeing things they are exactly the same, so whatever you may have added for the photos page using this class then it WILL affect your video list page as well.

Ok what about just using the ,matrix ? nope can't do that either as it's shared.

Ok let's go up further up the dom of the Video page to get to the class for the videoListPage. Nope can't do that either as there is no class for the videoListPage.

The only way you are going to be able to target just your photo page is now you will have to make sure you add the class .photoListPage into your code before all your CSS adjustments so it's different from the videos list page.

Here are two example images showing the code for both

PHOTOS

VIDEOS

Well we can get around this so that any code you add for the video will only affect them and also any video pages in groups. What we need to do is add a class to the main body then we can target the video page from the body down.

So for instance if we add a class to the body of videoPage we can then do this

.videoPage .matrix-itemFluid .photoListPage-entry{ code }

So no matter what the page name is for the video page it will work for them all. Of course if you want a different style for a certain video page you can still do so like this ( if page was called animal videos )

.page-animal-videos .videoPage .matrix-itemFluid .photoListPage-entry{ code }

So how do we do this ? Well we need a little custom code to add some classes to our body. We are going to add the same class to the video list page and the video detail page. The video detail page does have some classes in it which helps so we can use the same class on both pages.

Add to your custom code in site&pages

<script>
//Add Class To Body For Video Pages
x$('.videoListPage-metadata, .videoDetailPage').closest('body').addClass('videoPage');

</script>

Well hope that may help you if you are finding issues with and code or css.

John

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Peter Bliss posted a discussion
Hello Ning Creators.  I have been on Ning for the last 12 years migrating from Ning 2 > 3 a few…
15 hours ago
Peter Bliss updated their profile photo
15 hours ago
Peter Bliss updated their profile
15 hours ago
Kathleen (SunKat) updated their profile
Feb 20
Scott Bishop posted a discussion
OMG! AI does it all. Anything you want to light up your Ning site, just ask Google AI. That's what…
Feb 5
Scott Bishop replied to Alex - Rosas † Negras's discussion
HTML Browser Popup Window Generator,possible with a click to have the window open for ning or other pages, this is my example
"Where at in a 3.0 website do you paste the code to? "
Feb 3
Scott Bishop replied to George H. Compton IV's discussion
(Ning 2 and 3) welcome / sign-in and sign-up pop-up module. Updated Aug 24, 2017
"Hi George, I'm not sure if this tip has been outdated or for some reason it's not working on my…"
Feb 3
Eva updated their profile
Jan 28
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"https://community.surfoutlook.com/
However, it's been solved. Ning helped me out with it. "
Jan 27
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I don't remember your site, I'll check for you, can I have the link?"
Jan 26
Scott Bishop replied to ⚡JFarrow⌁'s discussion
🖼️ Improve Accessibility & SEO on Your Ning Photo Pages by Automatically Adding ALT Text from Photo Titles
"On your step 3 where you say "Paste in the script below", I'm not finding that. Did you forget to…"
Jan 25
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I think that setting was switched over to Admin as a default when I converted from 2.0 to 3.0…"
Jan 25
More…

Meanwhile, you can check our social media channels