-
Search Results
-
I’m having an issue with using the Team Member in combination with a hover element.
Page: http://carveskateshop.us/team/
Code:
.avia-team-member{margin:30px 0; clear:both;}.team-member-name{margin-top:20px;}
.team-member-job-title{margin-top:-7px; font-size: 10px; }
.team-social a{text-decoration: none; position: relative; border-radius: 30px; padding: 0 16px; background: #fff;margin: 3px; display: inline-block; height:53px; line-height:54px; width:53px; }
.team-img-container{ position: relative; overflow: hidden; border-radius: 3px; text-align: center;}
.team-img-container img{ display:block; margin:0 auto; }
.avia-team-member .team-social{
border: 7px solid rgba(0, 0, 0, 0.1);
position: absolute;
font-size:100px;
background: #fff;
background: rgba(153, 7, 0, 0.8);
opacity: 0;
visibility: hidden;
top:0; left:0; right:0; bottom:0;
text-align: center;
border-radius:350px;
}.team-social-inner{
width:100%;
padding:0 5%;
position: absolute;
top:50%;
margin-top:-26px;
left:-20px;}
.team-img-container:hover .team-social {
visibility: visible;
background-clip: padding-box;
opacity: 1;
height: 90%;
margin: 4%;
overflow: hidden;
padding: 4.5%;
width: 90%;
-moz-transition: background-image 200ms ease-out;
-o-transition: background-image 200ms ease-out;
-webkit-transition: background-image 200ms ease-out;
transition: background-image 200ms ease-out
-moz-transform: 1s;
-ms-transform: 1s;
-o-transform: 1s;
-webkit-transform: 1s;
transform: 1s}
.avia-tooltip{
position: absolute;
z-index: 9999999;
padding:12px;
margin-top:-18px;
margin-left: -4px;
background: #000;
background: rgba(0, 0, 0, 0.8);
color:#fff;
width:140px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 18px;
text-align: center;
}.avia-tooltip .avia-arrow{
background: rgba(0, 0, 0, 0.8);
border:none;
}.avia-tooltip .avia-arrow-wrap{
width:20px;
height:20px;
position: absolute;
bottom:-20px;
left:50%;
margin-left:-7px;
overflow: hidden;
}Hi,
after updating Enfold to 2,5, the portfolio sorting developed a life of it`s own: On http://www.musikzentrale.net/ueber-uns/dozenten/ i display all our teachers, sortable by instrument like Bass, Vocals etc. based on portfolio categories. All of a sudden, the sorting line lists all categories, even the empty ones or those who only serve as grouping element for a better structure in the backend,like the top category”Teacher (Dozenten)” contains the sub categories Bass, Guitar and so on. It worked perfect before the update, i did not changed anything in the permalink settings.Since it misses its actual goal – to sort the teachers by instrument – i am about to skip this feature, but visitors likes it and so i would love to have it back. Any idea how to solve this issue is welcome.
regards, Sebastian.
Hi I would like to have the top menu (in all media types and sizes) to be transparent and always fixed over main content (not above).
Could you please provide the CSS for this so the full screen slider is completely full screen and menu overlays it.
Thanks in advance
Steven================
(1) Concerning how to customize the sidebar for the “404 Page” see:
https://kriesi.at/support/topic/edit-the-404-layout/
FIRST – Add a widget into the “Displayed Everywhere” widget area and use:
http://wordpress.org/extend/plugins/widget-logic/SECOND – Then show or hide certain widgets on the 404 page:.
Add following condition to widgets which you want to SHOW on 404 pages:
is_404()
Or use following condition to HIDE them on 404 pages:
!is_404()
=================
(2) Concerning how to make the default 404 sidebar disappear see:
https://kriesi.at/support/topic/set-404-error-page-to-full-width/
FIRST – Please go to Appearance > Editor and open 404.php file and search for following lines
$avia_config['currently_viewing'] = 'page'; get_sidebar();
SECOND – Then comment them out as following…
//$avia_config['currently_viewing'] = 'page'; //get_sidebar();
Viewing 30 results - 133,501 through 133,530 (of 142,577 total)
