TesterGP
Forum Replies Created
-
I have a redirection plugin that is outdated, I have to check that my coded redirections are not triggered on the target url, I have to check all my loops.
Yes, I did.
In the meantime I found out that I have an infinite loop going on somewhere and I believe it is the cause why the % of use of the disk is suddenly increasing. I am first going to try to solve that problem (I guess it will also solve this ticket).
You can close this topic. Thanks a lot for your insight and help, it helped me to find out that I also had an infinite loop.
/wp-content/cache/all/ : 202.760 Bytes
/wp-content/cache/wpfc-minified/ : 0 Bytes
/wp-content/cache/shield : 349.502 Bytes
After emptying the cache using WP Fastest Cache, these figures doesn’t change. How can I fix this?
“However, We need to find out which folder’s storage space is increasing to know there is a problem or not.”
How can I do that? How to proceed?
To avoid any other plugin to hook with WP Fastest cache (as mentioned previously, something is automatically disabling my temporistaion rule.
In the meantime the cronjob is doing well, but the % of diskspace is still increasing (from 65% to 69%) while WP Fastest cache is the only cache I am using.
Any idea what could cause this increase of disk space while nothing is added to it by human intervention?
Hi Emre,
Thanks for your quick response. Your solution works well!!
Just wondering, before you answeres, I already added the following line of code to config.php
define(“WPFC_DISABLE_HOOK_CLEAR_ALL_CACHE”, true);
but it doesn’t change anything. Any idea why?
Yes for sure. I will create an account for you and a protected page that includes your shortcode so you can test it. I will send you the url and credentials by email. Can you give me an email address where to send you the details?
OK. Good point.Thank you Mihaela.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Thumbnail not published on TwitterCan I send it by email or other way? Can’t post the url on forums.
I am speaking about the Facebook Page Url and not the Facebook App Id. Why do we need to enter the Facebook Page Url if it is not used by the plugin?
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Thumbnail not published on TwitterI added the url of the page into https://cards-dev.twitter.com/validator and the result is :
the domain name is whitelisted for summary card
INFO: Page fetched successfully
INFO: 19 metatags were found
INFO: twitter:card = summary tag found
INFO: Card loaded successfully
The featured image of the page is not published on Twitter but in place of that the wrapper image of twitter that you van find here https://ton.twimg.com/tfw/assets/news_stroke_v1_78ce5b21fb24a7c7e528d22fc25bd9f9df7f24e2.svg.
Any help appreciated.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] query on start time and end timeOK, thx for your answer.
Dear Movin,
Thx for your answer. It works when editing the footer.php file.
Now I am trying to display the text using a specific function that also requires some code to be placed into the header and some code to be placed where the text must be displayed. If I test it out on one page, it all works perfectly.
I try to apply it on the homepage now. I tried to add the function into header.php using the conditional code you mentionned above
if ( is_front_page() ) :
But that doesn’t work. Then I tried to add the code into the page.php file just aboveget_header();
but that doesn’t work neither.
To give a concrete example how it works on one page :<?php function myfunction( $content ) { ... } get_header(); ?> <div id="content" class="site-content container"> <div id="primary" class="content-area col-sm-12 col-md-12"> <main id="main" class="site-main" role="main"> <?php function Myfunction2(){ } </main><!-- #main --> </div><!-- #primary --> </div> <?php get_footer(); ?>
With your solution I added
function Myfunction2(){...}
in the footer.php. Now I still need to add `function myfunction( $content ) {
…
}` in a header of a fle, but can’t find which one to make it work.
Can you help me with this?Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Frontend 1.2.4 translation issueSolved. I found the translation file on the internet.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Frontend 1.2.4 not workingHi Ben,
With the upgrade the issue was resolved.