thatfray
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] One part is nonresponsive or too restrictiveUsed different way to achieve what i wanted.
Forum: Themes and Templates
In reply to: [Virtue] Removing Header (title) from each page.you can add text and style it at theme-options >main (site tagline)..
but if you want to remove all that whitespace:
.col-md-8.kad-header-right { min-height: 0; } div.col-md-4.clearfix.kad-header-left { min-height: 0; } .wrap.contentclass { padding: 0; } div#logo { padding: 0; }
there might be a better way to do this but from my limited knowledge, the above should work
Forum: Themes and Templates
In reply to: [Virtue] Child Theme use for Virtue Freehere’s the child-theme 101 version:
1) go here:
https://www.kadencethemes.com/wp-content/uploads/2015/10/virtue_child.zip
(this will start a download to your computer, just choose desktop)2) go to your wordpress and click on Appearance>Themes, then choose Add theme.
3) click on Upload on top, then choose file, …select your Desktop and choose that virtue-child.zip
4) install theme and Activate it
5) …profit
Forum: Themes and Templates
In reply to: [Virtue] Removing Header (title) from each page.if you want to hide the words copfeed thats on every page, just use this:
a.brand.logofont { display:none; }
Forum: Themes and Templates
In reply to: [Virtue] Removing Header (title) from each page.i don’t see any titles in your pages other than the blue copfeed which is your logo
Forum: Themes and Templates
In reply to: [Virtue] Change Your Cart to just Cart on topbarhi Kevin
yes, my solution was in fact correct. I had to refresh my browser for it to take effect.
those two places are where you need to change if you want to change the text for Your Cart.
Cheers
Forum: Themes and Templates
In reply to: [Virtue] How to sticky topbar?That’s what I as thinking too so I went through them all and commented each one so I can keep track of what they do…
I must have cleared up something because now I moved the code back to the bottom and it’s fine. I think I was missing a } somewhere.
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] clarify {site_title}Actually the above code caused the logo to disappear too so that’s a no-no…
Forum: Themes and Templates
In reply to: [Virtue] clarify {site_title}Greatly appreciated!
Forum: Themes and Templates
In reply to: [Virtue] How to sticky topbar?fixed because this had to be moved to top of css chain
Forum: Themes and Templates
In reply to: [Virtue] Small homepage fixesi figured it out…position of code matters
when i moved the code to the top of the css chain, it worked
thank you!
Forum: Themes and Templates
In reply to: [Virtue] Small homepage fixeshmm.. tried #2 and #3, both didn’t work, i’ll poke around a bit..
Forum: Themes and Templates
In reply to: [Virtue] Product image sizeokay thank you, i’ll start uploading larger ones now.
Forum: Themes and Templates
In reply to: [Virtue] Product image sizehmm, quick question..is that because even if we set it as 468, it still scales depensing on screen size?
ok i found its because the category is displayed as subcategory…when i changed it back to default, it worked