Mario
Forum Replies Created
-
AuthorPosts
-
i found it by myself. Solution: We have to delete the slug in WPML Translation completely because WPML doesn´t recognize if you change the slug in GeoDirectory CPT.
yes, i did exactly this. If i change CPT-slugs, WPML still doesn´t show the changed slugs in the appropriate dialog.
I am asking WPML-Support also, to hear about their ideas.This reply has been marked as private.Thanks. I already tried this but that doesn´t work.
Time is still displayed.
But something strange goes on, my backend shows 3 Events, in Frontend the grid view displays 4.
Any ideas what´s here fishy?ok, thank you. So i should have a deeper look to the options.
nice, but i can´t show all franchise-addresses in one map by default. Otherwise this could be a solution.
In my case: Travel Agency = main listing and the map with markers with different traveldestinations.Think my need is close to https://wpgeodirectory.com/support/topic/geo-directory-and-wp-google-maps/
The feature request would be to add some geocoded markers to the map optionally. So every listing could manage their own markers. A custom field type ‘map’ could be the solution.
Thanks so far. Thinking about it 😉Thumbs up. It works. Thank you.
Same issue. Where to add the code? Can´t find function gd_avada_search_filter.
Looks like the same issue for next release here :
https://wpgeodirectory.com/support/topic/search-page-removes-main-menu/But i don´t know where to insert the code. Can´t find the ‘gd_avada_search_filter’ function.
yes, it works fine. Thx.
yes, unfortunately – only this was obviously my option.
But perhaps you will extend this in core-file too. Would be nics.
Just every value in multiselect-fields gets a own unique css-class. Then the values are modifiable with css-selectors easily like in this documentation: https://wpgeodirectory.com/docs/custom-field-examples/#special-iconsweird, thanks. I already tried this, but didn´t worked. Now all is fine.
Great, i am happy for now 🙂(y)
Thank you very much. That works, but is not the solution i am looking for.
I wanted to use the title text from Avada Fusion Page Options ‘Page Tiel Bar Custom Text’.
Breadcrumbtext should come from page title as it is. OK.I unfortunately only could manage this with modifying compatibilityAvada.php in Link 97:
if (geodir_is_page('detail') || geodir_is_page('preview')) { if ( '' != get_post_meta( $pageID, 'pyre_page_title_custom_text', true ) ) { $title = get_post_meta( $pageID, 'pyre_page_title_custom_text', true ); } else { $title = get_the_title(); } avada_page_title_bar($title, $subtitle, $secondary_content); }
It would be nice if GeoDirectory could use the nice Fusion Page Options, coming with Avada.
-
AuthorPosts