Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
The problem was your text widget you have above the map, you had not closed the form with a html tag, i have fixed this now.
Thanks,
Stiofan
I added this as a snippet and left it deactivated, just change the text and activate when ready.
// remove current copyright add_action('after_setup_theme','_remove_footer_copy_action'); function _remove_footer_copy_action(){ remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); } // add new copyright add_action( 'dt_footer_copyright', '_my_dt_footer_copyright_text', 10 ); function _my_dt_footer_copyright_text(){ echo 'My copyright text'; }Thanks,
Stiofan
Thanks for the info, it turns out it was a css issue with the theme, you migh want to tell them this css code breaks google maps.
.container img{ max-width: 100%!important; height: auto; }Thanks,
Stiofan
Please provide wp-admin details in a private reply (only staff can see) and i will take a look, remember the url also 🙂
Thanks,
Stiofan
Your whoops theme needs updated, please update and try again, if you still have problems please provide FTP info and i will have a look.
Thanks,
Stiofan
Hi Jeff,
Each CPT can have its own link such as mysite.com/add-listing/?listing_type=gd_pubs
You could simply add buttons for each or the GD dashboard widget will let you select from a dropdown.Thanks,
Stiofan
Do you have add listing enabled under GD>design>navigation>Allow post type to add from frontend?
Stiofan
This reply has been marked as private.Hi Jeff,
I am still a but confused about what you mean, what theme are you using? Maybe if you provide links to what you mean we can advise better 🙂
Stiofan
Hi Paul,
Thanks for the info, you/someone had edited the main index.php and tried to add code for a fav icon, this was breaking things. I removed the code and things seem to work now, if you want to add fav icon code it should be to your child theme header.php
Thanks,
Stiofan
November 11, 2016 at 5:43 pm in reply to: Vertical space between GeoDirectory home page widgets #302089Usually that is not the case, i guess the theme is adding some extra css, if you provide wp-admin of a link we can help with a CSS snippet to remove the space.
Thanks,
Stiofan
Usually things are controlled from CPT (Place) settings page, there should be a page for each CPT by name. If you provide wp-admin we will take a look at the maps not working issue.
Stiofan
Hello,
Can you provide a link to your site so we can check.
Thanks,
Stiofan
Hi Malc,
Please provide wp-admin details and i will take a look.
Stiofan
-
AuthorPosts