Pk
Forum Replies Created
-
It appears to be working now on the uncached page. Is there for it to work with page caching?
Forum: Plugins
In reply to: [Visual Link Preview] Best way to display a big list of links with previewsThanks I totally understand. so my question how would you suggest to parse a list of links? Any way to do it less manually?
Forum: Plugins
In reply to: [Visual Link Preview] Best way to display a big list of links with previewsApologies, the project got sidetracked a bit.
I meant this link manager: https://codex.www.ads-software.com/Links_Manager
Would it be possible to display all links in that list as previews? It would be easier to manage from the backend, as they’re categorised and formatted.
Thanks @nlemsieh
I have set this to only display on this product, disabled wp hyper-cache on this page and disabled cloudflare on this URL.
It seems every time I refresh the page it re-appears. The timer is set to 30 seconds, hopefully, its enough to test.
Also double checked and “Auto-restart when the session expires?” is definitely set to ‘none’
- This reply was modified 5 years, 8 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Visual Link Preview] Best way to display a big list of links with previewsWell, there’s nothing at the moment, we wish to feature a whole lot of links. Automatic is always better… I know the original links manager appears to be depreciated.
Forum: Plugins
In reply to: [Foster Me: Seek & Shelter an Animal in Need] Taking this plugin overI too am looking for a similar plugin. Please update the thread if you find more information.
Title does explain the problem, but you’ll need to provide some more info, did you update something in the meantime? Have you made any other changes? what caused the error, did you change a template or theme? What have you tried so far?
Forum: Plugins
In reply to: [Fast Velocity Minify] 2.5.7 doing something strange with Js mergingHi Raul,
You’re right, I selected the option to “Disable JavaScript processing” just while I find another solution on my live site.
Thank you for your offer. The error is present on the staging site, so I did send through my staging site admin details on your contact page on the fastvelocity website yesterday. Shall I resend?
I have tested 2.5.8 and it still occurs, adding
*/mailchimp-for-woocommerce/public/*
to the ignore list, did not help.Forum: Plugins
In reply to: [Fast Velocity Minify] 2.5.7 doing something strange with Js mergingHi Raul,
Thanks so much for your FASTVELOCITY reply!
So Here’s what I found so far:
1. It’s not an FVM plugin issue, the issue appears to be related to the MailChimp for Woocommerce plugin. Disabling that plugin also fixes the issue.
2. I have attempted to exclude their JS using the exclude box: */wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js
But it didn’t make a difference. (@4hunter for confirmation do you also use this plugin?)3. To confirm it’s not directly related to the FVM update I downgraded to 2.5.6 and it was still happening.
It was really just poor site management on my part to upgrade 3 plugins without testing properly.
I’d really like to learn, could you point me in the right direction to use the google console log? I was using the chrome dev tools, but I’m not sure how to use the console, and on looking there aren’t any errors.
I really appreciate your assistance!
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] How to resend reminder email?@julianvu do you think this will come to the next version?
Forum: Plugins
In reply to: [Auto SEO Links] List in backend incomplete (online 10 entries)Hey, I was able to fix the plugin, you just need to edit the code a bit. Thanks, @dima-stefantsov your code helped me fix it.
First deactivate the plugin. Then using a file editor, or a text editor edit the following files. (I use the Functionality plugin for this makes it quite easy)
auto-seo-links/admin/partials/auto-seo-links-admin-link-list.php
Line 216 replace
$internal_post_queries[] = new WP_Query( array( 'post_type' => $publicPostType->name, 'post_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'title' ) );
with
$internal_post_queries[] = new WP_Query( array( 'post_type' => $publicPostType->name, 'posts_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'title' ) );
–
–
–
–
–Line 229 replace
$seoLinkEntries = new WP_Query( array( 'post_type' => 'autoseolink', 'posts_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'modified' ) );
with
$seoLinkEntries = new WP_Query( array( 'post_type' => 'autoseolink', 'post_per_page' => -1, 'post_status' => 'publish', 'orderby' => 'modified' ) );
–
–
–
–
–auto-seo-links/auto-seo-links.php line 19 change the version number
* Version: 1.0.2
with (anything will do, but I was hoping the dev would use a newer version when(if) he ecides to udate it.
* Version: 1.0.2.1
And line 33:
define( 'PLUGIN_NAME_VERSION', '1.0.2.1' );
When you reactivate the plugin it will see the version change and update the code.
Forum: Themes and Templates
In reply to: [Shop Isle] Bug report: Woocommerce 3.5+After upgrading all my plugin and WP to 5 it appears to have resolved itself.
Forum: Themes and Templates
In reply to: [Shop Isle] Compatability with Woocommerce 3.5+Screenshots:
https://screenshots.firefox.com/G6Q7BSAyX9Xm3zKi/bllthelabel.nl
https://screenshots.firefox.com/WypeUGsLvCbcSXWT/thegentlemanadventurer.com
https://screenshots.firefox.com/GZIg2kBKs9xNxr7g/boughandantler.comI hope these websites don’t mind the share.
Forum: Themes and Templates
In reply to: [Shop Isle] Compatability with Woocommerce 3.5+@torres126 @codeinwp @addweb-solution-pvt-ltd Did you perhaps notice this as well?
Forum: Themes and Templates
In reply to: [Shop Isle] Compatability with Woocommerce 3.5+Any news on this as we cannot update WordPress to V5 before we update woocommerce, so we’re waiting for this to be resolved ASAP.