BackuPs
@backups on WordPress.org and Slack
- Member Since: February 16th, 2011
Contribution History
BackuPs’s badges:- Core Contributor
- Translation Contributor
-
Posted a reply to You must upload a .wie file generated by this plugin, on the site WordPress.org Forums:
I have the same issue in latest wordpress beta.... the plugin resolves the issue but…1 week ago
-
Created a new ticket, #51174, in Core Trac:
wp 5.6 missing function is_gd_image1 month ago
-
Created a topic, Please load bootstrap only in your own settings in the admin area, on the site WordPress.org Forums:
Hi Please do not load the bootstrap code in every ad…2 months ago
-
Created a new ticket, #50668, in Core Trac:
jquery-migrate.js in latest beta version 5.5 gone?3 months ago
-
Wrote a comment on the post PHP related improvements & changes: WordPress 5.5 edition, on the site Make WordPress Core:
What happened to jquery-migrate.js in wp 5.5? It seems to have disappeared in the default…3 months ago
-
Wrote a comment on the post Editor Chat Agenda: 15 July, 2020, on the site Make WordPress Core:
when is this gonna be fixed? https://core.trac.wordpress.org/ticket/480923 months ago
-
Reopened ticket #50381, in Core Trac:
How to activate a theme in wp 5.5 build alpha 479844 months ago
-
Created a new ticket, #50381, in Core Trac:
How to activate a theme in wp 5.5 build alpha 479844 months ago
-
Created a topic, I like this plugin, on the site WordPress.org Forums:
Thank you !4 months ago
-
Created a new ticket, #50168, in Core Trac:
How to add a custom field to the media modal popup screen5 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
Hi support, Any news on this? ETA? kind regards7 months ago
-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
@audrasjb Is there somewhere a good step by step tutorial on how to add the…7 months ago
-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
We are doing more in the custom walker then just the code snippet as given…7 months ago
-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
This is a valuable change, but I think it should be made without breaking plugin…7 months ago
-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
i agree on this as on every update of wordpress authors of themes and plugin…7 months ago
-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
It would be nice if this is also ported to the wordpress-importer script as the…7 months ago
-
Created a topic, hook for custom menu fields, on the site WordPress.org Forums:
is there a hook to use or any way to get import of cus…7 months ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
@jnylen0 i disagree as the fix is very easy. Most plugins and themes use the…7 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
@julianfoulger dont forget to edit your reply and remove your email !7 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
@julianfoulger This applies to responsive menu free version 3.1.26 1) replace the content of node.php…7 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
@julianfoulger i can send you a copy of the plugin that works on php 7.4…7 months ago
-
Posted a reply to Bugs after upgrade to PHP 7.4, on the site WordPress.org Forums:
i just did https://wordpress.org/support/topic/still-not-php-7-4-compatible-2/7 months ago
-
Posted a reply to Bugs after upgrade to PHP 7.4, on the site WordPress.org Forums:
Hi Kriti version 3.1.26 is not php 7.4 compatible https://wordpress.org/support/topic/still-not-php-7-4-compatible-2/7 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
Hi... please delete. Sorry for the wrong forum post7 months ago
-
Created a topic, Still not php 7.4 compatible, on the site WordPress.org Forums:
Hi The latest build is still not php 7.4 compatible.…7 months ago
-
Posted a reply to Still not php 7.4 compatible, on the site WordPress.org Forums:
also css is still not php 7 compatible. css is still glued together. f.e. #responsive-menu-pro-container…7 months ago
-
Created a topic, Still not php 7.4 compatible, on the site WordPress.org Forums:
Hi The latest build is still not php 7.4 compatible.…7 months ago
-
Created a new ticket, #49500, in Core Trac:
WordPress 5.4 messes up custom fields added to menu items they are ...7 months ago
-
Posted a reply to Plugin does not work with php 7.4, on the site WordPress.org Forums:
Hi Kriti, Any news on this? We are already on php 7.4.1 and the plugin…7 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
[code]add_filter('the_excerpt', 'apply_shortcodes',10,2);[/code]8 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
forget that question... as it also works [code]add_filter('the_excerpt', 'do_shortcode',10,2);[/code]8 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
How about [code]add_filter('the_excerpt', 'do_shortcode');[/code] what changed to that?8 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
But if you want to deprecate do_shortcode the function should be changed to apply_shortcodes and…8 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
i ment do_shortcode not do_shortcodes [code]function do_shortcode( $content, $ignore_html = false ) { return apply_shortcodes(…8 months ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
I had the same feeling one would expect it to be like this [code]function do_shortcodes(…8 months ago
-
Wrote a comment on the post Changes related to Calendar Widget markup in WordPress 5.4, on the site Make WordPress Core:
Done... also posted the coded solution in the orignal thread https://core.trac.wordpress.org/ticket/293198 months ago
-
Reopened ticket #39763, in Core Trac:
W3C Error with get_calendar()8 months ago
-
Wrote a comment on the post Changes related to Calendar Widget markup in WordPress 5.4, on the site Make WordPress Core:
Please give nav wrapper and prev next a unique classname to target them each individually…8 months ago
-
Wrote a comment on the post Changes related to Calendar Widget markup in WordPress 5.4, on the site Make WordPress Core:
Thank you @audrasjb8 months ago
-
Wrote a comment on the post Changes related to Calendar Widget markup in WordPress 5.4, on the site Make WordPress Core:
I just added a request to pick it up on wp.5.4 Thank you !8 months ago
-
Wrote a comment on the post Changes related to Calendar Widget markup in WordPress 5.4, on the site Make WordPress Core:
May i asked when working on the calendar widget why a reported bug is this…8 months ago
-
Posted a reply to i object to the new requirement to register to use the free blocks, on the site WordPress.org Forums:
This sounds to me like a invalid argument. I also believe its against the spirit…9 months ago
-
Posted a reply to Plugin does not work with php 7.4, on the site WordPress.org Forums:
The issue has been documented here. https://stackoverflow.com/questions/59248533/twig-problem-with-php-7-4-in-write-variable It works also with responsive menu v 3.1.23…9 months ago
-
Created a topic, Plugin does not work with php 7.4, on the site WordPress.org Forums:
Hi The plugin does not work with php 7.4 Setting Bu…9 months ago
-
Posted a reply to Yoast banner ad in admin section, on the site WordPress.org Forums:
function vnmFunc_removeYoastAds() { WPSEO_Options::set('bf_banner_2019_dismissed', true); } add_action('admin_init', 'vnmFunc_removeYoastAds'); Or just use another plugin like i…10 months ago
-
Posted a reply to How dare you!!, on the site WordPress.org Forums:
I am gonna remove this plugin as i do NOT want ad crap in my…10 months ago
-
Posted a reply to Ads banner into the editor, on the site WordPress.org Forums:
I am gonna remove this plugin as i do NOT want ad crap in my…10 months ago
-
Created a topic, Needs update wp 5.4, on the site WordPress.org Forums:
Please adjust line 57 from add_menu to add_node as in …11 months ago
-
Created a topic, hook for breadcrumbs, on the site WordPress.org Forums:
Hi Does the plugin have a hook or function and settin…12 months ago
-
Created a new ticket, #48133, in Core Trac:
Please add filter on wp walker li element1 year ago