You are not logged in.
Mmm. No obvious warnings. I’ve tried the usual suspects – clean the cache, try another browser etc etc. There are more than 1700 images with 18 pages of results. Between pages 9 and 18 all looks ok. Its before page 9 that things look wobbly.
Using 4.4.1.
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
Is there any difference in the latest beta version of the plugin worth trying Stef?
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
On my Infomaniak hosting, it is impossible to generate more 50 sets of thumbnails at a time. It is a limitation which is due I think to the scripts execution time, on a shared hosting. Should you not see this side here ?
Offline
Stef, it seems to work ok if creating thumbs one page at a time i.e 100 images. Working now! Thanks.
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
hi,
anybody know what part of php.ini needs tweaking (and addressing by host) if I am getting
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 15120 bytes) in \textpattern\lib\class.thumb.php on line 163
when uploading img / generating thumbs?
Thanks,
Mike
Offline
I’m using smd_thumbnail with Flexslider … see this page (under construction so be careful) under Impressie. The following block of code is put into the article:
<div class="flexslider">
<ul class="slides">
<li>
<txp:smd_thumbnail id="17" type="main" />
</li>
<li>
<txp:smd_thumbnail id="18" type="main" />
</li>
<li>
<txp:smd_thumbnail id="19" type="main" />
</li>
</ul>
</div>
I can do that … I understand what will happen … but my clients will kill me if they has to code something similar. My question is: is it possible to make a string of code (not so intimidating as above) so my clients only have to submit id’s or a cat? I’m not good at this, so a little help is very appreciated.
[edit]
With some help (@jpdupont) … above impressive piece of code is now reduced to:
<txp:flexslider id="17, 18, 19" type="main" />
… thanks to smd_macros … and my clients will love it … :)
Last edited by RedFox (2012-09-02 20:27:20)
Offline
I use smd_featured so that my clients only have just to select a “featured” articles, while a few lines of code generate the slider markup. I use a code similar to the one I posted here
Offline
Does this plugin work with the new txp version 4.5? I’m trying to sync my default txp thumbnails to the default profile setup through smd_thumbnail and it doesn’t work. The recreation of thumbnails for all active profiles doesn’t work either. Is there something I’m doing wrong or is this just not compatible anymore? sigh
Offline