Simone
Forum Replies Created
-
AuthorPosts
-
Hello, try this clock of code and put it in your functions.php inside the child theme folder
remove_action( 'geodir_details_main_content', 'geodir_action_before_single_post',10); remove_action( 'geodir_details_main_content', 'geodir_action_page_title',20); remove_action( 'geodir_details_main_content', 'geodir_action_details_slider',30); remove_action( 'geodir_details_main_content', 'geodir_action_details_taxonomies',40); remove_action( 'geodir_details_main_content', 'geodir_action_details_micordata',50); remove_action( 'geodir_details_main_content', 'geodir_show_detail_page_tabs',60); remove_action( 'geodir_details_main_content', 'geodir_action_after_single_post',70); remove_action( 'geodir_details_main_content', 'geodir_action_details_next_prev',80); add_action( 'geodir_details_main_content', 'geodir_action_page_title2',20); function geodir_action_page_title2() { add_action( 'geodir_details_main_content', 'geodir_action_before_single_post',10); add_action( 'geodir_details_main_content', 'geodir_action_page_title',20); add_action( 'geodir_details_main_content', 'geodir_show_detail_page_tabs',30); add_action( 'geodir_details_main_content', 'geodir_action_details_slider',40); add_action( 'geodir_details_main_content', 'geodir_action_details_taxonomies',50); add_action( 'geodir_details_main_content', 'geodir_action_details_micordata',60); add_action( 'geodir_details_main_content', 'geodir_action_after_single_post',70); add_action( 'geodir_details_main_content', 'geodir_action_details_next_prev',80); }
It could be a conflict with some other plugins, please post your url and login details in a private reply and I’ll have a look
Hello,
1- you can use the location switcher shortcode and add it in a widget area on in the template. This is the shortcode[geodir_location_tab_switcher autoredirect="1"]
2- you can choose a default post type, but this will be the same for everyone, you can choose it in the GD settings, Design and Map tab.
Hi, have you edited the GD virtual pages? Please check in the GD Tools, and run the first task about the Virtual pages
Hello Jose, please post url and login details so we can have a look, thanks.
This reply has been marked as private.you’re welcome 😉
I see only one map, please delete the cache in your browser, it might be it
Hi Dan, you can achieve this by adding the following code in style.css inside your child theme
input.search_text { display:none; }
You had the map widget inserted more than once, now it should be fine.
To change background color and font size (and other styling things) you can go to the GDF Options, you’ll the settings for the theme.
To change the event slug, go to GeoDirectory / Custom Post Types and “modifier” the listing slug for gd_event
Ive changed the folder language to languages (my fault sorry)
I was talking about the GD (virtual) pages, if you go to Appareances/Widgets you will find different areas such as GD > Home Top, or Content, or GD Listing etc..these are self explanatory, so for example you can place the GD Search widget inside the GD Top Listing page (where all the listings are listed).
You can obviously place the GD widget in any other “normal” page, where a widget area is set, such as sidebars or footer area
Hi, I’ve asked Stiofan and you should be able to download the addon.
It is named Geodir Location Manager.Let us know if you managed to translate it so we can set the thread as resolved, thanks.
-
AuthorPosts