Azragh
Forum Replies Created
-
Sorry for the late reply. I was away over the weekend and could not check this earlier.
Thank you very much for looking into this so quickly and for fixing the issue. I really appreciate the effort, especially over the weekend. And thanks for still maintaining the plugin after all these years!
Thank you!
Maybe I should mention that my theme uses classic php templates and add_editor_style() to enqueue stylesheets, didn’t check if it renders in an iframe using block themes.Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Weird characters in frontendMy shortcode didn’t exist – I was using the gutenberg block (which renders the description correctly in the editor btw). 😅 First I had the same output after switching to shortcode ([passster password=”xxx” area=”1384″]).. Then I saved the description settings again – now it works for the shortcode, but the block still oupupts weird stuff.. 🤔
Thank you for your effort, but sadly not. On a static slider everything works, I meant the flexible option. There I don’t find “slide items” in the sidebar on the right side and the + button doesn’t work. I can see changes in the DOM, but something seems to break as the slider gets deselected and no new item added.
Edit: found the culprit. Disabled some blocks via Theme which I never use. Removing this lines, and everything works again:// -> https://rudrastyh.com/gutenberg/remove-default-blocks.html#blacklist-blocks
function misha_blacklist_blocks( $allowed_blocks ) {
 $blocks = WP_Block_Type_Registry::get_instance()->get_all_registered();
 unset( $blocks[ 'core/pullquote' ] );
 unset( $blocks[ 'core/verse' ] );
 return array_keys( $blocks );
}
add_filter( 'allowed_block_types_all', 'misha_blacklist_blocks' );- This reply was modified 1 year, 7 months ago by Azragh.
Gosh I just noticed this is not the plugin im using. “Advanced Custom Fields: Image Crop Add-on” is not the same. 😂
Forum: Plugins
In reply to: [WP Photo Album Plus] Album Navigation not visible but only on new albumsThank you so much, that worked. =)
Have to say it again – awesome support.
Forum: Plugins
In reply to: [WP Photo Album Plus] Album Navigation not visible but only on new albumsThanks for the quick reply!
I will tell the client about it. It is a pity that there is no rating system for supporters, I would love to give you 10 out of 5 stars. 😄
Forum: Plugins
In reply to: [WP Photo Album Plus] “Unexpected output” alertThank you for the quick answer. I know about output buffering, but I wouldn’t know offhand which of the installed plugins interferes with the gallery page.
At the moment we have:
- Adminimize
- Advanced Woo Search
- Akeeba Backup Core for WordPress
- Better Search Replace
- Classic Editor
- Classic Widgets
- Clean Image Filenames
- Contact Form 7
- Disable Visual Editor WYSIWYG
- Duplicate Page
- Foobox Image Lightbox
- HTML Editor Syntax Highlighter
- Huge IT Slider
- Image Widget
- Loco Translate
- No Right Click Images Plugin
- Widget Visibility Without Jetpack
- WooCommerce
- Woocommerce Products per Page
- WP Featherlight
- WP Photo Album Plus
- WP Statistics
- Yoast SEO
It’s a bit messy here, was an apprentice project, sorry for that. ^^’
I found a wppa-theme.php in the theme directory – first assumption was that this is responsible, but that was not the case. Afterwards I tried a step-by-step deactivation of plugins but still no success..
Finally, I found this little script in the child theme:
jQuery(document).on('ready', function(){ function isEmpty( el ){ return !jQuery.trim(el.html()) } if (isEmpty(jQuery('.wppa-box-text'))) { jQuery('.wppa-box-text').remove(); } });» Deactivated and now it works. Somebody didn’t know how to hide stuff with CSS obviously. 😂
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Compatibility with WooCommerce PaymentsThank you for the answer.
In the meantime, we have experimented with the plugin “Payment Gateway Based Fees and Discounts for WooCommerce” – this combines all payment methods in a new settings tab, from where a fee can then be assigned – this would actually work, but only if the same fee is required for all payment methods… The reason for this is that the Google Pay and Apple Pay buttons simply take over the basket price (so I can, for example, select cash payment, then click on the button and thus avoid the fee).
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Compatibility with WooCommerce PaymentsWhoops. Already asked. I just found this one:
https://ww.wp.xz.cn/support/topic/compatibility-for-woocommerce-payments/
As long as I use my IP as the URL, it works as it should. As soon as I run an installation via the Built-in Server of Prepros, only the German texts are output. A copy of the page would therefore not be of much use. The error also occurs with an installation with a standard theme and without any plugins other than these 2.
The test version of Prepros (prepros.io) offers all functions without restrictions, so you could create a project, drop it into prepros, enter an external server URL, preview the page with that and test it if desired.
For me, however, no further help is necessary, as I now know that this is no problem on live servers. Nevertheless, thank you for the additional setting – this and the explanation will certainly help some users.
Dankeschön, und einen guten Start in die Woche. 😉
Forum: Plugins
In reply to: [Black Friday and Cyber Monday Deals for WooCommerce] round discount pricesWorks like a charm, thank you!
Forum: Plugins
In reply to: [Black Friday and Cyber Monday Deals for WooCommerce] round discount pricesMany thanks, that would be nice. =)
Forum: Plugins
In reply to: [Black Friday and Cyber Monday Deals for WooCommerce] round discount pricesAnyone? Is it such a dumb question that it gets ignored?
I know I can round prices globally but that messes with the calculations of other plugins and the local system of our client – so I’d like to round prices only if there is a discount.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 error in version 5.7Seems to be fixed in 5.7.1.