• Resolved vivianrollins

    (@vivianrollins)


    Hi when I click an image, that image pops up and looks fine. However if I hit next, the same image appears again. This is the case for all 4 of my images. Also when I look at the bottom of the pop up window, I can see that I have 8 images in the thumbnail area but I only have 4 images to share. Any clue how to resolve this?

    Thanks!

    http://wordpress.org/extend/plugins/nimble-portfolio/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Nimble3

    (@nimble3)

    Please always share Live URL of portfolio page, we have mentioned it several times, but don’t know why people not share there live URL.

    (If problem is on your local machine then we cant help you.)

    Thread Starter vivianrollins

    (@vivianrollins)

    Hi, thanks for the reply. I’ve shared the live URL of the page but the total of images is still 8. What can I do at this point to fix that?

    Plugin Author Nimble3

    (@nimble3)

    Hi, thanks for the reply. I’ve shared the live URL of the page but the total of images is still 8. What can I do at this point to fix that?

    Where?

    Thread Starter vivianrollins

    (@vivianrollins)

    Hi anyway I can email you the URL? It’s when I click an image. The pop up will show the image. When I click it goes to the next but the next one is the same one resulting in duplicated images. I only have 4 but 8 is shown on this pop up.

    Thread Starter vivianrollins

    (@vivianrollins)

    Hi to be more specific, when the featured image is clicked, the lightbox pops up. From there Image/Video URL images are duplicated. So if I put up image1.jpg in the Image/Video URL, this image is shown twice.

    Thread Starter vivianrollins

    (@vivianrollins)

    Hi any help would be greatly appreciated.

    Plugin Author Nimble3

    (@nimble3)

    By sharing the portfolio page URL means give us the URL where we can access your portfolio page. Without looking in to the page source we cant help you. You are constantly mentioning the problem with different angles but not mentioning your page URL 🙁

    Thread Starter vivianrollins

    (@vivianrollins)

    I’m sorry but i want to keep the url private. any chance I can share the url with via email? if so what’s your email?

    Thread Starter vivianrollins

    (@vivianrollins)

    I’ve gone to your homepage and used the contact us form. Please check there for the live URL. Thanks in advance!

    Thread Starter vivianrollins

    (@vivianrollins)

    Issue resolved thanks to Nimble and team. Thanks guys!

    hello as solucionaste?
    thanks

    Thomas

    (@thomasideadots)

    Hey, this doesn’t help the rest of us. I’m having the same issue.

    http://ideadots.com/id/portfolio/#lightbox%5Bnimble_portfolio_gal%5D/4/

    I don’t need a private URL

    Plugin Author Nimble3

    (@nimble3)

    the problem is due to wpautop() filter, which auto inserts <br /> and <p> tags.

    Please add following code to your theme’s functions.php

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);

    For more information on this issue please check http://customcreative.co.uk/resolving-wpautop-and-shortcodes/

    Hello,

    How to add pagination this portfolio, because i want only 9 images on one page

    After clicking the read more option below the portfolio image page where it will goes means where i will get the page to customize it, can any one help me please

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘images are showing up twice’ is closed to new replies.