acoustika
Forum Replies Created
-
Testing some more and thought I had found it…
By changing fireing order…
But Ala, discovered all that happens is that when I save in the fireing order menu Freesoul Deactivate Plugins is deactivating the PRO modul… and for that reason discovered that the filebird thing not showing folders is only when the Pro module is activated..
Whats up with the module deactivating itself?
Forum: Plugins
In reply to: [WPC Product Size Chart for WooCommerce] Plugin broke divi builderIt might not be, it for sure is 😉
same issue, why not post the solutions here instead, so people can find them?
Great, update today but this error is not fixed…
It totally broke my site and I rebuld my whole site from scratch because woopayments overview, transactions log and so on would not load properly, figured out today it turns out this has something to do with it, if I have debug on n any form, this error breaks functionality and no word from anyone….Problem still persist with newest update, breaks my site even more
Im using Divi theme and on php 7.4Screenshot here https://snipboard.io/whg7qM.jpg
done 🙂
Yes exactly Overview, Transactions, Disputes and the likes are the ones affected…
It is the same in Edge Browser…
Sometimes the load almost, but almost 100% of the time you see them loading and like seeing some of the content for a sec and then they revert to blank screen, see svreenshots
https://snipboard.io/m7elnu.jpghttps://snipboard.io/dlAmVe.jpg
If it always has been like this I actually dont know, but I have an earlier version on the site on localhost, and there is it the same
And have several times deactivated everything and default theme and storefront theme and it still loads with errorsThere are no issues in the frontend only in the backend on woopayments pages
No I’m not getting any fatal errors, and the site seems pretty okay and fine. It is only woopayments analytics pages “overview”, “transactions” and so on that fails
But 3 cpu cores, 2gb ram and 30 php-threads? shouldn’t that be sufficient and more to run a woocommer site?
As I said Reverted to storefront, deactivated All plugins except woocommerce and woopayments and problem persistsNope I’m on newest version 2.18.1 and the issue is stille there
Okay I tried the same manually… Started disabling plugins and it seems like it “Widget options” plugin that starts all those errors to appear
Well I have tried installing the health check plugin and activating Twenty Twenty-Three theme via that and all plugins disabled. The errors don’t display on screen anymore then, but they are still loggin in the debug.log
I can see the &data part in the url are the same for all email adresse I send
And I use [link:subscription_manage_url] in the templateForum: Plugins
In reply to: [Plugin: SEO Super Comments] iNove Themes does not work errorHi…
I have a minor modified version of Inove and have fixed this with these changes…
In function.php in theme directory i have made this change to the function custom_comments
change around line 483
FROM<div class="name"> <?php if (get_comment_author_url()) : ?> <a id="commentauthor-<?php comment_ID() ?>" class="url" href="<?php comment_author_url() ?>" rel="external nofollow"> <?php else : ?> <span id="commentauthor-<?php comment_ID() ?>"> <code><?php endif; ?></code> <?php comment_author(); ?> <?php if(get_comment_author_url()) : ?> </a> <?php else : ?> </span> <?php endif; ?> </div>TO
<div class="name"> <div id="commentauthor-<?php comment_ID() ?>"> <?php comment_author_link() ?> </div>Forum: Plugins
In reply to: [New Plugin: SEO Super Comments]Hello there…
Great plugin but i cant get my sitemap.xml to show the dynamic pages…
I have looked on your site and can see we are using the same sitemap plugin, ive tried several things to make the sitemap show the new comment pages but cant seem to make it work