Jump to content
Sign in to follow this  
chules

Remove Quotes and Quote Box

Recommended Posts

chules

I would like to remove the quotes/quotebox from displaying on the site but can not figure out where to disable this.Anyone know how to do this. Thank you - Mark

Share this post


Link to post
Share on other sites
kastelic

Are you talking about the Twitter Bar? That would be removed in Template Setup, probably in the Morefoot Area template.

Share this post


Link to post
Share on other sites
chules

No, It's the quotations block that appears above it. I have attached a link to that PlatformPro demo and you will see the quote block about the "Get Platformpro Now" section towards the bottom of the site. See here See here

Share this post


Link to post
Share on other sites
kastelic

Oh i see, its called the "PullQuote" section. Just remove it from all your templates in Template Setup

Share this post


Link to post
Share on other sites
chules

Jiimy, I looked in the dashboard-platformpro-settings-template setup and see no reference to "PullQuote" I'm not sure what and where to remove. I this done through the dashboard or do I need to access and edit the template on my server. Thank you - Mark

Share this post


Link to post
Share on other sites
chules

I think I figured out how to simply remove the quotes from displaying. Here is a "How to Remove Quotes" that I wish to have reviewed for accuracy so others can find this solution. To remove the quotes you will need to edit the base.css and functions.php files in your platformbase directory. Comment out the following. In base.css comment the following lines like this

/* #pullquote.copy{
		background: #f7f7f7 url(images/pullquote.png) no-repeat 15px 15px;
		padding: 15px 20px 15px 45px;
		margin-bottom: 1.5em;
	}
	
		#pullquote .thepullquote{font-size: 1.5em;margin-bottom: 5px;line-height: 1.3em;}
		#pullquote .thecitation{color: #AAA; font-style: italic;padding-left: 15px;} */
This will remove the styling form the comment box but will leave the actual text quote displaying. To remove the text quotes comment the following in functions.php
/*		pagelines_register_section('BasePullQuote', 'pullquote', null, array('child' => true) ); */

Thank you - Mark

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×