xXZ3R0x
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] How do product sets work?Nevermind. Seems to actually work now after I deleted and re-created all my Product Sets!
Forum: Plugins
In reply to: [Facebook for WooCommerce] How do product sets work?When i go to edit a Product Set in Facebook for Woocommerce and hit save i see this in the logs
09-01-2021 @ 00:15:15 - Request Request method: POST uri: https://graph.facebook.com/v11.0/179312622691973/items_batch user-agent: Facebook-for-WooCommerce/2.6.4 (WooCommerce/5.6.0; WordPress/5.8) headers: Array ( [Authorization] => ************************************************************************************************************************************************************************************************ [content-type] => application/json [accept] => application/json ) body: {"allow_upsert":true,"requests":[...],"item_type":"PRODUCT_ITEM"}
Why is it calling
items_batch
and notproduct_set
endpoint? I never seeproduct_set
ever get called in the debug logsForum: Plugins
In reply to: [Async JavaScript] Run GTmetrix Test is endless@optimizingmatters because I’m using Cloudflare, at one point i got a 504 on admin-ajax.php because this runs for so long.
Forum: Plugins
In reply to: [Simple Author Box] 400 Error Loading Fonts@machothemes according to the code setting it to
none
just setssubset=latin
on the URL (Google defaults to this and isn’t really needed).I’m not looking to disable our theme’s fonts. Since our theme is more central and loading a more comprehensive list I was hoping for SAB not to load fonts. Currently, when inspecting our site you can see google fonts trying to be loaded 3 times because of the theme, this plugin, and another plugin. They’re all loading Open Sans so it’s just extra calls the client is making to Google.
Forum: Plugins
In reply to: [Simple Author Box] 400 Error Loading FontsFound the cause of the 400
class-simple-author-box.php line 146:
if ( 'none' != $sab_box_subset ) {
should be
if ( 'none' != strtolower($sab_box_subset) ) {
Still would be good to disable loading of redundant fonts loaded by my theme
- This reply was modified 6 years, 7 months ago by xXZ3R0x.
Forum: Fixing WordPress
In reply to: Add a WordPress Website to a Subdomain.Just go to your hosting. Add a subdomain. It usually will create a folder in your FTP with the same name. ex: sub.domain.com will result in a folder called “sub”.
If it’s an existing site: before moving your files into there go to your wp-admin and go to Settings > General and update your site and url addresses to match the new one. Then move your wordpress files into the new directory.
IIRC thats all you should need to do.
If its a new site: just setup like you normally would.Forum: Plugins
In reply to: [EventCalendar] Social Media?But that’s not free. So again i feel mislead. Anyways, I’m using a different plugin now. Thanks
Forum: Plugins
In reply to: [EventCalendar] Social Media?Simple share buttons aren’t what I would call “integration”. I can add those my self to any plugin.
I was referring to being able to import/export from Facebook.Forum: Plugins
In reply to: [Social Media Icons Widget] Instagram icon?I second this.
Forum: Plugins
In reply to: [ROT13 Encoder/Decoder] Passphrase Decode TriggerI don’t think i saw that plugin when I was searching. But either way, it seems to be outdated and doesn’t work (confirmed by another user).
Thanks for your help anyways.Forum: Plugins
In reply to: [ROT13 Encoder/Decoder] Passphrase Decode TriggerI am unfamiliar with ROT13, but those other one’s aren’t what I’m looking for either. I don’t want to password protect my whole site, or even a page, just a single element on a page.
I don’t really need it to be secure just trying to create security through obscurity.Forum: Plugins
In reply to: [ROT13 Encoder/Decoder] Passphrase Decode TriggerI was thinking instead of the random string of characters it generates now there wold be a text field.
Anything a long those lines really. I just want to post a decryption key to mega that requires a the correct answer to a question to be typed in. So not just ANYONE can get it.Forum: Plugins
In reply to: [JM Twitter Cards] Product card supportI knew video and app were special, I didn’t know product was special too.
Whatever then.Forum: Reviews
In reply to: [eShop] ConfusingBecause having to set each zone is a lot of work. The easiest thing was to do flat rate but thats not that great for international shipping.
No, we have switched over to Cart66. My clients and I both love it. The layout is much more simplified and live shipping calculation takes out ALL the work needed for shipping.Forum: Plugins
In reply to: [JM Twitter Cards] Manual AuthorsYES! There it is. This is awesome functionality. Thanks so much.