Paolo
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
could you please provide a link and admin credentials?
Normally if the location switcher says Modifier L’emplacement, there shouldn’t be any location in the near field. It should say “Near” only.
Let us know if we are missing something,
Thanks
Is that the latest po file? You can merge the newest with your current one to add missing translations added with new versions.
Let us know.
Thanks
HI,
because you still have something with slug Photography in your database. That’s how WordPress and MySQL work. It could be also a tag.
With phpmyadmin you could do a search for “photography” in all tables and find the culprit. Once you remove it, it will be possible to change that slug of your new category too.
Thanks
Hi,
if you mean in the home page, you have sorting option in the widget.
GO to Appearance >> Widgets >> GD Home Content Section and open setting for GD >> Popular post view and change the option Sort by to Latest.
Let us know how you went,
Thx
Hi,
GeoDirectory uses schema.org microdata with or without the MultiRatings plugin.
Thanks
Hi,
did you change password for the admin account provided? I’m unable to login…
Let us know,
Thanks
Hi,
in Settings >> General
Did you add https to the WordPress Address (URL) and Site Address (URL)?
See image attached.
That should be enough…
If you have, please provide admin credentials in a private reply and we will have a look.
Let us know,
Thanks
Hi,
There must be a php error somewhere.
The login page appears to be broken too : http://reiserådet.no/wp-login.php
I cannot access your admin area. Do you have a redirect function or plugin to bypass the regular wp login page?
If yes, please deactivate it so that we can access your dashboard.
If there is a php error like a suspect, we would also need ftp credentials to check your error.log.
Let us know,
Thx
Thanks for letting us know! 🙂
Hi,
GDF has a blog page template.
You don’t want to run the main loop with it. So you select nothing in Reading >> Settings for the post page and assign the blog template to the blog page.
I did it and now your blog page works.
Thanks
December 7, 2015 at 6:40 pm in reply to: Determining Buddypress Author (or any author) From Listings Page #62864You can’t echo a shortcode with php. You must wrap the shortcode with a do_shortcode function.
https://developer.wordpress.org/reference/functions/do_shortcode/
CHeck the User Contributed Notes at the bottom of the page with examples.
Thanks
hi,
this should do it, please try adding it in your functions.php
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30); function my_geodir_action_details_slider() { if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail('full'); } }Let us know how you went,
Thanks
Hi again,
it’s better to wait till your current subscription ends. They are not cumulative, so buying a new recurring subscription now, would reset the clock.
Thank you!
You are welcome 🙂
-
AuthorPosts