richarduk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Childishly Simple] how to add Yoast's breadcrumb🙂
Forum: Themes and Templates
In reply to: [Childishly Simple] how to add Yoast's breadcrumbThere’s a checkbox at the very top of the SEO >Internal Links page that says ‘Enable Breadcrumbs’.
Have you ticked that?
Forum: Themes and Templates
In reply to: [Childishly Simple] how to add Yoast's breadcrumbWorks fine for me, just tried it. Suggest it’s not the theme but something to do with the plugin. If reports that function not exists suggests plugin not activated. But why would it report that the function doesn’t exist?
Forum: Plugins
In reply to: [WooCommerce] Orders Stuck in Pending. No Email Confirmations.A heads up for anyone selling digital goods and using the Sandbox
I’ve had a couple of days of the sandbox not working, orders stuck in pending, emails not being sent, bashing my head against a brick wall – it might be that PayPal is going through major maintenance – see:
https://www.paypal-notify.com/eventnotification/search?eventSearchType=productIPN
and specifically
08/04/2013 Major Impact to PayPal for Digital Goods – Express Checkout Unscheduled
There might also be big changes from August 12th:
https://www.paypal-notify.com/eventnotification/event_details_popup?eventId=3777
At the bottom of the page is a link for contacting technical support, with a reference number to the issue. Not had a reply yet, but it’s only been 12 hours since I asked them. Crossed fingers that’s all it is.
Hi clawdyag,
In the Childishly Simple options page at the top find ‘Add CSS, javascript or shortcode in the header (ignore this if you’re not sure)’
Click on the plus sign on the left and it opens out. Find ‘Add CSS, javascript or shortcode to the head element of all pages of your website’
Paste in this:
<style type = “text/css”>
p.post-info-top span.meta-info {display:none;}
</style>Forum: Requests and Feedback
In reply to: 'You will lose all your customizations' off-putting re. updatesWell … the idea is to explain.
Forum: Themes and Templates
In reply to: [Childishly Simple] Problems with update? Help here.Hi azdesert,
Just had a look at your site and it looks fine – fills up the page, and the sidebars stop beneath the top image. Checked in Firefox, Internet explorer and Chrome.
maybe a cache issue? Need to refresh browser?
See the image here
http://www.alchemweb.co.uk/wp-content/uploads/www.az-desertriders.com_.pngI note that you have rounded top corners on the top image – you can make them square in the section called ‘Rounded corners’ at the bottom of the options page
Forum: Requests and Feedback
In reply to: 'You will lose all your customizations' off-putting re. updatesAh. Well I didn’t understand it, so I imagine it’s going to confuse a lot of less technically savvy people.
What about, ‘If you’ve altered any of your theme’s files then you will lose those changes on updating. You can avoid such problems in future by using a child theme (link)’
Theme dev moving post to top.
Forum: Themes and Templates
In reply to: [Childishly Simple] Widgets Too SmallHi meto2, sorry about that, the updated theme (which hasn’t gone through the approval process yet but can be downloaded from here http://themes.trac.wordpress.org/ticket/13195 ) has a larger maximum sidebar width, but that doesn’t help you I guess.
The only way round it is to mess with functions.php or internal-stylesheet.php, or to add the following to the bottom of style.css:
div.right-sidebar-item {width:100%;}
Or, temporarily, until the updated theme is approved, use a smaller ad size? 🙂
Forum: Themes and Templates
In reply to: Trying to upload updated theme to WPThanks Esmi, I posted and the issue appears to have been resolved.
Forum: Themes and Templates
In reply to: [Childishly Simple] Tried to change header, got blank screenIt’s unlikely to be the theme, since the header is loaded using code unrelated to the theme. It might be that you have an outdated version of WP? Try the default theme (20/12?) and see what happens.
Forum: Themes and Templates
In reply to: [Childishly Simple] Header won't "stick"Hi jaxbubis, I can’t think of any suggestions. The usual one is that WP hasn’t been updated, but since you’re going through the process it’s apparent that custom headers are enabled. Next most obvious – cache issues (refresh browser, or restart computer, or try different browser). Not sure what the white screen is …
Forum: Hacks
In reply to: wp_enqueue_style adding stylesheet to footerThank you Esmi.
Forum: Hacks
In reply to: wp_enqueue_style adding stylesheet to footer<Have you tried using a higher priority on add_action()? In theory, that would cause your wp_enqueue_script() to to be executed later>
But still within that block of wp_head() outputted stylesheets. Is there no way to output an individual stylesheet ANYWHERE that I want in the head?
<It would if it had higher specificity for it’s ids/classes. >
Good point.
Thanks. 🙂