reypm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get blank page while try to install a new pluginWell both said “3.7 up” so I tough 3.8 is supported
Thanks
@photocrati, nice I’m on track 😉 I place the template in the legacy folder but how I can use from my shortcode? I get not images on gallery message if I try with -reypm as name I mean
<?php echo do_shortcode('[ngg_images source="recent" display_type="photocrati-nextgen_reypm"]'); ?>this is my problem now, how I can fix that?@photocrati, the problem here is the HTML markup that plugin templates generate since I need another markup, how I can create a new template for this purpose? If you notice my code I added UL and LI instead of common DIV’s, any help?
@photocrati I called masonry just because I want but this is not the version Pro, I’m trying to create my own template, less call it
gallery-reypm.phpjust for avoid any miss understood, so based on this any advice what I’m doing wrong?@photocrati, is that a NextGEN Pro feature? I’m working with basic version of plugin but I need to create this, for that I ask here
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Shows a SELECT with lists@tung Wysija, I can read the post now, but this topic seem to be a little advaced to me. Could you please tell me where those code should go in order to get this done? I mean in my theme/functions.php or where? Also example shows as checkboxes can this be a select element instead?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Shows a SELECT with lists@ben It’s asking me for a password which I don’t have, any help?
@tizz I want to display my galleries using masonry template, this is what I’m trying to do without success yet
Thanks I found how to change this
@tizz can be a empty page? Or how is the right way to do this?
Yes, if you go here the video section should be displayed. I’m doing in this way:
<?php if (is_page('galeria')): ?> <div class="single-archive single-height" style="padding-left: 0px; padding-right: 0px;"> <div class="archive-header"> <h1 class="archive-title"><?php _e('Videos') ?></h1> </div> <div class="col-12 eq-single video-wrap"> <?php echo do_shortcode('[Youtube_Channel_Gallery user="ismaelcala" videowidth="480" ratio="16x9" color="white" autoplay="0" rel="0" showinfo="0" maxitems="25" thumbwidth="277" thumbratio="16x9" thumbcolumns="5" title="1" description="0" thumbnail_alignment="top" descriptionwordsnumber="6"]'); ?> </div> </div> <?php endif; ?>But if you go to this other then video section should’t appear. How I do that?
Yes, is the same as original and I didn’t modified nothing, I just create a page-conferencias.php (http://pastie.org/8429844) and sidebar-conference.php (http://pastie.org/8429849)