I’ve installed Enfold and using the Easy Sliders have inserted images however they do not transition automatically even though I’ve set the transitions to 5 seconds. I’ve read some similar support queries and none of my plugins are active. I can click on the image arrows to scroll manually to the next image but I want this feature to be automatic. What am I doing wrong?
I uploaded an Enfold demo page and the sliders work fine. I’ve since had to go through the lengthy process of clearing out my Cpanel reinstalling WordPress and re-installing Enfold via FTP to ensure there were no conflicts with the installed demo.
Am getting a bit fed up now. Please help
There’s one plugin active – Yoast SEO – I’ve disabled it and the issue persists (I reactivated for the time being).
I’m not making use of any custom js, only CSS added over Enfold’s Quick CSS text area.
It happens when I navigate to BLOG and CONTACT, not to any other anchor on the page.
I think it has something to do with OUR TEAM’s slider transition but couldn’t debug the cause – the auto scroll happens in sync with the slider’s movement.
-
This reply was modified 8 years, 9 months ago by
nirvlior.
Hmmm. Not sure why it is not working. I wonder if it has to do with the way the “hover effects” plugin works. I create the effect within the plugin settings then a short code is created which I inserted in the text box on the actual page.
I put this css at the end of all my css customizations:
body {
font-size: 15px;
}
#header_main .container, .main_menu ul:first-child > li a {
min-width: 76px;
}
#footer { padding-top: 23px; padding-bottom: 20px; }
#footer .widget {
margin: 0;
}
.home #av_section_1 .content {
top: -160px;
}
#top .scroll-down-link {
color: #cf0a2c !important;
font-size: 100px !important;
}
.av-fixed-rotator-width .av-rotator-text {
width: 100%!important;
text-align: center;
}
.cagd-indentbox .avia_textblock {
max-width: 750px;
margin: auto;
}
.sidebar .widget {
margin-bottom: -30px;
}
.sidebar .widget {
margin-top: -10px;
}
span.text-sep.text-sep-cat {
display: none !important;
}
.slide-meta {
display: none!important;
}
.blog .slide-entry-excerpt { display: none;
}
.slide-content .blog-categories {
display: none;
}
.special-heading-inner-border {
border-color: #BFB8AF!important;
opacity: 1;
}
.avia-team-member {
text-align: center;
}
.team-member-description {
text-align: left;
}
.page-id-664 .avia_transform a:hover .image-overlay {
opacity: 0 !important;
}
@media only screen and (max-width: 450px) {
.av-image-caption-overlay-center {
font-size: 28px !important;
}}
and !!! what do you inserted in your video link ? this ist your site where the video to youtube is linked ?
that is why you got that scroll you got an iframe in an iframe !
see again here: https://webers-testseite.de/ikom/video/
do as manual link on your page direktly the link to youtube page :
https://www.youtube.com/watch?v=waXFJHu2Jy8?autoplay=1&rel=0&iframe=true
-
This reply was modified 8 years, 9 months ago by
Guenni007.
Thanks, but I found something here in the forum, which works fine:
http://screencloud.net/v/rJWDj
In case that someone needs the CSS, too:
#commentform p {
padding: 0;
}
#commentform label {
position: relative;
left: auto;
margin-bottom: 5px;
}
#top .comment-form-url input,
#top .comment-form-email input,
#top .comment-form-author input {
margin-bottom: 10px;
}
and for those, who use the “Subscribe-to-comments-reloaded” plugin for comments subscriptions, the CSS for this are:
input#subscribe-reloaded {
margin-left: 0;
width: 10px !important;
}
p.comment-form-subscriptions label {
margin-bottom: 20px !important;
}
and for highlighting author’s comments:
ol#comments li.bypostauthor {
background: #f2edf4 none repeat scroll 0 0 !important;
padding: 10px;
}
Hello Jeff,
First of all you should be selected Title and exceprt.
Second, you can display only the title because the excerpt don’t show automated. Excerpts are optional hand-crafted summaries of your content that can be used in your theme.
Third, to display the excerpt you could do that. If you want to dispaly excerpt to all posts, you can do that process to all posts. Edit one of the posts and open on the right top of the screen (Screen options) and select the checkbox Excerpt http://imgur.com/a/SX2UO.
Finally, scroll down to the post and under the editor you can find the Excerpt http://imgur.com/a/OBZ38. Fill in with text that field and update the post. Go to the page where show your latest post and refresh the page. Now you can see the excerpts.
Thank you
Victoria,
I feel like we are going in a circle.
1. The Mobile Menu on the Homepage does not scroll, it is broken.
2. Nikko suggested adding this code to fix it but this code causes the mobile menus on ALL pages to scroll past their height.
.html_stretched #wrap_all {
height: auto!important;
}
3. If I remove the code, we are right back where we started, the Mobile Menu on the Homepage does not scroll, it is broken.
4. You need to go back and look at DEVGEN’s original post at the top of this page.
5. DEVGEN and I have the exact same issue. Why are you suggesting a different course of action for each of us?
Hi corefocusgroup,
You have to find this css in your css and remove it. Then the menu does not scroll pass its height.
.html_stretched #wrap_all {
height: auto!important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
You have to modify avia.js, find hide_menu function and replace it with this:
hide_menu = function(e)
{
e.preventDefault();
container.removeClass('show_mobile_menu');
setTimeout(function(){
container.css({'height':"auto", 'overflow':'hidden', 'minHeight':0});
mobile_advanced.css({display:'none'});
},600);
return false;
},
and show_menu function replace with
show_menu = function(e) {
if(container.is('.show_mobile_menu'))
{
hide_menu(e);
}
else
{
win.scrollTop(0);
mobile_advanced.css({display:'block'});
setTimeout(function(){container.addClass('show_mobile_menu'); },10);
set_height()
e.preventDefault();
}
return false;
};
Let us know if this was helpful.
Best regards,
Victoria
-
This reply was modified 8 years, 9 months ago by
Victoria.
Hello, I have a video on fullscreenslider on the home page of the site. I set to play auto. Perfect. But when I navigate the site, scroll down, how can the video stop playing? My client is bothered by the audio of the video while browsing the page (scroll down).
LINK
[http://www.liliansouza.com/assets/2016]
Thank you
I’ve seen a few threads regarding this problem, yet i’m still having an issue with this.
I’ve built a masonry for our website, where i am trying to implement Gif’s that autoplay and loop constantly. Yet the masonry doesn’t seem to be playing the gif i add, only when clicked and opened in lightbox it starts playing (and even there is doesn’t loop but just plays once, even after switching to another image and back it still won’t play if it has already played once).
I want the thumbnail shown in the masonry grid on the page to be playing a gif. From what i’ve read this is possible but i don’t seem to understand how to do so.
Below i’ve posted the link to the page in question, where you can see (when scrolling down a bit) the bottom right image of the masonry is a gif that just shows a still image.
Hope someone can help me out here seeing i’ve been struggling with it for a while.
Hey automatedcontacts,
The page and slider seems to be loading for me, but you do have this error which maybe what you are experiencing:
A Parser-blocking, cross-origin script, https://www.tripadvisor.com/WidgetEmbed-cdsscrollingravenarrow?border=true&locationId=1224253&display_version=2&uniq=741&lang=en_US, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ wejs?wtype=cdsscrollingravenarrow&uniq=741&locationId=1224253&lang=en_US&border=true&display_versio…:1
wejs?wtype=cdsscrollingravenarrow&uniq=741&locationId=1224253&lang=en_US&border=true&display_versio…:1 A Parser-blocking, cross-origin script, https://www.tripadvisor.com/WidgetEmbed-cdsscrollingravenarrow?border=true&locationId=1224253&display_version=2&uniq=741&lang=en_US, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
Best regards,
Mike
As @yigit posted the solution is to add
#wrap_all {
overflow-y: scroll;
}
or
#wrap_all {
overflow-y: auto;
}
to the custom css box or to the style.css of your child theme. Don’t forget to clear any caches (wp-rocket, w3c, browser, …)
Safari causes problem with overflow since ages. So I don’t understand how such a rule could get into the update and why the issue did not get detected during testing.
Hey jurgen1979,
Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .scroll-down-link {
background-image: url('url_here');
background-size: 100% auto;
height: 60px;
width: 80px;
}
#top .scroll-down-link:before {
display: none;
}
Just change the url_here with the url of the image. Hope this helps :)
Best regards,
Nikko
We created a larger form with the “Contact Form” module. At the top of the form there are some required fields. You can’t see them, if you scroll down to the submit button at the end of the form. So, if they are not filled out and you press “Submit”, you see nothing happens. The red borders around the fields with missing content appears, but they are not visible in the browser window (because they are on the top of the form). Is there a possibility to show a message like “Attention: Please fill out all required fields” and/or automatically scroll up to the fields with missing content?
Thank you, Jan
For the overlay we need a container surrounding the whole thing which could be adressed well.
So best will be to make a copy of header.php in the child-theme folder.
Open it and insert that new container just after the opening wrap_all container to have than:
<div id='wrap_all'>
<div class='mega-bg'></div>
so we can have than in quick css :
.mega-bg {
width:100%;
height:500%;
position:absolute;
display:none;
z-index:0;
transition: all 1s linear 0;
opacity: 0
}
.av-burger-overlay-active .mega-bg {
width:100%;
height:500%;
background:#fff;
position:absolute;
display:block;
z-index:500;
transition: all 1s linear 0;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
you see here that mega-bg container is just a “super container ” and in normal mode with opacity zero !
when hamburger menu opens there is an extra class : .av-burger-overlay-active.
we can now use this to change opacity and background-color (you can use here every color you like even#000)
here is the rest with some comments:
/******** some logo adjustments *************/
.main_menu .avia-menu,#header_main_alternate,.fallback_menu {
display:block;
float:right;
}
.responsive #top #wrap_all .container {
max-width:95%;
width:95%;
}
.responsive #top #wrap_all #header {
background-color:#fff;
opacity:1;
position:fixed;
width:100%;
}
.responsive #top .logo {
float:left;
position:absolute;
top:50%!important;
transform:translateY(-50%);
width:65%;
}
#menu-item-burger > a {
padding-right:8px!important;
}
#advanced_menu_toggle {
display:none!important;
}
/******** if you like to have infront of your menu-items some icons. *************/
#av-burger-menu-ul li#menu-item-437 a .avia-menu-text::before {content: "\e821 \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-438 a .avia-menu-text::before {content: "\e83c \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-439 a .avia-menu-text::before {content: "\e857 \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-440 a .avia-menu-text::before {content: "\e80b \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-441 a .avia-menu-text::before {content: "\e805 \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-589 a .avia-menu-text::before {content: "\e80e \00a0";font-family: entypo-fontello; color: #0088BD}
#av-burger-menu-ul li#menu-item-703 a .avia-menu-text::before {content: "\e81e \00a0";font-family: entypo-fontello; color: #0088BD}
/********. some changings of hamburger menu. **********/
.av-burger-overlay {
box-shadow: -2px 0 10px #bbb;
left: auto;
max-width: 400px;
}
.av-burger-overlay-inner {
background: #fff url("url to a background image") no-repeat scroll 0 0 / cover ;
}
.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after {
background-color: #0088BD !important;
}
#av-burger-menu-ul li a {
color: #000 !important;
}
#av-burger-menu-ul li a .avia-menu-text {
text-shadow: 1px 1px 3px #333;
}
#av-burger-menu-ul li a:hover .avia-menu-text {
color: #0088BD;
font-weight: 400;
}
/******** if you don't like to have fullscreen hamburger active menu when under a given screenwidth *************/
@media only screen and (max-width: 880px) {
.av-burger-overlay {
box-shadow: none;
left: 0 !important;
max-width: 100% !important;
}
}
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget {
position:absolute!important;
left:100px!important;
top:-50px!important;
}
#header.header-scrolled .widget {
position:absolute!important;
left:55px!important;
top:-45px!important;
}
#header.header-scrolled .widget img {
width:100px;
height:auto;
}
Best regards,
Vinay
I have a fullscreen slider on the homepage of my site with 2 slides. Each image is positioned “Center Center”. Looks great on desktop, but on tablets and mobile devices the background images are wayyyy zoomed in. All I see on one slide on my phone and tablet is about a 1″ X 1″ section of wall somewhere in the photo (screen is all gray). The other slide is zoomed way in on the subjects eyeball. Is there a simple fix that I am missing or is this a bug that needs to be fixed on your end?
Here are my slider settings:
Slideshow Image Size: No Scaling (Original Width X Original Height)
Slideshow Image Scrolling: Fixed
Slideshow Transition: Slide sidewards
Autorotation active?: No
Slideshow Autorotation Duration: 5
Slideshow Control Styling: Default
Display a scroll down arrow: yes
Wenn du natürlich willst, dass das Logo mit rausscrollt wie das Heading könntest du mit pseudo-klasse das Bild platzieren.
Hier jetzt mal der Code für die Demoseite von Kriesi:
.home .avia-caption-title::before {
content: "\00a0";
display: inline-block;
position: relative;
height: 100px;
width: 100%;
top: -20px;
background: url("http://kriesi.at/themes/enfold-one-page-portfolio/files/2015/02/logo_onepage_portfolio_text2.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 250px auto;
}
hier wird also ein Container vor der Überschrift platziert. Der Container hat “keinen” Content (er muss einen haben – sonst wird er nicht angezeigt, daher das Sonderzeichen bei Content (Leerzeile)) – dafür aber ein Hintergrund Bild. Das Hintergrundbild ist dein freigestelltes Logo. Den Pfad musst du natrlich austauschen.
Der Rest ist dann Größe und Platzierung. Das kann ich nicht sehen wie es bei dir passen würde.
Der Code oben in deine Quick css hinein.
Der ist jetzt so nur für die (home) Startseite gedacht. Wenn du das auf anderen Seiten benötigst, dann muss man da halt die page id statt home setzen also zB.:
.page-id-123 .avia-caption-title::before { … }
Hi! Please help me !
I have a problem to embed podomatic media player
This is our code. I don’t know how to embed ! Help me!
I want to embed in my sermon page.
<!– Header Code –>
<!– Body Code –>
<!– HTML frag_10 –>
<div id=”frag_10″ style=”text-align:left; ” >
<iframe src=’http://lcfsermons.podomatic.com/embed/frame/multi/0?json_url=http%3A%2F%2Flcfsermons.podomatic.com%2Fembed%2Fmulti%2F0%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebook%3Dfalse%26height%3D405%26objembed%3D0%26width%3D540′ height=’405′ width=’540′ frameborder=’0′ marginheight=’0′ marginwidth=’0′ scrolling=’no’></iframe>
</div>
If you scroll down on this page, you will see some tabs on the right side. The second tab is pointing to a certain category from my portfolio items. They will be created and removed as houses become available or are sold. Right now, if my client was to create a new portfolio item (home) in the correct category, it would automatically show up in the proper tab. Right now there are a number of homes with no quick possession available at this time. If there is currently no available houses in the chosen model, I would like a message to display saying “none available” rather than showing an empty box.
This one is set up to display from the category, but as there are no current items, nothing shows up.
Hello!
I tried a lot of ways to get a popup or modal to work, with and without js, but everytime I click on the link that is supposed to open the modal, the page only scrolls up and nothing happens.
This is one of the alternatives I was trying out:
<style type="text/css">#overlay {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
text-align:center;
z-index: 1000;
background-color:rgba(0,0,0,0.8)
}
#overlay div {
width:300px;
margin: 100px auto;
background-color: #fff;
border:1px solid #000;
padding:15px;
text-align:center;
}</style>
<script type="text/javascript">function overlay() {
el = document.getElementById("overlay");
el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible";
}</script>
<a href='#' onclick='overlay()'>Click here to show the overlay</a>
<div id="overlay">
<div>
<p>Content you want the user to see goes here.</p>
</div>
</div>
Since I tried various methods, for example with pure css and ::target, I figured that it’s maybe not the code, but something I am doing wrong so the code won’t work well with the theme.Do you know why the modals don’t work? I do not want to use any form of plugin to make a modal, because that really should not be necessary for this normally easy task.
Any hint appreciated. Thank you very much!
Kind regards
Hi
I would like to have my logo in the center of the menu navigation
menu | menu | logo | menu | menu |
How do I achieve this?
And will the menu height automatically adjust to my logo height?
Also will the menu height shrink when you scroll ?
Thanks
Thanks Nikko. I will look into it
Can u also suggest how to fix the table alignment in mobile? Site has a table of contents displayed on front page but cannot be scrolled or it auto aligns in mobile. thanks.
Hello Support,
Since yesterday I have the following problem on my website (WordPress 4.7.2) using the Enfold theme (version 3.8.5):
The full screen slider is no longer as wide as the screen. It has a left/right padding of 50px. I prepared a test page that contains only a slider with the following code:
[av_fullscreen size='no scaling' animation='fade' autoplay='true' interval='7' control_layout='' scroll_down='aviaTBscroll_down']
[av_fullscreen_slide slide_type='image' id='3636' position='top right' video='http://' mobile_image='' video_cover='' title='Des activités de pleine nature' custom_title_size='30' custom_content_size='21' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='custom' custom_title='' custom_content='' video_controls='' video_mute='' video_loop='' video_autoplay='']
Coachées par des professionnels de la santé et du plein air.
[/av_fullscreen_slide]
[av_fullscreen_slide slide_type='image' id='3630' position='top left' video='' mobile_image='' video_cover='' title='Dans le sud de la france' custom_title_size='29' custom_content_size='18' caption_pos='caption_right caption_right_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='' custom_title='' custom_content='']
Profitez de la région ensoleillée de Montpellier !
[/av_fullscreen_slide]
[av_fullscreen_slide slide_type='image' id='3638' position='top left' video='' mobile_image='' video_cover='' title='Au coeur des plus beaux sites' custom_title_size='30' custom_content_size='24' caption_pos='caption_bottom caption_bottom_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='' custom_title='' custom_content='' video_controls='' video_mute='' video_loop='' video_autoplay='']
Dans une ambiance ludique et détendue
[/av_fullscreen_slide]
[/av_fullscreen]
Please let me know what can be done to fix/avoid this bug.
Thanks
Hey!
Please revert back to the previous settings then add this code in the Quick CSS field.
@media only screen and (max-width: 767px) {
.responsive .avia-pricing-table-container {
display: table;
position: relative;
clear: both;
width: auto;
display: table;
table-layout: fixed;
}
.pricing-table-wrap {
display: table-cell;
}
}
In the functions.php file, add this.
function ava_pricing_table_mod(){
?>
<script>
(function($){
function a() {
$('.avia-pricing-table-container').each(function() {
$(this).wrap('<div class="avia-data-table-wrap avia_scrollable_table"></div>');
});
}
a();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_pricing_table_mod');
This should retain the price styling while adding a scroll bar on mobile view.
Best regards,
Ismael
Hey michielschoonhoven!
Thank you for using Enfold.
The theme has a script that re-orders the table columns on mobile automatically. Unfortunately, this is not suitable on a few table configuration. Please set the Table Purpose to “tabular” and then set the “Responsive Styling” to “scrollable”.
Best regards,
Ismael
Hi,
I use the table as a classes timetable.
I want to design the background colors of specific cells in a table so specific clases will have a different background color
how can It be done?
Also the I checked the table to be scrollable on mobile devices but it doesn’t work right.
I added the next code I found here on a different thread but didn’t solve the problem:
@media only screen and (max-width: 767px) {
.responsive .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
white-space: normal !important;
}
.responsive .avia_scrollable_table {
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
}
.avia_scrollable_table .avia-table {
width: auto;
}
}
Hey razimi,
I checked the link you provided but cannot see the chart. insert the chart inside the color section and it should automatically scroll if you have any issue please share a precise link where we can inspect the element in question.
You can give the color section an ID “scroll-x” then use the below css in Quick CSS
#scroll-x {
overflow:auto!important;
}
Best regards,
Vinay
-
This reply was modified 8 years, 11 months ago by
Vinay.
Hey!
Please add this in the Quick CSS field to add a scrollbar to the table on smaller screens.
@media only screen and (max-width: 479px) {
.responsive table.shop_table {
display: block;
width: auto;
overflow-x: scroll;
}
}
Regards,
Ismael