elarson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Shortcode?Good to hear you have thought about the caching. In my view, having an option in the shortcode for caching would be great.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Shortcode?Hi Lewis,
I am not having any luck, after downloading and installing the files you mentioned. For example, if you go to the home page and click on the PDF, the following is returned: http://dslocks-hoc.pitlarson.com/?format=pdf
Here is the system info in case it helps:
WP Version: 3.8
WP Multisite Enabled: No
Web Server Info: Apache
PHP Version: 5.4.22
MySQL Version: 5.5.35-logForum: Plugins
In reply to: [WP Post to PDF Enhanced] Shortcode?I just sent an e-mail on your website with a bit more information.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Shortcode?I am trying to produce basic product documentation, e.g., installation instructions. Pages are created and then duplicated and edited for specific product variations. Shortcode is the preferred method, as this will be authors/editors and not administrators who edit the pages.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Include a print CSS file?I am trying to produce basic product documentation, e.g., installation instructions. Ideally, I would like to specify a print CSS specifically for pages that use the plugin (via shortcode). I already have a child theme and a print CSS for the standard pages. I want to do fairly extensive CSS3 formatting, and would prefer it in a seperate CSS file, rather than through an admin interface. I don’t have a CSS I can send yet, but hope to have something soon. If you have an e-mail address or place I can include an attachment that would be helpful.
Forum: Plugins
In reply to: [Testimonials Widget] fatal error, all my testimonials are goneDid you consider reading any of the many other similar posts on this site? It is because you have an old version of PHP running.
Sorry to be harsh, but users who are not willing to read posted information is what will drive away free plugins. I can’t say I blame the developers.
I think you can download it here: http://wordpress.org/plugins/testimonials-widget/developers/
Forum: Plugins
In reply to: [Testimonials Widget] 2.16.2 blanked my entire siteAs an FYI, I’m using Bluehost and updated to PHP 5.3, which automatically updated the .httaccess to use the following:
# Use PHP5.3 as default
AddHandler application/x-httpd-php53 .phpNote: the space appears to be needed between php53[space].php
I needed to manually add this to sub-domain’s .httaccess files.
P.S.: I also think @developer22 was a bit harsh. Micahel is very proactive about supporting his code. He can not be held accountable for software versions that were sunset almost 3 years ago. I also pay for the plugin. We sell software that costs far more than WP Testimonials, and even with that we have cut-off dates for support. PHP 5.2 was released on 2006-11-02 and supported until 2011-01-06. Most newer releases are now being de-supported 3 years after release. In many ways you should think of yourself as lucky to not have needed to deal with this sooner. Personally, I prefer to have some of the newer features supported rather than to maintain backward capability forever.
Forum: Plugins
In reply to: [WP Customer Reviews] reviews in slider on home pageI am also looking for this functionality. Post it here if you find it.
Forum: Plugins
In reply to: [WP Customer Reviews] Newbie questionsI figured out the stars problem. The z-index was too low for my theme (Graphene with a child theme).
Here is the specific code that I changed in case anyone else has this problem with their theme (I added a 1 before the values):
#wpcr_commentform .score1 {width:20%; z-index:155;}
#wpcr_commentform .score2 {width:40%; z-index:154;}
#wpcr_commentform .score3 {width:60%; z-index:153;}
#wpcr_commentform .score4 {width:80%; z-index:152;}
#wpcr_commentform .score5 {width:100%; z-index:151;}Forum: Plugins
In reply to: [WP Customer Reviews] Newbie questionsAny news about my question? 1) In the entry form, it is not showing the stars when the page is loaded, and you need to click on the field for the stars to appear.
BTW, we changed the location of the reviews to: http://cedarhurstlodge.pitlarson.com/guestbook/
Forum: Plugins
In reply to: [WP Customer Reviews] Newbie questionsThe shortcode in the widget appears to work now. I think this may have started working after loading WP 3.7.1, but I am not sure.
Forum: Plugins
In reply to: [WP Customer Reviews] Newbie questionsI think I have resolved this question, but I think it is an error in the code.
When I change the field to “required” it does show up in the reviews.
Question 2) I’ve add a Custom fields on review form for “Location”, but I can’t figure out how to show it in the reviews.
Forum: Plugins
In reply to: WP Booking Calendar CAPTCHAI just looked around at the code and see that it is Really Simple CAPTCHA http://wordpress.org/plugins/really-simple-captch
Thank you so much. I totally missed the obvious — ugh!