mapdi
Forum Replies Created
-
Forum: Plugins
In reply to: [Secondary Title] Tertiary Title Possible?I definitely need a plugin for βMultiple Titlesβ and would pay for it.
I think sooner or later everybody with a blog would need such a feature. Of course not in all Posts but some … and then it would be nice to be able to. π
Forum: Plugins
In reply to: [Display Widgets] Hide works / show does notthis issue was reportet months ago and still didn’t find a solution .. π
https://ww.wp.xz.cn/support/topic/version-204-stopped-displaying
https://ww.wp.xz.cn/support/topic/not-displaying-widgets-on-sites-with-wpml?replies=17
Is there any other solution to stop the annoying notification … ?
Notify the blog admin of a new user, and optionally send an email to the user with an activation link.
https://codex.ww.wp.xz.cn/Function_Reference/wp_new_user_notification
Forum: Plugins
In reply to: [Display Widgets] Not displaying widgets on sites with WPMLForum: Plugins
In reply to: [Display Widgets] Not displaying widgets on sites with WPMLthx for the workaround @draxeiro
this is nearly impossible on my multilingual (5 languages) sites …
anybody else with a solution or fix for the plugin?I am wondering if the Plugin-Author has an opinion about this issue?
Forum: Plugins
In reply to: [Display Widgets] Not displaying widgets on sites with WPMLDo you have a solution?
Forum: Plugins
In reply to: [Download Monitor] delete fileThere is no solution yet, i think.
Forum: Plugins
In reply to: [Display Widgets] Not displaying widgets on sites with WPMLSame issue on all my multilingual sites made with Polylang …
Forum: Plugins
In reply to: [Download Monitor] Custom Template Disappears After Plugin UpgradeThank you for pointing that out …!
Forum: Plugins
In reply to: [Display Widgets] Version 2.04 stopped displaying …@rick111
sorry for late response.1-deactivate the curent plugin
2-rename the current plugin folder via FTP in e.g. /wp-content/plugins/display-widgets.hold
3-upload the version want via ftp in /wp-content/plugins/
4-activate the plugin in the wp backendbtw.
i am also using this plugin in a multilangual page with polylang. maybe it helps the developper to fix this issue soon …Forum: Plugins
In reply to: [Child Pages Shortcode] Exclude postsHi Steve,
thanks for your code, but unfortunately its not easy for mee .. π
could you pls be a little more specific how to add the exclude paramater and how to use “post__not_in” in the query (of this plugin)?Like this?
<?php // default args $args = array( 'exclude' => '' ); add_filters('child-pages-shortcode-query', "my_query"); function my_query($args) { 'post__not_in' => explode(",",$exclude) ); return $args; } ?>https://ww.wp.xz.cn/plugins/child-pages-shortcode/
Thank in advance.
Cheers,
JohnForum: Plugins
In reply to: [Child Pages Shortcode] how to display some children on another page?@atomizer
Thanks it works! πForum: Plugins
In reply to: [Child Pages Shortcode] how to display some children on another page?Can you post your example please?
Forum: Plugins
In reply to: [Child Pages Shortcode] Exclude postsIs there any solution for this request? I would like to exclude a page ID, too.
Forum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingusually not, but you should rollback first on a testing environment .. just in case … π
btw. do anydody have a solution for thiss issue yet?