jmarx75
Forum Replies Created
-
Forum: Plugins
In reply to: [Alphabetic Pagination] Allowed pages option not saving properlySorry, but the problem here is that you are now taking something away that was offered previously. You know? We have been able to use custom pages up to this point. So I am just asking/begging you to consider making this simple change on line 187 of /inc/functions.php
from
update_option( 'ap_allowed_pages', $_REQUEST['ap_allowed_pages'] );
to :
update_option( 'ap_allowed_pages', array( $_REQUEST['ap_allowed_pages'] ) );
This was working for months and months and now it’s broken, so I’m hoping you can make this simple change so we can maintain functionality we previously had.
Thanks for your attention and responses.
Forum: Plugins
In reply to: [Alphabetic Pagination] Allowed pages option not saving properlyThanks for the response!
Well if u have the list of pages available on the free version, you should be a to select them or that functionality is broken right? Or at there should be a ‘select all’ option at the very least. Right now, you can’t select any pages and the interface suggests that you can. So that’s where it’s more problematic in my mind and making the change to simply save that option as an arrAy is something that should be fine. Or don’t have an is_array check on the other side of you’re outputting a string. That just makes the free version broken. Not trying to be confrontational
But it’s definitely not working as intended by the interface.Forum: Plugins
In reply to: [qTranslate X] qTranslate-X and Zemanta related postsHey there, I am having the same issue where that country code is showing up in the title.
I just checked that compatibility box and I am still seeing it. Do I need to wait a couple days for it to take effect?Well it would be changeable if you offered this filter:
https://screencast.com/t/2fkbrwcWpGYour plugin is awesome. But you guys really need to add more hooks and filters.
I mean this is one simple line of code that helps other developers out so much and does nothing to harm the functionality of your plugin. I am going to use this filter(and keep manually adding it back in when there are upgrades) and hope that someday you guys will add it in yourselves and look at your plugin for more opportunities to add hooks/filters to make your plugin more developer friendly.Thanks,
JeffForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Monday – Friday option?Thanks for the reply. I was able to figure out a workaround for it. You may want to consider sticking some more hooks in there in the future as I would imagine I am not the only person who will have this request as you user base grows. In the financial sector, and definitely the media sector, they will want to be able to select custom days, and ‘blackout’ days
Thanks and great plugin!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Monday – Friday option?Actually I do also have a follow up question related to this. Another programming thing. I realized what you can do to solve this is to pause the newsletter on Friday, post-delivery and then reactivate on Sunday any time after whatever your delivery time is. And then on Monday you get the results I was looking for. All the content posted over the weekend is in the Monday AM newsletter. So my only question is to wonder how to programmatically pause/resume campaigns. I am looking through the code and trying to figure it out, but I was wondering if there are any special filters/hooks that are set up to help us developers in this kind of situation.
I guess I would love to schedule my own chron job that says campaign_id-> pause on friday at 7 am(delivery at 6 am). And campaign_id->resume on Sunday at 7 am(so it intentionally misses the monday delivery and stores the weekend content up for the Monday newsletter). Or better yet, I wish there was a hook/filter set up on your cron job itself. So right before the newsletter fires, I want to be able to hook in and ask the server what day it is and then stop it on Friday and perhaps resume it on Sunday. Sorry for the wordy follow-up, but I’m just trying to relay as much detail as possible.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Monday – Friday option?Sorry for this. But I am just giving a gentle little bump/love tap ??
to make sure my question doesn’t get lost in the shuffle with all the 2.7 issues being addressed.
Thanks!Did you ever find a solution to this?
I am having the same issue trying to work locally.Forum: Plugins
In reply to: [W3 Total Cache] Error: Empty hostname / CNAME listIn using rackspace cloudfiles, the plugin actually does work in that it uploads the file to my container. It’s just the TEST button that is not working for me. I’m actually working on writing a patch for that, but just so you guys know you should be able you should be able to effectively use the plugin with rackspace cloudfiles(I haven’t tested the others).
Forum: Plugins
In reply to: [The Events Calendar] How to add calendar in post/page?I am also interested in this. Is there a shortcode to put the events calendar on a page?
Forum: Fixing WordPress
In reply to: How to change the registration confirmation messageNever mind. I found it.
Forum: Fixing WordPress
In reply to: Facebook links no longer show with WordPress 2.6Im having this problem too but it only seems to occur sporadically. Has anyone figured out a solution yet?
Forum: Plugins
In reply to: [Plugin: MobilePress] Doesn’t work with super cache?Yeah count me among the many who would be interested in an update. I guess a possible solution to this would be to manually redirect users to the mobile press version using a get variable. For example.
yourblog.com?theme=mobilepress. Then have all the links from that template also attach that query string to the url to any link inside.That way i can make a subdomain mobile.yourblog.com and point it to yourblog.com?theme=mobilepress. And you could just give that subdomain link out to your readers.
I hope im making sense here. This way you’ll have manual way of pointing to the mobile version without having to worry about caching.
Forum: Fixing WordPress
In reply to: 2.5 No longer sending comment email notificationI know most people are talking about comment notification .. but has anyone been able to solve .. the lost password email notification issue yet? I the activation link sent to me with a key. When i click on it .. it says check your email for the new password.. but it never comes .. and yes .. i have checked all my junk folders.
I’m currently running MU 2.63 and hosting on media temple.
I upgraded from a pre-1.5 version amd seemed to break when i upgraded to the latest version.
Forum: Plugins
In reply to: [Plugin: MobilePress] Doesn’t work with super cache?Do you need to clear your cache once? or do you have to keep clearing your cache for the mobile version to display? I’ll look forward to the updated version. This has been a an going issue for a while now. It would be great to have it resolved once and for all!