Simone
Forum Replies Created
-
AuthorPosts
-
Hello, this involves some custom coding in the javascript, there is no such option at the moment. You can request this feature using this link
Se la tua intenzione è quella di mostrare un widget solo in determinata pagina, perché non usi dynamic widget? é ottimo lo uso da sempre lo trovi qui e metti come condizione l’url della città che è tuosito/Italia/lombardia/milano
If you want to show the widget only on a specific page, why don’t you use dynamic widget? It’s easiest and I use it all the time, you can show the widget only if the link is yourdomain/Italia/lombardia/milano/
you’re right, WP_LANG is deprecated in WP 4.0. I’ll notify Stiofan
add this in style.css in your child theme
try with
if ($current_location=="Milano")
(or any other city)
I don’t know how widget logic works, but this is the variable set in the change location switchIs your wp-config.php set to en_GB?
Are you using some cache plugin? (if so, purge the cache)2- I’ve tried with new state-region-country and it works without creating them first.
3- custom fields come handy if you actually needs custom fields in your listings.
An example would be like, for restaurant, If there is a parking, or if they serve Vegan food, so you will add Parking as a checbox and Vegan Food the same.
That’s not mandatory, it’s up to you.
Custom fields will also appear on Add a Listing page and in the detail page (Eg “Parking: Yes” if they check the parking checkbox hewn adding the listing).A Fieldset is to create “blocks” of fields, example you will insert “Services” as field set and below you will create custom fields related to services, then you will add a field set for Food Types and you will add custom fields food related etc.. it’s just to have things neat and ordered.
Hello, unfortunately at the moment this is only possible with custom coding.
(I’d be happy to be wrong, I’ll notify Paolo to make sure)
Hello, that’s possible but not natively. You can add third-part plugin/widget (like ubermenu) or you can use some CSS and the text widget
Hello, are your files named geodirectory-en_GB and not only en_GB?
The path is correct ( wp-content/languages/geodirectory/ ).Leandro I’m really sorry, the notification from this thread was covered and I didn’t noticed. Apologies.
To remove the white from the login screen once logged in, add
.widget ul li, .widget ol li { background-color: transparent !important; }
Hello, it isn’t possible to filter by categories in the listing map, mainly because otherwise the map (usually placed on the sidebar) will be covered by the categories box 🙁
If you want this feature, please use the feature request (here) , thanks
S.
Hello Stacey, I’ll let Stiofan have a look at this (notified).
Meanwhile you can get rid of the warning if you have the debug set to true
define('WP_DEBUG', true);
in your wp-config.php, change it to false.
S.Hello, can you replicate the issue on your side?
It might be that some of the cities/areas on your website doesn’t have any listings in a certain categoryIf you check now, you’ll see the widget in full width in the page (you can just drag it where you want). But the content of the clicked day will be a list of the events per day, not a link to the event
-
AuthorPosts