nessunluogo
Forum Replies Created
-
Forum: Plugins
In reply to: [Tiled Galleries Carousel Without Jetpack] Warning by WordfenceSadly this project looks like it’s really abandoned.
I can suggest you to mark Wordfence issue as ignored unless a real security problem comes on.
You can also switch to a similar project like this or just Jetpack.
I have no interest on any plugin and I’ll be happy if ThemePacific replies here and publish a new release, but I’m afraid he won’t.
- This reply was modified 6 years, 2 months ago by nessunluogo.
Thx
Getting the same issue, I solved changing one single line on
forminator/library/fields/gdprcheckbox.php:Line is 108 on function markup. Change this:
$description = esc_html(self::get_property( 'gdpr_description', $field ));in this:
$description = self::get_property( 'gdpr_description', $field );Forum: Plugins
In reply to: [The Events Calendar] REST API and shortcodesThank you!
I’ll watch for a solution with Shortcode APIForum: Plugins
In reply to: [The Events Calendar] REST API and shortcodesHi Ed, thanks for your answer. I’ve already read the REST API article and it’s working but shortcodes are not decoded and I get many [things] instead of HTML.
I hope this can clear my question.
Great! I hope this could help other users.
Thank you again!Hi algol, thanks for your reply.
Your solution will surely be even better for builders, but it’s also longer to develope.
I tried instantiating both WDP_Loader and WDP_Frontend objects into my theme to execute “woocommerce_after_single_product_summary” method but I get errors becouse of missing “$this->matched_rules”.
I would avoid inheriting the whole class to change a couple of filters/actions.
What I wrote can be useful for categories too. I’d like to show the table in the sidebar.