Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1135081
    Rish
    Participant

    Hi, really thanks for helping.

    #2) its works great for background behind text but when we hover the mouse on image instead of text , the background still showing black behind the text .
    http://d-weddings.net/New/portfolio/

    For #3 point ,but filter should not display the category , for which i already created separate portfolio page.
    In below link why filter showing “artists” ,for which i already created a seperate portfolio page.

    ( you see it showing blank when i click because its not linked with this page, but why showing category name, if the category data is not linked under this parent page)

    http://d-weddings.net/New/portfolio/

    #1135482
    Jade
    Moderator

    Hi there,

    #2 Please find this code

    .page-id-52 .h-entry-cover {
        color: black;
    }

    to

    .page-id-52 .h-entry-cover {
        color: black;
        background-color: rgba(255,255,255,0.3);
    }

    #3 Would you mind providing a screencast for this item so that we could understand more the issue? Thank you.

    #1136341
    Rish
    Participant

    Hi Jade,

    The code not works for me , could please check at your end by testing , as already provided the credentials.

    I am attaching the image for better understanding for both issues i am facing

    #1136508
    Rad
    Moderator

    Hi there,

    1. How about this 🙂

    .entry-cover:hover .h-entry-cover:before {
        background-color: rgba(255,255,255,1) !important;
    }

    2. About the filter, you have this CSS

    .option-set .x-index-filters, .option-set .x-portfolio-filters {
    display: none;
    }
    
    .option-set .x-index-filters-menu, .option-set .x-portfolio-filters-menu {
    display: block !important;
    }

    Both contradicts each other. If you wish to hide the filter then remove the last one, and if you wish to display it then remove the first one.

    Hope this helps.

    #1139324
    Rish
    Participant

    Great its working , what to do if i need to change the text color of the thumbnail aswell while hovering the image. i add the color css but not works

    .entry-cover:hover .h-entry-cover:before {
    background-color: rgba(255,255,255,1) !important;
    color:rgba(32,197,181,0.75);
    }

    And for #3 i Used above code to hide drop down filter and to show the categories directly and if i remove any of these code lines its not work well. My main concern is that as i pointed in image which was sent you previously , i dont want to show artists category on ” portfolio” page ,because i already created a separate portfolio page for ” artists”.

    #1139347
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .entry-cover:before {
        background-color: rgba(255,255,255,1);
    }
    
    a.entry-cover:hover h2 span {
        color: rgba(32,197,181,0.75);
    }
    .page-id-52 ul.x-portfolio-filters-menu.unstyled li:nth-child(2) {
        display: none;
    }

    Hope it helps.

    #1140257
    Rish
    Participant
    This reply has been marked as private.
    #1140583
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .x-feature-box-content {
        position: absolute !important;
        top: 36% !important;
        z-index: 2 !important;
        text-align: center !important;
        width: 100% !important;
    }

    Let us know how this goes!

    #1144283
    Rish
    Participant

    Works like a charm.. 🙂

    #1144698
    Joao
    Moderator

    Hi There,

    Glad to hear it, let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1131526 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>