andyt1980
Forum Replies Created
-
Thanks for this, what does the ‘off’ relate to? I assume “off”: “1” means Closed perhaps?
Thank you for clarifying this. I had a look at exporting my listings as JSON and wondered if I could edit that export and add the working hours to the JSON file and then re-import.
Can you advise what the field/column name needs to be in the JSON file for working hours to import successfully?. I assume it will be something like working_hours?- This reply was modified 4 weeks, 1 day ago by andyt1980.
Thanks for the prompt reply, hereβs my forms export: https://codefile.io/f/EfM4FRnRkk
Yes the CPT and _application custom field has been created by the WP Job Manager plugin. The application custom field is populated via the JobRelay plugin via JSON mapping.
Forum: Plugins
In reply to: [WP Job Manager] Salary Metadata IssueWould really appreciate some assistance with this please.
I am also experiencing the same issue on 2 sites where the plugin is installed. I opened a support ticket a month ago (the post below yours) but never got a response.
Did you manage to find any solution/workaround for this?Any further assistance appreciated please. I provided more info and screenshots in my last reply.
The index stats is now showing 3 incoming links but not for the keyword mentioned above. The keywords were added to multiple products/pages. We have used Elementor to build all product/pages.
I’ve provided some screenshots below from the ILJ Dashboard which hopefully helps:

Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search RelevancyThank you, that sounds promising.
The main ‘jug’ products are in various different categories, however, all the spares are in the category /product-category/catering-appliances/spares-and-accessories/
Therefore could all the main ‘jug’ products be boosted based on not being in /product-category/catering-appliances/spares-and-accessories/
And if so, what would the code look like?Also, when reading through the documentation and supporting links for the filter hook it recommends running the search with the admin search tool. When I do this the relevancy of the results is more accurate. Does this mean the theme or plugin is altering the results ordering on the front-end?.
Is there some way I can identify what is altering the ordering?- This reply was modified 1 year, 3 months ago by andyt1980.
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] Metafields PositioningThank you, increasing to 100 has worked.
Forum: Developing with WordPress
In reply to: Multiple Custom Taxonomy RelationshipThank you, thats very helpful. There will be seperate pages on the site for Venue Locations, so for example there will be a page showing all ‘Venues’ in the ‘North’. I suspect creating that query with Elementor will be easier if Venues was a seperate CPT but I will see if I can achieve it using Term Meta.
Forum: Developing with WordPress
In reply to: Multiple Custom Taxonomy RelationshipThank you, this could work and I could use ACF to add the Metafield as a select drop-down.
Only issue with this approach is that the new Elementor Taxonomy filter which Iβm using to display the venues on the front-end doesnβt support Taxonomy Term Metadata.
However, I believe FacetWP or possibly other filtering plugins may support them.Would appreciate any other input as to whether using Taxonomy Term Metadata would be the best approach.
Thanks.
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] Metafields PositioningHi,
Have just tried the code but the fields still haven’t moved position. I see the default Name, Slug, Parent Category, Description fields, then the SEO Framework fields and then the ACF fields last.
Have also tried changing the Order No. in the ACF Presentation settings but it has no effect.
I’m using the Code Snuppets plugin (https://en-gb.wordpress.org/plugins/code-snippets/) to add the custom PHP code and have it set to ‘Run snippet everywhere’
Any further assistance appreciated.
- This reply was modified 1 year, 5 months ago by andyt1980.
Forum: Fixing WordPress
In reply to: Disable Lazy Loading – Specific ImagesHi, Yes I’m aware of that filter but that disables lazy loading on ALL images which I don’t want. Only want it disabled on above the fold OR specific images.
I am also having this issue, ReCaptcha on my Gravity forms not working until consent given. Also when I do a scan it doesn’t find any cookies related to ReCaptcha either.
Forum: Plugins
In reply to: [WooCommerce] Front-End Display IssuesHi,
The problem occurs mostly on product that we import via a custom cron plugin. This is run weekly to import new products and update prices/stock from the suppliers data. The plugin use the following code to update the price:update_post_meta( $product_id, '_regular_price', (float)$row[ NPC_PRICE_RRP ] );Originally we were using the _price meta field to update the price but we found that using that was somehow stopping sale products from being displayed. However, as mentioned, the product prices are being updated in the back-end but not showing on the front-end. I cannot be sure if its ONLY the products which have been imported that have the issue as there are over 40 thousand products on the site.
I’ve updated Woocommerce to the latest version 8.6.1Β and the issue persists.Any further assistance would be much appreciated.