Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
currently there is no way to limit the number of video one can submit. You can either disable the videos field or enable it.
The correct way to add videos is adding the iframe embed code in the video field. All the videos added are added in the video tab of the listing, however currently it seems that there is a bug.
Due to way they are added to the page and the css to make the video responsive, only the last one is visible, because they are all on top of each other.
I’ve added this as a task to be fixed asap for developers.
Thanks for spotting it!
March 31, 2015 at 4:41 pm in reply to: Trying to get property of non-object in geodir_count_functions.php on line 200 #35719You are welcome David! 🙂
Hi,
please submit any feature request in the feedback system : https://wpgeodirectory.com/requests/
If it makes it to the top we will definitely consider it.
Thanks
HI,
the media manager if used correctly is a great tool.
You just need to look at the URL of any image to see in which folder it is located.
Example: http://wpgeo.directory/
If I want to know where the Hostel icon is, I just right-click on it in the popular categories list, than click on “Copy Image URL”: http://wpgeo.directory/wp-content/uploads/2014/06/Hotels.png
The icon is in folder 2014 for the month of june.
Thanks
March 31, 2015 at 3:09 pm in reply to: Trying to get property of non-object in geodir_count_functions.php on line 200 #35708Hi,
that is just a notice and should only be logged in your error log.
dd this to your theme functions.php and it will disappear.
error_reporting(E_ERROR);Thanks
My bad, it should be
if ( 'gd_place' == get_post_type() ) { // function here }Please see the missing ) after get_post_trype().
That should fix it.
Let us know,
Hi Cory,
I think you are a bit confused.
Dropdown menu link or whatever category link will take you to a category page, where there is a list.
The number of post shown in that list is controlled by wp Settings >> Reading.
The map, that can be placed on top of the list or in any sidebar, show the same number of listings as the list.
Using or not using a dropdown to access this page won’t change anything…
Thank you
Hi,
to update there is no need to deactivated anything.
Just update core first, than all addons together.
Thank you
Hi Jakes,
the plugin does’t provide a twitter feed based on that html variable. It must be custom created and to do so, avarage programming knowledge in the wordpress environment, is required.
Customization goes beyond support, to make sure you know what you should expect in terms of support, please read our policy.
There isn’t documentation that covers exactly what you need to do. In the forum you can find how to add a tab and new content into it, Simone explained how to get the variable needed from the database, but how to use it to add the content you want in your new tab, is totally up to you.
If all this sound too complicated, I suggest to hire a developer to help you out.
We are very happy for how easy we made it to customize our plugin, but we never said, nor we ever thought that it would be possible for anyone without some coding experience.
If that was your expectation, I’m terribly sorry to disappoint you.
Thanks
This reply has been marked as private.Hi,
it is not possible without a customization of the listings page map widget.
The map is designed to show the listings that are visible in the list below.
Thanks.
Yes, later this year. We haven’t started building the API yet.
Thanks
Yes, wrap the function in a conditional statement to determine on which CPT to excecute it.
example :
if ( 'gd_place' == get_post_type() { // function here }Change CPT accordingly.
Thanks
pls see few replies above: https://wpgeodirectory.com/support/topic/sharethis-plugin/#post-7306
Thanks
Hi Nitefader,
the only small thing brokwn I see can be fixed with this css:
.geodir-details-sidebar-social-sharing { clear: both; }If you see anything else that I’m missing, please provide details.
Thanks
-
AuthorPosts