Hi Anne,
I'm getting one validation error, can you tell me if this is the template?
Line 244, Column 11: end tag for "ul" which is not finished
</ul>
Thanks
Hi Anne,
I'm getting one validation error, can you tell me if this is the template?
Line 244, Column 11: end tag for "ul" which is not finished
</ul>
Thanks
Where do I edit the links for social media?
I have looked in Admin/Developer's Tool Kit.
I have searched this thread, and global forum search.
Another thing I can't find is the search for product field here
How can the flex slider box become more transparent, auto-sized, and the color changed? Thanks.
Cheers!
v2.2.1
Figured out color and opacity. Original color best suited the opacity. Just looking to auto-size the banner according to the size of the text.
Add to the /includes/templates/YOUR_TEMPLATE/css/stylesheet.css appropriately :
.banner span {background-color: rgba(46, 50, 51, 0.8);}
.banner span {opacity: 0.7;}
Cheers!
v2.2.1
I love your template! Thanks so much for all the hard work you put into it!
I am using a mailing list company, MadMimi. I'd like to add something on my site that allows people to subscribe to the mailing list. I created a sidebox, which works fine. However, it only shows up when I view my site on a desktop, not on a mobile phone. I understand that it wouldn't make sense for all the left sideboxes to show up on a phone. But I'm wondering if anyone has any suggestions on a strategy for this. I'd like to have a signup for the mailing list show up on a phone as well. Would you suggest putting the signup in the footer instead of a sidebox? Or is there a way to put it in the footer only for mobile viewing, but to leave it in a sidebox for desktop viewing? If so, how would I specify that it should only be displayed in the footer for mobile viewing? I only see a single tpl_footer.php in
includes/templates/winchester_responsive/common/. Thanks in advance for any suggestions!