Luiji
Forum Replies Created
-
Forum: Plugins
In reply to: [Pizazz] excluding a keywordCurrently there is not a way to exclude keywords, as Zazzle does not support it in its RSS feed system. However, I may be able to add a feature to exclude keywords on the WordPress-side in the future.
I’ll write this down in my list of things to add when I get enough time for a new release.
Forum: Plugins
In reply to: [Pizazz] Randomise ProductsHello,
Pizazz will automatically randomize the output from your gallery.
I see that your question was posed six months ago, and I am extremely sorry that I did not see it earlier. Sadly, I don’t get notifications about support requests from www.remarpro.com and haven’t remembered to check here manually.
However, I can subscribe to new topics, so if you have any more questions to pose here I should get notifications and will be able to reply quickly.
Apologies,
LuijiForum: Plugins
In reply to: [Pizazz] Failed to find any products in the feed.Ack! I’m so sorry it took me this long to get back to you. www.remarpro.com doesn’t notify me of new support requests, and I forget to check back sometimes.
Anyway, that shortcode isn’t returning anything for the same reason that the “See Also” link results in an empty query: Zazzle can’t find anything with that keyword in your store. Mainly this is because none of the items in your store actually have “thearaproject” in the name.
I tested it with the keywords removed. This shows fine for me:
[pizazz store=thearaproject thumbsize=125 alignment=right columns=1 rows=1 price=show]
Good luck!
– LuijiForum: Plugins
In reply to: [Pizazz] Support UK StoreHello!
I finally got around to implementing this. I’m uploading a new edition tonight with a combo box in the main settings area that lets you select between the US, UK, Canada, Australia, Japan, Germany, Spain, Brazil, Sweden and France.
And thank you for posting those code modifications! It would have taken me forever to figure out that feed.zazzle only works for .com.
– Luiji
Forum: Plugins
In reply to: [Pizazz] Support UK StoreHello,
That’s a really great idea. I’ll keep it in mind the next time I get around to updating Pizazz.
Thanks!
– LuijiForum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Getting products in a pageThanks! And only the associate id is needed. The rf= is not. =)
Forum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Getting products in a pageI’ve added a new shortcode. It goes something like
[pizazz query=asparagus rows=8 columns=3]
. There are also options to change the text alignment/visibility and display the price. I hope my plugin can be used to accomplish your task!-L
Forum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Getting products in a pageI post information about my updates at my blog, which you can subscribe to. https://entertainingsoftware.com/
Forum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Getting products in a pageSorry it’s taken me so long to reply. I’m in the middle of a project with a tight deadline and I won’t be able to give Pizazz any love for another week. This is especially too bad because the Zazzle broke the mechanism I was using to resize images, and that’s my primary to-do.
I’ve actually been thinking of this feature for awhile now. It’s not currently available, but I’ve been thinking of implementing a shortcode like
[pizazz-listing query=asparagus store=holidaybug]
. For the most part it should be nothing more than extracting some of the rendering code out of the widget and sharing it with the new shortcode. I hope to add it ASAP.Forum: Plugins
In reply to: New Release Not ReleasingIt’s up now. I’m not sure if it’s because I’ve waited long enough or because I finally remembered to update the Version: tag in my main plug-in script.
Either way I’ll be more patient next time.
Thanks!
-LForum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Triggered a fatal errorSweet! Thanks again for reporting the bug.
– L
Forum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Triggered a fatal errorCool; just a little thing: www.remarpro.com takes a lot longer to mirror the files than I thought. If you don’t want to wait, I have a copy here.
-L
Forum: Plugins
In reply to: New Release Not ReleasingAbout two hours, and it’s still not up. I didn’t realize that there’s a mirroring system.
Thanks,
-LForum: Plugins
In reply to: [Pizazz] [Plugin: Pizazz] Triggered a fatal errorHello,
Thank you very much for reporting this bug to me. I’ve looked into it, and it turns out that
goto
isn’t supported in versions of PHP prior to 5.3 (the only version I tested this with). Since it’s an easy quirk to work around, andgoto
is widely regarded as the bane of programming, I’ve modified the code to stop usinggoto
.I’ve also fixed two other bugs that I noticed while fixing this one. The changes are in 1.0.1, which I just uploaded. It should appear in a few minutes. Please tell me if it works/fails.
Thanks,
– Luiji