i know, but the customer is king, he really want it, but only top menu, not submenu items
Hey Briana,
Here is the code you can put in functions.php in child theme:
add_action('wp_footer', 'ava_new_custom_script');
function ava_new_custom_script(){
?>
<script type="text/javascript">
(function($) {
var lastScrollTop = 0;
var target = $(".container.av-logo-container");
$(window).on('scroll', function() {
st = $(this).scrollTop();
if(st < lastScrollTop) {
if (st <= 2) {
target.css("background-color", "rgba(255, 255, 255, 0.5)");
}
}
else {
target.css("background-color", "#fff");
}
lastScrollTop = st;
});
})(jQuery);
</script>
<?php
}
Also you might want to pay attention to the header on mobile, the logo seems to be too big.
If you need further assistance please let us know.
Best regards,
Victoria
Hey jancecile,
There has been another Layer Slider update, that’s why you are seeing that warning. If you do not use Layer Slider you can deactivate it. Here is how you can do it.
Thank you for using Enfold :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
try this code:
.pricing-table>li {
padding-top: 10px;
}
Best regards,
Andy
Hi, Yigit.
I’ve tried to reduce the title font-size, but somehow the titles are still hidden.
Seems like the background image isn’t big enough to contain both the title and the content.
Is there any way to change the image size?
Also, can I align each image specifically, some by center, some by top and some by bottom?
Hi, Gianluca from Italy.
Need to hide name categories from posts everywhere in my site mfm.it/demo for example category TOP. Simply hide the category, non the post belongs to it.
I found a thread dated 2012 (https://kriesi.at/support/topic/hide-a-category-from-blog/) but i thin now it’s obsolete. Can u help me please? I have alrealdy a child theme. Thanks in adavance, Gianluca
Hello,
can you tell me please how to change the number of pages showed in the post pagination?
At the moment it is: 1 2 3 > >>
It should be 1 2 3 4 5 6 7 8 9 10 > >>
And is it possible to show it on bottom AND top of the page?
Thank you
Timo
Hi Rikard,
Sorry, I forgot: Please close the topic, Thanks!
Stefan
Hello,
I added some this CSS to our site which was working fine yesterday, but checked the site today but none of its appearing! I have deleted my cache but still no luck. The CSS I added was:
#menu-item-search {display:none;}
.gf_progressbar [display:none;}
#top .av-main-nav > li > a { letter-spacing: 0.2em !important; }
.avia-button.avia-size-large { font-size: 17px; }
.avia-caption-title { text-transform: none !important; }
span.hr-inner {
border-color: #3a3a50 !important;
}
.socket-background {
height: 140px;
}
body #gform_wrapper_1
{
Font-family: Poppins ;
}
#top label {
font-weight: normal;
font-size: 18px;
}
Thank you in advance! We love your theme! :)
Hi Ismael,
you can see it in the Link in the private content.
Click on “Anfrage” in the middle top of the site.
This is our test website.
In this example we have included the enfold contact form…
It is a popping content.
Regards
Biggy
I have found the solution by myself:
.responsive #top .logo{
height: 0px !important;
}
Thanks.
Hello,
i need an hidden header, with a minimum header space.
My solution works on desktop device, not on mobile.
If you navigate this web site on mobile, you can see a lot of white space on the header.
How can i redice this space on mobile device?
Thanks
You can close this topic. many thanks for your help
I’d like to remove the extra spacing only on my Home page. When I add: body.home to your above script (which works by itself), it won’t work, i.e.:
body.home. html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 90px!important;
}
Hi,
I had no idea either, glad we both learned something new ;-)
Please let us know if you should need any further help on the topic of if we can close it.
Best regards,
Rikard
Hi Rikard,
Are you sure about that? There should be text overlays on the images. I’ve tried clearning the browser cache, as well as testing in Chrome, Firefox, and Safari. The images on the slider work, and they slide, but the text that should be displaying over top of the images is what is not working. Please confirm you see text over the images generated by the slider (see my above paste of code for the text that should be displayed).
@liken22 did you follow my solutions?
Hi,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Sten Rauch
and also to the top… sorry for all those questions :)
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi AudioVoice,
I had the same problem and I solved this temporarily with the Loco Translation plugin ( https://de.wordpress.org/plugins/loco-translate/ ).
After the install go to Loco Translate -> PlugIns -> WooCommerce and edit there source text in the right translation.
Have a look at this topic too https://kriesi.at/support/topic/translation-shop-buttons-woocommerce-3-0-1/
Good luck!
Cheers,
Andreas
Hi Jens,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Stefan,
Great, glad you found an alternative to the Layerslider and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Please use the “avia_feature_image_slider_query” filter in the functions.php file:
add_filter('avia_feature_image_slider_query', 'avia_feature_image_slider_query_mod', 10, 1);
function avia_feature_image_slider_query_mod($query) {
$query['orderby'] = 'date';
$query['order'] = 'ASC';
return $query;
}
// https://kriesi.at/support/topic/pinned-posts-in-enfold-blog-elements/#post-663662
// https://kriesi.at/support/topic/image-order-on-the-feature-image-slider/#post-655965
Best regards,
Ismael
I created a very simple LayerSlider, with only 2 slides. They both have images of text that fades in and then stops. Works great. I’ve noticed though, that there is a visible thin black border at the bottom of the slider that I can’t get rid of for the life of me. Is this just a simple option that I’m missing? Thanks.
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
A few updates on my trouble shooting efforts to date: I have tried deactivating all plugins and then tried installing all of their relevant updates. Neither helped. This is not an issue with a plugin. I have also tried increasing the allocated memory to 128M. That also has not helped. When WordPress support did some troubleshooting they tried changing the theme (in the staging area) and were able to successfully make edits without any content getting deleted. For these reasons, as well as what I have seen in other threads like this one (https://kriesi.at/support/topic/content-keeps-deleting-itself-while-editing/), I think this is a bug within the Enfold theme. Please help as soon as you can.
Hi!
What I have not been able to do is to stop the post navigation at the edges of the screen from A) excluding category 97 when browsing the main blog and B) showing only category 97 when browsing the alternative blog?
Did you try the filter that we provided above? Please note that the post navigation will filter through posts as long as they belong to the same category. Make sure that all posts within “category 97” don’t belong to any other categories.
Best regards,
Ismael