Kor
Forum Replies Created
-
AuthorPosts
-
Hi there,
Kindly refer to this section of the documentation for more customizing options using custom CSS https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
Hi Bence Nagy,
Could you please show us an example of the issue on your Website? It would also be better if you could 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.
Thanks!
Hi there,
Do you think you can share WP temp admin access to that site so we can take a better look? You can post the details here using the private reply option below.
Hi Milettic,
By default in GD, you can insert multiple images into a listing. If you need to limit the image uploads, you’ll have to use this addon https://wpgeodirectory.com/downloads/payments-manager/ . Refer to this section of the documentation for more information https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/ . Are you trying to insert multiple images into a blog post? Could you tell us a little bit more about what you needed there?
Thanks!
Hi there,
Could you try using the custom CSS code below and see if it removes the text-shadow?
#ptp-335 .ptp-comparison1-unfeatured .ptp-plan-title h2, #ptp-470 .ptp-comparison1-unfeatured .ptp-plan-title h2, .ptp-price-holder, .ptp-data-holder { text-shadow: 0 0px; }
Thanks!
Hi Cory,
You’ll have to overwrite the copyright section using hooks. Customize the code below to your liking and apply it into the code snippet plugin. https://wordpress.org/plugins/code-snippets/
remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_default', 10 ); function custom_dt_footer_copyright_default() { $dt_disable_footer_credits = esc_attr(get_theme_mod('dt_disable_footer_credits', DT_DISABLE_FOOTER_CREDITS)); if ($dt_disable_footer_credits != '1') { $theme = wp_get_theme(); $theme_name = $theme->display('Name'); $theme_url = $theme->display('ThemeURI'); if(is_front_page()){ $wp_link = '<a href="https://wordpress.org" target="_blank" title="' . esc_attr__('WordPress', 'directory-starter') . '"><span>' . __('WordPress', 'directory-starter') . '</span></a>'; $default_footer_value = sprintf(__('Copyright © %1$s %2$s %3$s Theme %4$s', 'directory-starter'),date('Y'),"<a href='$theme_url' target='_blank' title='$theme_name'>", $theme_name, "</a>"); $default_footer_value .= sprintf(__(' - Powered by %s.', 'directory-starter'), $wp_link); }else{ $wp_link = __('WordPress', 'directory-starter'); $default_footer_value = sprintf(__('Copyright © %1$s %2$s Theme', 'directory-starter'),date('Y'), $theme_name); $default_footer_value .= sprintf(__(' - Powered by %s.', 'directory-starter'), $wp_link); } echo $default_footer_value; }else{ echo esc_attr( get_theme_mod( 'dt_copyright_text', DT_COPYRIGHT_TEXT ) ); } }
This reply has been marked as private.Hi Thomas,
That can be done using the translation method, check out this section of the documentation https://wpgeodirectory.com/docs/translate-core/ and you should be able to change some of it in the “Custom Fields” settings “Frontend Title” https://wpgeodirectory.com/docs/core-place-settings/#custom
Thanks!
Hi Paula,
I’d like you to know that listings will not duplicate by itself. Not really sure what’s wrong, but upon inspecting your Website I noticed that you’re using the “Autoptimize” plugin with GD booster which I think it’s causing the issue and the conflict here. I’d like you to check out this section of the documentation as it explains more about it https://wpgeodirectory.com/docs/autoptimize-settings/ . Well, let us know how it goes.
Thanks!
Hi Maria,
You’re Welcome, enjoy GD. 🙂
Thanks!
Hi Michael,
Do you think you can share WP temp admin access to your site so we could check out the settings for you? You can post the details here using the private reply option below.
Hi there,
Please refer to this section of the documentation https://wpgeodirectory.com/docs/multilocations/#main and make sure you have selected a menu to be used for your GeoDirectory links at GD > Design > Navigation .
Thanks!
Hi Giacomo,
Looks like an issue with the WPML plugin. Have you contacted their plugin support regarding this issue? Meanwhile, could you share your WP temp admin access so we take a better look at it?
Thanks!
Hi Hezekiah,
You’ll need to use this addon https://wpgeodirectory.com/downloads/claim-listings/ which allows your visitors to claim its own business listing. Check out the docs more info on how it works. https://wpgeodirectory.com/docs/category/addons/claim-listings/ . Let me know if I’m misunderstanding your question.
Thanks!
Hi Darren,
Refer to this section of the documentation for more customizing options using custom CSS https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
-
AuthorPosts