rigots
Forum Replies Created
-
AuthorPosts
-
Hi Kor,
I am getting closer by enabling WP > Settings > General > Membership. Now I see the option to sign up but there is an issue with the re-CAPTCHA, I see read warning under the sign up windows that says “Error”.
I created the “Site Key” and “Secret Key” and entered them both on my Geodirectory -> re-Captcha Settings but the error still there, can you take a look, I will provide admin access.Great! it is working now. I did not even have to clear cache, but if I clear it, it also works.
Thank you so much,
By the way, I am just curious, was the problem on my word-press or geodirectory configurations or some CSS setting, or my bluehost server configuration or something else?Thanks.
June 4, 2018 at 6:57 am in reply to: Remove Search Results Map and expand view for listings only #433495Hi this issue can be closed.
I used
.sd.single.geodir-page .featured-img {
background-size: contain!important;
}
and now it works fine, with out changing the featured image in the front page and this is what I wanted.Thank you for all your support.
June 4, 2018 at 6:53 am in reply to: Photos in detail page do not give the option for go forward or backwards. #433494This reply has been marked as private.June 4, 2018 at 1:53 am in reply to: Photos in detail page do not give the option for go forward or backwards. #433460Hi Gusst,
I tried clearing cache on 4 computers I have at home and the same problem happens.
Then I went to my wife’s work and tried this on her computer that I have never logged into my partycoop.com and I see the same problem when logged in.SO, my question to you us, have you tried clearing your cache, you have opened my site in the past, so maybe your cache has some old date stored that make it work.
Please try clearing your cache or use a new computer that has never been to my site and you will see the problem is there when logged in.
Thanks
RigoThis reply has been marked as private.June 3, 2018 at 6:07 am in reply to: Photos in detail page do not give the option for go forward or backwards. #433335This reply has been marked as private.June 3, 2018 at 6:06 am in reply to: Photos in detail page do not give the option for go forward or backwards. #433334Hi Guust,
I figured out that the problem only happens when you are logged in. I tried it on both Firefox and Chrome. You are not seeing the issue because you are not logged in. I gave the wrong credentials before, see private message below.Thank you.
This reply has been marked as private.June 2, 2018 at 3:47 pm in reply to: Photos in detail page do not give the option for go forward or backwards. #433234Hi, yes I know you need to hover on the right of left to go to the next or previous picture but my website does show the next or previous when I hover on the right or left. Please visit my website and try it out so you can see.
See attached screen shot, there not even an option to close the picture, I have click on the back browser to get back to the other pictures.
Thanks,
RigoThis reply has been marked as private.June 2, 2018 at 7:34 am in reply to: Photos in detail page do not give the option for go forward or backwards. #433196This reply has been marked as private.June 2, 2018 at 7:18 am in reply to: Remove Search Results Map and expand view for listings only #433194Hi Kor,
Thank you very much, the above CSS worked for keeping the whole image visible in the featured image in the detail page.
This setting also effect the featured image in the home page, now my home page does not look right.So how do I target the featured image only in the main page? so instead of “.feature-image { }”, I need “.SOMETHING ELSE . feature-image ()”, what is this SOMETHING ELSE that I need to target only the feature-image in the detailed page?
Thank you again, I am almost there.
Rigo
June 1, 2018 at 5:56 pm in reply to: Remove Search Results Map and expand view for listings only #433158I also noticed that if I use: “height: fit-content;” it is the same as height=26vh; best scenario but some content is still cut of:
So for different resolutions I am using different width and height:
.sd.single.geodir-page .featured-area {
height: 26vh;
width: 80%vh;
}
No combination of width and height works properly for any screen resolution. Is there another CSS control that I am missing?What I am trying to achieve is for the featured image to resize and fit on the screen regardless of the resolution, it should always fit on the screen. I can resize the image at different resolution ranges, but I can’t figure out how to resize the width and height of the featured image on the detail page.
Please help.
RigoJune 1, 2018 at 5:24 pm in reply to: Remove Search Results Map and expand view for listings only #433155Hi,
By experiment I noticed that
.sd.single.geodir-page .featured-area { height: 26vh;}
controls the with of the top featured image even thought the tag is “height”. If I set the “height” more than “26” it cuts off more of the picture on the right and left. If I set below “26” nothing happens why? The best I can do it “26” this is the setting that cuts less of the image off, but there is some cropping going on.Any advice?
Thanks,
-
AuthorPosts