robanna
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: MailPress] Risk of blacklisting for spamming?Join http://groups.google.com/group/mailpress for the best support on this plugin.
I’m far from an expert but you may want to look at wp_update_post.
http://codex.wordpress.org/Function_Reference/wp_update_postForum: Plugins
In reply to: Trying to Move a Post from One Category to AnotherDid you ever have any luck using wp_update_post?
I would much rather have the category changed than have it set to draft.
The next version of PostExpirator may have this functionality but I can’t wait. I’m already too far down that road.Thanks-
RobForum: Plugins
In reply to: [Plugin: WordPress Mobile Edition] wp_list_categories and mobile editionOK, I see now more of what’s going on.
Mobile Edition just uses the theme Carrigton when a mobile device is detected.
I added a page template to the theme but it always uses the default page.Now my question is; how do I have it use the different template?
Thanks-
Forum: Fixing WordPress
In reply to: Missed Schedule in wordpress 2.9.2I’m having the same problem with WP 2.9.2.
It seemed to work OK in 2.9.1 but it’s broken again.Forum: Plugins
In reply to: [Plugin: MailPress] Risk of blacklisting for spamming?Correct me if I’m wrong, but MailPress sends just one at a time in batches of 50 or 100 or whatever you choose.
Forum: Plugins
In reply to: [Plugin: Cu3er Post Elements] Target _parentNo support/response on this plugin. It looks to be abandoned.
Thanks Seth, I am running David’s plugin for this upcoming event. I will give it a shot when it’s over.
Thanks for the plugin and the quick response.
RobForum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] ‘About Default Link’ setting will not saveSo, it works in the preview but not on the live site.
Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] ‘About Default Link’ setting will not saveHere’s my DB entry:
a:1:{s:6:”values”;a:25:{s:15:”fs_is_activated”;i:1;s:7:”fs_cats”;a:1:{i:0;s:2:”76″;}s:9:”fs_slides”;s:1:”4″;s:15:”fs_show_buttons”;s:1:”1″;s:12:”fs_shortcode”;s:18:”FrontpageSlideshow”;s:9:”fs_insert”;s:9:”frontpage”;s:28:”fs_default_link_to_page_link”;s:1:”1″;s:13:”fs_main_width”;s:5:”485px”;s:14:”fs_main_height”;s:5:”260px”;s:14:”fs_slide_width”;s:3:”70%”;s:16:”fs_buttons_width”;s:3:”30%”;s:21:”fs_placeholder_height”;s:5:”205px”;s:22:”fs_button_normal_color”;s:4:”#000″;s:21:”fs_button_hover_color”;s:7:”#5c8d0c”;s:23:”fs_button_current_color”;s:7:”#5c8d0c”;s:19:”fs_buttons_position”;s:5:”right”;s:15:”fs_text_bgcolor”;s:4:”#000″;s:15:”fs_text_opacity”;s:3:”75%”;s:13:”fs_main_color”;s:4:”#fff”;s:13:”fs_font_color”;s:4:”#fff”;s:20:”fs_main_border_color”;s:4:”#444″;s:13:”fs_transition”;s:4:”fade”;s:10:”fs_orderby”;s:4:”date”;s:8:”fs_order”;s:4:”DESC”;s:15:”fs_show_comment”;s:1:”1″;}}Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] ‘About Default Link’ setting will not saveand now it not working again.
I changed the button color and it broke.Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] ‘About Default Link’ setting will not saveI don’t know why but it’s working now. <shrug>
Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] ‘About Default Link’ setting will not saveHi Jeff,
I’m having this same problem and nothing’s fixing it. It’s live at apexprd.org
When I switch from Ascending to Descending then the Link changes from Don’t Use to Use but the result is the same; no link to the post when clicking on the image.
All I want is to use the default link.
Thanks
RobForum: Plugins
In reply to: Sociable does not work with WPtouch themeOK, add
.sociable ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
display:inline !important;
list-style-type:none;
margin:0;
padding:1px;
}to carrington-mobile-1.0.2/css/advanced.css
Forum: Plugins
In reply to: Sociable does not work with WPtouch themeI’m also looking to change the CSS for sociable when using Mobile Edition. Has anyone gotten this resolved?
I notice that the CSS meta for Sociable is in the source when in the mobile mode.