Okay
  Public Ticket #2268986
Portfolio Page
Closed

Comments

  • Kokosinski started the conversation

    Hello!

    I have a problem with Portfolio.

    1. The title is H5. This is not good for SEO. I would like to choose h1 for the title page.

    2. I can't show / hide the title preferences in the portfolio. This option does not work.

    3. No translation of the text "Previous" Next. I need to use a different plugin.

    4. How to turn off Lightbox in the project?

  •  675
    Neuron replied

    Hi,

    1) Well, I've prepared you the file where you can paste in your child theme. The location of the files is.

    arkhitekton-child > templates > portfolio-item > type > side.php
    arkhitekton-child > templates > portfolio-item > type > vertical.php

    If you're planning more advanced usage into that, you can change the type to Elementor and start building it from scratch.

    2) Make sure to check in the portfolio item settings if you're inheriting the value or not. https://prnt.sc/qn4o67 

    3) Please install the following plugin.

    https://wordpress.org/plugins/say-what/

    It will allow you to add Custom Translations like the example you need. So you go to Settings > Text Changes.

    Old String: Previous
    Text Domain: arkhitekton
    New String: The String

    4) That will require some Custom CSS which can be added at Appearance > Customize > Additional CSS.

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

    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.