Tagged: x
-
AuthorPosts
-
August 17, 2016 at 7:07 am #1135081
RishParticipantHi, 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)
August 17, 2016 at 12:41 pm #1135482
JadeModeratorHi 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.
August 18, 2016 at 1:09 am #1136341
RishParticipantHi 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
August 18, 2016 at 4:29 am #1136508
RadModeratorHi 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.
August 20, 2016 at 4:27 am #1139324
RishParticipantGreat 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”.
August 20, 2016 at 5:16 am #1139347
ChristopherModeratorHi 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.
August 21, 2016 at 6:27 am #1140257
RishParticipantThis reply has been marked as private.August 21, 2016 at 2:48 pm #1140583
Nabeel AModeratorHi 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!
August 24, 2016 at 1:45 am #1144283
RishParticipantWorks like a charm.. 🙂
August 24, 2016 at 8:54 am #1144698
JoaoModeratorHi There,
Glad to hear it, let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1131526 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
