segan93
Forum Replies Created
-
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] FIX: Author drop down value not savingHey Maurice,
Sorry about that, the file is campaign_edit_functions.php. Just perform a search for the lines specified in the Before section of my previous post and you should see the problematic lines.
Let me know if you have any other questions.
Thanks,
Shane.Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Cron not runningJust an update:
I’ve done some digging and in both the functions.php file and wpe-cron.php the variables
$activated
and$cronnextrun
are never set and don’t actually output anything if I dump the variables to the log. This makes me believe that when I click ‘Update’ or ‘Publish’ on a campaign with active scheduling the values are never actually saved. Am I going in the right direction?Thanks.
I second this, the tags don’t even seem to be importing correctly (for example: the post status is being included)..
Hi Allaerd,
I’ve sent you an email from your website form regarding testing out the beta plugin.
Please let me know ASAP
Thanks,
Shane.Forum: Plugins
In reply to: [Widgets In Tabs] Dynamic Height WrongThanks for the quick update! Slight problem, when I have the dynamic height selected, the tab content does not appear, however when fixed height is enabled, everything is fine. I notice if I remove the
position: absolute
from list items, it fixes it.Hi Hector,
I was just curious if this functionality is set to be included in the next plugin release? And if not, are we able to work together to implement this feature?
Please let me know.
Thanks
Okay great, if you wouldn’t mind keeping me updated that would be great!
Hector,
Best case scenario would be for us to come up with a solution to this. I really like this plugin and do not want to have to switch to something else, especially because I’d lose all of the current metadata associated with popular posts and that just cannot happen lol.
If there is anything I can help with at all, just let me know.
Thanks,
Shane.Hector thanks for the quick response!
Is there any way, using this plugin to achieve the functionality I am looking for?
Regards,
ShaneForum: Plugins
In reply to: [Meta Box] Retrieve Meta Box Value from Another PluginI ended up using get_post_meta() and everything is working flawlessly.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Filter first image by size?Is support still being provided to people using this plugin?!
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Filter first image by size?Not to Hijack this post, but I am also interested in a solution to this (using the Free version as well). Has anyone come up with a potential fix?
Forum: Fixing WordPress
In reply to: Query Posts with Custom Taxonomy from a Custom Post TypeThis is now resolved. The problem was with the way the custom post type was being included in the functions.php file.
Forum: Plugins
In reply to: Pass widget variable to external functionEdit: the above filter has a typo.
testFunction()
should beexcludeTheID()
Thanks for the reply,
I have already resolved my problem using the exact method you just described. I just used a Footer sidebar to display my two widgets.