Bottom section setting
This topic contains 9 replies, has 3 voices, and was last updated by vcherednichenko 10 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
May 8, 2015 at 10:13 am #39027
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
May 8, 2015 at 12:54 pm #39033Hello, 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 agofunction 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>
May 10, 2015 at 1:58 pm #39179And when this code was inserted just got a white screen.
Probably something I’m doing wrong.May 11, 2015 at 3:57 pm #39216Please tell me what to do?
May 11, 2015 at 5:47 pm #39231This reply has been marked as private.May 11, 2015 at 6:03 pm #39235Okay, 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? )May 11, 2015 at 6:07 pm #39237I 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
May 11, 2015 at 6:34 pm #39238Hello, 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.
May 11, 2015 at 9:22 pm #39251Thank 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
May 11, 2015 at 9:45 pm #39252Well, 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket