Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1036482

    Hello,

    I work with a page with enfold template and in a part of page (see screenshot) i have 3 images in text blocs with this code:

    <a href="https://velamardg.com/wp-content/uploads/2018/09/sala-estar-carrer-ampleII_000020_P-300x213.jpg" target="_blank" rel="noopener"><img class="aligncenter wp-image-1416" src="https://velamardg.com/wp-content/uploads/2018/09/sala-estar-carrer-ampleII_000020_P-300x213.jpg" alt="" width="600" height="427" /></a>

    With this code open a image but have a option for see 2 pictures more…i not wanna see anothers 2 pictures, only i wanna open 1 pic :
    https://velamardg.com/wp-content/uploads/2018/09/sala-estar-carrer-ampleII_000020_P-300×213.jpg

    What is wrong ? any help please?

    Thx a lot.

    #1036662

    Hey slekiz,

    Well, we can hide arrows to the next picture and the number of available images. Will this work for you?

    Best regards,
    Victoria

    #1036747

    Hi victoria, yes its good for me this… what is the code for make this?

    Thx

    #1036875

    Please any help?

    #1036897

    i put this in quick css:

    .mfp-counter{
        display:none;
    }
    
    .mfp-arrow-right{
         display:none!important;
    }
    .mfp-arrow-left{
         display:none!important;
    }

    Its working but i dont know its good… any idea?

    • This reply was modified 6 years, 3 months ago by slekiz. Reason: Modifing code
    #1037051

    Hi slekiz,

    Well, it is the easiest solution available at this point. If it works for you, you might just stick to it.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.