Paolo
Forum Replies Created
-
AuthorPosts
-
June 2, 2016 at 10:03 pm in reply to: After Listing is Claimed, where is "edit" link for user? #202524
Hi,
did you also change the post_author ID in wp_post to assign each listing to the correct user?
Let us know,
Thanks
Hi,
I just downloaded your po file. Saved (saving will compile the mo file automatically) and uploaded the mo file. It works again.
I’ìve never used the compile to mo command. Try sinply saving.
I’m not sure what you are doing wrong with poedit, for that yo ucan request for support here: https://poedit.net/support
For the missing translations, you only have the translation file for the core plugin in /wp-content/languages/geodirectory.
You are missing all the add-ons: https://wpgeodirectory.com/docs/translating-addons/
Thanks
Hi,
no there isn’t.
You will need to use a plugin like buddypress that allows for extra fields in the registration form.
Thanks
Hi,
it looks like you missed a part of the tutorial.
Start with:
If you are using fieldsets in tabs, the tab index is assigned automatically and unfortunately it isn’t that obvious to figure out.
https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
Please follow that part and you should be able to easily reorder the custom tabs within the array too.
Let us know how you went,
Thanks
Hi,
did you read the documentation carefully?
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/Each plugin has it’s own translation file. The mo file for each plugin has to be uploaded in the correct folder as explained in the documentation.
For example the check out page string will be find in the payment manager add-on translation file.
Hope this helps.
Thanks
and the link is?
Hi,
you didn’t get me upset, I’m just reminding you our support policy.
2) You will need to replace the code that adds the categories with this:
https://gist.github.com/Stiofan/a41a00e0dca0b86ff1eb67cb6d221d53
the code to be replaced is in functions.php of the theme starting at line 516
5) you can add back breadcrumbs, comment out this code in functions.php
/* * remove breadcrumb from search, listings and detail page. */ remove_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20); remove_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20); remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20); remove_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);Make sure to take note of all changes you made to the functions.php file and style.css file because you will have to apply them back when we wil release the final version of this theme.
6) The category top description already appears in listings page above the search form, how to convert it in a button (not sure exactly what you mean) will probably require a jquery script, that is a customization and beyond support.
The location page is the home page of a location, you can add a lot more content to make it different from the other 2.
The other 2 are identical because you only have 1 category, the only way I see this possible is with a 301 redirect via htaccess file.
Thanks
It isn’t, whatever you did on that file you can do via GeoDirectory >> Design >> Scripts >> Custom css.
Just copy your mod and paste there.
That way next update your css change will remain intact.
Thanks
Hi,
In Appearance > Customize, you had the Header Top section enabled and it was showing a menu with all pages of your website.
I asked to the developers to let us know how that section should work exactly.
This is a Directory Starter theme option.
Thanks
Hi,
I’ve simply logged in with credentials provided and visited the cflorist profile page. You can do the same I did.
Please remove site authentication (use a maintenance plugin instead so we don’t have to login twice, it’s a waste of time) and make sure my IP is not currently blocked: 189.208.220.108
I cannot access your website now after I tried to authenticate twice and it didn’t let me.
Thanks
Hi,
you should never modify plugin or theme files directly.
In GeoDirectory you can add any cusotm css in GeoDirectory >> Design >> Scripts >> Custom css.
just copy any css element that you want to modify in there, do your changes and save.
That way your changes will not be wiped out after every update.
Thanks
Hi,
there are plugins that do backups and restore. ALso many hosting provider provide their own server tools for backups.
Thanks
You are welcome 🙂
This reply has been marked as private.Hi,
please provide a link and admin credentials in a private reply (only staff can read them) and we will have a look at your settings.
Thanks
-
AuthorPosts