rudtek2
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’@aksteve old versions at the bottom of this page. https://wordpress.org/plugins/event-tickets/advanced/
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’@robinm123 at the bottom of this page. https://wordpress.org/plugins/event-tickets/advanced/
I’m having the same problem as everyone else here but no classic editor.
I tried the fix mentioned but it didn’t work.
When I try to add a ticket the page refreshes and I get this error:
Warning: Invalid argument supplied for foreach() in /wordpress/wp-includes/class-wp-list-util.php on line 150Forum: Plugins
In reply to: [Contact Form 7] dynamwhat does this mean? Did I do something wrong? This isn’t resolved. I’m not sure why it’s marked as if it is.
- This reply was modified 6 years, 6 months ago by rudtek2.
Forum: Themes and Templates
In reply to: [OceanWP] add featured image to pages, not just postsThere is not really any content in the 2 files in that directory. Where is the actual content part of where I could add the image?
Forum: Themes and Templates
In reply to: [OceanWP] add featured image to pages, not just poststhanks for the quick reply!
- This reply was modified 7 years, 2 months ago by rudtek2.
Forum: Plugins
In reply to: [amr users] Last login dateThanks for the reply! I’ve sent an email to you with more details.
Forum: Plugins
In reply to: [amr users] Last login dateI purchased the S2user extension for this purpose. Are you saying that I have to buy the Plus version as well? That doesn’t seem right… I sent an email yesterday but have not received response yet.
Forum: Plugins
In reply to: [Hide Price Until Login] Headers Sent ErrorIt’s not hard to fix this issue… all you need to do is open the file referenced and delete all the whitespace at the end.
this happens when I have the Paid Memberships Pro – BuddyPress Add On activated. (which is what I need it for.)
i got it working how i want it.
I replaced this line:
if ($_SERVER["QUERY_STRING"] == $postdate) {to this
if ($_SERVER["QUERY_STRING"]) { $date2use = $_SERVER["QUERY_STRING"]; }else { $date2use = date("Y"); } if ($date2use == $postdate) {it now loads the current year (as set by php ) if you don’t have the shortcode pushing a query.
- This reply was modified 7 years, 8 months ago by rudtek2.
maybe if $_GET is empty?
any general idea on the hook or if i could use? ie… If shortcode has no data show rt_new_query, else show shortcode?
Forum: Plugins
In reply to: [ReOrder Posts within Categories] After upgrade – it’s now in French!i’m having this same problem.
Forum: Plugins
In reply to: [WP FullCalendar] custom theme not showing iconsI never found a fix for this… I wish I had.
Forum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?any other ideas?