Guust
Forum Replies Created
-
AuthorPosts
-
Now I understand. I thought the image you posted was your map. No wonder the code does not work.
I added some quick code on the same spot for the events tab now.1. Try
.geodir_category_list_view li .geodir-addinfo a.geodir-pcomments {display: none;}2. Try
.geodir-entry-title a { font-size:17px; font-weight:bold; color: red; }3. Try
#geodir-wrapper-content .geodir-entry-title a { font-size:17px; font-weight:bold; color: red; }Plugins always have their own CSS, plugin developers cannot know what styles theme developers will use.
The GD sidebar always uses GD styling, in every theme, unless admins have tweaked the code. Some of the basics from the theme might be used like font for example, but not that much.If you pinpoint exactly what you think is wrong, we might be able to give you some quick code.
Where is your location map? I cannot find one?
Where did you add the code?For the location switcher [I added at GD >> Design >> Scripts >> Eigener CSS-Code to test why your CSS is not working]
.gd-location-switcher { background-color: green; }I guess loco translate does not save the language files at the correct location.
This is the only foolproof way to translate GD: https://wpgeodirectory.com/docs/category/translation/That will work too.
Well done ! 🙂
This post shows you how to inspect the CSS code and make changes:
https://wpgeodirectory.com/docs/customizing-your-style/If you want to change the GD styling, you need to edit the CSS.
This post tells you how you can do that: http://docs.wpgeodirectory.com/customizing-your-style/The GD pages are not theme pages except for the header and footer, so any WYSIWYG will not work.
See also https://wpgeodirectory.com/docs/layout/It looks like you are using the BuddyPress registration.
In your GD Buddypress integration settings, select to use the Buddypress registration.The ShareThis plugin works fine I think.
https://wordpress.org/plugins/share-this/From https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs:
If you do a search and replace on your entire database to change the URLs, you can cause issues with data serialization, due to the fact that some themes and widgets store values with the length of your URL marked. When this changes, things break.
You need to use the tool Paolo linked.
You’re welcome 🙂
Try adding this to your custom css:
li.menu-item {z-index: initial;}You might have to use
li.menu-item {z-index: initial !important;}It’s quite unusual to see 2 menus with indentical structure 1 on top of the other…
Let us know,
Thanks
Maybe the shortcode solves your issue?
https://wpgeodirectory.com/docs/core-shortcodes/#poppostWithout knowing the extent you are customizing the pages, I really think it is a lot simpler to use the GD category pages, and personalize them using the Category description, and conditional widgets etc, rather than creating WP pages for each.
-
AuthorPosts