davewgill
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Categories WidgetHi,
That is just css styling to make it look like a tree… they have added an image before the product item and not the product heading to give the appearance of tree type. They have used the padding left to push the menu in and then just set a background image for the red line…. code is below.
#LeftMenu li {
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
background: transparent url(‘/images/lmLiBgRepeat.gif’) repeat-y top left;
color: #3c3c3c;
line-height: 16px;
}Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Categories WidgetJust add a custom menu on the menu page and add in the categories you want to show….(and sub categories if you like)
Then go to your widget and add in the custom menu…. works great and gives you loads of control over what you can see….
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Customize buttonI have a workaround for this. I created a new style and set the Button Background: option to point to my new button. I then set the Button Width: to 500px… this pushes the text away from your button….then I just set the Button Font Color: to the same colour as the background… Not ideal but does the job and looks great….
Forum: Themes and Templates
In reply to: sidebar jumps on posts pagecan you post the contents of sidebar.php…. usually playing around with </div> by adding them will sort this problem.
Forum: Themes and Templates
In reply to: Alignment issuesactually it has me stumped…. if you want to make it look a little better change the height of the video to 300…the top aligns then but you still have a step at the bottom….
Forum: Themes and Templates
In reply to: Alignment issuesyou could try putting it into a table…
test this code with a test post…
<table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td><iframe src="https://player.vimeo.com/video/15275987?title=0&byline=0&portrait=0&color=ffffff" width="500" height="281" class="alignnone frameborder="0"></iframe> </td> <td><img src="https://www.suckinrabbits.com/wp-content/uploads/2010/09/Suckinrabbits-Logo-Web5.jpg" alt="" title="" width="260" height="281" class="align:top size-full wp-image-856" /></td> </tr> </table>
Forum: Themes and Templates
In reply to: Alignment issuesactually on closer inspection you have lots of spaces in there.. ;  which seem to be causing your problem. Can you post the original code.
https://img529.imageshack.us/i/align.jpg/
you can see spaces you’ve used to seperate the elememants and the video is aligned at the bottom…you might try and align:top for it or align:bottom for the image….
Forum: Themes and Templates
In reply to: Alignment issuesyou could cheat and try leave 10px’s or so of white space on the banner on the right… should bump it down…or it might bump the video down to but worth a try.
Forum: Themes and Templates
In reply to: Twenty Ten 1.1 header wont changeyou could try manually upload it to the header folder via https://FTP..
wp-content/themes/twentyten/images/headers/
Forum: Themes and Templates
In reply to: How to embed videos on the main pagewell if you want it to go where the calendar is then it’s more likely a widget you need to put in a sidebar…but without seeing your site we’ve no idea where your calendar is…. could be hanging on your wall for all we know..!
Forum: Themes and Templates
In reply to: Noob needs help changing text in themeSo is it the test in the advertisment box that you want to change..? You want to make it bold? I’d also put a margin around it..
Forum: Themes and Templates
In reply to: Noob needs help changing text in themeForum: Themes and Templates
In reply to: Three widgets in footer won't align to center for me..Thanks for the reply Gisha… I’ve adjusted the left margin and it does move it out a bit from the right but it’s still relative to the left side which means the position of the widgets is still very different depending on the width of the screen resolution.
Must but an easy way to tell it to be centered and not justified to the left.
Forum: Themes and Templates
In reply to: Three widgets in footer won't align to center for me..Anyone any more thoughts on this? It will probably look okay if you’re using a resolution around 1024 wide as this is the width of the site but if you use anything wider then the widgets are way over to the left hand side….
There must be a quick dirty fix to center the contents of the footer.php
Forum: Themes and Templates
In reply to: new theme lots of problemsYou won’t get many replies without posting links….
How long is a piece of string? Anybody??