Problems with code and CSS – Timeline v1.0.4
-
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
The topic ‘Problems with code and CSS – Timeline v1.0.4’ is closed to new replies.