Charla
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Insert] WP-Insert Injects Ad into Mailpress, How To RemoveNevermind. Went through wp-insert and looked for add_filter and add_action. Found three. Made a remove_filter for each and placed them in the mailpress functions file instead of the _loop template. Hopes this helps someone.
Forum: Plugins
In reply to: [Wp-Insert] Conflicts With WP Maintenance ModeWorks fine since the latest update of wp maintenance mode.
I have the same exact problem. The player does not work in Firefox, IE, Opera or Seamonkey. It either disappears or doesn’t play at all. But it works fine on Chrome and Safari.
Yes would love to. Will send a message to you.
Thank you.
I think I was misunderstood. I was talking about the meta tags not the h1 tag. But thank you for the response. Guess I will have to dig into the code unfortunately.
Thanks.
Ok I’ve already purchased the plugin. It is a very nice plugin. It would be even nicer if it had the ability to add the address city or even telephone to the title in the header because many business listings do so such as yellowpages, whitepages, superpages, etc..
Do you have any plans to add this, maybe even as a module?
Thanks for the prompt response.
Forum: Themes and Templates
In reply to: Add Media and Insert Link with probYou are welcome. Figured I would be the nice person I am and share the resolution after having the issue myself.
Good luck! ??
Forum: Themes and Templates
In reply to: Add Media and Insert Link with probI had the same issue and the default themes worked fine.
I resolved it after noticing my theme was placing jquery calls in the header of the admin. Turned out my theme was putting a version of jquery-ui.min.js 1.8.10 in the header and caused me not to be able to add links or media. When I updated the file jquery-ui.min.js to the latest in my theme folder all is fine now.
I would suggest checking your theme and using something like Notepad++ to search all files in your theme folder to see if a jquery library file is being called.
Thanks for the reply Marcus.
I’m on a dedicated server and like to see the errors to know what’s going on that way I can let great developers like you know what I see. ??
Forum: Plugins
In reply to: [MailPress] Newsletters PendingFixed the issue. I posted my answer here:
https://www.ads-software.com/support/topic/events-manager-error-in-mailpress-pluginGot it working finally. Just set-up a filter in my Mailpress template to remove Events Manager from being called.
Forum: Plugins
In reply to: [MailPress] Newsletters PendingThink I may see what is happening — believe Event Manager may be conflicting with the latest MailPress. It didn’t do this on the previous version before I upgraded MailPress. Seeing this in the logs:
PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Permalinks::init_objects() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Permalinks::redirection() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Category_Taxonomy::parse_query() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Event_Post::parse_query() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Location_Post::parse_query() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- PHP [E_STRICT] 2048 : call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Tag_Taxonomy::parse_query() should not be called statically in /home/domain/public_html/wp-includes/plugin.php at line 484 2012-11-13 11:00:09 000000 -- ! ! (npst) no post for this newsletter
Are you using post thumbnail in your theme. If not you need to activate it by adding it in your functions.php
add_theme_support( ‘post-thumbnails’ );
https://codex.www.ads-software.com/Function_Reference/has_post_thumbnail
Yes, I’m saying that some users keep their uploads folder outside of the wp-content and some plugins allow you rename your wp-content altogether.
So it would be good option to be able to pick which folders should be backed up OR show all folders like WordPress Backup to Dropbox and allow the user to select which folder to exclude.
Forum: Plugins
In reply to: Plugin for invoicingThere are a few available.
(1) WP-Invoice – Web Invoice and Billing
(2) Web Invoice – Invoicing and billing for WordPressJust look in the plug-in directory.
https://www.ads-software.com/extend/plugins/search.php?q=Invoice