Simone
Forum Replies Created
-
AuthorPosts
-
Oh, sorry, you meant blog posts, not listings.
Im afraid that’s not possible.Hello, tested on safari, chrome and firefox (on Mac) and I see all the same style (like the second screenshot).
Try to delete your cache if you still see them differently.
Hello,
You can use the GD > Popular Post View, it allows you to choose the Post Type and the category, it will show listing based on the current location.
Current location can be obtained with the browser geolocation or with the location switcher, so if it’s in Paris, you will automatically see places in Paris.The last message was my modifications to john’s code 😛
With this you can see all the places for the given CPT
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>'; } ?>
Is your theme a customized avada?
The 404 is a permalink/url issue, it will go to /locationcanada rather than /location/canada
There you go, I still act “old school”, the John’s answer is the masterpiece 🙂
Hello, without your URL and login details, we can’t help 🙂
– Have you enabled the option in Geodirectory/Multilocation/Location Settings/Show location switcher in menu? (I guess so)
– Have you set the GD menu in your WP menu? (Geodirectory/Design/Navigation/
Show geodirectory navigation in selected menu locations/Select your menu) ?Hello, what’s the issue in detail? You’re way too generic, so we can’t help, sorry.
GD is compatible with a range of themes (Avada,Genesis, X..).Please use the Enfold thread to post issues, you can find it here.
Hello,
is this a similar issue you had with the other website, isn’t it?
Have you tried to disable the custom plugin you have? (the Join Menu). I remember that was the issue on your other website as well.
The login details you wrote, are not correct.
Please try to disable test it.Hello, I tried both with tab and keyboard only and it works as expected, same with mouse (obviously), I don’t see any issue, I see then the Mona Vale map with the pin on the address you wrote, after clicking on “Set Address on Map”. (I can record a video to prove it 🙂 )
Tested with SafariJohn is aware of this CSS issue, and a fix is on the way.
Please post Enfold issues in the proper thread here, thanks
S.Is it correct, in the detail page it isn’t showing the author.
You can tweak it by adding this<br>Listed by <?php the_author(); ?><br>
where you want, in the template.
Try to add it at the row 355 of the geodirectory_template_actions.php in wp-content/plugins/geodirectory
right after<p class="geodir_post_taxomomies clearfix">
It will place the author above the Place categories (below the slideshow).
add
input[type="radio"], input[type="checkbox"] { margin-right:5px; }
to your style.css (child theme)
Hello, we need login/psw in order to see the website and bypass the maintenance plugin.
Thanks
S. -
AuthorPosts