RisingPhoenix7
Forum Replies Created
-
Forum: Plugins
In reply to: [Grid Products] How to useJust an update solved this in the end so thanks very much
on that last line
add_theme_support( ‘post-thumbnails’, array( ‘post’ ) );just added ‘grid_products’
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘grid_products’ ) );
its all a learning curve.lol
Forum: Plugins
In reply to: [Grid Products] Please Post SuggestionsHi ModDish
I have now got this working pretty well so great work nice little plugin.
From what I have used it for so far the things I might like to see are
1) Price does not seem to show up on the product page
2) I cant seem to get rid of the date and moderator info I know you said in another thread it was the theme’s single file but I cant find it in there.https://www.downundercarclub.co.uk/product/1966-vw-type-2-t1-11w/
3) maybe an option to choose what currency symbol you would like I have removed the symbol for now from the coding.
4) This once again might just be me but maybe a sub level option so I can have a soft drink image / food / dessert on my top level then on my next page break them all down into lower levels so adding some hierarchy (apologies if its me missing this option)
Thats just a few things I would say I might look for but really I have tried a few different plugins to try and achieve what this has got me to and they all failed so nice work.
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6Hello everyone
Just wanted to post up a big thanks to “16am” and “mwf113” finally I have been able to cure my problem with no featured image on a plugin I was struggling with.
I was told to make sure the post-thumbnails line was there which it was but like yours it only had post and I added the grid_products after it and hurray its all good to go.
So just a thank you really ??
Forum: Plugins
In reply to: [Grid Products] How to useHi there Praiford
Thanks very much for the reply, I have looked into the functions.php for my theme minimatica and on line 113 it already has a thumbnail line
// Add support for Post Formats
add_theme_support( ‘post-formats’, array( ‘image’, ‘gallery’, ‘video’, ‘audio’, ‘aside’, ‘link’ ) );
// Add support for post formats and custom image sizes specific to theme locations
add_theme_support( ‘post-thumbnails’, array( ‘post’ ) );
mine has the array command but should this mean that the featured thumbnail should be there?
thanks for the time and help
Phoenix
Forum: Plugins
In reply to: [Grid Products] How to useSorry to Hijack on this,
Praiford im having the same problem you seem to have resolved I cant add a featured image its there on my pages and posts but its not on the products plugin page.
Its not missing the tick from the screen options at the top as featured image is not showing available up there either.
Would appreciate any help
Thanks
Phoenix
Forum: Plugins
In reply to: [WP Catalogue] 404 Page not found errorsHi there, thanks for the reply.
The page to which I’m reffering is –
https://www.downundercarclub.co.uk/down-under-car-club-uk-car-sales-page/I have added 4 items on there but none of them work to the next page
Appreciate your help thank you
Forum: Plugins
In reply to: [Ultimate Product Catalog] Questions and SuggestionsOk I got it to show on my page turns out even though I only had one catalogue it had an ID of 6, so once i changed that it displayed but then it deleted all my products and tags ect from the admin area so i’m confused with it at the moment.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Questions and SuggestionsHi there,
I have installed this plugin to try and work as a solution for a problem I had on a site im creating, I have installed it and added all the parts needed, category and tags etc.
My trouble is on the site I get the 3 view types but my first product is not seen at all and I dont want to add anymore until I know it will work.
Im trying to display cars that are currently available for sale.
here is the link to the page im trying to use it on
https://www.downundercarclub.co.uk/down-under-car-club-uk-car-sales-page/Any pointers would be good im guessing its due to the page not being a full size page but I could be wrong.
Good work and hope I can get it working to use it.