There are e.g. JavaScript files backwpup-admin.js
(50kb), backup-downloader.js
(9kb) which are additionally loaded unminified even though minified versions of those files would exist in archive. There is also font file backwup.ttf
and other JavaScript files functions.min.js
and states.min.js
(and maybe more, we stopped checking as we will stay at 4.1.7 for the time being).
BackWPup 5.0.3
]]>My product has price: $10 and in setting tax is show include tax on frontend. that mean when add to cart will price $11. Then i used coupon code $50. That mean coupon is applied for full amount ($11). All is ok when place order with total price ($11) and coupon amount ($11).
But issue is: why in order page in wp-admin it show coupon amount ($10) here https://prnt.sc/GHD4rUA991sv ?
Have any solution to show coupon amount ($11) there?
Many thanks
]]>When I am in the admin area of my WP, Chrome does not show the favicon as on the front end. This seems only to be a problem with Chrome, on FF it works. I added the favicon via Appearance->Custom->Site identity. When I look into the HTML code in the admin area it also doesn’t show the icon link.
Any idea how to fix that?
Thanks!
]]>Please fix the typo you have with snow flake being misspelled as snow flack
see screenshot below
https://christinasrecipes.com/wp-content/uploads/2022/12/Screenshot-2022-12-06-at-12-48-31-Weather-Effect-Setting-?-WordPress-Coaching-with-Christina-Hills-—-WordPress.png
]]>We are currently making use of the pagebuilder: oxygen, with the gutenberg integration of this pagebuilder. This makes this pagebuilder output whatever has been made in oxygen, inside the gutenberg editor.
However, the plugin you’ve created seems to show up in my gutenberg edit pages, as well as product pages and other pages on the website where it should not be shown.
I’m not sure if this is a conflict with the page builder or not. I’ll have a look whether this also happens with the default wordpress theme…
If this is the case, could you please do something about the banner showing up in all of the post type admin pages?
Yours sincerely,
Simbaclaws
add_action( 'init', 'blockusers_init' );
function blockusers_init() {
if ( is_admin() && ! current_user_can( 'administrator' ) &&
! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
wp_redirect( home_url() );
exit;
}
}
But with WP version 6.1.1 The code is no longer works. It redirects the users too many times so the site break. Can anyone help me with this?
]]>Fatal error: Uncaught TypeError: Argument 1 passed to homeo_is_agents_fields() must be of the type array, null given, called in /home/autofa87/souzaimobiliaria.imb.br/wp-includes/class-wp-hook.php on line 307 and defined in /home/autofa87/souzaimobiliaria.imb.br/wp-content/themes/homeo/inc/vendors/wp-realestate/functions-agent.php:153 Stack trace: #0 /home/autofa87/souzaimobiliaria.imb.br/wp-includes/class-wp-hook.php(307): homeo_is_agents_fields(NULL) #1 /home/autofa87/souzaimobiliaria.imb.br/wp-includes/plugin.php(191): WP_Hook->apply_filters(NULL, Array) #2 /home/autofa87/souzaimobiliaria.imb.br/wp-content/plugins/cmb2/bootstrap.php(42): apply_filters('cmb2_meta_boxes', Array) #3 /home/autofa87/souzaimobiliaria.imb.br/wp-content/plugins/cmb2/init.php(165): cmb2_bootstrap() #4 /home/autofa87/souzaimobiliaria.imb.br/wp-includes/class-wp-hook.php(307): CMB2_Bootstrap_290->include_cmb('') #5 /home/autofa87/souzaimobiliaria.imb.br/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #6 /home/autofa87/souz in /home/autofa87/souzaimobiliaria.imb.br/wp-content/themes/homeo/inc/vendors/wp-realestate/functions-agent.php on line 153
Há um erro crítico no seu site. Verifique seu e-mail para instru??es.
Saiba mais sobre a como resolver problemas do WordPress.
I have already tried to disable the plugins and to comment the code line 153 on functions-agent.php
Unfortunatelly I don’t get the email with the instructions to solve the problem.
If someone could help me with this I would be very thankful.
]]>