Kor
Forum Replies Created
-
AuthorPosts
-
Hi Faye,
Try dragging a widget “GD > CPT Category” widget to the GD Listing Top Section as shown in the attached screenshot and see if it’s what you’re looking for.
Thanks!
Hi there,
Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
Thanks
This reply has been marked as private.January 5, 2018 at 7:22 am in reply to: Category links not returning a result but there is a count #411496Hi Chris,
I just installed the correct WP Easy Updates plugin for you and could you please manually update the addons using FTP? The current version doesn’t seem to support the Wp easy updates plugin.
Thanks!
Hi Harry,
We have updated the code snippet https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ to reflect the changes from the SD update.
Thanks!
Hi Javier,
Please refer to this reply https://wpgeodirectory.com/support/topic/remove-text-from-footer/#post-411493
Thanks!
Hi Javier,
You can refer to the updated code snippet here in this section of the documentation https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ .
Thanks!
Hi Linda,
Could you be more specific? Perhaps some screenshots or some links to support this? Are you referring to the detail listing page or the GD homepage?
Thanks!
Hi Harry,
This is the section of the documentation that explains how to change the copyright text https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ . If you need further assistance, please provide WP temp admin access in private reply.
Thanks!
Hi there,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Linda,
You can use the import functionality for this. Refer to this section of the documentation for further instructions. https://wpgeodirectory.com/docs/core-export/ . Let us know how it goes.
Thanks!
Hi Collin,
Glad that helped. Not really. You can safely remove the important declaration.
Thanks!
Hi Tilen,
Just received a response from a developer and he shared the code below. Could you give it a try and see if it’s what you’re looking for?
// Change category icon on detail page function _gd_custom_detail_page_category_icon( $terms_icons, $term_id ) { if ( ! empty( $terms_icons ) && ( geodir_is_page( 'detail' ) || geodir_is_page( 'preview' ) ) ) { // $terms_icons['TERM_ID'] = 'CATEGORY ICON URL'; $terms_icons['946'] = 'http://mysite.com/wp-content/uploads/2018/01/new-hospital-icon.png'; } return $terms_icons; } add_filter( 'geodir_get_term_icons', '_gd_custom_detail_page_category_icon', 10, 2 );This reply has been marked as private.Hi Collin,
Just applied the custom CSS code below and could you check and see if it’s what you’re looking for?
.geodir-i-email {color: white;} .geodir_more_info.geodir-company_info.geodir_email,.b_send_inquiry { width: 100%!important; } -
AuthorPosts