elizabethannedesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scroll bar disappearedBless you for this! Should have thought to check there first!
Forum: Plugins
In reply to: [Twitter Widget Pro] "Could not recognize the response from Twitter"I’ve updated keys multiple times and do have a callback URL set, still receiving the “Could not recognize the response from Twitter” message. Frustrating! Any thoughts? Thanks
//never mind – all done after the 3rd reset! Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Catchable fatal errorFYI I downgraded to 3.2.8 and appears to be working fine.
Forum: Themes and Templates
In reply to: Post Parent Status for Attachments@keesiemeijer Bless You! This is working on my test site (I added an OR for post_status of ‘future’ as well). Going to try it in production tonight. Thanks again!
Forum: Themes and Templates
In reply to: wp_link_pages Next/Prev Links in Separate Divs?Oliver, THANK YOU SO MUCH! I have been banging my head against a wall for hours. Isn’t it always true that the answer is so simple?
yep, my problem was with the CDN setup – just use your domain, not including subdirectory.
Response from MaxCDN:
The “pullzone” should use “https://www.elizabethannedesigns.com” as origin URL instead of “https://www.elizabethannedesigns.com/blog”.
Hope this helps!
Got it! It’s a display conflict with the media tags plugin. The insert and invert buttons are hidden in the media tags “show/hide” div. Not sure which plugin has a missing div (or conflicting CSS), but at least I found the buttons, so hopefully things work from here. Thank you!
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Attached to the_contentHi lahoti – in my CSS I put the display none rule around the p tag embedded in the div around the content. But only for the attachment page. So your theme will need a different starting class for attachment pages (I already had this). Let me know if this made sense. Thanks!
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Attached to the_contentFYI – just tried putting the_excerpt into the post (still doing a display: none to just hide it), and adding adding this to functions.php to remove the extra call in the sidebar – no go. ??
if(is_attachment()) { remove_filter('the_content', 'dd_hook_wp_content'); }
UPDATE! If anyone is searching for a solution to this, putting this function directly into my attachment template did the trick for the second call (still have to display none for the excerpt though):
remove_filter('the_content', 'dd_hook_wp_content');
Forum: Plugins
In reply to: [Digg Digg] Insert manually in some pages Digg Digg Floatinghi, any update on this? thanks!
i second this! i have a taxonomy for months of the year and it looks silly as april being the first ??
thank you for this!
thanks for this code! can’t for the life of me find which file to edit – mind helping a girl out? ?? THANK YOU!
//EDIT – found, thanks! if anyone else is looking it’s in the widget.php file
Forum: Plugins
In reply to: [Digg Digg] Insert manually in some pages Digg Digg Floatinghi leo! any update on this? since using on custom taxonomy archive pages isn’t a default option, i need to be able to place manually. thanks!
i second jonathan! please, this plugin is integral – would happily pay for it to be a premium plugin. ?? thanks!