Kor
Forum Replies Created
-
AuthorPosts
-
Hi brett,
Thanks for letting us know.
Hi Llewellyn,
Sorry for the delay in response. Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi JJJ,
Have you tried replacing the map markers with images? Or am I misunderstanding your question?
Thanks!
Hi Caroline,
I’ve taken a look at your Website and I know what you needed there. Could you try assigning a fixed height to the listing sidebar details using the custom CSS code below and see if it’s what you’re looking for?
.geodir-company_info.geodir-details-sidebar-listing-info { min-height: 600px!important; }Thanks!
Hi Al,
You can use the File Upload custom field to achieve what you needed there. https://wpgeodirectory.com/docs/core-place-settings/#file
Thanks!
Hi Keane,
I’ll ask a developer to check on this. I’m sorry for the delay.
Thanks!
Hi John,
Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.
Hi Alex,
I’ve just inserted the custom CSS code into GD > Design > Scripts > Custom Style CSS and it seems to work. Could you please check on it?
Thanks!
Hi Jack,
You need to have the “Payments Manager” addon installed and enable “is featured” in the package settings. Refer to this section of the documentation https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/ .
Thanks!
Hi mrv,
Try this and see if it works.
add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content'); function geodir_my_new_tab_content($tab_index) { if($tab_index =='my_new_tab') {echo do_shortcode('[MY-SHORTCODE]');} }Hi James,
You can rename the menu title in the menu settings. If you are not sure how, please share WP temp admin access to your site and we’ll point you the right direction. You can post the details here using the private reply option below.
Hi mrv,
Check out the code below and test it out.
add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { $tab_array['my_new_tab'] = array( 'heading_text' => __('New Tab',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab'), 'tab_content' => ''); $tab_array['my_new_tab2'] = array( 'heading_text' => __('New Tab2',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab2'), 'tab_content' => ''); $tab_array['my_new_tab3'] = array( 'heading_text' => __('New Tab3',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab3'), 'tab_content' => ''); return $tab_array ; }Hi Cora,
Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below. Also, please share WP temp admin access to your site just in case we needed it.
Thanks!
Hi Edith,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Neil,
I’ve just tested on a dev site and I can’t seem to replicate the said issue. Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
-
AuthorPosts