mummeg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive header image slider] Where to upload my own images?Nevermind, I worked it out.
Forum: Plugins
In reply to: [WooCommerce] button color on mobileHi, I sorted it out. I input some css into the WP Touch plugin page where it accepts code. Now the button colours on the mobile match the desktop.
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1That’s great, all good, thank you for your help. Password has now been changed.
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1Yes, will look now and will change password. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1OK fine. Who do I send the log in details to? That link does not help.
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1In case it’s WP, here are the details:
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1Hi, Do you want the WP log in details or the FTP?
Forum: Plugins
In reply to: [WooCommerce] Shipping page in admin panel goes blank after upgrade to 2.4.1Thanks, this is the error.
PHP Warning: unexpected ‘)’ in /wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/class-wc-eval-math.php on line 258
Please could you tell me how to fix.
Thanks.
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?ok thank you.
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?This is in functions.php
‘sidebar_r_width’ => array(
‘name’ => __(‘Right sidebar width?’, ‘f2’),
‘desc’ => ”,
‘type’ => ‘text’,
‘default’ => ‘180’,
‘category’ => ‘sidebar’,
‘class’ => ‘pixels’,
‘th_class’ => ‘sidebar_r_dependent’and then the same for sidebar_l_width etc..
Is there any chance I could put sidebar_r_lenth etc… and might that work??
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?I set the bottom margin for the sidebars to 100% and it doesn’t work. I suppose there’s no fix.
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?Thank you. This is what I was afraid of. Is it possible to set the bottom margin to 100% ?
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?Ok well basically i need to know how to get the sidebars to expand the height of the page (and not the height of the widgets) so that depending on the content (and not the widgets), the background set in the left and right sidebars show no matter what height the page is. I have set them to this:
#sidebar_left{
float:left;
width:180px;
margin:0 0 0 -180px;
position:relative;
background:url(https://site.co.uk/images/leftbackground.gif) repeat-y left top;}
and same for sidebar_right.
I’ve tried putting height 100% but that doesn’t work. There is something in the style sheet of the theme’s template (I’m using emerald theme) that’s causing the sidebars to stop after the widgets. Can someone please tell me what to put in the css to make the sidebars full height and not stop after the widgets. Thank you.
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?https://www.whiteochre.co.uk/temp.html
See the dots in both side bars – i need those to span the height of the page (depending on how much content) and not stop after the widgets.
Forum: Themes and Templates
In reply to: how do you specify an image in css instead of a color setting?had a look at the fauxcolumns and tried that but the images are dots down the right side of the left column and dots down the left side of the right column. SO when the browser expands, the dots end up in the middle of the page. Plus, they do not show when there is content in the page.
how do you post an image? I can show you a screen grab but I can’t post the link because it’s my client’s site, not mine. But I know that seeing it would help advise.