vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - vBulletin Modern Theme - By Technidev (https://vborg.vbsupport.ru/showthread.php?t=321753)

chloe101 06-02-2017 01:27 PM

Quote:

Originally Posted by MarkFL (Post 2587188)
Hello Chloe! :)

Open the "additional.css" template for this style, and locate the selector:

HTML Code:

.postbit .posttitle, .postbitlegacy .title{
  display: none;
}

Now, to get the post titles to display, simply comment that out, like so:

HTML Code:

/*.postbit .posttitle, .postbitlegacy .title{
  display: none;
}*/

Now your post titles should display. :cool:

Thank you! That worked. I'm shocked it was something so simple. And apologies that I can't 'like' your reply. The software keeps insisting I must like someone else's post first (which I have) before I can like yours. The liking part of vb.org makes no sense to me but consider it liked with many many thanks :)

chloe101 06-02-2017 01:29 PM

Quote:

Originally Posted by Dave (Post 2587195)
No problem at all!
Follow Mark's lovely instructions and they should show up again. :)

They showed up immediately when I did. Thanks for sharing this awesome theme and thanks a ton for responsive support!

MarkFL 06-02-2017 01:39 PM

Dave, I want to confirm that this theme works on vB 4.2.5 as well...I noticed that version wasn't listed in the OP. :)

Dave 06-02-2017 01:45 PM

Quote:

Originally Posted by MarkFL (Post 2587199)
Dave, I want to confirm that this theme works on vB 4.2.5 as well...I noticed that version wasn't listed in the OP. :)

Thanks, added it to the list.

chloe101 06-03-2017 02:27 PM

1 Attachment(s)
Hi :)

Can you please help me with this calendar issue on the blog page? The month and navigational tabs aren't visible and I'm not savvy enough to change them without messing up other items on the page.
Thanks

MarkFL 06-03-2017 02:58 PM

Hello Chloe! :)

Open up the "additional.css" template and locate the selector:

HTML Code:

.blocksubhead a{
  color: #EEF6FF;
}

And change it to read:

HTML Code:

.blocksubhead a{
  color: #EEF6FF !important;
}

This will allow the intended color to override the CSS given elsewhere. The best I can tell the tabs to the left and right of the month name don't contain anything.

chloe101 06-03-2017 04:54 PM

Quote:

Originally Posted by MarkFL (Post 2587244)
Hello Chloe! :)

Open up the "additional.css" template and locate the selector:

HTML Code:

.blocksubhead a{
  color: #EEF6FF;
}

And change it to read:

HTML Code:

.blocksubhead a{
  color: #EEF6FF !important;
}

This will allow the intended color to override the CSS given elsewhere. The best I can tell the tabs to the left and right of the month name don't contain anything.

Hi Mark! :) That worked but it changed the font color in the navtabs of the blog sidebar also:( Is it possible to change it just for the calendar? Also, the tabs to the left and right were the < and > symbols to select previous/next month.... Everytime I think I finally understand vb styling, fate throws another brick lol.

MarkFL 06-03-2017 05:11 PM

Quote:

Originally Posted by chloe101 (Post 2587245)
Hi Mark! :) That worked but it changed the font color in the navtabs of the blog sidebar also:( Is it possible to change it just for the calendar? Also, the tabs to the left and right were the < and > symbols to select previous/next month.... Everytime I think I finally understand vb styling, fate throws another brick lol.

Okay, try changing the selector you previously changed to:

HTML Code:

th.blocksubhead a{
  color: #EEF6FF !important;
}

I'm not getting the "<>" symbols in any of my styles in the blog calendar at that location.

chloe101 06-03-2017 05:55 PM

1 Attachment(s)
Quote:

Originally Posted by MarkFL (Post 2587246)
Okay, try changing the selector you previously changed to:

HTML Code:

th.blocksubhead a{
  color: #EEF6FF !important;
}

I'm not getting the "<>" symbols in any of my styles in the blog calendar at that location.

Possibly because you have no entries in the calendar... because now it works great on mine :) Thank you! Again lol

Just to be clear, I changed that entry by adding the th. in front. Will that affect anything that's not using the th. in front. I'm sorry if this sounds like a silly question but it helps me learn. I would have assumed the two were 2 totally different rules.

MarkFL 06-03-2017 05:59 PM

Quote:

Originally Posted by chloe101 (Post 2587247)
Possibly because you have no entries in the calendar... because now it works great on mine :) Thank you! Again lol

I wondered if that might be the case, since the elements are there, but just blank on my dev site.

Quote:

Originally Posted by chloe101 (Post 2587247)
Just to be clear, I changed that entry by adding the th. in front. Will that affect anything that's not using the th. in front. I'm sorry if this sounds like a silly question but it helps me learn. I would have assumed the two were 2 totally different rules.

That's a good point (not silly at all), and you might want to add a selector equivalent to what was there before you made any changes, that is, beneath your edited selector, add:

HTML Code:

.blocksubhead a{
  color: #EEF6FF;
}

That way Dave's original selector is still there, doing what it's supposed to do elsewhere. :)


All times are GMT. The time now is 10:17 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01273 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete