wiresplus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Expound] Child theme exampleI did the same, then found that if I took away the ../ at the start of the link, so it reads @import url(‘expound/style.css’) with only single quotation marks, it works for me.
Try that? and try ctrl-F5 to force the browser to go find the stylesheet again.
Forum: Plugins
In reply to: How can I have percentage based freight charge with a minimum charge?Can anyone help with this? How can I have percentage based freight charge with a minimum charge?
Forum: Themes and Templates
In reply to: how to make a widget span more of the widget area?I made some small progress in that I got it wider using this:
.sidebar .site-footer .widget {
width: 100%;
}It now is wider, but it’s under the previous widget (the search) instead of beside it.
hmmm…
Forum: Themes and Templates
In reply to: How to resize a sidebar widgetOk, I found a way around it: i added the widget shortcode in a ‘text’ widget and did it that way. not ideal but it works.
Forum: Themes and Templates
In reply to: Can't center align footer contentHello,
your page renders
`<div id="footer">
<div class="wrap">
<div id="footerColumn"></div>
<ul id="menufooter" class="">`Try some mods to the css for #footer:
`#footer {
text-align: center;
}and also check what is in your css for class .wrap - you might need.wrap {
text-align: center;
}`I also note that the class attribute of menufoofer is empty. is that intentional?
Forum: Plugins
In reply to: How to change the font size of the product title in WoocommercePopped it in my theme css and it works. Thanks a lot (so simple yet… !) I had actually tried something similar but it failed. Thanks!
Forum: Plugins
In reply to: How to change the font size of the product title in WoocommerceOK, in my theme css or in woocommerce somewhere?
Forum: Plugins
In reply to: [WooCommerce] Automated CSV Export?Why not do this back at the SQL level? Have the server run a stored process to extract the appropriate data from the SQL and output it to csv in the selected folder. Then set your link up to monitor that folder.
Forum: Plugins
In reply to: [WooCommerce] Header show MY CARTIs this not in Appearance>Menus ?