GeoDirectory SupportBottom section setting – GeoDirectory Support https://wpgeodirectory.com/support/topic/bottom-section-setting/feed Sun, 16 Mar 2025 02:59:19 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39027 <![CDATA[Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39027 Fri, 08 May 2015 10:13:39 +0000 vcherednichenko Help please, how to insert a widget in a selected area. Please see the attached image.

When I insert widgets into the Bottom section, they are not displayed correctly.
Please see a couple of examples on the attached images.

Is it possible on detail listing page and other pages add widgets to the content section as on the home page?

Thanks

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39033 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39033 Fri, 08 May 2015 12:54:09 +0000 Simone Hello, please provide url of your website so we can check. It is possible that some of the widget are not looking great on the bottom.

To add a Content section area infor the Listing page, use the following code in your functions.php .
This is a custom modification that I made it months ago


function listing_content_init() {

	register_sidebar( array(
		'name' => 'GD Listing Content Section ',
		'id' => 'listing_content',
		'before_widget' => '<div>',
		'after_widget' => '</div>',
		'before_title' => '<h2">',
		'after_title' => '</h2>',
	) );
}
add_action( 'widgets_init', 'listing_content_init' );

			 
			
			add_action( 'geodir_main_content_open', 'geodir_listings_map_before', 10 );
				function geodir_listings_map_before() { ?>
							<?php if ( is_active_sidebar( 'listing_content' ) ) : ?>
								<div>
									<?php dynamic_sidebar( 'listing_content' ); ?>
								</div>
			
]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39179 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39179 Sun, 10 May 2015 13:58:02 +0000 vcherednichenko And when this code was inserted just got a white screen.
Probably something I’m doing wrong.

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39216 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39216 Mon, 11 May 2015 15:57:51 +0000 vcherednichenko Please tell me what to do?

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39231 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39231 Mon, 11 May 2015 17:47:20 +0000 Paolo https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39235 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39235 Mon, 11 May 2015 18:03:32 +0000 vcherednichenko Okay, but you need to write about it in the beginning, not when everything went wrong.
I just asked Is it possible to add widgets to a specific section, Simone gave me code and I put it, that’s all.
Now that the site has broken, I should pay. There is something wrong, is not it? )

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39237 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39237 Mon, 11 May 2015 18:07:19 +0000 Paolo I told you how to fix it via FTP. Just remove the custom code you added.

You shouldn’t be trying to add custom code blindly without knowing what to do.

In our support policy it is very clear that we do not provide support for modifying the plugin: https://wpgeodirectory.com/support-policy/

If you want the plugin to do things that it doesn’t do or look differently from how it looks, we can point you in the right direction, but you shouldn’t be expecting us or our moderators to do the work for you.

Thank you

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39238 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39238 Mon, 11 May 2015 18:34:46 +0000 Simone Hello, I have fixed the code in your functions.php for both the VK button and the GD Listing Content section section (you will find a new area in Widgets).
About the VK you will find on your site the error “NO App Domain” I thin it’s due to some wrong settings when setting up the button. You can find in your functions.php how to edit and replace the code once you set it right. just look in functions.php and find
<!–here is the code for your VK–>

One more thing, you’re using GDF framework but not the Child theme.

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39251 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39251 Mon, 11 May 2015 21:22:43 +0000 vcherednichenko Thank you very much guys! I work alone, and understand all from zero through trial and error. Sorry if something goes wrong. You big fellows that have created such cool plugins, I do not get tired to admire your work. If you need to pay extra, let shall discuss the price, because I have in reserve many more tasks.
Or, if you agree to help me, I can do it myself.
Just seems I put the code not correct and therefore got a white screen.

Thanks

]]>
https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39252 <![CDATA[Reply To: Bottom section setting]]> https://wpgeodirectory.com/support/topic/bottom-section-setting/#post-39252 Mon, 11 May 2015 21:45:40 +0000 vcherednichenko Well, I remove the custom code via FTP. All recovered. Thank you

Thank you fo add GD Listing Content section, but this section is everywhere but not on the listing detail page. And when adding widgets in this Content section they appear above, but not below the base block.

Sorry if that something is wrong

]]>