Forum Replies Created

Viewing 30 posts - 121 through 150 (of 178 total)
  • Author
    Posts
  • in reply to: Portfolio grid: Questions #1316136

    Well, i use it often because mostly the changes does not take effect on the page if i add them to the quick css.
    I have add the login to PM.

    in reply to: Portfolio grid: Questions #1316085

    Many thanks @guenni007 .. i like this slowing up, nice gimmick.
    I would like to have this also on the static overlays on images, can you help me with this? I have tried but do not get this animation, i think i usaing always thw wrong Styles…

    /** hover on img ***/
    #top .av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg {
        opacity: 0.6 !important;  background-color: #000000;   }
    #top .av-overlay-hover-deactivate .av-caption-image-overlay-bg {
      opacity: 0 !important; }
    .av-image-caption-overlay-center {opacity:0!important;}
    .av-image-caption-overlay-center:hover  {opacity:1!important; font-size: 20px !important;  }
    
    .btn-blue {background: #0097D7; font-size:50px; height:80px; width:80px; 
    font-weight: 800 !important; margin: 20px auto !important; line-height: 75px; }
    in reply to: Portfolio grid: Questions #1315820

    Jesus, thats fantastic…. many thanks.
    But what does the star means (.grid-content *)? is it a shortcur for ground layer?

    in reply to: Portfolio grid: Questions #1315790

    This have been some test for searching the fix … it seems that the transparecy is working on the image, not on the overlay therefore the image is not visible and the overlay becomes grey (from white background) and does not show the image below.

    from the logic perspective, this should work and set only the overlay as transparent bit it shows only a white background.:

    .image-overlay { background: rgba(0,0,0,0.6) !important; }

    in reply to: Portfolio grid: Questions #1315046

    @guenni007 : I tried the masonery first but i need the category selection on the to for this reference section. And this is just added in the portfolio grid, not in the masonery.

    But most important ist Point 3, the transparence … any idea on that?
    This is my vurrent code:

    
    
    /*** Portfolio overlay with title ***/
    #top .grid-entry .grid-content {  
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        xxxopacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;  
    background: rgba(0,0,0,0.6) !important;  }
    
    #top .main_color .image-overlay, #top .alternate_color .image-overlay, #top .socket_color .image-overlay {background: rgba(0,0,0,0.6) !important;}
    
    #top .grid-entry:hover .grid-content {   opacity: 1; }
    #top .grid-entry .inner-entry a:hover .grid-content { opacity: 1; }
    #top .grid-entry .inner-entry a:hover {   opacity: 0 !important; }
    #top .grid-entry a {  z-index: 1;}
    #top .grid-entry .grid-content { z-index: 0; }
    
    in reply to: Mobile menu items not clickable #1313713

    Yes, i know but i have a couple of sub links so finally the menu list woud be to logn. I need to close the menu.

    in reply to: Grid with html code on overlay #1313475

    TOP, This works fine. Many Thanks.

    i have tried several CSS solutions but did not focues on opacity :)
    Ticket can be closed

    in reply to: Mobile menu items not clickable #1313078
    This reply has been marked as private.
    in reply to: Grid with html code on overlay #1312657

    HI .. thanks, yes this shows the content as overlay BUT the overlay isn’t clickable anymore, on click i have set a lightbox but this overlay lays over the click function ..so lightbox does not opens

    • This reply was modified 3 years, 2 months ago by xeovision.
    in reply to: Grid with html code on overlay #1312479

    No one an idea?
    I have found this slution but it only add the title as overlay, not the description.

    `/* Portfolio overlay with title */

    /* Disable default animation */
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation: none;
    }

    /* Overlay */
    /* Portfolio overlay with title – disable default animation */
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation:none;
    }

    /* Portfolio overlay with title – overlay */
    #top .grid-entry .image-overlay .image-overlay-inside:before {
    content:”;
    position:absolute;
    background:#000000; /* blue */
    height:100%;
    width:100%;
    border-radius:0;
    top:0;
    left:0;
    margin:0;
    }

    /* Portfolio overlay with title – remove default title below */
    .grid-content .avia-arrow,#top .grid-entry .grid-content {
    display:none;
    }

    /* Portfolio overlay with title – display title on hover*/
    .grid-entry a:hover:before {
    content:attr(title);
    position:absolute;
    width:100%;
    z-index:1000;
    text-align:center;
    opacity:1;
    font-size:18px;
    color:#fff!important;
    transform:translateY(-50%);
    animation:avia-fadein .75s 1 cubic-bezier(0.175,0.885,0.320,1.275)!important;
    top:50%;
    padding:0!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    }

    .avia_transform a:hover .image-overlay {
    opacity:1!important;
    }

    in reply to: Portfolio items open lightbox gallery #1311923

    LOL, damn, i was blind … thanks for the hint .. thats exactly what i want ..

    in reply to: Add button to the Masonry post #1311750

    Fantastic, this works excellent.
    Thank you

    in reply to: Add button to the Masonry post #1311514

    @Ismael: no this isn’t working.
    Buttons are still hidden when going back by browser.

    in reply to: 2 blocks beside with 100% width #1311112

    Exzellent, this works fine.
    Thank you

    in reply to: 2 blocks beside with 100% width #1310881

    Pls see PM
    it is on the page called “startseite”

    in reply to: Transparent Header / Logo not working #1310762

    As i remember, the transparent logo will be visible only by scrolling.
    The main logo (enfolg settings first settings point) is for loaded page, the transparent section as change for the scrolling bar.

    But it looks fine here, on transparent background you have the white logo and scrolled section the grey one ..

    • This reply was modified 3 years, 3 months ago by xeovision.
    in reply to: Add button to the Masonry post #1310693

    Hi MIke,
    thanks but this isnT working.
    Is there probably another option to add a “read more” link/button below each news?

    in reply to: Color-section parallax image scaling #1310691

    This is already soved. Thx.
    Thicket can be closed

    in reply to: Place slideshow dots below slider #1310641

    Thx, this works fine now.
    Ticket can be closed.

    in reply to: Place slideshow dots below slider #1310479

    Thanks, this works fine on desktiop but
    – mobile they dissappear somewhere
    – they not clickable

    • This reply was modified 3 years, 3 months ago by xeovision.
    in reply to: Place slideshow dots below slider #1310307

    Can send only as PM because it is a customer page

    in reply to: Masonry alignment #1309747

    My fault, i mean WordPress :)
    OK, i will try with FTP but i will get the same save error everytime i add a new function. Any idea why WP wont accept this ocde?

    UPDATE: By FTP ..code is working fine, have changed
    $key[‘text_before’]
    …so got the position i need.

    Many Thanks

    • This reply was modified 3 years, 3 months ago by xeovision.
    in reply to: Masonry alignment #1309713

    Hallo Mike,
    thanks for taking this issue. But it seems that your code has a bug, Drupal does not let me save it

    in reply to: Change inner content width #1309602

    Thats cool. many many thanks for solving the issue and the bug fixing

    in reply to: Change inner content width #1309567

    Thanks, yes this works now, BUT the background images on top of the pages are gone now.

    What eactly have you adjusted?

    • This reply was modified 3 years, 3 months ago by xeovision.
    in reply to: Masonry alignment #1309424

    @ismael Meanwgile i have solved the full width and the read more button.
    But i do not find a way to add the category below the headline

    • This reply was modified 3 years, 3 months ago by xeovision.
    in reply to: Masonry alignment #1309161

    I have set the first option with flexible Masonery.
    It seems that the pics are fitted into the frame, i would like to have the, fit to width and the height auto

    in reply to: Change inner content width #1309137

    This is what i want: https://ibb.co/ZxNRZWQ

    BUT only in some blocks, not all content block, othe should still have 100%

    Login -> PM

    in reply to: Change inner content width #1308952

    HI, none of this settings is set. I do not have any cache problems with other settings.
    Mayby a css failure, i did?
    This is what i add to each blcck for content of 80%:

    #content80 {
    width: 80% !important;
    max-width: 80% !important;
    margin: 0 auto;
    Text-align: center !important;
    }

    in reply to: Parallax effect with text over image #1308389

    Cool .. this works excellent.
    Many thanks

    • This reply was modified 3 years, 3 months ago by xeovision.
Viewing 30 posts - 121 through 150 (of 178 total)