Okay
  Public Ticket #1425251
Portfolio - Item Type Fullscreen
Closed

Comments

  •  1
    BOLDRESTYLE started the conversation

    1) Desktop: There is a problem with  "Portfolio - Item Type Fullscreen ", after I close the text-area clicking the down-arrow, it is not possible to reopen the text-area because the up-arrow doesn't work.

    2) On my iPhone: when I close the text-area the arrow disappeared

    thanks

    Nicola

  • [deleted] replied

    Hi Nicola,

    1. (and for 2. as well) I have made a small change in code to prevent that error to be triggered so it should fix the issue, here is the quickfix for you and in the next update it will be included as well:


    Download this file and replace it in this directory (of the theme): /dir

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.

  •  1
    BOLDRESTYLE replied

    Thanks Arlind,

    point 1 - desk view : it works, wonderful!

    point2 - mobile iPhone: I don't see the arrow. What do you think is the issue? It could be the font size of the  text?

    Best 
    Nicola

  • [deleted] replied

    Hi Nicola,


    (view large version)

    2. This is intentionally hidden to provide more space for title to show on smaller screens, however you can easily include it in mobile device by adding this Custom CSS:

    @media screen and (max-width: 768px) {
        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info {
            display: block;
        }
    }

    It will appear on smaller screens as well.