sonic1243
Forum Replies Created
-
Thank you! About half way through tidying up the CSS.
Problem is that the checkout page is broken, it works before adding a product, but then after adding a product the page content fails to load, so I have a broken shop… and not much we can do until NewZealand wakes up. Great fun.
Thanks Onnay.Maybe I spoke too soon, I’ve just upgraded the WP-E-Commerce plugin and done the database update; now I cannot find any £.0.00 prices on the site. I’ll keep an eye on it, but all looks ok now : )
Cheers.Hi Onnay, I’ve just updated… I restyled the output because H5 is now H3, and I had to comment out your CSS which appears in the head section so my CSS in style.css would take over, not sure if thats how I am supposed to work regarding plugins? (I have edited the wpec-related-product.php)
But my reason for commenting is that I thought I’d try displaying the price again, and it looks nice; but I have some products showing £0.00 still? The site I’m working on is linen cupboard dot com, I will leave this online so you can see.
Thanks,
ChrisForum: Themes and Templates
In reply to: CSS: div#comments shows when comments are offHi Lee, thanks for that, I can see what you have done and it worked straight away : )
Further to that I added this line to the style.css:
p.nocomments {display: none;}Ideal, cheers Lee.
——————
EDIT: Oops spoke too soon, something not right:The div#comments isn’t showing up unless there is a comment, otherwise the ‘add comment’ box is unstyled. Then if there is a comment I’ve got this:
“Warning: call_user_func() expects parameter 1 to be a valid callback, function ‘twentyten_comment’ not found or invalid function name in /home/username/public_html/test/wp-includes/comment-template.php on line 1336”This has to be do because I am not using the twentyten theme.
I’ve run out of time today, gotta go, but will investigate further asap. Cheers…
Onnay: I take back what I said; I’m using this plugin to display product pics and titles only and its actually the preferable look for what I’m working on now, so the plugin is useful either way.
Salexch: Well done for your hard work, I am not going to test this myself for the reason above – BUT this very same problem also exists in the WPEC sidebar widget for Special Offers – the developers have just released a dev version with a fix for that: https://getshopped.org/getshopped-news/wp-e-commerce-3-8-8-2-dev/ I wondered if perhaps the two problems were linked.
hmm I presume you mean devpress.com ?
Wasn’t aware of it before to be honest.
At $30 yes I’d be tempted to get support since I’ve run out of ideas.. I’ve been hacking the php for several weeks now and have not got a solution; despite being soooooo close.
Interesting that the theme owner hasn’t said a word, he/she could have said what you said ….
CheersWith the greatest respect, the plugin is kinda useless without that…
Thanks for letting me know …EDIT: “I’ve moved it to “dssc” dot org dot UK slash “lars”. Hope that makes sense…… (I missed the dot UK bit)
Hiya wlindey, cheers for getting back to me.
The rendered HTML is:
<div class="textwidget">[autonav display="posts, table, thumb" postid="category:gallery,press-releases" count=9 titles="0" size="80x80"]</div>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
As if the plugin wasn’t installed, but it is.
I’m worried that if I post the name of the website that Google will list this thread for my clients name. The first word is “lars”, then the second word is “mullen” and its dot co dot uk slash test. I’ve moved it to “dssc” dot org slash “lars”. Hope that makes sense?! They are actually on the same web server so that eliminates server differences. Any ideas?
Forum: Themes and Templates
In reply to: [Theme: Oxygen] create 2 column layout template?Hi Cyano, good to hear some enthusiasm, havin trouble getting help on here atm …
Respectfully; it cant be the subsidiary menu because that’s contained in the <footer>. We have three sections; <header> <main> <footer> and its the contents of <main> we’re trying to control here. Also noting <aside> is the first thing contained within <main> and this is the menu I want to keep.
If I do as you suggest and edit the footer.php so it now longer calls the subsidiary menu then it removes the sub menu from the footer, as expected, the <main> section is not touched and the right side secondary menu is still there.
So, I’m a bit lost as to why its worked for you. I am in the process of overwriting most the CSS; replacing percentages with pixels and generally making it my own, but I haven’t moved the sub-menu into <footer>, it was there already. I get most the html/css, it’s the php I don’t understand.
Any idea what “do_atomic” is? That’s gotta be something critical to what content is called into these templates.
I actually think my html/css is already done – but for some reason the php is not loading the contents of my <aside> – the top and bottom graphics are visible but no middle. My test is at linen cupboard dot com slash shop – see the contact/checkout pages. You got a page we could see?
Cheers …EDIT: my html/css is done, the aside menu floats left as intended; the content-wrap floats to the right of that, but the aside has got no content …?! And its the store/account/checkout pages, not contact.
Forum: Themes and Templates
In reply to: Nav Menu SpacingI’m no expert on WP, but the CSS is very easy as long as you know what the ID/class of your menu is.
For me I have a #menu-primary – that is a UL with that ID. You want to effect the anchor (link) within the list item within that menu. In my style.css I have the line:
#menu-primary li a {padding: 5px 10px; margin: 0px; border: 1px solid ccc; background: #efefef; display: block; text-decoration: none; color: #0DA4D3;}
This adds padding of 5px above/below and 10px to the sides of each menu link, its also makes the links behave like buttons because of the block display. Something like: [__Home__][__About__]
Obviously there’s a lot more you can do like making the button change appearance on rollover – but I’m not sure how much HTML/CSS you know?
If you are completely lost – try right clicking the menu in your browser and clicking “Inspect Element”, this is how to find out which bits of the html/css you are wanting to edit, and finding out the ID name of this particular menu. Hope that helps.
Forum: Themes and Templates
In reply to: style_settings function over-riding my CSSThanks David : ) About 5 minutes ago I realised I could just comment out the line in the functions.php.
/* Style settings add_action( 'wp_head', 'yourtheme_style_settings' ); */
The style insert can be edited fully from functions.php but I just wished to remove it all together.
Cheers for your idea : )Forum: Themes and Templates
In reply to: style_settings function over-riding my CSS“double posting is treated in the same way as bumping”
So, now I’m bumping? I can’t win? Give up?
Grand : ) These images are supposed to resize themselves; all very clever – you upload one pic but the website makes copies for each of the locations such as a small thumbnail; and featured-slider pic etc. I’ve got it all running really well, just need to add my own web design around it now. Cheers…. (gone out)
Hmmm I suspect that page might be out of date or something then – I have it running but its definately called the Front Page template, and its nothing to do with Sticky posts; none of mine are set to Sticky (try un-stickying them). I notice there is an update for Oxygen now too but its irrelevant for me since i’ve renamed the template and am making it my own.
So, if we have the same settings I’ve no idea why its not working for you. My test site is linen cupboard dot com slash shop.
These forums are rather busy; as are the experts, its not easy to get your problem seen once its drifted off the first page, and we are not allowed to ‘bump’ them. I’ve asked for help fixing my two-column template file but not heard back yet. Link.
I gotta run now but will watch this thread, good luck .. .