Okay
  Public Ticket #2377434
Project image navigation
Closed

Comments

  • Ervin started the conversation

    Hello,

    I'm having a problem with the project pages of my studio's portfolio site. 

    When I click on the images a slideshow like navigation appears, showing the file name on the lower left side.

    This seems unnecessary. Is there a way to disable this feature?

    Thanks,

    Ervin.

  •  675
    Neuron replied

    Hi Ervin,

    Sure, you can disable that easily by adding the following Custom CSS in Appearance > Customize > Additional CSS.

    .mfp-title {
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Ervin replied

    Thanks..

    I actually wanted to disable the slideshow completely. Not just the file name... Is there a way to do that?

    Best,

    Ervin.

  •  675
    Neuron replied

    Hi Ervin,

    Sure, to disable the magnific popup completely, please add the following style.

    .p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item a {
        pointer-events: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Ervin replied

    Cool. That did the trick!

    Thanks a lot.

    Best,

    Ervin.

  •  675
    Neuron replied

    Glad to know Ervin, feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.