Paolo
Forum Replies Created
-
AuthorPosts
-
In that case if you want date to appear and the rest to be hidden, you need to hide each item except the date…
Thanks
Hi,
adding the events that way is not impoorting them within the database of your website, you are using an external tool for events that is not integrated with our products at all.
I gave you some css that should help you remove the sidebar only from that page.
Please try not to scatter your question in so many posts. Keep things in one topic only so that following up is easier.
Thanks
Hi,
If I keep the Avada Theme then I can only add “add-ons” right?
That is correct. But Avada will not help you in this situation. You’ll have the exact same problems.
This custom css will hide the sidebar and make the content full width only for that page:
Add it to GeoDIrectory >> Design >> Scripts >> Custom CSS:
.sd.single.geodir-page.postid-1371 #geodir_content { width: 100%; } .sd.single.geodir-page.postid-1371 .sidebar { display: none; }Let us know if this is what you wanted.
You subscription is valid for as many domains as you wish.
The GeoDirectory Category List 3rd party add-on is an add-on developed by another member, who is selling it through our website. The description should let you know what is it about.
Thanks
Hi Jeffrey,
we sent you an email with the promised files.
Please let us know if you need further assistance.
Thank you
Hi,
there is a selector on each event page (author dashboard included) that allows to select between all, upcoming, today and past.
Thanks
Hi,
we did answer that already:
On the Custom post type edit page (backend) the function get_post_type() is returning "medicenter_sidebars"Thanks
You are welcome 🙂
You are welcome 🙂
Hi,
this is the reply from the devs:
Popular Neighbourhood Post widget displays the listings of current city’s neighbourhoods.
For ex: I have a city CA which has neighbourhoods NA, NB, NC etc. So if i select current city to CA then “Popular Neighbourhood Post” widget will show all the listings which has neighbourhood one of NA, NB, NC.Hope it’s clearer now.
Let us know,
Thanks
Hi Sara,
here is Kiran response:
function my_geodir_custom_fields_in_listing_detail_desc_tab() { global $post; if ( empty( $post->ID ) ) { return; } if ( $main_listing_ID = geodir_franchise_main_franchise_id( $post->ID ) ) { if ( $main_listing_ID == $post->ID ) { /* Your code here to display something only for main listing */ } else { $franchise_ID = $post->ID; /* Your code here to display something only for franchise listing */ $myCustomField = get_post_meta( $main_listing_ID, 'myCustomField', true ); echo $myCustomField; } } else { /* Your code here to display something only for normal listing */ } } add_action( 'geodir_after_description_on_listing_detail', 'my_geodir_custom_fields_in_listing_detail_desc_tab', 90 );Let su know if this is what you’ve been looking for.
Thanks
Hi,
no never heard of them I’m sorry.
Let us know how you go.
Thanks
That is not possible. The login function is from wordpress not from the plugins. So if you add a redirect it will be for all logins.
That function allows you to change the URL for the default GD login page so that you can use for example the login form provided by a theme or another plugin instead of using more than 1 login form.
Thanks
Hi,
there is really no way to handle a similar situation with custom post types.
It would require a complex customization
I’m sorry.
Please report credentials here. Not everyone on the team has access to the email address.
Otherwise we would ask to send credentials to our email address…
Thanks
Please provide admin credentials and we will have a look.
Thanks
-
AuthorPosts