ModDish
Forum Replies Created
-
Forum: Plugins
In reply to: [Grid Products] Category Not Sortingyou should have 1 short code per category, and then one for the out products page. all products go in our products them only specific ones in the other categories. is this what you did?
Forum: Plugins
In reply to: [Grid Products] How can i show all product text in a front end descriptionyou would need to modify the plugin to echo the content instead of the excerpt and also remove the read more button and link in the title. Pretty easy to do, may take a couple hours if you know your way around simple php
Forum: Plugins
In reply to: [Grid Products] Linking to Download PDF Buttonin grid-products.php
add to the array on lines 138 to 145
'link' => '',
then replace any reference to
<a href="' . get_permalink() . '">'.$buttontext.'</a>
to
<a href="' . $link . '">'.$buttontext.'</a>
and
<a href="' . get_permalink() . '">View Product</a>
to
<a href="' . $link . '">View Product</a>
MAking the above change would make the button REQUIRE a link to work. If you need it to be more advanced, and have the option of the button linking to the post OR download a file, you will need to take it a step further, and add some isset code to check if link exists and to create the button if it is set or not.
Forum: Plugins
In reply to: [Grid Products] Use post instead of custom postit would make the backend part of the plugin useless thou, as the frontend would no longer pull from that section…what you need is more a custom template page templates that pulls in posts.
Forum: Plugins
In reply to: [Grid Products] Use post instead of custom postNot designed to do it this way, But if you know how to code, you can modify the php to look for posts instead of the custom posts.
Forum: Plugins
In reply to: [Grid Products] Linking to Download PDF ButtonYour using the plugin for something it wasn’t designed to do, so the only way is to modify it.
you could add a “link” to the shortcode, and then cade the button to check if “link” exists and has a value. If it does use that link instead of the post link. That would be like 5-10 lines of code to modify. But out of the box it doesn’t do that.
also ” I have also posted on the Grid Products developer page” umm where please provide the link, never knew I had a “Grid Products developer page” but would like to see it lol.
Forum: Plugins
In reply to: [Grid Products] Check if the product is in a certain categoryyou would need to mod the plugin source if i had a example of what you want to do I may be able to give you a hand…link to site?
Forum: Plugins
In reply to: [Grid Products] Category title and descriptioncat=”category-slug” hidetitle=”no”
Forum: Plugins
In reply to: [Grid Products] Get products programaticallyjust edit the html or the css to your liking if your familiar with php/html and css.
Forum: Plugins
In reply to: [Grid Products] List: Product OrderForum: Plugins
In reply to: [Grid Products] Using Pages instead of Posts on Products pagethe post your talking about, someone wanted to convert there pages to products not convert posts to pages.
Thanks photocrati bug report sent.
hehe same boat. everything but the cdata is updated.
ran agent raintsake on the folder for part of the words in the domain, no matches. no matches in the database….If its not in the files and not in the database where the ___ is it lol
did that, different issue than im having, thats to fix the database urls etc, which are all updated on mine. its almost like a cache issue, but i have no cache plugin installed.
anyone?