glutenfreemrsd
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect of some pages is not workingHi – can anyone help on this please?
Forum: Everything else WordPress
In reply to: WordPress App Changes Privacy To HiddenThanks, Esmi, much appreciated. I’m happy with the page loading times and mobile friendliness – I just need to write posts more frequently!
Forum: Everything else WordPress
In reply to: WordPress App Changes Privacy To HiddenThanks very much, Esmi. I’ve had all sorts of drama with the site and traffic to the blog is about 2% of what is used to be! I wonder now if this is the cause. Do you think I should take any further action on this – other than checking the app stays to Public/indexable?
Forum: Fixing WordPress
In reply to: Images on old posts are not displayed in blog postMany thanks. I installed and ran this but then I got an error on all of the images that I was trying to fix. The errors look like this:
“supermarket3” (ID 798) failed to resize. The error message was: The originally uploaded image file cannot be found at /home/utenfrcom/public_html/wp-content/uploads/supermarket3.jpg
Do you know how I can fix this? Thanks.
Forum: Fixing WordPress
In reply to: Images on old posts are not displayed in blog postSorry, forgot to add an example of a post which is now partially working as described above:
http://www.glutenfreemrsd.com/2011/05/rome-have-yourself-gluten-free-pizza-action/
Forum: Fixing WordPress
In reply to: Images on old posts are not displayed in blog postThanks for coming back to me.
I’ve updated the version of my theme and the problem is partially solved.
The images are now visible in Internet Explorer correctly.
However, they are not visible in Chrome at all – still displaying as thumbnails.
On my Iphone the images are partially displaying. The photo box is there (was the thumbnail pre update) but the actual image is not visible.
Do you know what might be causing the partial fix and what I can do to fix it?
Hi Steve,
Many thanks for coming back to me an providing the link.
Is there a way to set a default image or should I go back into the historical posts and set the image post by post?
Forum: Fixing WordPress
In reply to: No Photo in Link To Twitter/Facebook / All In One SEO PluginMany thanks, James. I’ve posted on the plug in forum.
Forum: Fixing WordPress
In reply to: Links no longer workingHi,
I’ve managed to find my .htaccess file within Yoast SEO. It says the following (copy and pasted) but I’m not sure what I need to change?
Also, Google finds my posts but says “A description for this result is not available because of this site’s robots.txt”. Is this related to the htaccess problem too?
# Added by http://bloggertowp.org/ #
#############################################################
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Redirect Main Blog feeds
#ATOM Feeds
RewriteRule atom.xml feed/atom/ [L,R=301]
RewriteRule feeds/posts/default feed/atom/ [L,R=301]#RSS FEEDS
RewriteRule feeds/posts/default?alt=rss feed/ [L,R=301]
RewriteRule rss.xml feed/ [L,R=301]#Comments Feed
RewriteRule /feeds/comments/default comments/feed/ [L,R=301]
RewriteRule /feeds/comments/default?alt=rss comments/feed/ [L,R=301]#Redirect archives
RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive\.html$ $1/$2/ [L,R=301]#Redirect labels/tags/categories
RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301]
</IfModule>
# End http://bloggertowp.org# 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># END WordPress
RewriteEngine on
Thanks in advance,
SianForum: Fixing WordPress
In reply to: Links no longer workingHi Tara,
Thanks so much for the reply.
Dense question – how do I rename my htaccess file and what should I rename it as?