Guust
Forum Replies Created
-
AuthorPosts
-
And here is a GD introduction.
For the rest it is up to your imagination and coding skills, like Simone says.
http://docs.wpgeodirectory.com/understanding-hooks-actions-and-filters/Create a copy of wp-content/themes/GeoDirectory_framework/page.php
Rename it to page-offers.php (example only)
and save in your child theme folder.I alerted John for you.
Create a copy of your page template:
http://code.tutsplus.com/articles/creating-custom-page-templates–wp-21843Create a new widget area:
http://codex.wordpress.org/Widgetizing_ThemesWhen you then add your new widget code in the new template, put a div around it like:
<div id="my-special-offers"><?php dynamic_sidebar( 'my-special-widget' ); ?></div>Then you can style any of the normal GD styling, for example this would hide the image of your listings:
#my-special-offers .geodir-post-img {display:none;}I hope I am still making sense …
Have a read of this post: https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/
Let us know if that solves your problem.
I alerted Stiofan for you.
He probably is going to want your admin details.So you are after some pointers to create some special code, are you?
The offers would still need to link to the listings would they not?
You could still use the widget and hide what you don’t want to display, just add the “special offers” custom field to the listings page, then they will display.This is what I would do:
1. create a new page template that has a special div as part of the new widget area
2. add the popular post widget
3. now you can style everything on that page using the divI’ll notify the others too, they might have better suggestions.
Have a read of this post: https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/
Let us know if that solves your problem.
February 2, 2015 at 10:32 am in reply to: Split: Problem with Genesis GEO Bold Layout after upgrade #29451I split your topic so you can post your admin details etc, then we can have a look.
Create a page and add the Popular post widget filtered for “Show only listings with special offers”.
Would that suit you?Have a read of this post: https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/
Let us know if that solves your problem.
February 2, 2015 at 9:49 am in reply to: Split: Problem with Genesis GEO Bold Layout after upgrade #29438Have a read of this post: https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/
Let us know if that solves your problem.
Have a read of this post: https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/
Let us know if that solves your problem.
I did that and like I said, go then to WP Admin > Settings > Permalinks and just click save. Does that solve the problem?
Let’s wait for Stiofan.Firstly, you do not have to be a paid member to get support for the free core GD plugin.
I guess your default location is set to Costa Rica – San Jose region – San Jose city.
That means that with the free version you can add any San Jose city listings.
To add a listing, just drag the map marker to the right spot on the map, zoom in if you need to. That will automatically pick up the address from Google and set the lat and lng of the marker.
I hope I made sense too 🙂 -
AuthorPosts