baconchaney
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Making the default woocommerce gallery slider responsive?Hi Motif,
http://www.test.chrischaney.co.uk/shop/flying-ninja/ is one of the products. You’ll see it as soon as you click on the order enquiry button.
Thanks!
Forum: Fixing WordPress
In reply to: 404/403 error when saving menuSorry to bump but to update on the issue…
Just in the process of developing a new site for a different customer altogether and the menu has been working find today (I’ve added new menu items this morning). I’ve just gone to add more menu items to it and I’m not getting the 404 error. The site is still under development with a limited number of plugins currently installed and WP_DEBUG isn’t giving any information.
I’m at a loss at the moment as to what could be causing it?Forum: Fixing WordPress
In reply to: 404/403 error when saving menu@karpstrucking – Not sure if they are deemed as special characters but there is html in the link titles in order for it to display icons but the actual links are just standard urls. Some of them just go to archive pages or custom post types.
The demo site I’ve been testing with is http://test.harbourlights.uk.com/. I’ve re-enabled all the plugins for now as it’s not made any difference.Debug isn’t throwing up anything either which is the frustrating part about it.
Thanks @sharpixdigital it’s reassuring to know I’m not the only one having the issue.
Forum: Fixing WordPress
In reply to: 404/403 error when saving menuHi all again,
I’ve just encountered this on another site I’ve developed. Exactly the same circumstances again. Go to save the menu and it returns a 404. The only common theme I can see is that both menu’s contain custom links?
Forum: Fixing WordPress
In reply to: 404/403 error when saving menuThanks for the replies everyone!
We don’t use DreamHost, it’s a UK company called uk2 but we’ve much larger sites on the same server without any issues.
There’s actually only a dozen menu items and the memory usage on the server barely makes a mark. I’ll certainly check out the article and see if there’s any potential fixes.Forum: Developing with WordPress
In reply to: How to add content to custom post type archive page?Hi,
What you can do (albeit is a bit of a hack) is create a page which will hold the content for your archive template (call it something like “custom post”). Then in your template before the normal loop, call a new WP_query for the specific page ID and then you can call the_content(). This will allow you to keep it dynamic.
There will be a way to do this by creating theme options as well but I haven’t had a play around with that side of things to know off the top of my head how to implement it.
Hope this helps 🙂
Forum: Plugins
In reply to: [Contact Form 7] Issue with CF7 and ReCaptchaThank you for that! I didn’t even consider it being an issue.
Told the BJ Lazy Load plugin not to lazy load iframes and cleared the cache which has resolved the issue.Thanks again
Forum: Hacks
In reply to: issue using wp_count_posts to style based on post quantityYou sir are a legend!
I actually added the while( have_posts()) : etc when I first set the loop up but I kept getting syntax errors so thank you for clearing that up.Forum: Hacks
In reply to: issue using wp_count_posts to style based on post quantityHi Alcymyth,
Thanks for that, it has solved half the issue for me. I didn’t think I had to use the curly brackets with alternative syntax as it hasn’t been an issue for me previously.
The only other issue I have now is that it is only outputting the most recent post though I have it in the settings at the default (10 per page). I can only assume the loop is stopping before outputting the next post in the sequence?Thanks again in advance