Paolo
Forum Replies Created
-
AuthorPosts
-
October 10, 2016 at 3:57 pm in reply to: Widget to Display listings from more than one CPT on Directory Homepage #280581
With GD widgets there is not I’m sorry, all have separate custom DB tables. If you use another WP custom post type widget that queries the regular wp tables, in that case you’ll be able to show title and featured images of listings coming from all CPTs, but not any of their custom fields.
Thanks
You can also try widget logic plugin, it should help in what you need almost with no custom coding.
You just need the conditional tags has_term.
Examples:
https://wpgeodirectory.com/support/topic/add-ads-to-specific-custom-types/#post-142974
Thanks
Hi,
#3 the code provided is to reorder the sidebar of the detail page that is above the sidebar widget area. The map is in the widget area.
You will have to remove the widget from it and use a Hook to make it appear above the social sharing buttons.
Here I explain how to show the featured image on top of the right sidebar: https://wpgeodirectory.com/support/topic/display-featured-image-on-detail-sidebar/#post-28088
Instead of :
$thumb = the_post_thumbnail( 'medium' ); return "<div class='my-theme-class'>".$thumb."</div>".$content_html;You will use this functions to call the map widget: https://codex.wordpress.org/Function_Reference/the_widget
#4 tags turns into numbers when they are modified via quick edit. You shouldn’t use the quick edit option on listings.
There is a utility in GD Tools that should help you fix that.
Let us know if this helped.
Thanks
Hi,
I don’t know pepso, but all other plugins mentioned deal with the regular wp users, so they shouldn’t create problem on that side.
If you want my suggestion, do not do that. You should never install that many applications plugins together, unless you have a super dedicated server and a good system administrator to constantly optimize it.
https://wpgeodirectory.com/making-your-wordpress-site-slow/
Thanks
you are welcome 🙂
That is not correct, as I said it should be in :
/wp-content/languages/geodiradvancesearch/geodiradvancesearch-en_US.mo
I repeat, did you read the documentation about it?
October 10, 2016 at 2:42 pm in reply to: Split: all page are searched by clicking on a button of search. #280557Hi,
please always open a new topic rather than posting on a old resolved topic.
I’m not sure I understand the new problem here , can you please clarify.
if you attach a screenshot, make sure it is smaller than 500kb in size or it’s will be rejected.
Thanks
That’s great.
If I may, what was it?
Thanks for letting us know 🙂
Hi,
something is creating a redirect loop, we will need FTP credentials to be able to debug it.
I’ve never seen this problem before now.
Let us know,
Thank you
Hi,
sorry to hear that. What happens when you try to activate it, do you get a white screen?
If you provide a link and admin credentials we will have a look.
It could be a missing PHP module on your server.
Let us know
Thanks
Perfect, thanks for letting us know 🙂
October 8, 2016 at 5:50 pm in reply to: How do I make person to be able to find his/her location n the homepage map? #279797hi,
yes you will need to install the advance search add-on and add the Near Me Button widget anywhere on your website.
Let us know how it goes.
Thanks
October 8, 2016 at 5:41 pm in reply to: all page are searched by clicking on a button of search. #279794Actually after double checking I’m getting the 403 forbidden when trying to access wp-admin…
Forbidden
You don’t have permission to access /wp-admin/ on this server.
The advance search widget, if used in custom pages, will always show the default custom post type in the 1st field.
If used in a CPT archive page (places and physicians), the CPT will be auto-selected for the visited CPT.
I asked to the developers if it’s possible to add a new parameter for the shortcode to allow to select the CPT to show as default, in each page where the shortcode is used.
That would be the only workaround to achieve exactly what you want.
They’ll let us know asap.
Thanks
-
AuthorPosts