evoice
Forum Replies Created
-
Hello,
first of all, thanks for your work, the plugin is wonderful.
can I add my request (and my vote 🙂 ) for this feature?
I am in the same situation, everything already set up and working, just need to add a recurring payment option for paypal.
Thanks!
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Use sorting with WPBakery (or equivalent)Hi,
I couldn’t create a category filter with a custom query as indicated in this topic but I found another solution that may help other users.
To apply the custom order (created with this plugin) for the wpbakery post grid (without a custom query, just using the standard choice “data source” tab, “narrow data source” tab, and selecting “Post order by Id” and “Descending” in data settings), you need to modify the module filters as reported here:
https://wpml.org/forums/topic/visual-composer-custom-grids-problem/
In /js_composer/include/classes/shortcodes/vc-basic-grid.php, set suppress filter to false instead of true
Current code:
‘suppress_filters’ => apply_filters( ‘vc_basic_grid_filter_query_suppress_filters’, true ),Fix:
‘suppress_filters’ => apply_filters( ‘vc_basic_grid_filter_query_suppress_filters’, false ),And that’s it.
Hope this helps,
And thanks for the plugin!
Enzo
Forum: Plugins
In reply to: [Lightbox] How to hide youtube related videosHi,
thanks for your reply! I will contact you through the website form.
Kind regards,
Enzo
Forum: Plugins
In reply to: [Polylang] Can’t open Menus Admin page (backend)Hi,
thanks for your answer, now the problem is solved. Disabling all plugins I discovered there was a conflict with a Menu option of the Popup Maker Plugin. Once I disabled it, everything seems to work fine.
Thanks again,
Enzo
Hi Shamim,
many many thanks! I updated the plugin with the new version and it’s working, I already had the Easy WP SMTP Plugin installed and configured, and it seems to integrate with your plugin in a good way.
Thanks again!
Regards
Enzo
Forum: Plugins
In reply to: [LeagueManager] Standings problem: list by letter and not by pointsGlad to hear I am not the only one with this problem (I forgot to specify it’s a soccer standing, standard mode).
I also switched to manual and it works, but I hope the authors can fix the issue, for the rest the plugin is great.
Forum: Plugins
In reply to: [VS Event List] Multiple days EventsDear Guido, thank you very much for the great plugin.
I had the same issue for the multiple day event, I am looking forward for the update. Thanks in advance!
Enzo