slm800
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Slider zooming imageThank you for your help yesterday Denzel. I had to go off line as well and got my theme updated so everything works there.
Unfortunately however the slider height did not work to fix the zooming in issue, it just made the image more cut off on top and bottom.
I did manage however to have it not zoom when I turned off the full page slider checkbox, but the only problem with that is I prefer the full screen, I just want it to show my image correctly and not zoom in on it.
Do you or anyone else have any ideas? Im not sure how to reach the theme author, I kinda figured they might monitor this forum.
Forum: Themes and Templates
In reply to: [Customizr] Slider zooming imageThen maybe I have another problem with my site? I did have someone else work on it previously…wonder if they screwed something up?
When I go to Customize, the only options I have are Menus, Widgets & CSS with a button above that says Upgrade to Pro. Even if I try to hover over or click the Customize or Remove This Slider button, I get a round circle with a line through it like I don’t have the option.
Forum: Themes and Templates
In reply to: [Customizr] Slider zooming imageI haven’t upgraded to Customizr Pro yet for 2 reasons:
1) I was waiting until closer to go live to get the maximum time I could out of the yearly fee and
2) I hadn’t researched yet whether upgrading will affect my Customizr Child theme that I downloaded or not?
So, I don’t have access to this menu currently.
Also, I’m not interested in changing the size of the slider. Just want the existing size to not zoom in on my images.
- This reply was modified 7 years, 4 months ago by slm800.
Forum: Themes and Templates
In reply to: [Customizr] Slider zooming imageThank you. Not sure if you can tell from the site load but the site is https://automatedhomepros.com
The media itself of the first 2 slider images are not that zoomed in actual and also have several hundred more pixels on the top and bottom over what is shown.
Forum: Plugins
In reply to: [Theme My Login] Can’t seem to update css/ paddingNevermind, please ignore. I guess after about an hour, the site finally updated the cache.
The class worked…thanks very much for your help!
Sorry about that, I guess I did misunderstand. In all my years, Ive never seen a link work that way LOL I have it working now so thanks again. It’s a great popup, will definitely leave a good review!
Thanks, but I can’t use option #3 either. The only option I have in my theme and to add a link to my slider is an http link. The field where I input a link will not accept html so I can’t use the “a href” tag. Even just putting basic text in the field changes it to put an http in front of it when I save. I also tried to enter the popmake link into the php that I pasted above but that didn’t work either since unless I have something inserted in the fields on my media page, the slider doesn’t link at all. I’ve attached a screenshot. Hoping someone can help with how to modify the code above so I can enter html or the class into the link field.
- This reply was modified 8 years, 2 months ago by slm800.
Forum: Themes and Templates
In reply to: [Customizr] Problems with featured imagesResolved. Found another, better code that worked the way I wanted.
Still not sure where the problem was, but for anyone that is having the same problem, try…
/*remove round divider*/
.round-div {
display: none;
}/*change thumbnail size*/
.thumb-wrapper {
display: block;
height: 270px;
width: 400px;
}.tc-thumbnail.span4 {
width: 400px;
height: 270px;
margin-bottom: 30px;
}