ckone
Forum Replies Created
-
Forum: Plugins
In reply to: [Staff Directory] Custom Template Shortcode not workingYour update 1.0.1 worked like a charm! Thank you so much.
Forum: Plugins
In reply to: [Staff Directory] Custom Template Shortcode not workingAny progress on this issue? Is there anything I can do to help troubleshooting this, other than posted?
I am not sure if Arjan fixed the issue. I too had some hard time bringing back to life. What I found was this: ID of individual staff person and ID of category.
My ID for a staff added 5 in the beginning, resulting 5510, 5511, 5512 etc.
My ID for a category added 6 in the beginning, resulting 61, 62, 63 etc.[staff-directory id=5510] is correct
[staff-directory cat=61] is correct
All others will not work properly. To see the proper ID go to Staff > Staff or Staff > Staff Categories
OH! Be sure to click on “Import Old Staff” if you have not.
I hope this helps.
Forum: Plugins
In reply to: [Staff Directory] Fatal Error after updating to 1.0.0Resolved.
Forum: Plugins
In reply to: [Staff Directory] Fatal Error after updating to 1.0.0So, I have upgraded to PHP 5.3.24 and the plugin activated…
Now all I have to do is update the rest of my codes that no longer work with 5.3… and bring back to original style for staff directory.
Forum: Plugins
In reply to: [Staff Directory] Fatal Error after updating to 1.0.0Thank you for getting back to me.
I am using PHP version 5.2.17.
If your updates will require 5.3 or newer, perhaps I should be the one updating to PHP 5.3 or higher. I’ll give that a try and let you know.
Thank you.
Forum: Plugins
In reply to: [Appointments] Time interval and duration questionWell, after reading down the thread I think the answer to my question is, “purchase the Appointment Plus plugin.”
Am I correct?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Not Sending Email…I am also having the same issue–not receiving from online form.
I am hosted with godaddy (please don’t mock or laugh) and they suggested it might be the plugin and WP 3.9.2 new security?? Regular PHP mail function works. But, anything from contact form 7, even the very default one, does not work.
This started August 19th, 2014 EST. I have been receiving it fine as of August 18th, 2014. I have online registration form and they were coming in just fine until 8/19.
Please look into it and help! I have been using this plugin since 2012 so I am pretty sure I have been using it correctly.
Thanks.
Oh, I am using WP 3.9.2 and CF7 3.9.1
UPDATE
Either I did not understand what “preview=false” meant or not enough documentation…?
I was able to get rid of the thumbnail by editing gdocs.php
Look for
<img style='height:50px;width:auto;' src='".$v[1]."'/>
and do whatever you need to do to edit it out.So, did I misunderstand “preview” portion? Preview does not mean the thumbnail but previewing the file?!?
Forum: Plugins
In reply to: [GoogleDrive folder list] Catalog is empty or inaccessableCurrently, I can only make it to work when I have “preview=true”
Otherwise I get the same message. I am hoping that the plugin author sees this and find a way to fix it. I just want to list files names without thumbnails.
Forum: Plugins
In reply to: [GoogleDrive folder list] Is this compatible with 3.8As far as I know, it is working with 3.8.1.
Forum: Plugins
In reply to: [Simple Staff List] Can I use SSL for a church photo directory?Have you considered built-in wordpress password protection?
Forum: Plugins
In reply to: [Simple Staff List] Linking directly to person in staff listI am unsure exactly what you mean… but are you asking link that appears within a particular post, let’s say “this article was presented by Brian Smith” and click on his name to redirect to his staff page?
How about working with template and anchor?
For example:
<a href="pageURL/staff-page/#Brian Smith">Brian Smith</a>
and in your staff list template make
<a name="[staff-name]"></a>[staff-name] [staff-bio]
(just format your template but insert the anchor tags)Forum: Plugins
In reply to: [Contact Form 7] v3.3.3 and [_date] [_time] not workingUPDATE and possibly a solution:
I noticed that my “last modified date/time” on posts are not showing. When WP was updated last time to 3.5.1 I experienced 500 error. But since my website was up and running I thought everything was fine.
I tested out on test wordpress page on the same server and TIME DATE codes work just fine. So it must’ve been during WP update somehow these tables did not update right.
Forum: Plugins
In reply to: [Contact Form 7] v3.3.3 and [_date] [_time] not workingHi there, thanks for the quick reply.
I thought my WP version would be posted (during the initial post I selected my version). Anyway, it’s WP 3.5.1
And no, I have not deactivated any other plugins and I am not using default theme…because do they have anything to do when contact form is emailed to me?
In the mean time I will try your mentions and see how that goes.