beatcore
Forum Replies Created
-
Forum: Plugins
In reply to: [Pdf Embed] File preview not availableNevermind, i found that wordpress native file block works aswell…
If anyone is able to, please delete the topic!
Forum: Plugins
In reply to: [WP Ultimate Post Grid] WPML TranslationHi Brecht,
yes it works when i switch Backend Language to Englisch, then i see no grids at all (because originals are German), now if i set up a new grid, i can choose language EN and source (in my case the German custom post type “Video”). And as i’ve translated my custom post types already it grabs the videos from the right source. But i have to reconfigure the whole grid…
I thought there might be a typical WPML way, like clicking a “plus” and just translate the grid!?
Hi pepe80!
Thank you for your answer! I’ve already removed the bit in the Custom JS section and updated everything. They even injected the wp-blogheader.php with random code bits…
Edit: Just saw it in another post, don’t forget to check for additional admin accounts which might be there after the hack!
Too bad, the support doesn’t care much about this problem here in the forum…
Here’s another link with some information about the hack:
- This reply was modified 2 years, 2 months ago by beatcore.
Forum: Plugins
In reply to: [Smart Slider 3] Smart Slider breaking BackendThank you Laszlo, the latest free build fixes the problem!
- This reply was modified 2 years, 9 months ago by beatcore.
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce ErrorThank you,
as i’ve written above, the block/core errors are gone with the update ot 7.7.0.
But the other errors are still there:
- n.n(…)() is not a function (wp job manager)
- jetpack GET error
- sprintf error (TypeError: [sprintf] expecting number but found string in https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/components/index.js:2)
best regards
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce ErrorHi,
i’ve uninstalled WooCommerce and installed it again from your link. No changes, still the same console errors. (I also deleted Browsercache and Cookies before).
Regarding the coupon, as i said, database entry “status” is set to
actionedI really don’t know why, it’s a matter on 3 differents websites with woocommerce now.
On one website “wp job manager” is installed. It also throws an error now in the console when clicking on “WooCommerce” in the backend, seems probably to be attached to the coupon notice?
Uncaught TypeError: n.n(…)() is not a function 11 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 n https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 wpjm-notice-dismiss.js:1:1124 11 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 n https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1 https://domain.de/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js:1best regards
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce ErrorHi Saif,
thanks for looking into it!
I just updated another customer shop, wordpress uses DIVI Theme in this case (all plugins and core are up-to-date), same console errors here. When i open “WooCommerce” in the dashboard, console show them.
I just reproduced that error on my test site with only WooCommerce and TwentyTwentyThree enabled. Also checked functions.php and .htaccess for bugs, found nothing…
Regarding the coupon notice:
I’ve navigated to “wp_wc_admin_note_actions” and opened “remove-legacy-coupon-menu” – the status was already set to “actioned” !? So i didn’t change anything here. Coupon Notice is still there.
Thank you,
best regards!
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce ErrorHi,
i’m currently trying to reproduce that error on another page with Twenty-Twenty-Three Theme and just WooCommerce as plugin. The “block/core” errors are gone but when i open WooCommerce Tab in Backend it throws other errors now:
TypeError: [sprintf] expecting number but found stringThe console refers to:
/wp-includes/js/dist/i18n.min.js
/wp-content/plugins/woocommerce/assets/client/admin/components/index.js
/wp-includes/js/dist/vendor/react-dom.min.jsGET https://domain.de/wp-json/jetpack/v4/connection?_locale=userGET https://domain.de/wp-json/jetpack/v4/connection/data?_locale=userBut i’m not even aware of, that i’ve Jetpack installed or enabled, as only WooCommerce is running, and i’ve never used that plugin.
Additionally on the shop stagin site when i click the banner with “Rmove old coupon” i get the following error:
Uncaught (in promise) Error: Xo https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/data/index.js:2 Redux 31 M https://domain.de/wp-includes/js/dist/data.min.js:2 H https://domain.de/wp-includes/js/dist/data.min.js:2 de https://domain.de/wp-includes/js/dist/data.min.js:2 Ye https://domain.de/wp-includes/js/dist/data.min.js:9 onClick https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/chunks/store-alerts.js?ver=7.7.0:1 React 18 <anonymous> https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2 <anonymous> https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2 <anonymous> https://domain.de/wp-content/plugins/woocommerce/assets/client/admin/app/index.js:2best regards!
Hi prashantrai,
I solved it meanwhile.
I had these 3 forms collapsed in “display:none” CSS Accordion Containers. While one form was loading ReCaptcha, the others didn’t. I’ve decided to remove the Accordion and use Quicklinks with hashtag to jump to each form.
Thank you anyway 😉
best regards
Forum: Themes and Templates
In reply to: [Astra] Remove Images on Search TemplateResolved, thank you!
Forum: Themes and Templates
In reply to: [Astra] Remove Images on Search TemplateHi Herman,
the 2nd one did the trick with a small adjustment:
function disable_feattured_image_for_posts( $status ) { // disable featured image for pages. if ( 'archive' == get_post_type() ) { $status = false; } return $status; } add_filter( 'astra_featured_image_enabled', 'disable_feattured_image_for_posts' );Thank you!
Forum: Themes and Templates
In reply to: [Astra] Remove Images on Search TemplateHi Herman,
in my case post images added in a post on the right side aswell as product images – in fact all images showing in the search 😛
thank you,
regardsNevermind…
I obviously used the “old widget”. I had to renew my widget from scrap, now it is working fine in the frontend and backend!
Thanks anyway 😉
- This reply was modified 3 years, 7 months ago by beatcore.
I haven’t had any problems so far, I just wanted to make sure I don’t get any after the update!
The Repository here says it’s only tested up to 5.9.3
- This reply was modified 3 years, 11 months ago by beatcore.
Hi,
same problem on a customers site. Plugin stopped working around 20th of january. Rest-API is working as it seems, not additional plugins installed… any solution on this?