Simone
Forum Replies Created
-
AuthorPosts
-
September 25, 2014 at 4:33 pm in reply to: Related Post Settings- How To Relate to Specific Listing(s)? #16540
Hello Stacey, are you using any ad blocker?
have you activated the adsense recently? If so, the ads will display something after a whileSeptember 25, 2014 at 3:25 pm in reply to: Related Post Settings- How To Relate to Specific Listing(s)? #16533Well you should find the right “tag” to link the listings you want to be related, but this tag should be manually entered by the owners, or you can edit their listing and add it by yourself. Unfortunately there is not a right option to make this like a “checkbox” or similar
Ok, disregard the first code, add this in functions.php in your child theme
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> <?php endif; }
and *ta-dah* you will find a new widget area called “GD Listing Content Section”, you can place the widget(s) there.
EnjoyMy hands are tied as i don’t have android to test on it 🙁 sorry
Could you try yourself with Firefox on your desktop? try to reduce the width of the page until you see the mobile menu
Tried on Firefox (desktop, reducing the window) and the mobile menu works well…are you sure it isn’t a cache issue? Try to open a private tab on your mobile firefox browser
I’m good today, I’ve just made a function to do that, copy the following in the functions.php file, within your child theme
add_action( 'geodir_main_content_open', 'geodir_listings_map_before', 10 ); function geodir_listings_map_before() { the_widget( 'geodir_map_listingpage', 'width=100%' ); }
🙂
September 25, 2014 at 1:54 pm in reply to: Related Post Settings- How To Relate to Specific Listing(s)? #16513Hello, I’d suggest you to link them with tags, you can set this option in GeoDirectory – Design – Detail and at the bottom you will find the “Relate to” dropdown (options are Categories or Tags)
In the Listing page, you can place the map only on top, left/right or bottom, not in the content section
You can see my test page here
You’re welcome
S.This reply has been marked as private.Hello, tried with iPhone and it works fine (the submenu will slide-in).
Are you trying with a smartphone or a tablet?What you should to is:
– From the left hand side of your wordpress backend, click on “Places” or whatever is called your post type
– You will see all your listings, select all and in the bulk actions click on Edit
– You will see a drop down called “Comments”, from the drop down select “Allow” and then apply to save.
Hello Stefan, I’ve tried to create an event with “ä ö ü, ß” in both title and description and it works, where is it not working on your side? Are you using GDF Theme or..what? 🙂
-
AuthorPosts