tanster
Forum Replies Created
-
I would also love to know how to do this.
Thank you very much!
-JennieForum: Plugins
In reply to: [Yoast SEO] Fatal error – cannot access wp-adminI am also getting a similar error — wp-admin appears as a blank page.
Thanks for your help!
-JennieForum: Plugins
In reply to: [W3 Total Cache] 0.9.2.11 won't use existing MaxCDN pullzoneMy issue has been fixed, thanks to MaxCDN chat support. ??
I had originally set up my origin as https://www.website.com.
Once the support rep changed the origin to https://website.com, and I clicked Save all settings, the “Select pull zone” dropdown list appeared!
Clicking the “Test MaxCDN” button now results in the green box “Test passed.”
tanster
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.2.11 won't use existing MaxCDN pullzoneI am in the exact same situation, WordPress installed in root.
I can’t choose the zone I already created in MaxCDN, but if I click the “Create pull zone” button on the WTC CDN tab, I get the “Something is wrong: You have reached the limit of zones you can create” error.
Did any of you resolve this issue?
I am using WordPress 3.5.2 and W3 Total Cache 0.9.2.11.
Any advice is greatly appreciated!
Thanks,
tansterForum: Themes and Templates
In reply to: [Pinboard] Pinboard and Carousel (Jetpack)Hi Jeremy,
I tried adding that to the end of my child theme’s functions.php file, but that didn’t work.
So I ended up adding it to the end of the parent theme’s functions.php file — that worked beautifully!
I know I’m not supposed to edit the parent theme’s functions.php file — I’ll just have to remember to not override it the next time Pinboard comes out with an update. ??
My page now works correctly:
https://hannibalcafe.com/hannibal-savoureux-photos/Thanks so much for your help!
tansterForum: Themes and Templates
In reply to: [Pinboard] Pinboard and Carousel (Jetpack)I’m having the same problems as willw9.
I have no other gallery plugins, disabled Pinboard’s lightbox option, activated Jeremy’s plugin, but it still won’t bring up Carousel when using the Pinboard theme.
If I switch to a different theme, such as Twenty Eleven, Carousel works just fine.
My page:
https://hannibalcafe.com/hannibal-savoureux-photos/Thanks!
tansterForum: Plugins
In reply to: iCal subscription pluginI would like to give a resounding thumbs-up for the ical-events plugin!
Daniel, the developer, has been awesome in providing updates; ical-events is currently at version 1.6, but I believe 1.7 will be published shortly.
To see ical-events at work, check out my page of current and past events — completely generated by the plugin + my iCal published calendar!
?? Jennie
Forum: Plugins
In reply to: WP-ShortStat issue with referrers listHello, I am still having problems with this, so I’m hoping someone has a suggestion for me. ??
It’s gotten to the point where my shortstat db table (wp_ss_stats) has ballooned to a whopping 19.4MB, resulting in pretty sluggish wp-shortstat performance.
Thanks for any help! -Jennie
Forum: Installing WordPress
In reply to: content encoded RSS feed problemI encountered the two errors
1) Avoid content:encoded
2) wfw:commentRSS should be wfw:commentRssI solved #1 with klklaser’s tip above, which is to change Options > Reading > Syndication Feeds from “Full text” to “Summary.”
I solved #2 by changing the WordPress file wp-rss2.php (in the root directory) from wfw:commentRSS to wfw:commentRss, based on this.
Error-free now! ??
Forum: Fixing WordPress
In reply to: Error with MX New Theme & XD ForumI received the same error.
Go to Dashboard > Manage > XD Forum Admin and clear the “Display user titles on forum” checkbox — the error then disappeared for me!
Forum: Fixing WordPress
In reply to: How do I insert a double quote using HTML?Hi break_r,
For straight double quotes, use
"
Forum: Plugins
In reply to: WP-ShortStat issue with referrers listOkay, I’m close to the answer, but need somebody to push me over the edge. ??
When I enter in my browser window
https://www.mainsite.com/officetally
orhttps://officetally.mainsite.com
,Neither shows up in the wp-shortstat referrer list, which is the correct behavior.
But if I enter
https://officetally.com
orhttps://www.officetally.com
, these do show up in the referrer list, which I don’t want.How (or where) do I change this?
Thanks,
JennieForum: Plugins
In reply to: [NEW PLUGIN] Democracy AJAX PollAndrew, Democracy is fabulous, thank you!
I use it on pages, here are some examples:
– Poll on a page: https://www.officetally.com/?page_id=79
– Archive on a page: https://www.officetally.com/?page_id=76To use Democracy on a WordPress page (as opposed to the sidebar), I did the following:
1. Installed and activated the plugin PHPExec.
2. In the WordPress 2.0 admin panel, go to Options > Writing, and clear the “Users should use the visual rich editor by default” checkbox.
3. Go to Users > Your Profile, scroll down to the bottom of the page, and clear the “Use the visual rich editor when writing” checkbox.
4. Create a page as usual, and then insert a poll by entering the code
<phpcode><?php jal_democracy(1); ?></phpcode>
Hope that helps!
?? tansterForum: Plugins
In reply to: None of the php plug-ins work with democracy polldrvs, I got Democracy to work with PHPExec (and WordPress 2).
In your WordPress dashboard, choose Options > Writing, and then make sure that the “Users should use the visual rich editor by default” checkbox is unchecked.
Then add your Democracy code in a post:
<phpcode>
<?php jal_democracy(1); ?>
</phpcode>Keep in mind, though, that switching back to the visual rich editor will mess up your PHP code. So if you regularly use Democracy in your posts, you may need to give up the visual rich editor.
(If I’m wrong about this, someone please correct me!)
?? Jennie
Forum: Your WordPress
In reply to: Presenting OfficeTally…a fansite for “The Office”!Thanks raianoat and blivet!
I am planning to integrate some poll functionality into the site as well.
Are there any other poll plugins besides WP-Polls and Democracy I should check out?
Thanks!