Paul Kaiser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't update posts/pages after upgrade to 3.4.1Fantastic! Glad you’re good to go.
Forum: Fixing WordPress
In reply to: Can't update posts/pages after upgrade to 3.4.1Markie,
Is this relevant to a WordPress 3.4.1 upgrade?
If it is, then were you able to upload photos before the upgrade?
What is the file format of the photo you are uploading?
What is the file size?
Are you getting an error message?Regards,
PaulForum: Themes and Templates
In reply to: Want to show slideshow on front page onlyHowdy Anna,
1. You’re right, line 83.
2. What error are you getting? Can you pastebin the file after you make the changes so I can see?
3. As long as your Settings > Reading > Front page displays is set to “Static Page” and you select your “Welcome” page from the drop down, you should be golden.Let me see the file after you change around 83. Could be simple typo.
Thx,
PaulForum: Fixing WordPress
In reply to: Problem Usage Thumbnails / Entire post gone after publishingHi Roy,
Ah, FYI–I’m not trying to be a jerk, but if you bought the theme from somewhere else, you should ask them for support with this issue. We don’t want to interfere with folks selling / supporting themes, and if I figure it out for you, the vendor (and other customers like yourself) might not benefit from the fix.
Based on the code you sent, I’m sure the problem is with loop-page.php or loop.php, but again — please ask the original vendor.
Regards,
PaulForum: Fixing WordPress
In reply to: Problem Usage Thumbnails / Entire post gone after publishingHowdy Roy,
Is this a custom theme?
Anyway, could you please use Pastebin to get me your page.php file from the theme folder?
Paul
Forum: Themes and Templates
In reply to: single post template filesGlad it’s working out!
Take care,
PaulForum: Themes and Templates
In reply to: Want to show slideshow on front page onlyHowdy,
First, when pasting code, please use pastebin. It keeps the forum tidy and working nicely. I should have mentioned that.
Second, here’s your solution!
In the theme’s header.php file, find the following line:
elseif (!isset($t_show_slideshow) || $t_show_slideshow == 'no') { // Display Slideshow ?>
Replace it with this line:
elseif ( is_front_page() AND ( !isset($t_show_slideshow) || $t_show_slideshow == 'no') ) { // Display Slideshow ?>That should fix you up!
Let me know if you need more on this.Take care,
PaulForum: Plugins
In reply to: plugins do not workSo, you have all the files from your OLD provider in the public_html root of your NEW provider.
Can you see the site (as the public would view it?)
Can you log in to the backend? (/wp-admin/)
Can you manage any plugins at all?
Paul
Forum: Fixing WordPress
In reply to: Manual excerpt in latest article sectionGreat — glad all seems well now!
Take care,
PaulForum: Fixing WordPress
In reply to: Category links at top of page not workingGlad it worked, Kitty.
And thanks for the encouraging words on my kitty. I’m hoping the birds have him freaked and he’ll try to come home this evening.Have a good day,
PaulNeat idea.
Which users should be able to see the contents of the widget? Anyone?
PaulGreetings,
If you set it to delete posts, it essentially puts them in the WordPress trash can. You can see that when you click on “Posts” in the Dashboard.
So, from that point, the posts are managed normally: If you delete the contents of trash, then the items linked to posts will be removed.
Take care,
PaulForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] default fieldsThat said… if you set “Default Expiration,” in “Settings > Content Scheduler,” it will be adding that amount of time to the post time. So, if today is 7/1/2012 and you set “Default Expiration” in Settings to 10 days, expiration should end up 7/11/2012.
But still, I will look to add the option for “current year…”
Paul
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] default fieldsHowdy,
Oh, wow… that’s a good idea. I mean, who would want to set the default to LAST YEAR, right? I should add an option for the default to be “current year” and maybe even “current month.”
Adding that to the list… sorry this is a delayed reply!
Regards,
PaulHowdy,
Sorry for the delay in responding…..
Was this working for you in multisite before?
It could also be related to multisite — I think another person is finding the same issue.
Let me know about multisite, please.
Thanks,
Paul