aazztech
Forum Replies Created
-
Hi,
We are sorry that we couldn’t add options for showing the tags in this version, but we kept it in our top priority for next updates, hopefully you will see it in upcoming updates.Thanks
Hi,
Sorry for late response, we’ve fixed the issue in the latest version, please update your current version to get the fix.Sorry for our late response, please update Directorist to the latest version to get the fix.
Hi Peter,
Thanks for your feedback. Can you please share a screenshot where would you like to show ‘Lunch from, or by appointment only’?Hi @jana000,
It is not possible for now, but it is already included in development version and will be available in next update.Hi @davidgimenezq,
Currently, there are no options available for customizing the redirection URL of login/register page, but we’ve noted down it and will add the option for it in upcoming updates.Hello,
Glad to know that you liked it and thanks for your feature request. We’ve added it to the list for consideration on future development sprints.Category description is already used as meta description for SEO, so no problem with SEO. But the plugin doesn’t have any option to display it on the frontend.
Hello,
We haven’t heard from you in a while, so I’m going to mark this as resolved.
If you come across any other issues, feel free to open a new thread.Sorry for the late reply. Please place following code in your child theme’s functions.php file.
add_filter('wp_nav_menu_items', function ($items, $args) { $login = class_exists('Directorist_Base')?ATBDP_Permalink::get_login_page_url():wp_login_url(get_permalink()); if ($args->theme_location == 'primary') { if (is_user_logged_in()) { $items .= '<li class="right"><a href="' . wp_logout_url(home_url()) . '">' . __("Logout") . '</a></li>'; } else { $items .= '<li class="right"><a href="' . $login . '">' . __("Login") . '</a></li>'; } } return $items; }, 10, 2);Hi Superas,
We haven’t heard from you in a while, so I’m going to mark this as resolved.
If you come across any other issues, feel free to open a new thread.
ThanksHello,
It is not possible for now, but we’ve noted down it and will consider adding it in future updates.Hello there,
Sorry for the late reply. It’s not possible right now, but it can be achieved with some custom work.Hi there,
It is not possible with the current version. But it can be achieved with some custom work.