Hey!
Did you set the Gallery Preview Image Size to “No Scaling”? This will tell the gallery to use the original size of the image. And add this in the Quick CSS field to override the gallery’s big preview height:
#top div .avia-gallery .avia-gallery-big-no-crop-thumb {
height: auto !important;
}
Regards,
Ismael
Hi there.
I have just updated a website to 3.5.1 and I have now noticed that the Full Width Easy Slider and Testimonial Slider have stopped working. The website is http://www.sparkchart.com. The slider and testimonial should be appearing at the bottom of the home page but just have blank spaces. The full width easy slider at https://www.sparkchart.com/get-started/ is also not showing. Layersliders are working fine though. Any ideas/suggestions please?
Thanks
Hi, Vinnie!
Thanks for your reply. I think my question is the same as the original post in this ticket.
I would like the sidebar order to match my menu order (not the other way around). I have asked this question here: https://kriesi.at/support/topic/sidebar-footer-and-header-styling/#post-606383 and was redirected to this article.
Hi UntappedA!
The featured image option was hidden in the screen options which is on the top right

Please check the blog post now the images are visible :)
Best regards,
Vinay
Hey!
@Ivne I think your issue is a different one you can change the menu order from Appearance > Menu > Select the menu you want to change and drag the menu items to the top or bottom of the list to change order.
if this is not what you are looking for please open a new ticket and provide a link to the site where we can inspect the element in question.
Cheers!
Vinay
Hey I found a great work around for this problem..
Use a grid row.. be sure to set your cell padding to ZERO top and bottom and then you can control the grid row minimum height to give you an exact pixel count control over how bit the white space is between other grid row elements or colour boxes etc..
check http://pruuph.ca/full-service-toronto-creative-marketing-agency/toronto-branding-logos-naming-and-identity/
cheers
ENB..//
Hey I found a great work around for this problem..
Use a grid row.. be sure to set your cell padding to ZERO top and bottom and then you can control the grid row minimum height to give you an exact pixel count control over how bit the white space is between other grid row elements or colour boxes etc..
check http://pruuph.ca/full-service-toronto-creative-marketing-agency/toronto-branding-logos-naming-and-identity/
cheers
ENB..//
Hi!
Bumping will not help in getting faster replies. the system marks it as answered and push it to the bottom of queue. Please wait while we get yo your ticket and answer it will be much faster.
We are working on your ticket please wait while we update the results here soon.
We have added the below code and fixed the issue please check the site and let us know if you have any questions
custom css
/* onepage nav active menu item*/
@media only screen and (min-width: 769px) {
.current_page_item .avia-menu-text, .active-menu-item {
color: #b70e14!important;
}
}
.active-menu-item .avia-menu-fx{
opacity: 1;
visibility: visible;
background-color: #719430;
border-color: #507210;
height: 2px;
width: 100%;
}
/*remove default styles*/
.current-menu-item .avia-menu-text {
color: #0a5476!important;
}
.current-menu-item .avia-menu-fx {
display: none!important;
}
onepage scroll jQuery
//One page nav highlight
function activateMenuItem(){
?>
<script>
jQuery(document).scroll(function() {
var sections = jQuery('.avia-section'),
menu = jQuery('.avia-menu'),
nav_height = menu.outerHeight();
jQuery(window).on('scroll', function() {
var cur_pos = jQuery(this).scrollTop();
sections.each(function() {
var top = jQuery(this).offset().top - 300,
bottom = top + jQuery(this).outerHeight();
if (cur_pos >= top && cur_pos <= bottom) {
menu.find('a').removeClass('active-menu-item');
menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
}
});
});
});
</script>
<?php
}
add_action('wp_head', 'activateMenuItem');
Regards,
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
Excellent thanks for this, very useful.
Any easy way to make this code only show on desktop and not mobile?
Hi Support,
I just finished building my new shop page over at http://52kards.com/shop2 , however the full screen slider at the top of the page doesn’t show up on mobile for some reason. please help!
My question is so simple for all of the Developers. I am just a owner of a website that I have to now manage and develop as my desgin agency is no longer operating and I have taken over. I am creating post pages and want to include the thumbnail image. How?
On the “Single Post Layout” in the themes I have to have some type of image with my post. I have selected “Single post with small preview image (featured image)”
How do I insert/attach this image?
My published blog post has an ugly grey pencil image at the top of each page.
On the News Page (blog post feed) I have a list of Posts and the same ugly grey pencil next to every post.
Thank you
I cannot get rid of a border around the Woo store sitewide banner. I have tried this CSS among other things:
p.demo_store {
margin-top: 0 !important;
background: #3b3b3b !important;
color: #f92a7d !important;
border-style: none !important;
border: 0 !important;
padding: 1;
}
.woocommerce-demo-store div#wrap_all {
margin-top: 40px;
border-style: none !important;
border: 0;
padding: 0;
}
.woocommerce-demo-store #page-wrapper {
border-style: none !important;
border: 0;
padding: 0;
}
I am trying to get just a simple, flat color banner with no borders. I cannot seem to find what this is or what controls it. Can you help?
Thank you.
– Michael
Hi, @marcelhochman
If you don’t follow Ismael’s instructions above, you will loose any changes made to your language files when Enfold is updated (they will be overwritten).
Using a child theme is easy and safe. Besides, Enfold has a nice “Import Parent Theme Settings” option so you can import current Enfold settings. And if you don’t need multilanguage, remove WPML.
So, I would suggest you to install and activate the child theme, import parent settings, download pt_BR.po file, edit it with Poedit, generate the pt_BR.mo with it and upload both (pt_BR.po and pt_BR.mo) to the child theme lang folder. Then you will need to add above Ismael’s code.
Good luck!
Hi Jordan,
thanks for your fast reply. I did this in the media section of my css file (just didn’t mention it in the code here sorry) but it does not work.
I guess they kinda had the same problem here: https://kriesi.at/support/topic/enfold-background-image-remove-on-mobile/
But no solution.
Hey alexanderduenchem!
Thanks for getting in touch with us!
You need to add media query CSS to your code. The above codes you used should look more like this:
@media screen and (max-width: 797px) {
#top .custom-section-id {
background: url("mymobilepicture.jpg") no-repeat fixed center !important;
}
}
If the above still does not work, could you please provide a link to your site and the section you want the background for, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Hey there,
there are plenty Threads about not showing background on mobile devices, or resize them.
What I’m looking for is to set a custom background-image for mobile (portrait) for a color section:
I’ve tried this:
#top .custom-section-id {
background-image: url("mymobilepicture.jpg")!important; }
and also
#top .custom-section-id {
background: url("mymobilepicture.jpg") no-repeat fixed center !important; }
None of them work. Still it shows the “desktop” background-image of the section.
Could you help out?
Thanks
Alex
Hi, that code doesn’t fix things… It just puts the top area back but leaves the contact area awkward.
Screenshot 1
This is what im trying to achieve. I need the the top section to look like this screenshot 2 of the bottom section. Under that I need the Contact us for more info: section to look like this screenshot 3
please advise
Hey!
Thanks for sharing the tip @cherrmann
I hope it helps you… there are many out there but we haven’t tried any you should probably give it a shot and if you find anything good please feel free to share them here so others can benifit from it :) https://kriesi.at/support/topic/recommended-plugins/
Regards,
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
I would be most grateful for help on what is happening here and how to fix this. On the homepage, we have a section titled “Upcoming Conferences”. All the images of conference announcements are set to link to the appropriate conference page. They all work except for the 3rd one in the top row: “Integrated Medicine for Perfect Health”. That one goes to the Cart page (WooCommerce cart). I have checked the link code; it is correct. I have tried recreating and deleting the page it goes to and updating the link again. Nothing seems to work to fix this. Furthermore, the link actually works for me as the developer, but for all others accessing the website, it takes them to the Cart page instead of the correct conference page.
Here is the link to the homepage: http://globalayurvedaconferences.com/
This is where the “Integrated Medicine for Perfect Health” link should go: http://globalayurvedaconferences.com/conference-19-integrated-medicine-perfect-health/ (and it does go there from my development side, but not for all others accessing the site).
I look forward to any help on this. Thank you very much.
Hello,
Maintenance Mode has been turned off. I’m not sure what part of my description of the problem isn’t making sense but here’s a step by step to help show replicate the issue… I’m using an iMac with Chrome Browser…
1) Launch Chrome browser and visit the web address referenced below.
2) Use mouse pointer to hover over the word “Specialties” in the main menu.
3) Upon hovering, a submenu will appear with several links requiring that the user needs to scroll to view them all.
4) When scrolling within the submenu, the links do not appear immediately or render only when moving the mouse around.
5) If you scroll down then scroll back up the links disappear or render poorly again at the top of the list of links within the submenu.
So all of the weird rendering happens when scrolling up and down within the submenu of the parent menu item, “Specialties” The screenshots show what this looks like. I don’t know how to explain it any more clearly. I just need a mega menu solution for this huge menu. If I use Enfold’s menu, I would need help with detailed formatting and style direction – more than what is provided in the brief how-to mega menu videos available from Enfold. Thank you very much for any solution you can provide.
Any way I can get this opening image on the homepage to not have the head being cut-off as we see on the Ipad?
Renders well on a desktop. However it’s getting cut at the neck on my iPad (landscape orientation).
LMK if you have any thoughts. Thanks for the good work!
Thanks for the suggestion @alexanderduenchem much appreciated
I’m not very technical but I did try this. I ended up with just an animated arrow that you couldn’t click above my circle image at the top of the section lol.
I also tried @ismeal suggestion of editing the functions.php file (i now have a child theme), but that didn’t do anything.
You can see my page now on the live site: http://crossleydomesticservices.com/services/
I have just accepted that this is how it is. But when you show a page like this to a developer, I think it is hard for them to say this is how it should work ;)
Hi there,
How can i change the color of the price table?
See this page: http://bootvarendenhaag.nl/rondvaart-arrangementen/lunch-boot-rondvaarten-den-haag-scheveningen/
I wanna change the color on top of the price table. This is Red and I wanna change it in Blue(#0c2340) or Green(#32742C).
The red color from the buttons is okay and this has to stay in the same red color.
Thanks!
Hi!
There are some steps that we need to check before custom coding to avoid conflicts and thank you for co-operating with us. However we could not re-produce this issue so we created a new custom script, disabled default styles and added custom styles for highlighting a menu.
//One page nav highlight
function activateMenuItem(){
?>
<script>
jQuery(document).scroll(function() {
var sections = jQuery('.avia-section'),
menu = jQuery('.avia-menu'),
nav_height = menu.outerHeight();
jQuery(window).on('scroll', function() {
var cur_pos = jQuery(this).scrollTop();
sections.each(function() {
var top = jQuery(this).offset().top - 300,
bottom = top + jQuery(this).outerHeight();
if (cur_pos >= top && cur_pos <= bottom) {
menu.find('a').removeClass('active-menu-item');
menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
}
});
});
});
</script>
<?php
}
add_action('wp_head', 'activateMenuItem');
Below is the CSS we added in Enfold > General Styling > Quick CSS
/* active menu item*/
@media only screen and (min-width: 769px) {
.current_page_item .avia-menu-text, .active-menu-item {
color: #b70e14!important;
}
.active-menu-item .avia-menu-fx {
content: '';
position: absolute;
display:block!important;
left: 50%;
transform: translateX(-50%);
bottom: .5em;
height: 2px;
width: -0;
background: #b70e14!important;
transition: all 0.3s ease;
z-index:99999!important;
}
}
/*remove default styles*/
.current-menu-item .avia-menu-text {
color: #0a5476!important;
}
.current-menu-item .avia-menu-fx {
display: none !important;
}
Please review the site now it should work fine :)
Cheers!
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
Ismael
I have one more question.
How do i remove the white border that is at the top and bottom of the header?
It only remains for me to thank the rapporteur for the wonderful work has done.
Best regards,
Seba
The code appears to only adjust the bottom margin. I made it 10 just to exaggerate the space. The top margin still has more space between the text block and the table, relative the the spaces between the other elements. I am viewing this via Google Chrome. I did enlarge the header font from the default… perhaps this could affect the margin above the table? Below is the code I adjusted:
div .avia-table {
margin: 10px !important;
}
Hi!
I checked your page and it does look fine on my end on my laptop screen and 1920px wide screen. Please see screenshots below.
On which screensize are you seeing the issue?
Cheers!
Yigit
Hello,
I must continue topic on this link https://kriesi.at/support/topic/blog-post-5/#post-603450 because I found out that problem isn’t solved.
Still there is a problem, because, when I look website on bigger screens, than website is note responsive…so this code
.html_header_sidebar.html_content_align_left .container {
max-width: 1050px;
}
it won’t be good. Please see images on liks below:
with that code: https://www.dropbox.com/s/hy4c09vum7213fh/prsc%202.jpg?dl=0
without that code: https://www.dropbox.com/s/9kknj8626z9qunh/prsc.%201.jpg?dl=0
Please some solution.
Thank you in advance.
Best regards,
Marijana
Hi
I’m using layer slider and i embed a youtube video on slide 1. the problems is if i start the video and pause it when it changes to slide 2 it keeps playing and i can hear the sound of the video.
How can i stop it from doing this?