kortex1969
Forum Replies Created
-
Forum: Plugins
In reply to: [Nimble Page Builder] I can’t edit the textHello @nikeo
I’m a developer and I’m coming to the rescue of a customer who is still experiencing the problem after doing everything your recommendation and it didn’t fix anything.
Here is the screenshot of the JavaScript console, maybe it can help you to understand the problem.
https://prnt.sc/26bbv88And the alert panel in the theme editor:
https://prnt.sc/26bc0vxThe file: debug.log
is empty.I develop in PHP and JavaScript, so please answer me without fear that I don’t understand.
Thanks
Kind regards
- This reply was modified 3 years, 2 months ago by kortex1969.
- This reply was modified 3 years, 2 months ago by kortex1969.
- This reply was modified 3 years, 2 months ago by kortex1969.
Forum: Plugins
In reply to: [Permalink Manager Lite] search or filter or sort by Current URI in AdminThx @mbis !
I hope you will maintain it well and make it evolve, because it is very practical your plugin! Nice work !
Forum: Plugins
In reply to: [Permalink Manager Lite] search or filter or sort by Current URI in AdminMaciej,
That would be nice ??
Otherwise, I did this, but it does not work, am I far from the solution
function my_set_sortable_columns($columns) { $columns['permalink-manager-col'] = 'permalink-manager-col'; return $columns; } add_filter('manage_edit-page_sortable_columns', 'my_set_sortable_columns'); function permalink_manager_col_orderby($query) { if (! is_admin()) { return; } $orderby = $query->get('orderby'); if ('permalink-manager-col' == $orderby) { $query->set('meta_key', 'custom_permalink'); $query->set('orderby', 'meta_value'); } } add_action('pre_get_posts', 'permalink_manager_col_orderby');
thx
Forum: Fixing WordPress
In reply to: Exporting/importing individual pagesHi,
testing with 5.4.1 :
https://www.ads-software.com/plugins/export-custom-pages/Is perfect for me