Guust
Forum Replies Created
-
AuthorPosts
-
Top right corner ‘Log in’ should say: Log ind
is in /wp-content/themes/whoop_child/languages/da_DK.po‘1 Review’ should say ‘1 Bedømmelse’
is in wp-content/languages/geodirectory/geodirectory-da_DK.po‘Bookmark’ should say ‘Gem’
‘Write a Review’ ‘Add Photo’ Rading Information’ ‘Listing Information’ ‘Bookmark’ ‘1 Review’
‘About me’ ‘Account Settings’ ‘Log Out’
‘Search Reviews’ ‘Member Since’
is in /wp-content/themes/whoop_child/languages/da_DK.poCan you post your URL and admin details in a private reply?
I suspect you are using your own homepage for your website, and in that case GD-home is not used.
Can you post your URL and admin details in a private reply?You must be <a href="%s">logged in</a> to post a comment.is in the WordPress language file, and seems to work.
Latestis in the Review and Ratings addon, I just saved and re-uploaded and it seems to work, so you must be doing something wrong with your files.
Your Whoop file was outdated. I updated it as explained here:
https://wpgeodirectory.com/docs/updating-your-language-files/Listings in the BP profile tabs comes from GD core plugin, but you did not provide a copy of that.
Please have a go now and let us know how you went. Give a URL of the page where you cannot see the translations.
Hi, you can use this filter: geodir_show_post_address
There are plenty of examples in the forum
https://wpgeodirectory.com/support/search/?bbp_search=geodir_show_post_addressLet us know if that helped.
You’re welcome 🙂
Have a look at GD > design > navigation.
Are you allowing adding listings in that CPT?Change the content of /wp-content/themes/supreme-directory/content-blog.php
to this:<article <?php post_class(); ?>> <header> <?php if ( is_singular() ) { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } else { ?> <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php } ?> </header> <div class="entry-content entry-summary"> <?php global $more; $more = 0; if (is_singular()) { the_content(); } else { directory_theme_post_thumbnail(); the_excerpt(); } ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'directory-starter' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div> <footer class="entry-footer"> <?php supreme_entry_meta(); ?> </footer> </article>Then delete all css for
/* Blog Archive Page */in /wp-content/themes/supreme-directory/style.css
This reply has been marked as private.It looks like you changed from your dev site at /gd-site/ to your live site, and did not change all references to the new site.
The images are there, but your links are incorrect.
You need to use this tool: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/That all depends on what theme you are using. Are you using a GD theme?
If you are, post your WP admin details in a private reply so we can check things out a bit more.Thanks for letting us know.
You can only link one CPT to one other CPT:
https://wpgeodirectory.com/docs/linking-custom-post-types/Regarding the code help, let me know if you want me to move this in the GD jobs section.
Sorry, but that is not possible.
It all depends how you added it, it sounds like you added the code directly to a file of the parent theme. You should never touch parent theme files.
-
AuthorPosts