That functionality is built into Wordpress, not the theme. However in this case it looks like the theme has modified the process for some reason - so it's best if you reach out to the theme developer.
Whilst I’d normally agree with you, read this whole thread. OP was using a nulled plugin so their site was riddled with malware and always throwing 403 errors. That’s why they were looking for a band aid fix to their problem instead of fixing the actual issue.
For example, in the clients erp system, they may have separate product IDs than the vendor. It may be as simple as another description field in woocommerce
You'd create a custom field in the product post type where the field is made up of two (or more) elements: the client name/code and the description / and maybe even price and anything else that's specific to the client. It's not a simple job - would require custom coding - and plugin wouldn't exist for this I'd imagine.
Appreciate the response and the link. Is using React for this feasible in your opinion? If so, does it make more sense to make it a standalone app that authenticates with JWT through the API or should this be built as an actual WordPress plugin?
Because most bots don't use the normal login URL to get into a site. Changing the URL is commonly known as "security by obscurity" - it doesn't work. They use xmlrpc.php, which should be the first thing you disable on any website
No, items are linked to kits, they are not the same. In database terminology, it's a One to Many relationship - not bidirectional (many to many). Use the link/code I linked above.
Nope, still not displaying as a list. Just a jumbled paragraph
Needs to be html. Try using a convertor like
It worked!! Marry me? I am beyond grateful! I have been messing with this for hours. Let me know if you have a tip jar
Awesome! I really need to setup a tipjar!
That functionality is built into Wordpress, not the theme. However in this case it looks like the theme has modified the process for some reason - so it's best if you reach out to the theme developer.
You can preload a google fonts the same way by using rel="preload" in your link tag.
Ummm what?? More info required.
Nice try, Lions Gate marketing team.
yea, unfortunately
Probably should put that info in the post. Not everyone here lives in the US.
Ye the built-in one is more up-to-date I'd say.
The plugin in the repo actually gets all the beta stuff first, before they’re rolled into Core.
Can’t always fix edge cases, always good to have redundancy
Whilst I’d normally agree with you, read this whole thread. OP was using a nulled plugin so their site was riddled with malware and always throwing 403 errors. That’s why they were looking for a band aid fix to their problem instead of fixing the actual issue.
I might have to if nothing in the ecosystem already exists. Just thought to ask and research before hand.
You suggested it was more than just branding - custom product selection?
For example, in the clients erp system, they may have separate product IDs than the vendor. It may be as simple as another description field in woocommerce
You'd create a custom field in the product post type where the field is made up of two (or more) elements: the client name/code and the description / and maybe even price and anything else that's specific to the client. It's not a simple job - would require custom coding - and plugin wouldn't exist for this I'd imagine.
Name the plugin.
Are those 21x11 in the rear?
992 GT3 OEM rears are 21x12, fronts are 20x9.5.
I wouldn't bother storing PDF's - generate them dynamically. Just store the customer info in your DB.
If you think this is a “standard” sql injection you’ve never seen an injection.
Or SQL.
I tried that earlier, it didn't change anything unfortunately.
Delete the .htaccess file from the web root folder, then try resaving your permalinks.
That worked! You're a legend, thanks so much!
Sweet!
I guess i’m looking for lower bars, to make the top of the bike flat like cafe racers are
Flip your handlebars.
Install Wordfence and run a scan.
Going to do this once I can even install it. When logged into WP-admin. I click on install plugin then 403 forbidden...
Download Wordfence from the wordpress plugin repository and upload the zip to your server and unzip it into /wp-content/plugins/ folder.
Assuming they're using Woocommerce?
Appreciate the response and the link. Is using React for this feasible in your opinion? If so, does it make more sense to make it a standalone app that authenticates with JWT through the API or should this be built as an actual WordPress plugin?
Up to you. If you're going the React route, you'll need to use the WP REST API.
Check Appearance > Widgets
I'm using this plugin for security, Is word fence better?
Yes Wordfence is better.
Because most bots don't use the normal login URL to get into a site. Changing the URL is commonly known as "security by obscurity" - it doesn't work. They use xmlrpc.php, which should be the first thing you disable on any website
GeoDirectory plugin
Do you have your TXT SPF record setup?
Yes, it's a regular file that anyone can access.
You need to share your URL for us to be able to help.
That's might be exaclty what I need, thanks I'll look into it ! I hope my pmugin for queries will work too with that...
You're not dealing with a bidirectional relationship though i.e. kits can't belong in an item.
No but Kits are linked to items, is it not the same ?
No, items are linked to kits, they are not the same. In database terminology, it's a One to Many relationship - not bidirectional (many to many). Use the link/code I linked above.
Via PHP, through wp_mail()