Alex Rollin
Forum Replies Created
-
AuthorPosts
-
If you have added blocks, and then removed Gutenberg, then you need to either 1) add shortcode and remove the gutenberg block html or 2) shortcut delete/trash all the GD pages and use the GD Tool to add them again at GD – Status -Tools – GD Page Check
If you want us to take a look please provide complete site details in a private reply.
We have been working on Divi compatibility, meaning that if you add shortcodes to a shortcode/html module the gd content should display.
If you want to use the shortcode editor, you will need to have a classic editor interface: https://wpgeodirectory.com/docs-v2/integrations/gutenberg/#classic
Otherwise, within divi, you can use GD Widgets. Just search through the WP widgets and they should be listed.
About the email, you should check which plugin is sending the email, and then edit it to send the user the link that you think they should have.
You are using UsersWP. Please post your UsersWP questions to the UsersWP forum here:
https://userswp.io/supportYou can use the same login as you use for this site.
1. Listings can show on the UsersWP profile, see: https://userswp.io/docs/geodirectory/
2. The My Dashboard link redirects to the UsersWP Profile when UsersWP is installed. It does not ever direct the user to a single listing. If UsersWP is not installed it will direct the user to their WP/GD author page where they can see all their listings.Remove the GD Categories widget from the Listing Top section in Widgets -> Appearance
1. Follow the doc to add the “Is Claimed” field – https://wpgeodirectory.com/docs-v2/addons/claim/#setup
2. I am not sure I understand. Do you mean that you want to show/hide the “Featured” field? If you want to hide it, make it admin only in the field settings. If you want to show it, make sure it is not admin only. In both cases make sure it is set to active if you want to use it. If I did not understand you correctly, please clarify what you want to achieve.This reply has been marked as private.I have disabled the reCaptcha plugin. You can activate it again once you get a new key. Your old key is invalid.
See the doc for how to get a new key:
https://wpgeodirectory.com/docs-v2/addons/recaptcha/#setupHello,
the featured image is currently transparent with opacity 1. You can change it to 0 with
header .featured-area .featured-img.sd-fade-in { opacity: 0!important; }For the search button, change your previous CSS to:
.fa-cog:after { content: " DETAILED SEARCH"; font-family: "Lato"; }For additional customizations please see our page about how to customize your style:
https://wpgeodirectory.com/docs/customizing-your-style/The last several versions of GD and Supreme/DS have seen changes to the way Font Awesome works.
It is possible to change FA back to SVG, but currently it is set to use CSS on yoru site, and the CSS would look like:
i.fa.fa-compass { color: pink; }Check this for more information about FA settings:
https://wpgeodirectory.com/docs-v2/integrations/font-awesome/Are you talking about the UsersWP profile for the user?
Please post UsersWP issues to the UsersWP forum:
https://userswp.io/support/A new version should be coming out soon. Make sure you have checked the integration options
https://userswp.io/docs/geodirectory/We will need FTP for the solution for this. Please post FTP.
The page is displaying a sidebar, yes, and it can be hidden temporarily with this CSS until we find a solution:
.page-id-29214 .sd-sidebar.sd-sidebar-right { display: none; }For the “My Account” widget, this is the BP Login widget and you will need to ask BP for support with it, as explained here: https://wpgeodirectory.com/support/topic/my-account-widget-not-working/#post-462642
For the developers:
The page is set for fullwidth template:
/wp-admin/post.php?post=29214&action=editThe sidebar appears to be the blog sidebar, with the WP Category and Meta widgets.
Make sure to store all your translation files in wp-content/languages/plugins or /themes
Otherwise they will be overwritten. In fact, those files can also be overwritten if you are pulling translations from WP.orgSee this page for more info: https://wpgeodirectory.com/docs-v2/translation/overview/#disable-auto-trans
Works for me, try clearing your browser cache.
You can use custom CSS like this:
.page-id-904 .global-wrap.container-fluid { width: 75%; }That one is for the gd_place form, but you can view the source and change the page id as needed for each of your forms.
Hi,
you can use the Supreme customizer options to change the site spacing options. You might want to set it back to the default width so the display looks like the default, if that is what you are after.
https://wpgeodirectory.com/docs-v2/themes/supreme/#customizer
Currently the gd_output_locations widget is not placed in the GD Sidebar. If you want to show custom fields in the sidebar, here are some instructions for setup:
https://wpgeodirectory.com/docs-v2/geodirectory/personalize/#show
To customize the featured listing widget you can either edit the GD Archive Item to alter all listings, or use customize with css. We have some common CSS customization examples here:
-
AuthorPosts