Joy
Forum Replies Created
-
AuthorPosts
-
What from the top section are you trying to edit?
You change the picture, by uploading a “Featured Image” in the location page settings: https://wpgeodirectory.com/docs/supreme-directory-overview/
You add your locations by using the location settings in the Geodirectory settings. If you need more than one location, you will need to also have the Location Manager add-on: https://wpgeodirectory.com/downloads/location-manager/
You can also look into changing the text using the language files: https://wpgeodirectory.com/docs/translate-core/
🙂 I like the listing pages best.
It’s your theme. Try to add background color to it, because it’s transparent:
@media only screen and (max-width: 500px) { #primary-nav ul li a { background:pink; }}
I found that I had a bit of trouble with this too. The “preview” text is found both in the GD core plugin and in the Price Management add-on. Make sure you’ve updated both.
Did you upload the PO and MO file? Also, make sure that you clear any caches.
Figured out the css to target the featured image overlay:
/*location pages overlay */ .sd-location .featured-area::before { opacity:0.5!important; } /* listing pages overlay */ .single .featured-area::before { opacity:0.2 !important; } /* homepage overlay */ .sd-homepage .featured-area::before { opacity:0.5 !important; }
Are you uploading, both the PO and the MO files into the correct folder?
Hi, I thought that was the size settings for the listing images? That applies to review images as well?
What about limiting the amount of images that can be uploaded in a review?
Thank you.
Well! It looks good to me. I don’t know why I’m having the problem I’m having…
Thank you for your time in looking at it though.
Awesome. Glad it worked.
Sorry, I can’t access your site. I am getting a 500 error.
You can locate the right css target and try to add this:
margin: auto;
Update: page is loading now…
.geodir-details-sidebar-rating { margin:auto; }
Try that.
What are you trying to achieve with the stars in the sidebar? I’m not seeing an issue. Are you trying to center them?
Yes, the cast was done in Chrome but I can replicate it on my mobile browser as well as on Firefox.
Thank you.
If the sidebar css is targeted for mobile devices, you’ll have to add in media queries:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
This is mostly related to conflicts with your theme. You can make edits using CSS to achieve what you want. Here’s one video that gives some guidelines, but there are many: https://www.youtube.com/watch?v=wcFnnxfA70g
To do this, use the developer tools in your browser to target the areas you want to edit, and place your changes in: Geodirectory > Design > Scripts
-
AuthorPosts