bitsyandkitty
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Cannot Create TicketsError on hosting side when moving the site
Forum: Plugins
In reply to: [Event Tickets and Registration] Cannot Create Ticketsit was an incorrect setting in php.inin GGrrr!
Forum: Plugins
In reply to: [Event Tickets and Registration] Cannot Create Tickets[29-Apr-2024 16:40:30 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/event-tickets/src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:229) in wp-includes/rest-api.php on line 756
[29-Apr-2024 16:42:10 UTC] PHP Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in wp-content/plugins/event-tickets/src/Tickets/Commerce/Cart.php on line 154
[29-Apr-2024 16:42:23 UTC] Cron reschedule event error for hook: action_scheduler_run_queue, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”every_minute”,”args”:[“WP Cron”],”interval”:60}Forum: Plugins
In reply to: [Event Tickets and Registration] Cannot Create TicketsHi,
A client had an error stating:
Error None Security Check Failed
so I upgraded both my WP version and WP Cart version, this corrected teh above error but gave me a new one!
Error! The shipping price validation failed. The value must be numeric.
the shipping values are numeric only, no pound sign.
my client has mane products all using older code but i know you try to support this….
[wp_cart:Vicky Snood – SIL515:price:20.00:var1[Colour|Antique Gold|Moonstone|Wisteria|Sea Breeze|Morning Dew|Nutmeg|Mulberry]:end]
the error only appears on items with a variation….
I cannot ask my client to change all codes!
any ideas?
Simple PayPal Shopping Cart Settings v 4.2.4
WordPress 4.5.1Forum: Hacks
In reply to: Override shortcode for mobile theme?Hi Miraclemaker- that is fab – thanks so much. a very handy piece of code for rest of 2012 no doubt! x
Forum: Hacks
In reply to: Override shortcode for mobile theme?Hi, I have a similar problem and wondering if either of you can help.
I have a mobile theme (carrington) that shows the shortcodes coding of the regular site, i’d simply like it hidden or ignored. in fact the site does ignore it but shows the code so how can i hide it?
Please spell it out for a non-techie!
many thank in advance.
V. xForum: Fixing WordPress
In reply to: Post listing – can't find where called fromFound it!
tucked in header under if is_home<?php
query_posts(‘cat=4’);
while (have_posts()) : the_post();
the_content();
endwhile;
?>removed.
Forum: Fixing WordPress
In reply to: Post listing – can't find where called fromAny ideas on how i can get rid of the actual post appearing on the homepage under featured – as far as i can tell it should just be the excerpt….
???Forum: Fixing WordPress
In reply to: changing a post to categoryok. If anyone comes across this post and needs similar help. a plugin called Page Links To has solved it for me.
Thanks go to Travis Totz www. travistotz.com <https://www.travistotz.com/> for the solution.Forum: Fixing WordPress
In reply to: changing a post to categoryCan anyone help me out there, PLEASE!! x
Forum: Fixing WordPress
In reply to: Sticky posts not workingThis happens when a category s chosen for the posts, the sticky fails. You can use this plugin to get around it;
https://www.ads-software.com/extend/plugins/astickypostorderer/
hope that helpsForum: Fixing WordPress
In reply to: Sticky posts not workingyep, I’m having similar thing happening – I’m getting non-sticky posts appear where i have ample sticky posts to fill a space from a specified category. Must be a solution needed at WordPress end? x
Forum: Fixing WordPress
In reply to: Add different image in sidebar on each PAGEHi,
i’m hoping Racer X is out there as you help was really fab previously.
I am using a theme which has a home page pulling up the latest posts – i want this to pull up pages instead. How can i change the code to do that? It has four sections like so;
[Code moderated as per the Forum Rules. Please use the pastebin]
any ideas? or anybody else for that matter!
Forum: Fixing WordPress
In reply to: permalinks calls index.php alsothanks.
it works ok with default;
pulls up page like so
url/2010/?page_id=33
no index.php called…?
any other setting calls the index.phpthanks in advance