Husbarn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed shows full article instead of summaryStill the same after I did this. This problem is for a long time (for months now) so I don’t think that WP super cache plugin should make any problems with it, especially when I’ve had this problem even before installing it.
I think there’s something wrong with template’s code. Maybe there’s a setting for summary characters limit and that limit is set high and that’s why my feed shows full article instead of summary. Just not sure where to search for that summary’s length code in my template.
Forum: Fixing WordPress
In reply to: RSS feed shows full article instead of summarySettings are on “show summary”.
Yes, I have WP super cache, tried to disable it and still the same. I’ve tried to disable all my plugins and still the same problem.
Forum: Fixing WordPress
In reply to: RSS feed shows full article instead of summaryYes, I have yoast seo plugin which adds that line. I tried to disable it, but still nothing changes.
Forum: Fixing WordPress
In reply to: How to upload files that could be accessible with direct link onlyI know i could just upload it to my root folder of my domain and name it for example, 55869656866452214.zip (link would be for example, wordpress.com/55869656866452214.zip) but isn’t this way it still can be found in some way without having a direct link to it? I mean is this safe enough?
Just rename the folder of yoast plugin to for example “1” and site should go back to normal. In order to do this, you have to go to your files in your host. Later go to plugins page and delete it and download 1.4.2.4 version (this one works good for me), install it and configure your settings (yes, all current settings will be lost).
Actually i have more than one site and on other sites the latest version works good. But somehow on my main site it doesn’t work. All my sites are hosted with hostgator. All sites that are added as addon domains, works great. My main (first) site gets blank page after i install the latest version of this plugin.
Forum: Plugins
In reply to: Google chrome "can't load page error" when WP super cache deletes cacheTried today to delete cache from my entire website and logged out from my wp admin panel (in firefox) just to test it out. Opened google chrome (never logged in wp admin panel), homepage loaded fine, just clicked on one of my categories ang got this. The whole message bellow:
No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.Had to refresh the page several times till it’s loaded again. After that when i browse my pages again everything loads fine. However tried with IE and firefox and everything loads just fine.
It seems every time i delete my entire website cache or i post a new post, chrome makes this error.
EDIT: it seems that 1.4.9 version causes the problem as well. WP super cache stopped caching…
With the new version (1.4.8) of this yoast plugin, also WP super cache no longer caches as well…once i disabled yoast plugin it’s caching again…
Hey Alain i did like you said and it’s working, i’m just curious if it’s good to add value in .htaccess file like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># Use PHP 5.3
AddType application/x-httpd-php53 .php# END WordPress
Or should i add it outside this code?
# BEGIN WordPress
# END WordPressABove # BEGIN WordPress there is a huge code from yoast seo plugin.
Forum: Plugins
In reply to: WP yoast seo plugin errorYeah, i renamed main “wordpress-seo” folder and my website is working again. Anyone else who have this problem too, do the same till it’s going to be fixed.
Today i noticed that i get 404 page too. Previously this sitemap was working good and suddenly i get 404 page.
Forum: Fixing WordPress
In reply to: Images thumbnails won't appear?It seems that thumbnails are showing again. It fixed by it self.
Forum: Fixing WordPress
In reply to: Images thumbnails won't appear?Actually i saw complaints that this happened before with timthumb script. When all was working and suddenly stopped working, so it’s definitely must be a problem.
I think i need to remove it and integrate wp media uploader or something else for showing thumbnails.
Forum: Fixing WordPress
In reply to: Images thumbnails won't appear?You still can’t see anything if i change and you can look, because no images appears at all when i activate 2012 theme, so basically you can’t see anything, just blog posts articles (text only). No header, nothing…
Forum: Fixing WordPress
In reply to: Images thumbnails won't appear?I will switch back to my current theme in 2 minutes.