chules+ 4 Report post Posted July 1, 2011 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 6 Report post Posted July 1, 2011 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+ 4 Report post Posted July 1, 2011 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 6 Report post Posted July 1, 2011 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+ 4 Report post Posted July 2, 2011 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+ 4 Report post Posted July 2, 2011 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
catrina 103 Report post Posted July 2, 2011 Do you need further assistance with this? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites