Giri
Forum Replies Created
-
AuthorPosts
-
Hi there,
Problem #1) Stiofan confirmed that its a bug and asked me to assign it to Kiran. He will take care of it.
Problem #2) Sorry to disappoint you. This may not be possible without customisation. You can use hook to change the order of sidebar and main content. However you need a developer to help you with that.
Also keep in mind, while your infinity scroll might work with listings, it may not work with map pinpoints. Since they also need to updated. So consider hiring a developer if you need infinity scroll feature.
You can also submit a feature request here. If more people interested in that feature we might start to work on them.
https://wpgeodirectory.com/requests/
Thanks
Hi there,
Which theme you are planning to use?
Enfold or 2017?
So I can give fix for that particular theme.
As for infinity scroll, I guess that left sidebar would work in enfold.
Have you tried that?
I just switched the sidebar in GD with 2017 theme. I see some custom CSS code which overrides the GD sidebar styles. Did you add any custom CSS?
Hi,
You can try this code.
function bp_remove_gd_fav_tab() { $profileid = bp_displayed_user_id(); if (!is_user_logged_in() || $profileid != bp_loggedin_user_id()) { bp_core_remove_nav_item('favorites'); } } add_action('bp_setup_nav','bp_remove_gd_fav_tab', 11);
Hi there,
I was talking about the menu issue.
As for your pin point issue, its not possible since you use ajax pagination.
In mobile you can display the map using this code.
.responsive #top #main .sidebar { display: block !important; }
However the map is displayed in the bottom. So ajax pagination will keep on loading the next page when you scroll using pinpoint.
Hope it makes sense.
As of now you are using sidebar in right side. try using sidebar in left side. That might work.
Hi Jay,
If you are not using any cache plugin, but face those issues then the problem is with your hosting provider. Contact your hosting support.
Thanks
I’m glad your code works Cora.
Thanks
June 19, 2017 at 12:44 pm in reply to: Litle ZOOM ERROR with ENFOLD THEME in mobiles devices #383847You are welcome 🙂
I’m glad it works.
add_filter('geodir_details_taxonomies_output', 'geodir_details_taxonomies_output_custom', 10, 3); function geodir_details_taxonomies_output_custom($taxonomies, $post_type, $listing_label) { $new_tax = array(); foreach ($taxonomies as $key => $tax) { $label = geodir_ucwords($listing_label); $tax = str_replace("$label Category:", "", $tax); //$tax = str_replace("$label Tags:", "", $tax); $new_tax[$key] = $tax; } return $new_tax; }
June 19, 2017 at 11:31 am in reply to: Litle ZOOM ERROR with ENFOLD THEME in mobiles devices #383832Test now?
Yes modify the path, like i said. Let me know if that works.
Thanks
Hi its working now. Maybe its related to the bug I fixed in your another thread.
Please test and let me know if you still have those bugs.
Thanks
I already overwrote the default png file so your test will not work
You can overwrote but you can’t put it back by overwriting again?
Did you look at the pages?
There is a wheel where we used to see the GD logo I see what you’re saying do you see what I’m saying?This is what I said earlier in my old reply.
Yes, I see the marinegraphics logo in your website. I’m not sure what you mean wheel. Are you talking about the gravatar logo “G” ? http://cdn.wpbeginner.com/wp-content/uploads/2012/08/gravatarlogo.jpg
I guess that I have to wait until the next update that gravatar will be overwritten again and it will be too late to test?
I have already explained how to test. But you can wait till next release if thats what you want.
I have questions about that author gravitar that I need answers on. When a user adds a listing their gravatar replaces the default? Yes or no?
The default gravatar in listing detail page displayed only when the listing not claimed (if claim addon active).
https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L821Gravatars are linked to email. If an author already have gravatar then most likely it would get displayed else default gravatar.
When that listing is claimed, the verified business authors avatar replaces the original author’s gravatar? Yes or no?
Yes
June 19, 2017 at 10:40 am in reply to: Litle ZOOM ERROR with ENFOLD THEME in mobiles devices #383816🙂
June 19, 2017 at 10:11 am in reply to: Litle ZOOM ERROR with ENFOLD THEME in mobiles devices #383812Hi there,
try applying this custom css in Geodirectory > Design > Scripts > Custom css
@media only screen and (max-width: 480px) { .geodir_popular_post_category .geodir-cat-list ul.geodir-popular-cat-list li { white-space: normal !important; } }
Let me know how that goes.
Thanks
-
AuthorPosts