Okay
  Public Ticket #3679631
Some adjustements
Closed

Comments

  • Antonio started the conversation

    Dear assistent, 

    thanks for your help. Last advice you gave me works very well.

    Now I need you again just to fix something else in my website.

    Is possible to remove the year shown on every project into the "Portfolio Overlapping Gallery" in the homepage? I would also like to hide the name of the specific category I created just to select the projects to be shown in this section (as you can see is named *see more).

    Another question: I added a "Video Popup" into the page: https://www.midriasee.it/progetti/secret-burger-s/ but, I don't know why, the play icon is located in the top-right corner (view attachment). Is possible to move it on the center of the box? Please note that I temporarly added a "fake" play button in the preview image but this is not the solution.

    Thanks for your help, I'll wait to hear you back.

    Best regards

    Attached files:  Schermata 2024-07-04 alle 11.33.05.png

  •  1,973
    Support replied

    Hello Antonio,

    to remove the project date AND the category caption in the overlapping gallery plz use the following css

    .overlapping-gallery .slide-date, .overlapping-gallery .slide-cat {
        display: none;
    }

    in customizer -> additional CSS

    to fix the video popup cursor you can try the following

    .disable-cursor .video-link::after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        right: 50%;
        top: 50%;
    }

    to move it to the center. You can increase its size by increasing the size in pixels (60px)


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Antonio replied

    A new big problem has just happened. I'm afraid that upgrading to the latest version of Wordpress or the Elementor recent version has broken something in the Elementor editor.

    The last project in the portfolio I'm still working on seems to be completely empty, no boxes are displayed even I added a lot of contents (please see attachment).

    Also with cache I'm having a lots of problems, since this morning. And this is very strange because I didn't allow auto-updating but this morning I found both (Wordpress and Elementor) upgrated to the latest versions.

  • Antonio replied

    By changing the layout of the portfolio page (choosing Elementor template instead of the Montoya one) every box is displayed. But this doesn't include the hero section of the Montoya template. (Please see the difference in the screenshot I attach)

    Attached files:  Default Montoya Portfolio template .png
      Elementor Large portfolio template.png

  • Antonio replied

    SOLVED.

    It's incredible how the reason was so strange. Into the "Hero Info Text" in the Hero Section I was adding an emoji into the text. Now that I removed it, everything is working fine. I was going crazy

  •  1,973
    Support replied

    Hi, Probably the emoji had a missing closing tag that was breaking the content.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy