Simone
Forum Replies Created
-
AuthorPosts
-
Hi Adam, in the permalinks you had the same name for both location and listings.
Location is the name for the location page (where there is the map with all listings) while listing is the name for the detail page of the listing.
Ive changed it to “listing”, feel free to change it according to your language.August 29, 2014 at 1:57 pm in reply to: Upload images using Media Library and export listings #13689You’re welcome.
Thanks, you too 🙂August 29, 2014 at 1:45 pm in reply to: Upload images using Media Library and export listings #13684You can use the widget area such as GD Top section or GD content GD right sidebar etc
Hello, could you please write your URL and login details so we can have a look?
Thanks
S.Hmm I don’t know that theme and to be honest I never had a similar issue when swapping themes, sorry 🙁
August 29, 2014 at 1:10 pm in reply to: Upload images using Media Library and export listings #13676Hi Mal, you can use the location page redirecting the permalink in the Geodirectory option (Geodirectory/Permalinks/Location url prefix), so, for example, if you set it to “map” when you will go to yourdomain/map you’ll see the GD map and widgets
Hi, you can create custom urls (Link) so you can create your Lodging link and link it to /lodging and under it you can add the categories
Hello, I guess uninstalling/reinstalling would do the trick.
You can use as many different child themes as you want 🙂
August 29, 2014 at 1:01 pm in reply to: Upload images using Media Library and export listings #13671Hello, to link an image to a new listing you can import a csv (documentation here ). In the image field you should write the filename (e.g. image.jpg) and the image should be in wp-content/upload/2014/08 (because we are in august).
August 28, 2014 at 8:02 pm in reply to: Map Shows "No Records Found" in Search Result When GPS is Enabled #13587What steps did you take?
I tried now and I see one resultHi, did you play with the css? if so, the image in the full page will be displayed on all full pages because..it is supposed to do so 🙂
what you mean with the auto claim? you can set the automatic auto claim (the user who claimed must click on a link , sent to his email after he submit the claim process)
August 28, 2014 at 4:35 pm in reply to: Optimal content settings for GeoDirectory. Please set Content to 67% and Sidebar #13540Hi, that’s only an alert/suggestion, not an error. You can then set the width going in GeoDirectory/Design (yourdomain/wp-admin/admin.php?page=geodirectory&tab=design_settings) and setting the width for each area (content, sidebar(s), etc )
without editing the source file is impossible.
This need some code tweaking, I’ve added a “featured” id in the listing-listing-listview.php file in /plugins/geodirectory/geodirectory-templates
adding/replacing this code
<li id="post-<?php echo $post->ID;?>" class="clearfix <?php if($post->is_featured){ echo 'featuredlist '; } if($grid_view_class){ echo 'geodir-gridview '.$grid_view_class;}?> <?php if($post_view_class){echo $post_view_class;}?>" <?php if($listing_width) echo "style='width:{$listing_width}%;'"; // Width for widget listing ?> >
after the first loop (the while (have_posts())….etc) around row 22.
Then you can control the featured block with css adding this
li.clearfix.featuredlist{ background:#dadada; }
to your style.css
I know this isn’t the easiest solution, and beside that, you’ll lose the modification to the listing-listview.php when an upgrade of GD will be released
August 28, 2014 at 3:12 pm in reply to: Map pop up info box not following prices and pyament plugin #13533let’s first hear Stiofan
Hello, the span is only for the image, the “featured” badge you see on the corner of the featured img
-
AuthorPosts