rigots
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi, if I use:
.featured-img {
background-size: contain!important;
}It completely messes up my home page, so I will just leave this alone and let the featured image be scroll able and only show part of the image as the featured image on each detail page of each listing.
I will provide you with login details, test it out. when you add the above css my home page goes completely bad. I don’t want to change anything in my home page, I just want to change the features image on the detail page when you click on a listing.
Now, I see a similar problem on my cell phone, when I view any listing the featured image is zoomed in. Why can’s I just see the full picture. Why can’t the theme just resize the picture to fit the picture windows instead of cropping the picture to fit the picture window?
Thanks,
RigoHi, I used
.featured-area {
min-height: 1000px!important;
}
to make the featured image in the detail page to a minimum height of 1000 pixels. But now it forces all my pictures to 1000 pixels. There are some pictures that are small and by default they were being stretched to 800 px, now with this change they are being stretched to 1000 pixels high.Is there a way to only stretch the pictures to 1000 px only if they are be bigger than 800 px in height?
I don’t want to stretching small pictures too much.Thank you.
Great, thank you. I forgot that they could also input html.
This reply has been marked as private.December 15, 2017 at 5:36 pm in reply to: Is there a way to show at the top of the search results that more pages exist. #409712This reply has been marked as private.December 14, 2017 at 7:02 pm in reply to: What should I used for cache? GD Booster or Super Cache with Autoptimize? #409575I forgot to click on “notify me of follow-up replies via email” by email”, so I am resubmitting with this checked.
December 14, 2017 at 5:25 pm in reply to: Is there a way to show at the top of the search results that more pages exist. #409562Hi Alex,
I have already added that code snippet before. See attached screen shot below.I don’t understand what you mean by leaving the advanced pagination setting selected.
As I said before, there are three selection for advanced pagination, which of the three do I select? I have tried the three option without success, see attached image, I selected “before pagination” and it still does not work.Any other suggestions?
Thank you.
December 12, 2017 at 7:21 pm in reply to: Is there a way to show at the top of the search results that more pages exist. #409270Hi Alex, what do you mean by “You will also need to turn on the setting now, too?”.
I did go ‘GD>Design>Search>Show advanced pagination details’ and there is a pull down menu next to it.
The selection choices are: Never Display, After Pagination and Before Pagination.
I tried the three of them, the only thing I see when I enable “After Pagination” and “Before pagination” is that I see a text that says “Showing Services 1-20 of 96”, but it does not give me the option at the top of the page to select the next set of results and this is what I am looking to have at the top of the page, not just at the bottom of the page.Any advice?
December 12, 2017 at 6:54 pm in reply to: Is there a way to show at the top of the search results that more pages exist. #409261I was told before that I should not be modifying any child themes because that could change in the future and my changes would get reset. So instead I was told to use a “snippets” widget to make any changes.
So I used “Snippets” to add and activate the following:
add_action(‘geodir_before_listing’, ‘geodir_pagination’,100);But, that did not work for me.
I wish they added an option in the future to have pagination at the top or bottom, both top and bottom.Can I add this command from “Snippets” if so, do I need to modify the command to be added from Snippets?
If not, I will have to go figure out which is my child theme. I use “Directory Starter” and “Supreme Directory”, I don’t know if I have a child theme were I can add this code. Any advice?Regards,
RigoSeptember 28, 2017 at 11:48 pm in reply to: How to change the Star rating to three thumbs up? #397950OK, I did
.geodir_Star {
display: none!important;
}
to remove the rating icon until I get more ratings and want to show them off.So, I will just wait on any suggestions for creating the color fill able icon.
Thank you.
September 28, 2017 at 11:29 pm in reply to: How to change the Star rating to three thumbs up? #397945Check my site. I figured our how to make the color inside the icon to be transparent so that it can take the picked colored, but I could not figure out how to make the outer edge bolder transparent so that it would outline the rest of the color fill, so I left the outer st rock solid with a chosen color.
If you had a document or pointer where this is explained it would be great.One more thing, I don’t want to show ratings on the search results page yet, because not enough listings have ratings. Unchecking GD>design>details>DEFAULT RATING SETTINGS>Enable Font Awesome made the rating icons appear at the right of all listings under a search result. Is there an easy way to take these out? or do I have to disable that with CSS?
Thank you.
September 28, 2017 at 7:15 pm in reply to: How to change the Star rating to three thumbs up? #397925Thank you.
Could you give me a little guidance on how to create the rating icon in Photoshop?
I notice that your star Icon is transparent so that it can be filled with the picked color.So I see that the background is white for the icon, but what about the fill color in the icon? What color is that?
I am trying gray color inside the icon and then I am going to the blending options and then setting the ‘Fill Opacity’ to 50% and saving as transparent image.Is this the right way to do it? Can you give me a little guidance on how to make an icon like your star icon that can be filled with color when reviewed and is empty when there is no review set.
Thank you.
September 27, 2017 at 11:39 pm in reply to: How to change the Star rating to three thumbs up? #397779This reply has been marked as private. -
AuthorPosts