dreifus
Forum Replies Created
-
just realized that the same thing seems to be happening in the Nextgen website on the part of galleryview
https://www.nextgen-gallery.com/nextgen-gallery-templates/
GALLERYVIEW TEMPLATE. Requires third party plugin here. This is a example of what can be done with add-on plugins. This one integrates jQuery GalleryView. You’ll need to install the plugin and use the template shortcode. Shortcode format: [ nggallery id=1 template=galleryview images=0 ][Not a valid template]
sorry, i was just saying that i was having the same problem, not my idea to cause any trouble
photocrati, i′was trying to use a custom template like mvandemar said, it doesn′t support custom templates for albuns?
but still it also happens when i use [album id=1 template=extend]
only template=compact works
same problem here
is it possible to have pagination using [recent]? or can i display all gallaries images at the same time with pagination?
i put [recent max=100 images=4] but it doesn′t paginate
thanks
Forum: Plugins
In reply to: [Cool Video Gallery] Playlist on templatecorrection: the code that i used is
<?php echo do_shortcode('[cvg-gallery galleryId="1" mode="playlist" /]'); ?>
but it doesn′t work anyway
Forum: Plugins
In reply to: [Events Made Easy] Use in RSVP form the WP profile datafound a simple solution that doesn′t require much, i′m posting it here so it might help someone else
this is how i done it:
1- i′ve created the extra user profile fields and modified the registration page so it requires it when the person is registering
2- i′ve created the extra fields on events made easy
3- i installed the plugin User meta shortcodes
4- last, on EME configuration > RSVP > RSVP: Form Format
place there the 3 required fields like that #_NAME #_EMAIL #_SEATS
but the extra fields, instead of placing like #_FIELD1, #_FIELD2…
you place like this
<input type='text' name='FIELD1' value='[userinfo field="last_name"]{{empty}}[/userinfo]'>
replacing the “last_name” with the indentifier of the wp user profile field you want
Forum: Plugins
In reply to: [Events Made Easy] Use in RSVP form the WP profile datathank you
Forum: Plugins
In reply to: [Events Made Easy] Use in RSVP form the WP profile datai′m sorry, how can i do that? i already have the custom fields in the profile
so in my theme function.php i should put something like what?
add_action('eme_add_booking_form_filter','eventrec'); function eventrec($booking) { }
Forum: Plugins
In reply to: [Events Made Easy] Use in RSVP form the WP profile datano idea how i could solve that for now? even if i have to put the form with extras fields and put display:none to it…
thanks for the reply
Forum: Plugins
In reply to: [Events Made Easy] Use in RSVP form the WP profile databut can i get some extra info from his profile so it shows in the event list, like his address?
thank you
i was using the previous version and was working fine
were can i find that version?
thanks for your time
oh, my wordpress version is 3.4.2, can′t update to the 3.5 cause other plugins doesn′t support it
Forum: Plugins
In reply to: [Scissors Continued] custom thumbnails issuessame thing here, instead of resize and crop to make the thumbnail, he just crop the large image and i got a giant thumbnail
can anybody fix this?
is there a way to add a WYSISWYG editor in a custom textarea?
i want to add tinyMCE
thanks in advance