darkf3d3
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Server log full of 403 errorThank you
Forum: Plugins
In reply to: [Contextual Related Posts] Slow queriesThank you
Forum: Plugins
In reply to: [Contextual Related Posts] Slow queriesNo, the slow query was only the one i sent you.
Now with “Cache HTML output” setting enabled, on the second page load the plugin show 0 slow queries.Forum: Fixing WordPress
In reply to: Redirect non existing category pageAny help?
Forum: Plugins
In reply to: [WP Popular Posts] Showing position on each postYes, I tried in that way but I can’t achieve the layout I need.
It’s a particular design with big semi-transparent number below the others text. I think the only way it’s having the numbers on separate elements.Now I’m a bit near to the solution.
Now my post are numbered, but fron the second post.
FISRT ITEM – Nothing showed
2nd – 1
3rd – 2
4th – 3
5th – 4
ans so on.So I think the first
<li>element it’s created before the variable declaration.I declared it just before these lines:
foreach($mostpopular as $p) { $content .= $this->__render_popular_post( $p, $instance ); }Then into the function:
private function __render_popular_post($p, $instance) {I imported the variable with:
global $position;Forum: Plugins
In reply to: [WP Popular Posts] Problem with thumbnailsThanks you, I was looking into the plugin settings and not into the widget.
Forum: Plugins
In reply to: [WP Super Cache] Clear cache when a post is publishedYes, we schedule all the post to publish them.
Good to ear that in the next release this will be fixed, do you have an estimate of when it could be released?Forum: Plugins
In reply to: [WP Super Cache] Clear cache when a post is publishedAny help?
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Caching the widgetI just installed RPWE, I have a doubt regarding is.
I thick show thumbnail and set a dimension of 92×92 px, but i doesn’t show that size, it doesn’t generate the desidered size? It’s only show available size?Forum: Plugins
In reply to: [Advanced Random Posts Widget] Caching the widgetThanks Satrya,
but with that plugin i can obtain the same things as the other?
I can show for example 10 article image taken at random from all the website?Forum: Plugins
In reply to: [Advanced Random Posts Widget] Caching the widgetBut for example having the option to cache output for 10, 30 o 60minute could be a good solution. In this way it doesn’t need to run the query on every page load.
Forum: Plugins
In reply to: [Contextual Related Posts] Timthumb thumbnail doesn't worksSince I haven’t find a solution to fix timthumb i decide to disable it.
The problem is that the plugin automatically use the bigger image, how can i set to use a smaller thumbnail from the available size?
For example the thumbnail with “-315×210” at the end of the name.Forum: Plugins
In reply to: [Contextual Related Posts] Timthumb thumbnail doesn't worksI asket my hosting but they told me that it shouldn’t be blocked, in fact the other plugin works.
They told me that i can do a try, generating a single thumbnail and looking at the error log of the server if there’s some errors there.There’s a way to generate one thumbnail manually?
Forum: Plugins
In reply to: [Contextual Related Posts] Timthumb thumbnail doesn't worksIt’s really strange because with filezilla the permission of the cache folder are correct (775), but if i try to open a file of the cache i see on the first line of the code:
<?php die(‘Execution denied!’); //jpg ?>Forum: Plugins
In reply to: [Contextual Related Posts] Timthumb thumbnail doesn't worksWith permission on cache folder you mean the cache folder that there’s in you plugin folder?