Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jstoker

    (@jstoker)

    Anyone who knows what this could be?

    Thread Starter jstoker

    (@jstoker)

    What i was thinking about is making two arrays:

    $tokens = array (
    31536000 => ‘jaar’,
    2592000 => ‘maand’,
    604800 => ‘week’,
    86400 => ‘dag’,
    3600 => ‘uur’,
    60 => ‘minuut’,
    1 => ‘seconde’
    );

    and

    $tokensplural = array (
    31536000 => ‘jaren’,
    2592000 => ‘maanden’,
    604800 => ‘weken’,
    86400 => ‘dagen’,
    3600 => ‘uren’,
    60 => ‘minuten’,
    1 => ‘seconden’
    );

    and then when the condition $numberOfUnits>1 = true that it uses $tokensplural

    Thread Starter jstoker

    (@jstoker)

    If found out I could just use:
    <?php echo do_shortcode(‘[fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”][fb_album id=”” wp_photos=”true”]’); ?>

    It works perfect.

    Altough it isn’t displaying exactly as I wanted it to display.
    I thought it would display just like the Facebook albums, but all albums show all pictures directly.

    Do you think it is possible to make an option to display 1 photo and when you click the album it goes to a lightbox slideshow? Like Facebook does.

    Thread Starter jstoker

    (@jstoker)

    Update:
    I have found it:
    <?php echo do_shortcode(‘[fb_album id=”1446384158937922″ wp_photos=”true”]’); ?>

    Is there a way to show all albums in one shortcode?

    maybe a bit late to reply but yes dynamic pricing plugin does work in the reverse way, if you add a negative value, for example -20% or -0,20

Viewing 5 replies - 1 through 5 (of 5 total)