moombanic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Car Manager] Looking for unformatted Date – get_frdate() breaking ajax ??Hi Barry,
Thanks for your response, the get_frdate() didn’t work for me unfortunately.
For what I needed, I managed to get a workaround by using an Advanced Custom Field (plugin) for anyone else in a similar position. Its a little extra work for clients inputting data but the only way I could output the date format needed.
Thanks
NicolaHi,
I don’t have much experience with woocommerce but maybe give the plugin I mentioned a go and see if that helps? My post was specifically about getting the order of this car plugin to rearrange.
Apologies if it’s a silly question but I take it you’ve done a cache clear out to make sure it’s not just a caching issue?
Found a plugin called POST TYPES ORDER, https://wordpress.org/plugins/post-types-order/ works perfectly with WP Car Manager.
thanks
Forum: Plugins
In reply to: [WP Car Manager] Thumbnail ImageFigured it out finally!
I know it’ll mess up when there is a new release but for anyone else looking for the same thumbnail image filters they are in:
wp-car-manager/src/plugin.php
search for image and you’ll find a set under register image size, the listings one is for the listings page, change it to false to stop it cropping if you want that. save, then run a regen thumbnails plugin to regenerate sizes. You’ll probably need to edit some CSS on the surrounding meta / description sections to get them to sit right.
Forum: Plugins
In reply to: [WP Car Manager] Image within Vehicle Description SectionAbsolutely sounds great! Looking forward to the new release!
Will this also allow for changing the thumbnail size on the car lists page?
kind regards,Forum: Plugins
In reply to: [WP Car Manager] Sold sign and Car Make Model UpdatesThanks for your prompt replies on my earlier posts, Looking forward to the next release! 🙂
My workaround idea for adding a sold sign on the front end was the ability to add a new photo which has a sold sign on it. (The users won’t be accessing the wordpress admin side)
However the images are brought in and displayed at the end of the gallery and not at the start.
Is there any code that could be added to re-order the displayed images? Ideally it would be great to have a drag and drop functionality but I realise this is a lot of work – is there anyway to simply state that the shown images be in order of ‘newness’ ?
Hopefully that makes sense!