Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Portfolio items and Format posts #1467327

    Hi!
    I manage to resolve the issue with this: https://kriesi.at/support/topic/add-a-custom-field-in-the-masonry-post-blog-list-element/

    Thank you very much for your help.

    You can close this.

    in reply to: Portfolio items and Format posts #1467217

    Hi,
    It works, thank you.

    One last question:

    How can I change the colour of the text that is exactly beneath the title?
    It’s not the full text, just the one that is under the title.

    I tried HTML markups, but they don’t work on (entry-content).

    I need:
    • Title (White)
    • Subtitle (red)
    • Text (white)
    Thank you for your help.

    in reply to: Portfolio items and Format posts #1467063

    Dear Ismael,

    The site has a news page (with normal posts) where you can see the first two posts with the format “video” and “quote”. They have the icons on top of the image.

    What I want is for the icons for each type of format to appear on the “testimonials” page (with portfolio items).

    As I said, I activated post formats for portfolio items, but the icons do not appear.

    You can see it here: https://dev.triton.pt/bialall/

    Thank you

    in reply to: Ken Burns effect on Full Width Slider #1301054

    Hi,
    I’ve already managed to solve it by adjusting some code, this is all that it needs:

    .kenburns .active-slide .avia-slide-wrap img {
      animation: move 20s ease infinite alternate;
      -ms-animation: move 20s ease infinite alternate;
      -webkit-animation: move 20s ease infinite alternate;
      -0-animation: move 20s ease infinite alternate;
      -moz-animation: move 20s ease infinite alternate;
    }
    
    @-webkit-keyframes move {
      0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1.0);
        -ms-transform: scale(1.0); 
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -moz-transform: scale(1.0);
      }
      100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);   
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
      }
    }

    Thank you

    in reply to: Ken Burns effect on Full Width Slider #1301011

    Hello, hope you are all ok.

    Sorry to come back to this.
    I managed to implement the css given by @Guenni007, in an Easy Slider and it almost works perfectly.

    When I load the page where the slider is, or refresh that page, the first slide grows down and is not within the size of the slide.
    When you go to slide two and the other slides it is ok.

    The photos are all the same size 1200x780px.

    Someone can help me?

    https://bit.ly/3hAB6qm

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)