debsch
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Sort columnDitto! I would also like to sort the data please.
Thank you. All fixed now. I was on php 5.4
Thank you Jonathan for your detailed reply. Very helpful, thank you. I’m not familiar with hooks but I’ll have a go. Thanks 🙂
And I’d like parents to be able to sign up more than one child to a class, but it looks like the sign up form uses the email field to check if the ‘volunteer’ has already signed up to this ‘opportunity’. Is there a way to change this to include the first name in this check?
This will allow
[email protected] + Jack
AND
[email protected] + Jill
to sign up to the same ‘opportunity’.I am familiar with PHP so I just need to be pointed in the right direction.
🙂 Thanks.Forum: Fixing WordPress
In reply to: Cannot access WP-ADMIN after WP updateResolved by the host support crew rolling back the site to a previously saved copy.
Forum: Fixing WordPress
In reply to: Cannot access WP-ADMIN after WP updateThanks Tara! I’ve downloaded a fresh copy of WP and have a mysql backup of the database. I just need to get FTP on to my current PC so I can transfer all the files. As an aside, yesterday I also tried installing WP via my cPanel into a subfolder and I was met with errors so maybe this is a host issue. I’m messaging the host support crew to try figure out what’s going on.
Forum: Fixing WordPress
In reply to: Cannot access WP-ADMIN after WP updateThings I’ve tried
– clearing history & cache & cookies & restarting browser
– changing default template to twentyfifteen via phpmyadmin
(can’t access ftp so can’t upload 2016 theme)
– deactivating plugins via phpmyadmin (Change the option_value field to: a:0:{})Still can’t access wp-admin page and home page still looks awful.
Forum: Plugins
In reply to: [WooCommerce] How to keep 'additional info' but remove 'description'Thanks Steve, That did the trick! And after trying out a new theme afterwards, I understand why having this as a plugin would be a better option. 🙂
Forum: Plugins
In reply to: [Related Posts by Sovrn] Also getting "Internal Server Error"Thanks google!
All resolved.Forum: Plugins
In reply to: [Send email only on Reply to My Comment] Just a check box not dropdownThanks!
Forum: Plugins
In reply to: [Send email only on Reply to My Comment] Just a check box not dropdownThanks for your quick reply. I’ll leave the plugin version as it is then and will look forward to more updates. If you are able to put the dropdown before the submit button I will consider this problem resolved. Thank you.
Forum: Plugins
In reply to: [Etsy Shop] Responsive?I’ll figure it out with this
http://design.ladyoak.com/blog/how-to-make-an-iframe-responsive.htmlForum: Plugins
In reply to: [Send email only on Reply to My Comment] How to change the textWhich plugin did you use Jana? I want to do the same thing.
Forum: Fixing WordPress
In reply to: Add a simple question to registration pageThanks for the replies.
I’ve found the plugin Good Question http://ww.wp.xz.cn/plugins/good-question/ which is really simple and will do for now… but I really like the suggestion to find the IP address location. Will work on that one when I have time. THANKS!
Forum: Fixing WordPress
In reply to: Display posts using post IDs in an array?AHHHHHHHHHHHHH HA…
query_posts( array( 'post__in' => $myarray, 'orderby' => 'post__in' ) );(duh!)