srimmasch
Forum Replies Created
-
Forum: Plugins
In reply to: [CashPress] [Plugin: CashPress] Hi welcome to the forum for my plugin.Can anyone else use quotations in their proposals?
Whenever I try in the item description and save it erases everything from the quotation marks on.
We use Quickbooks to send out estimates, but we have a growing salesforce and want them to send out their own proposals. So we are giving your plugin a go. So far it isn’t so bad. But being in construction “quotation” marks are used a lot in measurements.
Also you should add an option in the settings to change the word proposal to estimate.
Edit: accidentally clicked twice.
I have a little more complicated problem… I want to hide only the comments section. I deleted the line 30 from the content.php (<?php comments_popup_link( __( ‘No Comments’, ‘simplecatch’ ), __( ’1 Comment’, ‘simplecatch’ ), __( ‘% Comments’, ‘simplecatch’ ) ); ?>). So in that case the comments section is not presented at the category list but it continues to be presented at the category item (post). I cannot find any other popup_link except from the image.php.
Please advice
Ragards,I think you’re looking for line #833 in the simplecatch_functions.php
Forum: Themes and Templates
In reply to: [Simple Catch] Change header image & how to use the sliderGo to Appearance>Edit Css then enter this at the bottom
#header {
background: url(images/corail.jpg) left bottom repeat-x;
padding-bottom: 20px;
}It would be good to ask, where are you putting your code you mentioned above?
The:#header {
background:url(images/header-bg.jpg) left bottom repeat-x;
padding-bottom:20px;Into :
#header {
background:url(images/corail.jpg) left bottom repeat-x;
padding-bottom:20px;