Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
You can easily hide with css, however you’ll need a new body class on the edit listing page.
add_filter('body_class','edit_body_class'); function edit_body_class($classes = '') { if(isset($_GET['pid'])){$classes[] = 'edit-listing'; }return $classes; }Than the CSS:
.edit-listing #geodir_post_address_row { display: none; }Thanks
Could also be a problem with your Settings >> Permalinks. You may need to re-save them.
Just FYI
September 30, 2015 at 3:07 pm in reply to: Can't unsubscribe from a forum as not a member currently #55194Hi Adrian,
the only think I can do momentarely is to change your email address to a fake one. Than change it back whenever you re-subscribe.
I’ll ask to Stiofan if we can create an unsubscribe me from all topics button in members profile. Not sure if it’s possible though.
Let us know in the mean time if you want us to change your email address for now.
Thanks
Hi Dee,
I’ve asked Stiofan to reply. As far as I know performance profiler isn’t reliable at all. Results from Query monitor are the only one I’d consider.
Stiofan will give you more insights in a minute.
Thanks
You are welcome, we’ll be here if you need help.
ThxYou are welcome. 🙂
Hi,
did you enter you username (ddapson) and licence key in GeoDirectory >> Auto Updates: https://wpgeodirectory.com/support/members/ddapson/
Let us know,
Thanks
Hi,
that would require a customization.
Thanks
Hi,
this doesn’t have to do with the language file. Please opne your own topic.
I’ve tried anything I could think of and nothing fixed it. The map is not appearing and there is no error anywhere.
I’ve ask to the developers to come to the rescue.
Thanks for your patience,
Please, have in mind, that I changed the hosting provider…3 days ago…and after this my problems appeared.
This means you still have the old domain in your database: http://vong.heartupdate.com/
Use a tool like this to do a find all instances of the old domain and replace them with the new domain. https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Thanks
September 29, 2015 at 9:30 pm in reply to: New custom post types not showing on left sidebar in dashboard #55079Hi Emma,
could you please provide phpmyadmin/cpanel URL and credentials? This is really strange and we need to check the database…
Let us know,
Thanks
Hi,
that is how it works.
In this demo I have Hotel as Custom post type, 1 star as parent catgeory and hostel as sub category.
Both the URL and the breadcrumb are showing correctly:
http://wpgeo.directory/hotels/1-star/hostel/
Home > Hotels > 1 star > Hostel
If you provide a link to your webiste with admin credentials we can have a look at your settings.
Thanks
Hi,
this is the closest I could get.
Custom CSS is added to GeoDirectory >> Design >> Scripts >> Custom CSS.
Thanks
Hi Miles,
in GeoDirectory >> Design >> Map you had Places (the only CPT used) disabled. That was making the map have nothing to load.
Please in the future don’t make us look back for credentials in old topics and always provide them when needed. With the amount of members we have every second is precious.
Thank you
p.s. your map markers are way too big.
Hi,
that function will add content to empty posts that are already in the database. You need a jQuery function to add custom text to the description field of the add listing form instead.
Something like this in GeoDirectory >> Design >> Scripts >> Footer script code
<script type="text/javascript"> jQuery('#post_desc').val('test');</script>Should work.
Let us know,
Thanks
-
AuthorPosts