Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
highcaliberclothing.com
youll probably notice this but figured i should mention it. the pics that are showing now are layed over a black rectangle image that expands across the page so my actual image wouldnt skew, this was just me doing a temp. work around.
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
evosmash
highcaliberclothing.com
youll probably notice this but figured i should mention it. the pics that are showing now are layed over a black rectangle image that expands across the page so my actual image wouldnt skew, this was just me doing a temp. work around.
If you turn off your css/js loader I can tell you the line number.
in stylesheet_flex.css change .flexslider .slides img width from width:100%; to width:your percentage; and then add margin:0 auto;
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you turn off your css/js loader I can tell you the line number.
in stylesheet_flex.css change .flexslider .slides img width from width:100%; to width:your percentage; and then add margin:0 auto;
Thanks,
Anne
Thank you. I will get you a donation soon. Just waiting on a new bank card. So I am having this issue where I make changes to the css file and the site isnt changing. but other times, doing it the exact same way the change will take effect. This is a major hassle as I am in the learning phase and try to make changes 1 at a time to see what affect they will have on the site. However this isnt very constructive if the change doesnt take affect. I googled around and saw some other people complaining of the same issue but didnt find much of a solution. People mainly just saying to check to make sure you are editing the right file, which I am. So I was hoping that since you do some much work that you would have come across this and might have a fix. Thanks again
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you turn off your css/js loader I can tell you the line number.
in stylesheet_flex.css change .flexslider .slides img width from width:100%; to width:your percentage; and then add margin:0 auto;
Thanks,
Anne
Also the slideshow changes worked to an extent. the picture size is changing but I have white on either side so its like the box the slideshow is in isnt adjusting down to the size of the picture. ideas?
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
evosmash
Also the slideshow changes worked to an extent. the picture size is changing but I have white on either side so its like the box the slideshow is in isnt adjusting down to the size of the picture. ideas?
Take out the background color on line 41. Also remove width:70%; from line 25 and add a width that looks good with your images.
Thanks,
Anne
Re: Star Ratings in reviews
Quote:
Originally Posted by
flgoose
Hi Anne,
First of all thank you for all your work and for making this wonderful template available. The more I customize it for my site, the more I love it. (Site in development)
I went on to test the review page and frankly I found the star rating layout to be a bit confusing. The radio boxes and stars all run together and its hard to make out what to click on. sadly it was the same on iPhone.
anyway to just put 5 star shaped radio buttons or boxes and make all the precious buttons to be checked along with the chosen one?
or just 1 star before 5 radio buttons followed by 5 stars to signify the scale of the review.
Where can I change this layout?
Reviews are essential to my site.
Thanks in advance
Boy my fingers are not working today. Correction:
Is there any way to just put 5 star shaped radio buttons or boxes and make all the previous buttons to be checked along with the chosen one?
Re: Star Ratings in reviews
Quote:
Originally Posted by
flgoose
Boy my fingers are not working today. Correction:
Is there any way to just put 5 star shaped radio buttons or boxes and make all the previous buttons to be checked along with the chosen one?
I think I got it. It may not be the best way but it works for me.
What I did was change from a single division for the 5 different ratings to a division for each rating in tpl_product_reviews_write_default this gave me a radio button and its star rating on each line.
of course I'm always open for a better way.
Re: Star Ratings in reviews
Quote:
Originally Posted by
flgoose
Hi Anne,
First of all thank you for all your work and for making this wonderful template available. The more I customize it for my site, the more I love it. (Site in development)
I went on to test the review page and frankly I found the star rating layout to be a bit confusing. The radio boxes and stars all run together and its hard to make out what to click on. sadly it was the same on iPhone.
anyway to just put 5 star shaped radio buttons or boxes and make all the precious buttons to be checked along with the chosen one?
or just 1 star before 5 radio buttons followed by 5 stars to signify the scale of the review.
Where can I change this layout?
Reviews are essential to my site.
Thanks in advance
The easiest way to make changes would be to use css. If you post a link to the page on your site I can take a look.
Thanks,
Anne
Re: Star Ratings in reviews
Quote:
Originally Posted by
flgoose
I think I got it. It may not be the best way but it works for me.
What I did was change from a single division for the 5 different ratings to a division for each rating in tpl_product_reviews_write_default this gave me a radio button and its star rating on each line.
of course I'm always open for a better way.
I am happy that you figured it out and posted your solution ;)
Thanks,
Anne