pantsman28
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] google jobsTested this, this removals all job listing structured data.
Forum: Plugins
In reply to: [WP Job Manager] google jobsdoes this only effect locations? because if so then yes
Forum: Plugins
In reply to: [WP Job Manager] google jobsOut of interest, I am modifying the salary schema in the functions.php to include a new field which is to replace the job location builtin to the plugin.
I am aware I need to include a location markup for google jobs, our jobs don’t show a full address (Long story – common practice for Agencies)
As I don’t want it to have duplicate schemas. Do anyone know of hook to remove the scheme from the builtin plugin?
Happy to share my code once I have finished.
Forum: Plugins
In reply to: [WooCommerce] Sofort Payment option removalYessss…. thank you, thats done the trick.
Thank you for your help.
Forum: Plugins
In reply to: [WP Job Manager] Does not work with PHP 7.4interesting video. I believe it to be a server issue…
First check to see if you have the latest version of the plugin current v1.35.0
Then if you have ftp access or file access to your root .htaccess remove
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>If you are using any cache plugins turn them off before you swop the php version over to 7.4, try that, if not make a backup of the htacess file and start with a blank .htaccess file. What ever writes to it should rewrite.
NOTE: ideally best to try this on a staging site if possible.
Forum: Plugins
In reply to: [JobBoardWP - Job Board Listings and Submissions] Salary FieldThanks for the reply, Gist function override is very useful. I need to find out how these other companies are including other way to apply before I make a decision.
Many thanksForum: Plugins
In reply to: [WooCommerce] Sofort Payment option removalThis is weird…. Cleared browser cache, and WP Rocket cache I can still see it in any browser.
If I use Tor Browser it sets my ip to Austria I see other options?this is the button code element.
<div role="button" data-button="" data-funding-source="sofort" class="paypal-button paypal-button-number-0 paypal-button-layout-vertical paypal-button-shape-rect paypal-button-number-single paypal-button-env-production paypal-button-color-silver paypal-button-text-color-black paypal-logo-color-default " tabindex="0" aria-label="sofort"><div class="paypal-button-label-container"><img src="data:image/svg+xml;base64" alt="" class="paypal-logo paypal-logo-sofort paypal-logo-color-default"></div><div class="paypal-button-spinner"></div></div>
Looking at the code it’s related to paypal so I turned off the WooCommerce PayPal Checkout Gateway Version 2.1.1 plugin | By WooCommerce and it disappeared.
Forum: Plugins
In reply to: [WooCommerce] Sofort Payment option removalinteresting enough I can see it on 2 different browsers? There is no mention of the Sofort plugin but even after clearing the cache it’s still there…
Forum: Plugins
In reply to: [WP Job Manager] google jobsUPDATE: Location in the job listing > job data – is actually the schema for jobLocation.address.streetAddress
Putting the full address into this field satisfies Google Markup, we use this location field to categories jobs to allow us to show jobs from the same area our landing pages.
- This reply was modified 3 years, 10 months ago by pantsman28. Reason: found function
Forum: Plugins
In reply to: [WP Job Manager] google jobsI had a look at the google Structured data and some of the other possible changes to files and hooks. Managed to clear out the old methods and used the new filter hooks and this works. This should be implemented in the next update.
Still getting an error on
`jobLocation
type
Place
address
Missing field “jobLocation.address.streetAddress” (optional)`The loco translate method doesn’t work. Even tried different geolocation_address, geolocation_formatted_address…. in custom fields nothing seems to work? I assume this is custom mapped in the plugin somewhere?
I have asked google community about my original question about multiple ways to apply, as this is nowhere to be seen in the documentation or in the github community for this plugin
Forum: Reviews
In reply to: [WP Job Manager] used to be goodI agree, it’s fell short behind the competition. It’s used to be a great plugin, now considering alternatives with better support.
Forum: Plugins
In reply to: [WP Job Manager] Google Structured Data missinghow did you get on because you won’t get any support from here. I have the same issue with salary and job location address, so I am interested if you resolve your issue and how?
Forum: Plugins
In reply to: [WP Job Manager] Does not work with PHP 7.4I have just tested on my local host at 7.4.12 which seems to be ok. So many be it’s an issue with Bluehost. My live site is still running 7.3.24 because the support on this plugin is no existent.
Forum: Plugins
In reply to: [WP Job Manager] google jobsok, what about this support then?
I did have a look at the salary side of things when I visited https://github.com/Automattic/WP-Job-ManagerOn my local test it did break the Job listings all Jobs view, so reluctant to test on a live site.
But still answer to either my original question or the fix for street address google jobs schema?
Forum: Plugins
In reply to: [WooCommerce] Sofort Payment option removalother than a few plugins out of date, any answer to this question of removal of the Sofort payment option?