Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please provide a link and wp admin credentials and we will have a look.
Thanks
Hi,
the compatibility for X has been added to core. The compatibility plugin is now useless.
Do you have X selected when you go to GD >> Theme Compatibility?
If you don’t please go to GD Tools and run the tool to Clear GD Versions. That will run the upgrade script again and it will autodetect X.
In case the above doesn’t solve the problems, please provide URL and wp admin credentials in a private reply.
Let us know,
Thx
Hi,
please clarify: have a number of 404′s where the review for an event disappeared.
Where do you have them? In google webmaster tools?
let us know,
Thx
Hi,
that would be possible through hooks and filters, but only with major code customization. It would probably even deserve a dedicated addon to replace the output of the Prices and payments.
I like the idea, but now there is no way it can’t make it to the top of our priorities at the moment.
I would suggest to submit the idea here
I have a feeling that many members will vote for it and that will definitely make us consider building it faster.
Thanks
Hi,
I’ve flagged this for Stiofan, but he’s in the middle of completing several other tasks, one of which is the plugin to create GD Codex.
Not sure when he’ll have time to reply.
Thanks
Hi again,
ok I can see a css of our plugin messing up with the css of the theme in the backend.
I’ve flagged this for dveloper to fix.
We will keep you posted.
Thx
Hi,
this what the developers says:
Description in formatting is supported with CSV upload.
It is also working with sample csv file “place_listing.csv” and also tested with some other big size csv files.Attached CSV file “Zoekhulp-DE-database-WPGeodirectory-Orthopedie-database-september-2014-1.csv” has not valid csv format.
It works fine when file opened and saved.
I just read back your message and saw ” google spreadsheet”.
You can’t use google spreadsheet for CSV files. Just like you shouldn’t use Excel.
Only software like openoffice and libreoffice will work and keep correct CSV format.
Thanks
Hi,
this is a known bug and it’s been fixed already in the next version. We are currently testing it, because many are the things that changed and we hope to release it before the end of this week.
It will give better control on recurring and non recurring events, adds options to control what shows in the events tab of a linked business.
I’ll suggest to change the category name in the link with the listing title too. I agree it will look better.
Thanks
hi,
given that the old and the new permalinks are identical you can’t do that with 1 htaccess rule, which would be:
RewriteRule ^oldpermalink/(.*)$ /newpermalink/$1 [L,R=301]changing oldperm and newperm accordingly.
Because that would redirect also the pages where the old permalink is correct.
The only way would be to redirect urls 1 by 1.
Example: Redirect /olddirectory/rest_of_the_url/ http://example.com/newdirectory/rest_of_the_url
Or wait until google realize you changed permalinks and correct their Serps. If you submit a new sitemap it should only take few days.
Thanks
Hi,
it looks correct to me, could you please provide url and wp admin credentials?
Let us know,
Thx
both things are not possible without some major customizations.
We will report for the bug as soon developers fix it.Thanks
Hi,
we would need admin credentials to verify. When logged out I can’t even see the problem
Let us know,
Thx
Pricing problem was solved, the table was corrupt. You will need to edit your free price as it’s been overwritten by the fix.
The preview problem is still a mistery and we are looking into it.
Stiofan will report probably tomorrow considering now it’s dinner time in UK.
Thanks
March 24, 2015 at 8:50 pm in reply to: Register/ login/ add listiing forms not appearing correctly #35112Hi,
please add this to your custom css:
#geodir-wrapper { overflow: hidden; }Let us know,
Thanks
Hi Ian,
I don’t know what file editor you use, but with dreamweaver or simlar programs this is how you’d find this information autonomously.
1st search in all /geodirectory/ for : geodir_author_content
It will allow you to find the add_action which is:
add_action('geodir_author_content', 'geodir_action_author_content', 10);So now we would look for function geodir_action_author_content which is right below the add_action.
inside that function there is another
do_action('geodir_author_content_inside');Searching for geodir_author_content_inside will bring up:
add_action('geodir_author_content_inside', 'geodir_action_author_content_inside', 10); add_action('geodir_author_content_inside', 'geodir_pagination', 20);You may need just the 1st or both depending if you intend to paginate.
Searching for geodir_action_author_content_inside will bring up:
function geodir_action_author_content_inside() {//code here}That is what you need for sure, for pagination I think now you know how to search the other function.
Let us know how you went or if you need more details about how to search actions and functions.
Thanks
-
AuthorPosts