-
Search Results
-
Hi,
I would like to know if it’s possible to create a dedicated homepage for mobile users ?
I mean I love our homepage on Desktops but I think it’s not very practical on smartphone…
Do you have any solution with enfold to do that ?
Cordially,
Thibault
Hello,Enfold team,The auto rotation function doesn’t work on desktop screen.What should i do ?
Thank you in advance.
Sarut J.Topic: Error in Blog pagination
Hi there!
I’m having the same problem it’s explained in #635588
When I activate the pagination, in each and every page shows only the first three post.
So there is a solution or is still a problem?Another question, is it possible to change the url http://www.mysite.com/blog/page/2/ translating “page” in my language?
Thank you in advance
Hi guys,
so it seems like that something part of the below css:
/*Scroll-Down-Icon – Start*/
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
.scroll-btn {
display: block;
position: absolute;
left: 0;
right: 0;
top: 92%;
text-align: center;
}.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn .mouse {
position: relative;
display: block;
width: 24px;
height: 34px;
margin: 0 auto 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid white;
border-radius: 23px;
}
.scroll-btn .mouse > * {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 4px;
height: 8px;
margin: -4px 0 0 -2px;
background: white;
border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;/*Scroll-Down-Icon – End*/
is causing an issue with the below css for the footer background colour:
/*Footer – Start*/
#footer .flex_column.av_one_third {
background: #f4f4f4 !important;
}#footer .flex_column.av_one_third:nth-child(2) {
background: #f9f9f9 !important;
}#footer .flex_column.av_one_third:nth-child(3) {
background: #f4f4f4 !important;
}/*Footer – End*/
as well as:
/*Portfolio – Start*/
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 35px;
}.av-inner-masonry-content:hover {
background-color: rgba(54, 212, 46,.6)!important;
}/*Portfolio – End*/
as well as:
/*Back to top link – Start*/
#scroll-top-link {
display: none!important;
}/*Back to top link – End*/
Can you think of a solution?
Thanks
Viewing 30 results - 93,511 through 93,540 (of 142,791 total)

Comments are not displaying on a site I’m staging: http://16d.3a5.myftpupload.com/mo-goes-to-nashville/
I have discussion enabled on all posts. I think it was working earlier but it might be some custom css I added but I don’t think that is the case:
.slide-entry-excerpt {
padding-bottom:32px;
}
.main_menu ul:first-child>li>a {
font-size: 16px;
}
.html_elegant-blog #top .post-entry .minor-meta {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
.avia-content-slider .slide-meta div {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
Any thoughts? Thanks so much!