Simone
Forum Replies Created
-
AuthorPosts
-
with the following you will get rid from both backend and fronted
div#geodir_post_tags_row.geodir_form_row.clearfix,.geodir-tags, geodir_post_tags_row { display:none; }
put it into your style.css (child theme)
May 5, 2015 at 11:28 am in reply to: Advanced Search filters letters out of words not whole words #38695Ok, I tested on my demo site and I can see the same behavior, I’llput this to the attention of the team
Hello, to change the default login page, use this code inside your functions.php in your child theme’s folder:
add_action('init' , 'geodir_redirect_to_default_login') ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().'/login/'); exit(); } }
have a look at the row
wp_redirect(home_url().'/login/');
and change /login/ to whatever is the login page you want to use
Hello, Im not sure I’m following you. In that page, you can see all the Restaurants listings (and not the related), the related listings are inside the detail page, and it can be enabled going to Geodirectory/Deisgn and the in the Detail tab.
If you mean the widget at the bottom of the page you linked, that’s the Best Of widget.
Hello Helga, could you please post your login details in a private reply ? Thanks
Hello, you can find the .po file with the strings in wp-content/plugins/geodir_advance_search_filters/geodir-advance-search-languages
Follow the tutorial here http://docs.wpgeodirectory.com/translate-core/
but move the file into the folder /wp-content/languages/geodiradvancesearch1-If you go in the events settings, you need to expand the Time and Category fields, and set the “include this filter in filter” (see attach) then go in the Advanced search tab and add the fields.
2- your css is broken, are you using some cache plugin?
Hello, this comes from Buddypress, once you install it, you’ll see the button in the Menu section (In appearances-Menu) see attach
May 4, 2015 at 7:40 pm in reply to: Increase advance Search Width on Web Browser and Make Near me button bigger #38653hello, change the value (remove the code) for the
select.search_by_post { width:100%; }
and
.geodir-search input[type="text"] { width: 100% !important; }
posted earlier,
to.geodir-search input[type="text"],select.search_by_post { width:99% !important; margin-left: auto; margin-right: auto; }
this should fix the desktop alignment
and with this.geodir-search {float:none !important; }
should fix the ipad view
if this won’t work with the ipad/mobile view, I don’t know what to suggest, fixing a view may broke other 100 views, so i won’t play with that so much (and I’m not a web designer 🙁 )
using the advanced search you can set categories and dates as filters to make one and the other
Hello Dwan, could you post URL and login details in a private reply?
Have you read our documentation on how to get started properly?
http://docs.wpgeodirectory.com/basic-installation/(you need at least a category in the listing, permalinks set to %postname%, a default location..etc..)
1. without having the advanced filter option, you cannot have one thing AND another
Hello, tried to replicate the issue and it happens on my side too.
You might have spotted a bug, I will notify the team.PS- your animated gif made my day! I wish everyone do the same 🙂
Hello, it stopped all of a sudden? Or you changed some settings, host or anything else?
Have you checked your spam folder?Hmm… no you shouldn’t, as long as it work 🙂 You could check with firebug or similar if you got some 404 error or something similar
-
AuthorPosts