GeoDirectory SupportChanging gallery – GeoDirectory Support https://wpgeodirectory.com/support/topic/changing-gallery/feed Wed, 25 Mar 2026 09:57:42 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/changing-gallery/#post-40676 <![CDATA[Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-40676 Tue, 26 May 2015 13:40:54 +0000 ultraman Hi. Is there a way I could change gallery to a tiled gallery on detail page or replace gallery with a widget area so I could use a plugin?

Thanks

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-40680 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-40680 Tue, 26 May 2015 14:11:47 +0000 Guust There is a gallery in the photos tab?

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-40683 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-40683 Tue, 26 May 2015 14:20:23 +0000 ultraman I attached some screenshot to show what I mean. I want to replace screen 1 with something like screen 2.

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-40738 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-40738 Tue, 26 May 2015 21:00:02 +0000 Paolo That would require a customization and not a simple one, but yes it is possible. Defintely not with a plugin, because none would know where to find the pictures in GD tables.

You have 1st to remove the action that adds the GD slider:


remove_action( 'geodir_details_main_content','geodir_action_details_slider',30);

Than copy the geodir_action_details_slider function that you can find on line 969 of geodirectory_template_actions.php file.

Paste it in your active theme functions.php, rename it to something like my_geodir_action_details_slider (very important) and edit as you wish.

Once done with your custom function, add the action back with your new function name:


add_action('geodir_details_main_content', 'my_geodir_action_details_slider', 10, 1);

That would be it.

Thanks

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-40752 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-40752 Tue, 26 May 2015 22:15:47 +0000 ultraman Thanks, I will look into it.

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-62767 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-62767 Sun, 06 Dec 2015 22:03:47 +0000 Rob Hilken HI,

I hope it’s OK to add to this thread. I want to do something similar but just replace the slider with the ‘featured Image’.

I have added the code to disable the slider in functions.php but I’m unsure of how to get the featured image to display at the top of the details page.

Thanks for any help you can give!
Rob

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-62771 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-62771 Sun, 06 Dec 2015 23:12:58 +0000 Rob Hilken Sorry I realised this would be better in a new post. Please ignore this one.

Rob

]]>
https://wpgeodirectory.com/support/topic/changing-gallery/#post-62783 <![CDATA[Reply To: Changing gallery]]> https://wpgeodirectory.com/support/topic/changing-gallery/#post-62783 Mon, 07 Dec 2015 06:30:18 +0000 Guust Thanks Rob, refer to the other topic.

]]>