andysb72
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Display description in Event ListThanks, Barry! I figured it might take a little PHP editing. Thanks for the link!
AndyForum: Plugins
In reply to: [The Events Calendar] Display description in Event ListOR if I could just have the Single Event Entries displayed in the LIST VIEW that would be even better. All the info included in the Single Event Listing would be great to have on that …/events/ page Google Calendar and iCal button included!
Is there a way to do this?
Forum: Fixing WordPress
In reply to: Looking for a Plugin that does Membership and moreThanks, Keith! I will check out that link.
Weird. I thought I was posting under Everything Else WordPress. I must have misclicked.
Forum: Plugins
In reply to: [RSVPMaker] Get RSVP Recorded to stay on same pageHi David. Ideally I’d like to have the image that I have to the left of the form on this page https://cantria.com/events/ still show on the page after a RSVP is submitted – just for continuity. On contact submission forms you can sometimes choose the page that loads after submitting the form, like events-thankyou/ for instance. I guess that would be on my wishlist for future releases – target a page after submission.
I wish I could hire you but my client my client has hired me to find a “quick and inexpensive” way to collect RSVPs. You’re plugin is great. Thanks so much for creating it.
Forum: Plugins
In reply to: [RSVPMaker] Display event with from on a pageHa! Nevermind, David. I do see you put post_id in your example.
Forum: Plugins
In reply to: [RSVPMaker] Display event with from on a pageHi, David. Adding just the form is the most desirable thing. Where do I find out the ID number for the RSVP? is it the same as the post id?
Thanks,
AndyForum: Plugins
In reply to: [RSVPMaker] Display event with from on a pageThank so much, David! I will try out these options tonight!
Forum: Fixing WordPress
In reply to: Internal server error, 404s, and maxed out memoryHi Steve,
Here’s the htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I wasn’t seeing errors in the error log before, but I do see this now.
[01-Dec-2016 15:32:03 UTC] PHP Warning: Error while sending QUERY packet. PID=992177 in /home/########/public_html/wp-includes/wp-db.php on line 1870
Could that be it?
Forum: Plugins
In reply to: [Calculated Fields Form] Assigning values to a range of numbersAwesome. Thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Assigning values to a range of numbersThanks so much!
Is there a way to allow decimal values to be entered? The inch values could include halves and quarters (15.5, 22.125, etc) . The error “Please enter only digits” pops up.
Forum: Plugins
In reply to: [Simple Price Calculator] Where is the PREMIUM Version?Nevermind. I found the link after installing the basic version!
Forum: Plugins
In reply to: [Calculated Fields Form] value rangeHi. How do you solve this? I’m trying to set of a value range for window dimensions. For example, any number entered between 10 and 20 (inches) would have a value of 100 (dollars), 21-30in would be $150, etc.
-Andy
Forum: Plugins
In reply to: [Simple Price Calculator] Price CalculatorWhere does one purchase the PREMIUM version? I’m interested in using the email function as well. I only see the BASIC in the plugin search.
Thanks!
AndyForum: Plugins
In reply to: [WooCommerce] New Page (wordpress) keeps using WooCommerce templateFound it! So simple. So when duplicated my full-page(no sidebar) template, renamed it woocommerce.php and added the woocommerce shortcode to it, I didn’t realize that I needed to change the name of the template in the comments in the php code “Template Name: Full-width(no sidebar)” . So then there were two templates with the same name. I change the name of woocommerce one and now it all works properly again!
Forum: Plugins
In reply to: [WooCommerce] New Page (wordpress) keeps using WooCommerce templateI just created a new page (named it “new page”) and when I select the layout “full-width(no sidebar)” and preview it, it’s that same blank page with the class “page-template-woocommerce” in the body tag.