Giri
Forum Replies Created
-
AuthorPosts
-
Hi clem,
I have fixed that.
Let me know if you still face issues.
Thanks
If you see such problem in the future, just go to GD Booster page and then click clear cache button
Thanks
Hi Victor. It was cache issue. I have cleared cache. Seems like that fixed it.
Let us know if you still face that issue.
Thanks
January 13, 2017 at 10:36 am in reply to: How can we get the events not to display the end time? #341988Hi Carlos.
You seems like you are asking a new feature. Its not possible without modifying the code.
But we will consider this as a feature request.
Thanks
PS: There is a field “All day”, by ticking this field you can hide both “Start Time” & “End Time” but there is not any option available to hide “End Time” only.
I have not tested the follow code. So let me know if you face any problem.
function modify_geodir_featured_image($post) { if ($post->geodir_logo) { ?> <a href="<?php the_permalink(); ?>"> <img src="<?php echo $post->geodir_logo; ?>" /> </a> <?php } } add_action('geodir_before_badge_on_image', 'modify_geodir_featured_image');
No problem.
Glad it works.
Hi sithonia,
I have just erased some part of the description I added and it seems to be working fine for me.
Have you tried it in a different browser?
I see only one problem after saving the description. It goes back to the first location description instead of staying on the currently saved location
When I save the description for “Gerakini, Psakoudia, Sithonia, Greece”, after saving it redirect me to “Agios Nikolaos, Sithonia, Greece” which is the first item.
Other than that I couldn’t find any problem.
If you can record a screencast of your issue, then I can understand and help you.
Thanks
January 12, 2017 at 3:01 pm in reply to: How can I see which listings have not been published? #341440Hi ttkadmin,
In the beginning your concern was missing posts. I helped you to find those culprits 🙂
You have to tell me how do you want me to proceed.
If you feel those draft posts are just duplicates and added by your theme, then i think we should delete them.
Please take a backup and let me know.
I’ll use a query to delete those drafts.
If you want me to proceed in some other way, let me know.
Thanks
Hi Johnny,
I see two workarounds.
1) I’ll add a filter on our core. So you can modify the thumbnail image html using the filter.
2) There is already an action availble called
geodir_before_badge_on_image
after the following code
<div class="geodir-post-img <?php echo apply_filters ('geodir_listing_listview_thumb_extra_class', '', 'listing'); ?>"> <?php if ($fimage = geodir_show_featured_image ($post->ID, 'list-thumb', true, false, $post->featured_image)) { ?> <a href="<?php the_permalink(); ?>"> <?php echo $fimage; ?> </a> do_action('geodir_before_badge_on_image', $post);
So you hide the default thumbnail with CSS and then use the action to add your new code.
Let me know which one you are comfortable with.
Thanks
Hi Julien,
Seems like the problem coming from your theme.
There is a js from your theme breaking other js.
Could you switch to a wordpress default theme and try?
Let me know if that doesn’t solve the issue.
Thanks
This reply has been marked as private.Hi sithonia,
I think you misunderstand Location top description.
You need to add description for each location if you are planning to go for this route.
I have tested your site and it seems to be working fine.
https://www.dropbox.com/s/fln7p49z5wfappn/Screenshot%202017-01-12%2020.10.01.png?dl=0
https://www.dropbox.com/s/4ze3z0z6q3i5a3z/Screenshot%202017-01-12%2020.10.29.png?dl=0
You need to select the location from the dropdown, enter description and then save it.
Let me know if i’m missing something.
Thanks
January 12, 2017 at 9:00 am in reply to: How can I see which listings have not been published? #341328Hi there,
I have updated the post_status.
Draft tab can be seen now
https://www.dropbox.com/s/zk5r8cdhfd9uuum/Screenshot%202017-01-12%2014.28.48.png?dl=0
I’m sorry wonderbc,
I don’t have much knowledge in optimisation.
I would have asked you to enable GD booster. But since you have already enabled it I’m out of ideas.
Thanks
January 12, 2017 at 8:46 am in reply to: How can we get the events not to display the end time? #341326Hi Karlos,
I have recently added wrapper classes for event start and end date.
Please refer this thread.
https://wpgeodirectory.com/support/topic/hide-end-date-in-detail-event-page/
You can wait till next version or post your ftp credentials.
I’ll apply the patch.
Thanks
-
AuthorPosts