ottomek
Forum Replies Created
-
Update did not work for me either. Site works but get a WSD when trying to go to plugin page and no SEO on public side of site.
Deleted the 1.52. plugin folder and no luck with WSD on plugins page.
Uploaded old plugin folder and at least this restored everything back to old version and SEO is in place. Whew.
Forum: Plugins
In reply to: [Posts in Page] Shortcode to Toogle ExcerptThanks. That worked for me.
Forum: Plugins
In reply to: [Posts in Page] Shortcode to Toogle ExcerptYes I would like to know how to do this too.
Forum: Plugins
In reply to: [Donation Thermometer] ThermometerYes thanks. The width % worked.
Forum: Plugins
In reply to: [Donation Thermometer] ThermometerIs this correct? Maybe I’m messing something up? This doesn’t seem to make it work.
if ($atts['width'] != ''){ $height=''; $width=$atts['width']; } if ($atts['height'] != ''){ $height=$atts['height']; $width=''; }Forum: Plugins
In reply to: [Donation Thermometer] ThermometerThanks for the reply. I did the above and it doesn’t seem to be working.
Here are the new lines I put in:
http://www.highwaters.net/files/code.jpgForum: Plugins
In reply to: [Donation Thermometer] ThermometerI’m using just height but it does not respond, using this code:
[thermometer raised=50 target=100000 height=300 align=right]On this page:
http://www.skagitraisesgreatkids.org/news-overview/annual-breakfast-online-registration/Thanks.
Forum: Plugins
In reply to: [WP eCommerce] USPS xml style wierd charYes I had this problem and the function from misulicus fixed it.
Thanks.
I’m getting this message also when I’m uploading/adding a new plugin. When I disable Yoast and upload a plugin I don’t get error message.
No not using WP Super Cache, but it was deactivated so I deleted it. I think that may have fixed it since I didn’t do anything else.
No we can see the green button at the bottom of the page on all browsers and mobile devices (especially when not logged into site).
http://www.corporateculturepros.com/changing-corporate-culture/culture-builder-toolkit/
Thanks for your support.
Ok this site is working again, was probably just temporary:
https://easydigitaldownloads.com/Could there be a web host/server setting causing this button to not appear here:
http://www.corporateculturepros.com/changing-corporate-culture/culture-builder-toolkit/I copied site to my test server/hosting and the button appears, this is a different web host:
http://pro.highwaters.net/changing-corporate-culture/culture-builder-toolkit/thoughts on what settings I should check?
Ok I see now. The Add to Cart button is not showing up on a browser when a person is not logged into the site. I want to just have guest purchases and the Disable Guest Checkout is unchecked. (screenshot of my setting page)
http://highwaters.net/files/EDD.jpgIs there something else that may be blocking button from showing to Guests?
Also I’ve been trying to get to this website for some time today but get a 504 error.
https://easydigitaldownloads.com/thanks.
Sure, sorry I forgot to include this with my post.
### Begin System Info ###
## Please include this information when posting support requests ##
Multi-site: No
SITE_URL: http://www.corporateculturepros.com
HOME_URL: http://www.corporateculturepros.comEDD Version: 1.6
Upgraded From: None
WordPress Version: 3.4.2Test Mode Enabled: No
Ajax Enabled: Yes
Guest Checkout Enabled: Yes
Symlinks Enabled: NoCheckout is: Valid
Checkout Page: http://www.corporateculturepros.com/checkout/
Success Page: http://www.corporateculturepros.com/purchase-confirmation/
Failure Page: http://www.corporateculturepros.com/checkout/transaction-failed/
Downloads slug: /downloadsTaxes Enabled: No
Taxes After Discounts: NoPlatform: Windows
Browser Name: Chrome
Browser Version: 27.0.1453.94
User Agent String: Mozilla/5.0 (Windows NT 6.1) App
leWebKit/537.36 (KHTML, like Gec
ko) Chrome/27.0.1453.94 Safari/5
37.36PHP Version: 5.2.17
MySQL Version: 5.5.30-cll
Web Server Info: ApachePHP Safe Mode: No
PHP Memory Limit: 256M
PHP Post Max Size: 128M
PHP Time Limit: 30WP_DEBUG: Disabled
WP Table Prefix: Length: 20 Status: ERROR: Too Long
Show On Front: posts
Page On Front: #0
Page For Posts: #0Session: Disabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /tmp
Use Cookies: On
Use Only Cookies: OffUPLOAD_MAX_FILESIZE: 128MB
POST_MAX_SIZE: 128MB
WordPress Memory Limit: 32MB
DISPLAY ERRORS: On (1)
FSOCKOPEN: Your server supports fsockopen.ACTIVE PLUGINS:
Akismet: 2.5.7
Contact Form 7: 3.3.3
Digg Digg: 5.3.1
Dynamic Content Gallery: 3.3.5
Easy Digital Downloads: 1.6
Genesis Simple Edits: 1.7.1
Genesis Simple Hooks: 1.7.1
Genesis Slider: 0.9.6
Genesis Social Profiles Menu: 1.2
Gravity Forms: 1.7.4
Gravity Forms MailChimp Add-On: 2.1
Page Links To: 2.7.1
Redirection: 2.2.13
SI CAPTCHA Anti-Spam: 2.7.6.4
Social Media Widget: 2.9.5
Social Profiles Widget: 1.2.1
Subscribe To Comments: 2.1.2
TinyMCE Advanced: 3.5.8
TS Custom Widgets: 2.0
Wordfence Security: 3.7.2
WordPress Database Backup: 2.2.3
WordPress SEO: 1.4.7
WP-DBManager: 2.63
WP-Table Reloaded: 1.9.2CURRENT THEME:
Minimum Child Theme: 1.0
### End System Info ###
Forum: Fixing WordPress
In reply to: loop causes page menu to not be activeMaybe this question should be in another post. I’m using the code above which pulls the Page content and list of posts and want to have the nice pagination from pageNavi plugin at the bottom for the posts.
http://wordpress.org/extend/plugins/wp-pagenavi/
How could I add that so it shows just archive/older posts for category id=51?
Thoughts? thanks.
Forum: Fixing WordPress
In reply to: Insert Media – Attachment Display Settings: set a defaultThanks drsprite, this was useful and what I needed to make the image_default_link_type = none.