Simone
Forum Replies Created
-
AuthorPosts
-
September 3, 2014 at 7:15 pm in reply to: The Location Switcher is not displaying on my navigate menu #14216
Url of your website please? 🙂
Login details would be good to have too
thanks
S.Hi,
– All the images you’ll upload when adding a listing, will go into its detail page and create a slider if the images are more than one.– You can use this website to create a batch file for the addresses and obtain lat and lon
S.
Hello Stacey, tags are meant to be used to short describe the content of a page with relevant keywords, and those will potentially help you to gain traffic on the web as Google and other spiders love tags (and links). It is up to you using tags or not.
Hello Benjamin,
– Will the image be placed outside the actual listing slideshow?
– Attached you will find the sample .CSV, with it you can figure out where to add the details of your listings, try first with a couple, not directly with 10k. Each column is self explanatory, Remember to create first the category on your website, and then be sure to use the same name on the .CSV. Also use the same post type (e.g. gd_place if you use the default for Places) .You can find more info about the CSV here and here for all the things in GD.
We are here to help,
S.
Is it possible to see your website, and your login details for the backend please?
ThanksNo need to be sorry, Im sure many of the users here will appreciate that, thanks
I think this is the most used and known website for icons on the web, maybe someone isnt aware yet,
Thanks for sharing 🙂Hello, yes, go to Geodirectory/Design/Navigation and uncheck “Show add listing navigation in menu”
Hello, are the options enabled?
Hello, why don’t you use the Author link included in WordPress?
add this code in functions.php (in your child theme)
add_action( 'geodir_details_main_content', 'my_show_author_mod', 45 ); function my_show_author_mod() { global $post; $current_posttype = geodir_get_current_posttype(); $myauthor = get_the_author(); $myauthorlink = get_author_posts_url( get_the_author_meta( 'ID' ) ).'?post_type='.$current_posttype; echo '<p class="clearfix">Listed by <a href="' .$myauthorlink . '">' . $myauthor . '</a></p>'; //do_action( 'geodir_sidebar_detail_top', 'geodir_action_geodir_sidebar_detail_top','' ); do_action( 'geodir_action_details_slider'); }
This reply has been marked as private.September 1, 2014 at 8:24 pm in reply to: The Location Switcher is not displaying on my navigate menu #13983Hello, have you set a menu in WordPress ? (Appearance – menu)
Have you linked this menu on GD? (Geodirectory – design – navigation)Glad you sorted out by yourself, that was the first spot where I was going to look 🙂
These strings are in the geodir_claim_listing plugin in the geodir-claim-languages folder
-
AuthorPosts