Title: Problems with code and CSS &#8211; Timeline v1.0.4
Last modified: August 31, 2016

---

# Problems with code and CSS – Timeline v1.0.4

 *  Resolved [Ron B](https://wordpress.org/support/users/rwbroome/)
 * (@rwbroome)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-code-and-css-timeline-v104/)
 * I really like your plugin idea, design and concept, but I am having several serious
   problems:
 * – the plugin is clobbering font size/weight and line height (and other CSS styling)
   on ALL pages, not just on the page the timeline plugin is used. I can see the
   CSS overrides coming from bootflat.css (flattened Bootstrap CSS ?) How are you
   registering/enqueuing the CSS ? – you shouldn’t have to include BootStrap CSS
   if it’s already present. Are you always using CSS selectors and classes specific
   to the plugin?
 * – plugin is adding “Read More” links/buttons and/or blocking the display of post
   content on post pages for other post types. Are you correctly checking the post_type
   for the custom_post_type template you’ve created and just applying it to the 
   post type you’ve created? Correctly applying post options just to your post_type?
 * I am using the JumpStart Theme(wpjumpstart.com) from ThemeBlvd which is built
   on the BootStrap framework and ThemeBlvd proprietary framework components.
 * I am using s child theme to implement this website. JumpStart does not require
   enqueuing of a child theme or CSS, so I am not enqueuing (just relying on WP 
   template tag in child CSS).
 * I can verify that it is the timeline plugin causing the problem by deactivating
   it. I don’t see this problem with other plugins that use Bootstrap or their own
   custom post types.
 * Thanks.
    R
 * [https://wordpress.org/plugins/cool-timeline/](https://wordpress.org/plugins/cool-timeline/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * (@narinder-singh)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-code-and-css-timeline-v104/#post-6958730)
 * Hi
 * I have fixed css issues in recently released version.Please update your plugin.
   
   Can you please send me screenshot of second error(Read more issue)
 * Thanks
 *  Thread Starter [Ron B](https://wordpress.org/support/users/rwbroome/)
 * (@rwbroome)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-code-and-css-timeline-v104/#post-6958749)
 * Hi Narinder,
 * It looks like that most recent version fixed the font CSS issues.
 * There still seems to be a problem with CSS being affected in other pages though.
   The Bootstrap column widths on other pages are now getting clobbered in bootstrap.
   min.css (.col-sm-XX, .col-md-XX, etc.). I imagine that other bootstrap CSS is
   also affected, but this is what I see immediately.
 * Plugin CSS often loads after Theme CSS in WordPress. If you are applying style
   changes to Bootstrap classes in your plugin CSS, you should wrap the HTML of 
   your plugin with a class specific to your plugin (i.e., `<div class="cool-timeline"
   >` ) and then apply CSS selectors to in your CSS selective for bootstrap overrides(
   i.e., `.cool-timeline .col-sm-3 {...}` ).
 * Regarding the original 2nd problem: I have a screen shot for you, but I don’t
   see your email address or a way to post images on your support page. I will you
   send my email address from your demo page. Please reply to that so I can email
   you a jpeg.
 * Ron
 *  Thread Starter [Ron B](https://wordpress.org/support/users/rwbroome/)
 * (@rwbroome)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-code-and-css-timeline-v104/#post-6958753)
 * I found your email address on the Settings page and sent you a more extensive
   description and the screenshot.
 * I do like your design idea a lot!
 * Ron

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problems with code and CSS – Timeline v1.0.4’ is closed to new replies.

 * ![](https://ps.w.org/cool-timeline/assets/icon-256x256.gif?rev=3365763)
 * [Cool Timeline (Horizontal & Vertical Timeline)](https://wordpress.org/plugins/cool-timeline/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cool-timeline/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cool-timeline/)
 * [Active Topics](https://wordpress.org/support/plugin/cool-timeline/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cool-timeline/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cool-timeline/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ron B](https://wordpress.org/support/users/rwbroome/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-code-and-css-timeline-v104/#post-6958753)
 * Status: resolved