Php nextgen y wp estore

Nextgen Gallery ofrece una manera muy rápida y práctica de descargar la galería de imágenes utilizando el plugin de NextGEN Download Gallery; con el cual puedes seleccionar o palomear la fotos a descargar y el plugin las comprime en un zip para una fácil descarga.
Esto lo estoy probando en: cupon.encuentrosconjesus.org y funciona muy bien con wordpress 5.5 y php 7.2 .

El problema es que ya no me funciona el wp estore y estoy buscando la manera de actualizarlo para probarlo y que también funcione como lo tengo en encuentrosconjesus.org; pero ahi utilizo php 5.45 PERO la versión de Nextgen Gallery no funciona.

Lo que  es encontrar la SOLUCION para que todo esto me pueda funcionar el en mismo sitio. Descargar tarjetas gratis seleccionando las  que quiera, y ADEMAS usar el wp estore, Nextgen Gallery y el plugin wp estore para descargar con compra las tarjetas. En esto estoy.

Y para que quede centrado:

If you are using NextGen Gallery (NGG Gallery) on your wordpress site as a gallery plugin, you would notice that the block of thumbnails in the page is not centered, and it makes the layout awful to view. here is a simple CSS modification on how to center it into your page div layout. This works perfectly on mobile and tablet view as well.

  1. Go to Gallery > Other Options.
  2. Click Styles then set the Enable custom CSS  to Yes.
  3. Click the “(Show Customization Options)” link and the text editor of wp-content/ngg_styles/nggallery.css will display.
  4. Place this block of code underneath all the CSS code in the file, then click the Save button.


.ngg-galleryoverview {
text-align:center;
}
.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}

No funciono al poner en Gallery Other Options, pero si funciono al ponerlo en la Página con el
Simple CSS Plugin en la Pagina. Ejemplo: valeriagarzaph.net/anibi/

Deja una respuesta for “Php nextgen y wp estore”




XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>