Matt Biscay
Forum Replies Created
-
Thank you @hardeepasrani – is there a public roadmap for Otter blocks?
Forum: Plugins
In reply to: [Sky Login Redirect] Loop login pageThread closed for inactivity.
Forum: Plugins
In reply to: [Sky Login Redirect] Doesn’t work – redirects to homepageHi,
@jdembowski: thanks for the heads-up.
@michoscopic: I checked your page and it’s redirecting to the article, not the homepage.
The logout link explicitly sets the homepage as the final redirection. It might be set by the member plugin you’re using.
Forum: Plugins
In reply to: [Sky Login Redirect] Options disappeared, errors in consoleHi Franz,
I can’t reproduce the issue on my end, can you provide some more information about your environment? Mainly:
– PHP version
– WordPress version
– Sky Login Redirect versionThanks
Yes, I tried that delete all CSS option but the files are recreated instantly.
Thanks for taking the request into consideration.
Why would one want to disable the creation of CSS as that’s bad for the website optimization?
Well, the fewer files the site requests, the quicker it loads. If there’s no need to create/load files when Otter is not being used on a post, I don’t see why files should be loaded. Hope it clarifies my thinking.
Cheers,
MattHi,
I’d like to second that request. Right now, there are
post-$post_id.csscreated for all posts, even though Otter is not being used. These empty files are loaded on each page load, which is danging performance.It would be nice to have:
– a filter to disable the post CSS creation altogether
– post CSS only creating files when Otter blocks are being used and when there’s actual CSS to put in these files.Thank you,
MattForum: Plugins
In reply to: [Sky Login Redirect] Loop login pageHi,
Can you share a link to your site so I can test it out?
You can send your details privately here.Thank you,
MattForum: Plugins
In reply to: [Sky Login Redirect] Doesn’t work – redirects to homepageHi,
The plugin uses a different code base than the ones you mentioned. The problem lays in the social login (such as LinkedIn): because you leave temporarily the site to log in to LinkedIn and then get forwarded to the site, it breaks the previous page (which is not on-site per se). As a result, because the plugin gets an empty value, it redirects in the last instance to the homepage.
If you log in using the user/password combo, you should be directed to the article though.
Thanks,
MattForum: Plugins
In reply to: [SmartVideo - Video Player and CDN] Assets loadingHi,
I’m seeing different things using GTMetrix:
Yslow > Add Expires headers > 3 static components without a far-future expiration date:
- https://assets.swarmcdn.com/cross/css/video-js.css
- https://assets.swarmcdn.com/cross/swarmcdn.js
- https://assets.swarmcdn.com/cross/config/xxx-xxx-xxx-xxx-xxx.js
Pagespeed > Leverage browser caching for the following cacheable resources:
JS/CSS of external resources can also be further compressed.
Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Get author profile URLWhen using the snippet, it gives the same profile URL to anyone who comments. There seems to be only one author and all users commenting inherit his profile URL. Is there something I need to change?
Thank you,
MattForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Get author profile URLHi Greg,
Thanks for the code snippet. It looks like people submitting ads are not added as Authors on that page:
/wp-admin/edit.php?post_type=advert-authorIs there a way to ensure they are added as Authors when the “create account” checkbox is checked and when they post their ad?
Thank you,
MattHi Greg,
Thank you very much. There were more photos added to the gallery than the maximum authorized.
Cheers,
MattForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Enforce ad moderation after Paypal paymentHi Greg,
Thanks for the code, I’ll test it shortly.
Shall I keep the
remove_action('adverts_payment_completed', "adext_payment_completed_publish");filter or does the new snippet supersedes it ?Thanks,
MattHi Greg,
Unfortunately, I do not get validation errors in the “Additional Information” block.
Here’s a screenshot:
https://send.firefox.com/download/05e0cdb3b30c2c49/#O1m6U3pMR2s6lZlQEsecZgThe submission form was modified after the ad was posted. Would that interfere with the checksum validation?
Thanks,
Matt