Colleen
Forum Replies Created
-
It slowed down for awhile, but it’s back in full force now. I’ve turned notifications down to 1 per hour because they were coming in about every couple seconds. The IPs are so varied, it seems like this might be a case where trojans on people’s computers might be doing the attacks. There is no way we can block so many IP addresses.
Forum: Plugins
In reply to: [Nice PayPal Button Lite] Price Altering Drop Down MenusHere is what worked for me for 3 different membership levels:
[nicepaypal type=”pay” name =”OCC Membership” option1=”dropprice;type;Select Your Membership Type;Single Membership:20.88;Couples Membership:36.32;Student Membership:15.74″]
What I need to add to this is a way to collect 2 names on a couple’s membership. Any idea how to require that?
Forum: Plugins
In reply to: [Shortcode Exec PHP] Shortcodes not executed and 404 on admin page as wellI solved my own problem. Turns out I demoted the author of the pages in question and the code would no longer rung because the author did not have admin privileges.
It’s been that way a couple days and I hadn’t noticed!
Forum: Plugins
In reply to: [Shortcode Exec PHP] Shortcodes not executed and 404 on admin page as wellThe short code was executing just fine, but today I looked at my pages and I’m just seeing the short code with a ? after it. I am running WordPress 3.8.1 running Twenty Fourteen theme. But I have been running 3.8.1 ever since it was introduced and had no problems before. Maybe a conflict with another plugin?
My site is totally broken now because of this and will take many hours to repair unless I can figure out why this has happened.
Forum: Plugins
In reply to: [Fourteen Extended] v 1.2.2 broke my siteOK, installed the update and all is now well. Thanks again. It’s great to have a plugin author that actually responds to our problems!
Forum: Plugins
In reply to: [Fourteen Extended] v 1.2.2 broke my siteOK, thanks Zulf – I think I understand now. My site is made up entirely of pages, except for one post that was actually a test page, so that is what was showing in the featured area after I updated. I’ve since deleted that post and will now try installing the update again.
To the person asking about how to get back to 1.2.1 – I’ve learned to keep backups of my plug-ins in case an update breaks something.
Forum: Plugins
In reply to: [Fourteen Extended] v 1.2.2 broke my siteThanks Zulf, I tried it again and it did the same thing. There is a screen shot at http://easyld.com/occ.png Where it says Colleen Easley’s Gallery – that is the name of a page that is actually under the Galleries Menu item. The working site is here: http://www.easyld.com/occ – Luckiy this site has not gone live yet. I hope this helps to figure out what went wrong for me.
What a disappointment. I particularly choose this plugin because of the versatility of using it with multiple photo sites.
Linux
Just installed today
I’m hosted on a linux box and I’m getting the same error.
Original:
Line 263 if ( ! is_writable(ABSPATH) ) :Changed to:
Line 263 if ( ! win_is_writable(ABSPATH) ) :Forum: Fixing WordPress
In reply to: config file has been changedDinghyBlonde: I just got this same message – what did you decide to do?
Forum: Plugins
In reply to: [Link Library] Can't specify a library, always defaults to first libraryMy pleasure. It’s so nice to be able to get help on these forums and I’m happy to give some help when I can.
Forum: Plugins
In reply to: [Link Library] Can't specify a library, always defaults to first libraryOK, now I get what you need. This is where I think the plug-in author could really help us out a bit and not make this so hard to figure out. I don’t know why the link category couldn’t be put in another column on the Link Category page.
Under Links, you need to go to your Link Categories page to see your list of categories. Roll your mouse over the first category and then look down to the bottom left of your browser window where the URL for that link shows up. Look carefully at the URL and you will see ID=some number. That number is your link category and is what you’ll use in place of 5 in this code:
[link-library settings =1 categorylistoverride=”5″]
Forum: Plugins
In reply to: [Link Library] Can't specify a library, always defaults to first libraryI didn’t check anything in Common Parameters. If you’re using this library to add links to any of your categories, you don’t need anything in there.
Forum: Plugins
In reply to: [Link Library] Can't specify a library, always defaults to first libraryGood news! Let me know if that works out.