Dave
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup, Restore and Migrate your sites with XCloner] Dropbox ErrorI have upgraded plugin to Version 4.0.5 and some of my sites work sending to dropbox again BUT one site with a slightly larger backup (384 MB) is getting the Error:
Uploading backup to the selected remote storage… Client error:
POST https://content.dropboxapi.com/2/files/uploadresulted in a413 Request Entity Too Largeresponse: <!DOCTYPE html> <html> <head><meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″> <title>Dropbox – 4xx</t (truncated…)any ideas as to what this is?
Thanks,
Dave
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] sitemap priorities?Hi Sybre, I have switched from Yoast to your plugin this AM and am happy so far, but wanted to know how you are coming up with the Sitemap priority and how I can change the values for each page or base it on site hierarchy.
Do I have any control over Priority values?
Thanks,
Dave
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] sitemap priorities?Hi Sybre, thanks for your quick response. I was refering to Yoast SEO, but I realize that this is a different plugin, so I retract my comment.
I will look into this plugin though.
Thanks,
Dave
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] sitemap priorities?It appears you have removed Sitemap Priorities. Is that correct?
Why not make it an advanced option so folks who were using them can continue. I was using the priority field in the sitemap to assist with my cache refresher.
I do not think you should assume that Google is the only consumer of a sitemap since anyone can use them and priority can be very useful to other applications.
I guess I am voting for supporting them even if it is a advanced option to turn it on.
Resolved… Thanks again
I uninstalled plugin and re-installed on 2 of my sites and it now it is working without throwing an error. Something you did fixed it.
Thank you very much for the awesome quick support π I love Xcloner
Dave
Forum: Fixing WordPress
In reply to: Admin (attempting) redirect to HTTPSAny further updates on this? Same Problem here in MediaTemple GS some servers with FastCGI and some without. I want to know what is causing this or a workaround like the htaccess solution recommended above.
Forum: Fixing WordPress
In reply to: Post bulk nagivation problem (/page/2)Well thanks anyway, I guess…
It appears that it DOES work under pages, just needed to pass on the paged variable on in the query mod. Changed one line:
query_posts(‘cat=-0&paged=’.$paged); //gets all posts and preserves paging
So it works π
Forum: Fixing WordPress
In reply to: Post bulk nagivation problem (/page/2)Ok, well for this theme, we have the blog accessed through a page called /blog. this is because the site has many other pages and the blog is a subsection of the site.
I think I found the offending code inside template blog.php (this is the template that the /blog page uses and it subsequently includes index.php), but I am not sure what to change it to.
<?php
/*
Template Name: Blog
*/
?><?php query_posts(‘cat=-0’); //gets all posts
load_template( TEMPLATEPATH . ‘/index.php’); //loads index
?>————————
The line: query_posts(‘cat=-0’);
is causing the problem and defeating the paging code I think.Forum: Fixing WordPress
In reply to: Post bulk nagivation problem (/page/2)It works with classic theme, but it does not have the blog rooted at /blog
Site: http://skmurphy.com/blog/
Page 2: http://skmurphy.com/blog/page/2/
shows the same posts as page 1. It continues the paging until the end (clicking previous posts until on page 8), so I know the paging is working, but it is displaying only the first page of entries on every page.
Forum: Fixing WordPress
In reply to: Post bulk nagivation problem (/page/2)Currently running Version 2.0.3
Forum: Fixing WordPress
In reply to: Post bulk nagivation problem (/page/2)I am having the exact same problem for a couple of my clients. Did you ever get a response? I cannot find a solution to this.
Thanks