Kor
Forum Replies Created
-
AuthorPosts
-
Hi Kathy,
Not sure why it wouldn’t work on other CPTs. Could you tell us a little bit more about it? Also, provide your WP admin access in private reply here so that we could replicate it.
Yes, we can use custom CSS code to remove the social importer on other CPT’s.
Thanks!
Hi emily,
Looks like you don’t enough privilege to retrieve page metadata’s. You need to request for “Page Public Content Access” as shown in the attached screenshot. Click on “Start a Submission” in the App Review Tab.
Thanks!
This reply has been marked as private.This reply has been marked as private.Hi Ian,
Thanks for your post. You can change it inside GD > Design > Map > DEFAULT MAP SETTINGS as shown in the attached screenshot.
Thanks!
Hi Matt DeWild,
Thanks for your post. Just make sure you’re looking at the correct guide https://wpgeodirectory.com/docs/translating-addons/ . If the issue persists, kindly share both WP and FTP access in private reply. Then, share the link and let us know what you’re trying to change.
Thanks!
Hi Geoffroy,
Thanks for your post. Kindly check out this link https://wpgeodirectory.com/docs/core-shortcodes/ that explains what type of shortcodes you can use to do this.
Hi memorex13,
Thanks for your reply. You can prevent “mouse events” on the map by using the custom CSS code below.
div#detail_page_map_canvas_wrapper { pointer-events: none!important; }Hi Hendrik,
Here is the custom CSS code to achieve that.
.geodir-list-view-select { display:none!important; } .sd.search.geodir-page #geodir_wrapper #geodir_content { flex-basis: 100%!important; width: 100% !important; }Hi Guilherme Hadlich,
Thanks for your reply. I believe you’re using the Supreme Directory theme. You can remove the map using custom CSS but to display a sidebar would require customization.
Thanks!
Hi Timothy,
Thanks for your reply. Looks like you’ve either not copied the code correctly or pasted it wrongly. Anyway, please install the “Code Snippet” plugin and try copying and pasting the code below. If the issue persists, could you please share WP admin access in private reply so that we could check on it?
add_action('after_setup_theme', '_my_sd_footer_changes',15); function _my_sd_footer_changes(){ remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); remove_action( 'dt_footer_copyright', 'sd_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } function custom_dt_footer_copyright_text(){ echo '© 2018 Supreme Theme LLC. All Rights Reserved.'; }Thanks!
Hi there,
Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to achieve what you needed there.
.sd.archive.geodir-page #geodir_wrapper #geodir_content { flex-basis: 100% !important; width: 100% !important; }August 7, 2018 at 1:22 pm in reply to: My Geodirectory information in wordpress, is not displaying on my live website #441536Hi Shane,
We would need an access to your WP admin backend in order to check further. Could you provide it using the private reply option below?
Thanks!
Hi John Brisbin,
Thanks for your post. Just wondering, did you install the “Location Manager” addon already? If the issue persists, please share WP admin access in private reply and list the steps to replicate the said issue.
Thanks!
Hi Rhys,
Thanks for your reply. You can refer to this section of the documentation that explains more about using shortcodes in GD https://wpgeodirectory.com/docs/core-shortcodes/
Thanks!
-
AuthorPosts