skippyfx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After Upgrade to 3.6, Blog Only Works in SafariGot it. Thanks for your insight and patience!
Forum: Fixing WordPress
In reply to: After Upgrade to 3.6, Blog Only Works in SafariAh hah! The problem was the DEACTIVATED WP Super Cache.
That’s strange… should I report that somewhere?
Forum: Fixing WordPress
In reply to: After Upgrade to 3.6, Blog Only Works in SafariDone, still blank. Hmmm…
I know it’s not my hosting because I have another site online from the same Root.
Forum: Fixing WordPress
In reply to: After Upgrade to 3.6, Blog Only Works in SafariAll plugins are off now, still showing up blank.
Same for you?
Forum: Fixing WordPress
In reply to: After Upgrade to 3.6, Blog Only Works in SafariI am using a child theme to TwentyEleven.
Could something have been changed in the update?
Forum: Fixing WordPress
In reply to: Permalinks Not Refreshing with New VideosAnyone? I’m looking to get a code refresh after the main post content has changed, even though the whole page has not refreshed.
Forum: Fixing WordPress
In reply to: Permalinks Not Refreshing with New VideosThanks for the response. Here is what that section looks like:
global $wp_query;
if (isset($_GET[‘pid’])) {
$pid = $_GET[‘pid’];
$zepost = get_post($pid);
$zecustom = get_post_custom_values(‘vimeo_id’, $pid);
$zetitle = $zepost->post_title;
$zecontent = $zepost->post_content;
$zevid = $zecustom[0];
$zeshare = get_bloginfo(‘url’).”/portfolio?pid=”.$pid;
} else {
query_posts(‘post_type=portfolio&order=desc&showposts=1’);
while (have_posts()) : the_post();
$pid = $wp_query->post->ID;
$zetitle = $wp_query->post->post_title;
$zecontent = $wp_query->post->post_content;
$zecustom = get_post_custom_values(‘vimeo_id’, $pid);
$zevid = $zecustom[0];
$zeshare = get_bloginfo(‘url’).”/portfolio?pid=”.$pid;
endwhile;
}?>
Sure thing. This is the link location for “Edit Page”
http://modio.tv/wp-admin/admin.php?page=pluginchiefmsb/edit-site&mobilesite_site_id=1794
Thanks – downloaded the update and installed manually but I’m still having the same problem. It works until I try to edit a page, then it sends me to my website’s 404.
Thanks.
I have a weird feeling it still might be my fault – something to do with permissions? Or the .htaccess file?
I just don’t know.
Yeah – I feel like I’ve had 404 errors on certain subdirectories before. Not sure what the problem is though…
My WordPress folder is in public_html/wordpress
Same issue on Firefox and Chrome.
Hi there, yes.
Right clicking the edit page link shows this;
http://modio.tv/wp-admin/admin.php?page=pluginchiefmsb/edit-site&mobilesite_site_id=1740Plugins installed;
http://www.modio.tv/files/wp_plugins.pngThanks for your quick response!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Some Title Tags Working, Others NotAh, figured it out – I just need to change the {blog} quote directly. Probably not the correct way to do it but it works since I only have one blog.
Thanks for the amazing plug-in sir!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Some Title Tags Working, Others NotNevermind on the Portfolio – I had to move the “get_header();” tag to the top of the page.
I’m still confused about the Blog though.