Hello again,

Here's another tip for you NCs/admins and specifically for bloggers/writers, making your blog pages full width! I recall that this has been requested a while back by some NCs so why not give it a shot.

The solution below looks tricky but it is quite simple. By manipulating and copying 'key' style classes to your full width Page layout format, we can achieve the same full width layout with the blog pages using Javascript and jQuery. So below we do the trick by adding and removing classes.

Layout A1 and A4

  1
 x$(".xg_widget_profiles_blog_show .xg_last").remove();
  2
 x$(".xg_widget_profiles_blog_show .xg_span-16").addClass("xg_span-21");
  3
 x$(".xg_widget_profiles_blog_show .xg_span-16").removeClass("xg_span-16");

 

Layout B1 and B4

  1
 x$(".xg_widget_profiles_blog_show .xg_last").remove();
  2
 x$(".xg_widget_profiles_blog_show .xg_span-14").addClass("xg_span-21");
  3
 x$(".xg_widget_profiles_blog_show .xg_span-14").removeClass("xg_span-14");

 

Layout B2 and B3

  1
 x$(".xg_widget_profiles_blog_show .xg_span-7").remove();
  2
 x$(".xg_widget_profiles_blog_show .xg_span-14").addClass("xg_span-21");
  3
 x$(".xg_widget_profiles_blog_show .xg_span-14").removeClass("xg_span-14");

 

This tip is for the commonly used Design Studio. Code tested working on our test network (screencap below).

 


Example: Static Page here

Installation: Copy the code line by line, make sure to enclose it with the <script>tags or just download the attachment codes below and paste it to your custom code box.

Hope you'll find it useful.

 

Tags: blog, full width

Views: 364

Attachments:

Reply to This

Replies to This Discussion

Beautiful
Thank you
Possible to see an example of direct?

I see you got my link. good day my friend--

Awesome! Thanks Ron, it works beautifully!

You're welcome Patrick, glad you like it.

I have been trying to get this to work, and it's not working for me. I am using the B1 format. What could I be possible doing wrong? I ensured the code is wrapped in the script tags.

Hi there, not sure what's wrong but I think there might be some conflicting code on your part.

Do you have the code for B2/B3?

Hi Ceddy J, not yet this is just for the right side column layouts. will post when I get a chance..

Ceddy J, For a follow-up on the B2/B3 code, use the B1/B4 code I posted above and replace .xg_last with .xg_span-7

Let me know if that works.

This looks great. Can't wait to try.

RSS

Latest Activity

Jelena replied to John Bizley's discussion 'New Adjustments For Your Video Player To Make It Stand Out From The Site Background'
"WOW nice  and great work John."
56 minutes ago
Thiago Santos de Moraes replied to Elshara Silverheart's discussion 'More Feature Requests'
"I'm asking Ning about this on Twitter."
2 hours ago
deedee gauzot joined md's group
Thumbnail

Templates, Codes, Scripts and Tweeks

This group is for the Ning guru's who help us regular folks out with all the TCS & T we need to…See More
3 hours ago
deedee gauzot favorited Michael Goebel's group Creators Suggestions for Ning
3 hours ago
deedee gauzot joined Michael Goebel's group
Thumbnail

Creators Suggestions for Ning

A place for Creators and Ning design staff to get together and discuss ideas to enhance and improve…See More
3 hours ago
deedee gauzot favorited SweetPotato's group Theme Designs
3 hours ago
deedee gauzot joined SweetPotato's group
Thumbnail

Theme Designs

A group for Creators and Designers to share, buy and sell, and discuss their Ning Design Studio…See More
3 hours ago
deedee gauzot joined kid k's group
Thumbnail

Ning French Networks

A group for french network creators!See More
3 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service