jstoker
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Still spam after setting plugin upAnyone who knows what this could be?
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Translation problemWhat 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
Forum: Plugins
In reply to: [FB Photo Sync] Working with 1-Page ThemesIf 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.
Forum: Plugins
In reply to: [FB Photo Sync] Working with 1-Page ThemesUpdate:
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?
Forum: Plugins
In reply to: [WooCommerce] Dynamic Pricingmaybe 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