Forum Replies Created
-
AuthorPosts
-
Hi eee_lala,
We’re working on it. But Layer Slider is issuing many small updates and we do not make releases that often. If you are not using Layer Slider on the website you can deactivate it. Here is how to do it
Or you can buy the license for the Layer Slider and get updates as soon as they are released by the Layer Slider team.
If you need further assistance please let us know.
Best regards,
VictoriaHi Nikolaus,
Let us know how that worked for you and if you need any more help.
Best regards,
VictoriaHi Lyse,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaHi Theresia,
If all is not displayed, a user will not be able to return to the general overview, except by reloading the page. Is this fine with you?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-798 #av_section_5 .sort_by_cat { min-height: 30px; width: auto; max-width: 60%; margin: 0 auto; } .page-id-798 #av_section_5 .inner_sort_button { font-size: 22px; }Here is the code you can put in your funtions.php to change the separator
function av_change_separator(){ ?> <script> jQuery(document).ready(function($) { jQuery('.page-id-798 #av_section_5 .text-sep').html('|'); }); </script> <?php } add_action('wp_footer', 'av_change_separator');If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
February 18, 2018 at 7:36 am in reply to: Heading size and featured image of the post slider #913796Hi Xandria,
You can use the code below, but it will squeeze the images
.avia-content-slider .slide-image img { height: 170px; } .html_modern-blog .avia-content-slider .slide-entry-title { font-size: 1.3em; }If you need further assistance please let us know.
Best regards,
VictoriaHi Xandria,
The circle is the indicator of slide duration in Layer Slider and the question mark is from Layer Slider as well, cannot find it in html on safari. Not sure Layer Slider has a fallback image for mobile.
http://offlajn.com/blog/entry/2014/12/07/embedding-videos-to-layer-slider.html
Best regards,
VictoriaHi Xandria,
Glad we could help :)
We are here for you!
If you need further assistance please let us know.
Best regards,
VictoriaHi Maureen,
Here is a thread for you to consider
https://wordpress.org/support/topic/all-javascripts-fail-to-load/If you need further assistance please let us know.
Best regards,
VictoriaFebruary 18, 2018 at 7:10 am in reply to: Change background color of posts in blog grid layout? #913776Hi winnieandbuzz,
The token seems to have expired, can you make a new one, please?
Best regards,
VictoriaHi kpenner36,
Can you please give a link to that page that you have on the screenshot in the original post?
Best regards,
VictoriaHi shardie,
The page above works fine, without errors or notices on my side. Can you please attach a few screenshots of the issue on your end?
Best regards,
VictoriaFebruary 18, 2018 at 7:04 am in reply to: FEATURE REQUEST- PHONE ICON FOR TOP BAR for PHONE NUMBER #913771Hi tacast,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Where were you adding the code given by Nikko?
Best regards,
VictoriaHi Raginilk,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .html_av-overlay-side #top .av-burger-overlay-scroll { background: pink; } #av-burger-menu-ul li a span.avia-menu-text { color: #fff; } }You can delete all this:
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #D93B8A !important; }
#mobile-advanced {
background: rgb(215, 57, 136);
}
#mobile-advanced a{
color: white;
}
#mobile-advanced a:hover, #mobile-advanced a:hover .avia-menu-text{background: inherit !important;
}
#mobile-advanced a:hover .avia-menu-text{
color: skyBlue;
}
#mobile-advanced .mega_menu_title {
color: white !important;
}
It does not apply any more.If you need further assistance please let us know.
Best regards,
VictoriaHi YongyanLi,
Please disable caching and minification while we’re helping you.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?Best regards,
VictoriaHi dmac,
Looks like you changes elements, the code triggers specific elements, so if you change the elements, the code needs to be adjusted.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.home #av_section_3 .avia-builder-el-18.avia-button-wrap { float:right; } .home #av_section_3 .avia-builder-el-20.avia-button-wrap { float:left; margin-left:10px; }If you need further assistance please let us know.
Best regards,
VictoriaHi isaaccolavecchio,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi fulleffect256,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon { background: #000; padding: 20px; } .responsive #top #wrap_all #header { min-height: 40px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi ilonka78,
It is not that difficult to do, but it is still the kind of customization that is out of the scope of our support. This is why Basilis replied to you in such a way.
Best regards,
VictoriaHi KimberlyM,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia-button-fullwidth:hover .av-button-description p font { color: #ccc; }If you need further assistance please let us know.
Best regards,
VictoriaHi janton1,
You need to add the title manually to this page. Here is how to do it:
You can do it before or after Layer Slider.
If you need further assistance please let us know.
Best regards,
VictoriaHi peabody64,
This might not be the case with this gallery. Theme options do not have such controls. Have you tried masonry gallery?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?Best regards,
VictoriaFebruary 17, 2018 at 9:55 am in reply to: How to change the vertical align of text beside dropcaps? #913594Hi BritaKossmann,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av_dropcap2 { margin-top: -20px; }But in some cases, when the image is big and the word is long, the text drops below anyway on 768px screen.
If you need further assistance please let us know.Best regards,
VictoriaHey jnetsc,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
If you need further assistance please let us know.
Best regards,
VictoriaHey Lane,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .all_colors .ecs-thumbnail .image-overlay { pointer-events: none; visibility: hidden; display: none !important; transition: none; } .ecs-thumbnail { pointer-events: none; transition: none; }If you need further assistance please let us know.
Best regards,
VictoriaHi govus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-item-shop.cart_dropdown { top: 262px; }If you need further assistance please let us know.
Best regards,
VictoriaHi Pascal,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.wysija_text_container p { color: #fff; }If you need further assistance please let us know.
Best regards,
VictoriaHi NikolausWuehrer,
It does even load in Safari on a Mac or on an iPhone and there are no errors. Safari does not like your frame and does not say why.
Best regards,
VictoriaHi Xandria,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Xandria,
Yes, it is important to set in the theme where you want the blog to be. Otherwise, you won’t have any control over the blog page.
If you need further assistance please let us know.
Best regards,
VictoriaHi Xandria,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 8 years ago by
-
AuthorPosts
