Having exactly the same issue, my padlock is failing as the references of images in the backgrounds and the theme itself, I can not get the SSL to show green as it refers to the theme files all the time
Having exactly the same issue, my padlock is failing as the references of images in the backgrounds and the theme itself, I can not get the SSL to show green as it refers to the theme files all the time
Yes no one replies!
Sorry ignore, appears the cache plugin was conflicting
see attached
Didn’t make any diffference, I am testing this on simplyplush.co.uk which I have updated to the latest still me and the client had the mobile phone issue
Bump, Hi still not sure how you can see that screenshot form an actual mobile and say you do’t see a problem, ignoring this post doesn’t make it go away!
So you have seen the image attached above and see no issue?? How can you not see an issue, thats an actual screen grab from an iPhone 5
Blimey what phone are you on, havn’t see a browser like that since the 80’s 🙂
I have the Iphone 5 and I get (see private)
Are you viewing this on a mobile phone or browser?? The browser won’t show the issue, but it does appear on mobile device itself
Everything still doesn’t work on the single product view, the whole product description overlaps the footer
Thanks that sorted it
No sorry that didn’t do anything
Hi, sorry just noticed this gets all messy on mobile, and doesn’t seem to matter what I do with CSS i can’t get it to go below the product details and other tab info etc
Thanks, thats better, however 2 things 1, what did you do?? and 2 why are some still slightly off, see
http://www.phg-uk.com/product-category/door-furniture/kirkpatrick-hinges-latches/
Perfect many thanks
Sorry try a again, login attached
Attached
Attached
Hi Eva,
Thats looking great but!! There is now two lots of upsells, see for example
Sorry just tested this, it was not just the related but the up-sell, the client is having to rely more on the upsell then related to be honest as the related didn’t make any sense!
FTP attached
Sorry I stand corrected there were further files, which I have now deleted, not sure why they were there in the first place!
This is the issue I tend to find with all support, it tends to favour towards pointing the finger anywhere else!
Regarding the Child Theme, its your child theme, the one you supply, the entire content of the child theme contains
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'child-style', get_stylesheet_uri(), array( 'bootstrap', 'parent-style' ) );
}
function auto_featured_image() {
global $post;
if (!has_post_thumbnail($post->ID)) {
$attached_image = get_children( "post_parent=$post->ID&post_type=attachment&post_mime_type=image&numberposts=1" );
if ($attached_image) {
foreach ($attached_image as $attachment_id => $attachment) {
set_post_thumbnail($post->ID, $attachment_id);
}
}
}
}
// Use it temporary to generate all featured images
add_action('the_post', 'auto_featured_image');
// Used for new posts
add_action('save_post', 'auto_featured_image');
add_action('draft_to_publish', 'auto_featured_image');
add_action('new_to_publish', 'auto_featured_image');
add_action('pending_to_publish', 'auto_featured_image');
add_action('future_to_publish', 'auto_featured_image');
Which adds an image to the category, now how is this possible to stop the basket from working
I have also switched back to standard theme, and get the same issue, have you tested this in chrome/safari etc
Ok everything is reset, so we still cant place an order, also we noticed the price filter doesn’t work, the blocks won’t move
Right so its not after content, and sidebar isn’t part of the content either, how am I suppose to say to my clients, oh you know the related products are miles away from the product information, well you need to reduce the number of categories you have, makes noe sense
Sure you are able to shrink this down and float it to the right so it is “under content” not under sidebar
Have you done anything to the site, all my settings have now gone, we have lost almost everything from a layout point of view regarding woocommerce
FTP attached
Testinmonials don’t work either now, if you try and add one the page goes blank
In addition have gone through all the checks of deactivating all plugins etc Woocommerce, still just hangs on “place order
They have already done that, and it still doesn’t work, its now at 256MB and still freezing at placing the order