ChrisColston
Forum Replies Created
-
Forum: Plugins
In reply to: [Extra Product Sorting Options for WooCommerce] Sorting by availabilityI have a similar issue whereby I can create the custom sort filters I want (Name:A-Z and Availability) but can’t seem to combine them so they display alphabetically and at the same time ‘move’ out of stock to the last items in the list. Is this possible?
https://bondsjewellery.co.uk/product-category/luxury-watches/
Someone should also set this issue to ‘unresolved’
@gcmarius
There are definite flaws in the plugin and errors are not being recorded in the JavaScript console as they should, I agree support is certainly weak. If you have a sandbox environment, try importing column by column, it was the only way I could narrow down the problem and find a solution.Mine was definitely not a hosting issue:
1. ensure the category names are exactly the same as any previously created (equal to the slug-name)
2. I was importing featured-images via a url, timeout issues were caused if an images long edge was greater than 2000px. Whether this a WP issue or specific to the plugin, I’m not sure.
Hope this helps some people
I’m having the same issue. Have tried copying the CSV into smaller chunks, which doesn’t seem to make any difference. Have tried many times but it seems completely random as to when it times out, suggesting it’s NOT a hosting issue. Be great on an update
Forum: Themes and Templates
In reply to: SVG and OS X/iOS browser supportStill doesn’t show on Safari/apple mobile devices. I inherited this custom theme, so unpicking it is a nightmare? have added the following to the functions.php as well as trying numerous plugins.
// Add SVG Support function cc_mime_types($mimes) { $mimes['svg'] = 'image/svg+xml'; return $mimes; } add_filter('upload_mimes', 'cc_mime_types');
https://marcelliottphotography.co.uk/uncategorized/svg-dummy/
Forum: Themes and Templates
In reply to: [Market] Query posts functionSolved
Forum: Themes and Templates
In reply to: [Market] CSS navigation hover issueAlso, there is an issue with the front page on an ipad in that the links within the squares do not appear on click (they do on android for mobile devices)
Any help, greatly appreciated
Forum: Themes and Templates
In reply to: [Market] CSS navigation hover issueSorry site at:
https://madlife.co.uk/Forum: Themes and Templates
In reply to: [Market] CSS Issue, basic help neededclosed
Forum: Themes and Templates
In reply to: [Market] CSS Issue, basic help neededCheers Jesin A
Forum: Themes and Templates
In reply to: [Market] CSS Issue, basic help neededp.s I know this is pinecerty but I actually only want the h2 header to be as wide as the grid container
Forum: Themes and Templates
In reply to: [Market] CSS Issue, basic help neededThanks Calvin, most helpful.
I did try and use a child theme – the problem I have is that it only works if I use !important in all of the CSS overwrites. I know from experience that shouldn’t be the case I tried both the Wp_enque and @import setups but to no avail
The logo is now centered, (slightly off on mobiles)
My problem now is my text has defaulted back to a left alignment on desktop, I’ve tried getting a media query to work?? Could it be related to the issue abut the child theme not being picked up? I assume not
thanks
Chris
https://madlife.co.uk/Forum: Fixing WordPress
In reply to: CSS Issueyes, I have also posted there
Forum: Plugins
In reply to: [Digg Digg] Floating sidebar not working in pagesSame issue here, tried the floating bar install and adding filters to templates but can’t get anything to show?
Please help
https://www.mattwing.co.uk/
wp_3.6.1