Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Your welcome!
Hi Ron,
If you post a link to your site i will take a look, you can also post your wp-admin details in a private reply (just tick the “set as private reply” box) and only staff will be able to see it, this will move things along quicker.
Thanks,
Stiofan
Hi Josh,
As i mentioned this is not the default behaviour, you can check in our demo: http://wpgeo.directory/
Please provide wp-admin details in a private reply and i’ll take a look.
Thanks,
Stiofan
Hi,
When doing a large import i would suggest disabling the addon and then re-enabeling after.
The system checks when a post previously not having the status of pusblsh then goes to publish, it then copies the ID and title to a WP option
get_option( 'gdfi_post_to_facebook');You could do your manual way many ways but a simple way would be to update the option with an array of your posts you want publshed (i would not do more than a few at a time as it will run the next time someone visits the frontend of your site so could cause a long wait for someone.
EXAMPLE CODE, NOT TESTED:
$my_posts = array( array('ID'=>123,'title'=>'the post title for 123'), array('ID'=>124,'title'=>'the post title for 124'), array('ID'=>125,'title'=>'the post title for 125'), array('ID'=>126,'title'=>'the post title for 126'), ); update_option( 'gdfi_post_to_facebook',$my_posts);Stiofan
Hi,
Please post wp-admin details in a private reply and i will take a look.
Thanks,
Stiofan
Yes 🙂
@josh Grisdale, we can’t replicate this on our demo: http://wpgeo.directory/ (all latest), please open a new support post if you are still having problems.
Stiofan
Great, i’ll look in to it and see if there are any problems with the update process.
Stiofan
Hi Ronen,
The GDF theme styles alot of stuff, the core plugin we try to leave as simple as possible so the theme you are using can try to style it.
If you want the demo styles you can use the demo theme as i mentioned or you can take some of the styles from it’s style sheet style.css
Stiofan
Please go in to any place and click update, it looks like your review count got blanked somehow.
Stiofan
Hi Ronen,
I am not sure what you mean by “the demo” do you mean our demo or your demo?
Was this working before and now it’s not? I don’t understand what your are trying to say here?
If you want your site to look like our demo then you should use our demo theme: https://github.com/GeoDirectory/GeoDirectory_framework
Stiofan
Hi czar, Maybe these are duplicates?
You can try going to GD Tools and “clear all version numbers” this should make the conversion process run again.
If you still have problems you can run the GD pages check.
If you still have problems delete the pages and then rund the GD pages check from GD Tools.
Thanks,
Stiofan
@helloyoga Thanks for the kind words, we are working on the blog, should be up in the next few days.
@josh Grisdale i will as the dev who made the search changes if there is a reason for this.
Thanks,
Stiofan
What’t the problem? It seems ok to me, did u change theme?
Stiofan
Hi Garry,
It seems the update from plugins screen does not show any errors on failure, i would try updating from the update screen Dashboard>updates
I guess you have not enered your mebeship details or they are incorrect under GeoDirectory>auto updates.Let us know how you get on.
Thanks,
Stiofan
-
AuthorPosts