Guust
Forum Replies Created
-
AuthorPosts
-
That sounds like a message for a V1 site.
Have you updated the GDF Framework theme to the V2 version?Please post URL and WP admin details if we need to have a look at your settings.
Thanks
Hi Bernward, if your site is set to German, then your language file should be called
geodirectory-de_DE.po
and you also should have a
geodirectory-de_DE.mo file in the
…/wp-content/languages/plugins/
folder.Thanks
Not if they are manually created, because then the number is added.
January 19, 2020 at 12:18 pm in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #526440This reply has been marked as private.January 19, 2020 at 12:17 pm in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #526438Change profile image on your profile page, see image.
If you want to add other social links there, then add the custom fields first.
https://wpgeodirectory.com/docs-v2/places/custom/You will need to edit this page to add the custom fields to the header of the detail page:
/wp-content/themes/supreme-directory/template-parts/header/header-single-top.phpThanks
If it works, it works …
January 19, 2020 at 10:08 am in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #5264261. I changed this setting:
GD > Settings > Design tab> Details sub-tab > Page template file override > AUTO2. Not sure what you are trying to achieve. But to remove the footer
* activate the footer snippet you created
* and changeecho '© '. date("Y").' My website. All Rights Reserved.';to
echo '';https://wpgeodirectory.com/docs-v2/themes/directory-starter/#footer
3. I added some CSS at Appearance > Customize > Additional CSS.
Is that what you mean?The master membership license will only work for new sites.
Older sites need to update each plugin license.Thanks
Change 30px to 42px.
Don’t be afraid to experiment and review https://wpgeodirectory.com/docs/customizing-your-style/ for more CSS tweaks.Thanks
January 19, 2020 at 9:17 am in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #526420Please check the password.
Can you give a link to “I am trying to remove the footer on the GD pages. Again following the steps that I could find on the Support Forum, but again this is not working. What am I missing?” What instructions did you follow?
Thanks
January 19, 2020 at 7:59 am in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #526416Please post your URL and WP admin details in a private reply and we will have a look.
Can you give a link to “I am trying to remove the footer on the GD pages. Again following the steps that I could find on the Support Forum, but again this is not working. What am I missing?” What instructions did you follow?
Thanks
This reply has been marked as private.Try
#primary-nav ul .sub-menu a {line-height: 30px !important}Thanks
You should be able to use this snippet:
add_action( 'wp_head', function () { ?> <style> /* write your CSS code here */ </style> <?php } );And if another option still breaks to a new line, is there a way to prevent the large gap in between the text so it doesn’t look like two different menu options?
With some extra CSS that should be possible.
Thanks
Those settings are for the old version of GD.
For the new V2 version:Once installed select Reports > Settings from your WordPress admin menu, and under Integration Settings, set Add the report form to AUTOMATICALLY:
The snippet for V1 refers to “geodir_details_main_content” which will need something else for V2, and I will get a developer to confirm what that should be.
Thanks
-
AuthorPosts