Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
yes you can redirect the login page to any custom login page following instruction here: https://wpgeodirectory.com/docs/redirecting-the-login-page/
You than could use a plugin like theme my login or similar.
Thanks
Hi,
It’s easier that it will return better results if you search for “el chico” or “el chic”, but “chicos” has a letter more and won’t even find it.
Apostrophes are not counted, so the title of that listing for a search is “el+chico+s”.
Now it’s probably picking it up because of the El.
Given that searching Chicos wont find Chico’s, for places with ” ‘ ” in it i would recommend adding a place tag without the ‘ so a tag as Chicos.
Thanks
Hi,
there is one filter that allows to accomplish that and there are 2 ways to do it.
The example provided here: geodir_detail_page_sidebar_content
Will do exactly what you are looking for. You need to copy the code in that gist and paste it in your theme’s functions.php file.
There is also a bit more complex method that is needed if any other plugin is using that filter already, but it shouldn’t be your case.
Let us know,
Thanks
Hi,
if they click the add listing page while being logged out, they are redirected to the sign up page with this URL:
After signing in they are redirected to the add listing form.
Isn’t this happening on your website or have I misunderstood your question?
If you provide a link and admin credentials in a private reply I can also have a look.
Let us know,
Thanks
hi,
probably next week, why don’t you update using the GitHub developer version?
Thanks
Hi,
the only reason why an archive of category pages can be flagged as duplicate is because the category description represent the bigger chunk of text in that page.
Either increase the number of listings per page to balance that, or reduce the text of the category description.
Thanks,
Hi,
there is some JS at the start of the page outside the page
script type="text/javascript"> /* <![CDATA[ */ var bp_like_terms_like = 'Like'; var bp_like_terms_like_message = 'Like this item'; var bp_like_terms_unlike_message = 'Unlike this item'; var bp_like_terms_view_likes = 'View likes'; var bp_like_terms_hide_likes = 'Hide likes'; var bp_like_terms_unlike_1 = 'Unlike (1)'; /* ]]> */ </script>It might not be the only problem but it’s not good.
If it’s not that then it’s some other broken html element, i see that problem when something breaks the html when i am testing.
Please try disabling any non GD Plugins momentarely to see if the problem disappears.
Let us know,
Thanks
I gave you the solution for that already: https://wpgeodirectory.com/support/topic/menu-not-showing-on-mobiles/
Thanks
Hi Paola,
my bad I gave Simone an incomplete information.
You need to call that function via a filter or it will not appear anywhere.
This:
add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend_profile') ; function geodir_detail_page_tab_list_extend_profile($tab_array) { print_r($tab_array); }Will print the array with all info instead of the tabs. By doing so you can find the tab index for the tab with fieldset. At this point remove the above function and use the correct tab index for your function to re-order tabs.
Let us know if this works for you.
Thanks for your patience!
Hi Kevin,
currently you are using a version of GeoDirectory that is over 10 sub-version below current version.
Please update everything and try again. Than we will discuss if it’s still slow or not.
In any case for over 30k listings I would always recommend a Dedicated server.
Thanks
yes
You are welcome 🙂
This reply has been marked as private.Please read here: https://wpgeodirectory.com/support/topic/where-is-the-search-page/#post-42880
Thanks
Hi,
only if they input Peak District in the “Search for” field it will work that way:
Peak District is a keyword within the listing content, not part of the location system.
Thanks
-
AuthorPosts