thebirdiemachine
Forum Replies Created
-
AuthorPosts
-
I am also having a problem with breadcrumbs not showing. I am using the renew stack. I have been told that the breadcrumbs are not showing is because of this code in the Css Customizer:
.x-header-landmark {
display: none;
}However I originally put this in because I was getting my Blog Title above the map which I do not want.
Is there a way for me to get the breadcrumbs to display without having my Blog title above the map?
Interesting. I was able to go to GD > Custom Post Type > select edit of the CPT you want > lablels then I was able to put in whatever text I want for the Tab text. Kinda cool because now I can have different tab text per CPT…nice!
I am probably not the one to offer advice, but you may try going to GD > Custom Post Types > Labels and give that a try (you will probably see some blank fields where you can enter what you want).
Hope that works
Hi @Simone,
I am still not getting all the cities (for the state that I have selected) in the dropdown box. I also do not get all the states in the dropdown (when I have country set to United States) – this is on my desktop. I am wondering why this is and can it be fixed?
Will you be able to let me know when the mobile component will be fixed/status?
Thank you
StaceyCool thank you!
This reply has been marked as private.@guust, I see it now and actually I did install it. But I can’t see where there are setting or anything else that reference this plugin or functionality in the GD dashboard.
Could you tell me where it is?
Thanks
StaceyThank you @paolo! While you are talking with Stiofan about this problem could you also tell him that I can’t use an apostrophe in the rating text either (he fix this issue in other parts of the plugin in the last release)
Thank you for your help!
StaceyThis reply has been marked as private.OK, thank you!
My Dashboard is looking and working fine (for the first time) so whatever Stiofan did worked.
The Main problem is the Change Location in the Nav Bar which is very messed up since update – I am missing states, I am missing towns/cities. Even if I have a state there ore towns missing in the state – it is a real mess.
I did customize it with:
.sidebar .geodir-loginbox-list li a.signin {display:none;}
.loginform1 .geodir_form_row {display: none;}
.geodir-loginbox-list li:first-child {
display: none;
}See post: https://wpgeodirectory.com/support/topic/login-my-dashboard-issues/
I am using Theme My Login for my sign Up / Sign in and I had to delete the login/logout in the DG Login box. The details are in the post above.
I don’t understand how this would mess up the Favorites Dropdown, but not effect the other two (My listing & Add Listings) dropdowns.
Cheers
StaceyI took out the script and everything is back to normal
Is it Ok if you close out this as resolved and I open a new topic? The Search Widget when you put it in the sidebar is not responsive when viewed in full size.
Hi @paolo,
Search
I did add a script to in GD > Design > Scripts > Header that I found in this post by Vikas
https://wpgeodirectory.com/support/topic/customze-advanced-search-widget/<script>
jQuery(document).ready(function(){if(jQuery(‘.geodir-filter-container .customize_filter’).length){
jQuery(‘.geodir-filter-container .customize_filter’).show();
jQuery(‘.geodir-search input.geodir_submit_search’).hide();
jQuery(‘.geodir-search input.showFilters’).hide();
}
});
It seemed like a good idea to give a more facet search look & feel. I guess I will delete it because I do not know how to fix it. (but just goes to show that I do search for things before tormenting you guys 🙂 ). I just remembered doing this last weekend.
Favorites
Could you tell me where this “add listing” is? Just so I know. Everything there is show perfect!You guys rock!
StaceyOh Crap!
@simone I did not customize any css but I did add the following script in GD > Design > Scripts > Header : (If fount this in https://wpgeodirectory.com/support/topic/customze-advanced-search-widget/ post# 1128 )
<script>
jQuery(document).ready(function(){if(jQuery(‘.geodir-filter-container .customize_filter’).length){
jQuery(‘.geodir-filter-container .customize_filter’).show();
jQuery(‘.geodir-search input.geodir_submit_search’).hide();
jQuery(‘.geodir-search input.showFilters’).hide();
}
});
</script>I thought it would be nice to have the custom search parameter displayed without having to click on “Customize My Search” as it would give search a more faceted looked and feel.
Do you think this is the problem?
-
AuthorPosts