Fyod
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Notice undefined property errorOk, nevermind, the apostrophes were wrong on display_errors, this is correct:
error_reporting(0); @ini_set('display_errors', 0);Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Notice undefined property errorThank you, but I have tried all those things (mentioned in previous user’s question), but they still show up.
Why not just get rid of the errors?Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Notice undefined property errorAlso
Notice: A session had already been started - ignoring session_start() in ...wp-content/plugins/pricing-deals-for-woocommerce/core/vtprd-apply-rules.php on line 87on the frontend.Forum: Plugins
In reply to: [WP Job Manager] 404 error when submitting job editHi Adam,
I guess it can only be seen when performing certain actions, eg. http://www.mydomain.com/my-jobs/?action=edit&job_id=131
It would be great if I could change that slug to something like foo_id=131.Cheers,
PaulForum: Fixing WordPress
In reply to: Plugin for finding flight departure/arrivalYep, nothing close to what I need. Similar plugins allow booking flights etc. What I need is to enter a flight and receive departure/arrival dates and times, nothing else.
Maybe someone knows a website that does this and has an API I could use to make a plugin?Forum: Plugins
In reply to: [WP Job Manager] 404 error when submitting job editOne additional question – is it possible to change the “job_id=xx” slug in URLs to something like “my_id=xx”?
Forum: Fixing WordPress
In reply to: Geolocation plugin recommendationThere won’t be many visits to individual posts, I don’t mind saving the data in the DB. I want a history of visits for each post and I don’t want to have to sort through analytics data to get a couple basic values (IP, city, geoloc if available).
Forum: Plugins
In reply to: [WP Job Manager] 404 error when submitting job editHi Mike,
Thanks for your reply. Sorry for the false flag, it was one of my custom fields messing things up. Everything is working now.Forum: Plugins
In reply to: [WP Job Manager] Edit Job in the Job DashboardAny updates to why I could be redirected to a 404?
Forum: Fixing WordPress
In reply to: Why is mobile admin so full of bugs?Hi James,
After the latest updates, both WP and WooCom are a joy to work with on mobile.
Thanks to the team for the great work on this!Forum: Plugins
In reply to: [WP Job Manager] Edit Job in the Job DashboardDid this get solved?
I have a similar problem in the frontend – mark filled and delete works, edit gets redirected to a 404 page upon submission. I also have the pages set up correctly in the settings.Forum: Plugins
In reply to: [Plugin: Contact Form 7] Site referal URL in form?This could possibbly be what I’m looking for.
http://www.fldtrace.com/wordpress/referral-conversion-tracking-with-wordpress-contact-form-7
Can anyone confirm?Forum: Fixing WordPress
In reply to: Admin menu font changes during mouse hoverUpdated, still doing this.
Forum: Fixing WordPress
In reply to: Admin menu font changes during mouse hoverHALP! This is so annoying.
Forum: Plugins
In reply to: [SortTable Post] show lable of custom fields instead of their namesYESSSSS!
Figured out the bug in the fields.after (line 113)
} endif;add
unset($key);Whooooo!