• Resolved campana.agustin

    (@campanaagustin)


    Hello, I installed WordPress 3.8.1, customizr theme and plugin NextGen galery. When active nextgen plugin, social icons disappear in the header and footer.
    If anyone has something to contribute I thank you.

    My site: hvcweb.com.ar.

    thanks in advance.
    Greetings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, I think there are some conflicts still remaining with nextgen. Both Customizr and nextgen use the fancybox lightbox to show images. However, you can achieve what you have now without nextgen:

    1. Deactivate nextgen;
    2. Edit your “hospital” page and switch to the “Text” tab (not the “Visual” tab);
    3. Take out any nextgen codes;
    4. For each row of 3 images, enter the following html in the page:
      <!-- ******************NEW ROW OF CONTENT****************** -->
      <div class="row-fluid">
      
      	<div class="span4">
      		...Click ADD MEDIA and insert your image here...
      	</div>
      
      	<div class="span4">
      		...Click ADD MEDIA and insert your image here...
      	</div>
      
      	<div class="span4">
      		...Click ADD MEDIA and insert your image here...
      	</div>
      
      </div>
      <!-- ***************END OF ROW OF CONTENT****************** -->
    5. Place the cursor where it says …Click ADD MEDIA and click the add media button;
    6. Choose an image and select the size of the images that you want (bottom right of screen). This will insert an image where the cursor was.
    7. Delete the text …Click ADD MEDIA and insert your image here…;
    8. Repeat for each row of three images.

    This will give you 1 row of 3 images—3 x “<div class="span4">...</div>“—where each is an image taking up 3/12 of the space. If you want 4 images, then you will need 4 x “<div class="span3">...</div>“—where each is an image taking up 4/12 of the space.

    More info on Customizr custom layouts here.

    Make sure you have “Enable/disable lightbox effect on images” switched on in the Images section of Customiz’it. This will give you a slideshow similar to the nextgen slideshow that you have on your page.

    Thread Starter campana.agustin

    (@campanaagustin)

    Hello ElectricFeet. magically, when I install a new plugin (Google Maps Widget), disappeared conflict and social icons now display correctly.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGen Galery and Customizr problem’ is closed to new replies.