Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 22px !important;
}}
Best regards,
Vinay
Hi,
Please add this in the functions.php file:
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() { ?>
<script type="text/javascript">
(function($){
var a = function() {
var ch = $('.container .av-content-small.units').height();
$('#top #main .sidebar ').css('height', ch);
}
a();
})(jQuery);
</script>
<?php
}
And this code in the Quick CSS field:
#top #main .sidebar {
background: red;
}
Change the color as needed. :)
Best regards,
Ismael
Hi.
It was there all along just hidden.
I came up with this and it seems to work –
@media only screen and (max-width: 480px) {
.responsive .logo img {
max-height: 62px!important;}}@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -90px;
right: 110px;
}
.responsive .main_menu {
float: right;
}}
@media only screen and (max-width: 480px) {
li#menu-item-search {
right: 110px!important;
}
}
Thanks again for your help
Hi,
Look for this code around line 4726:
if(!event.data.self.isMobile && !event.data.slide.data('disableAutoplay')) { event.data.slide.trigger('play'); }
.. replace it with:
if(!event.data.slide.data('disableAutoplay')) { event.data.slide.trigger('play'); }
I’m not sure if this is going to work because mobile devices do not autoplay videos by default.
Best regards,
Ismael
Hey sitesme,
Thank you for using Enfold.
1-2.) Please follow solution number 3. https://kriesi.at/support/topic/magazine-thumbnails-2/#post-307751
3.) Edit the blog posts element, set the Preview Image Size to manual then select the thumbnail size. However, the best solution is to upload images with the same size and proportion.
Best regards,
Ismael
Hi,
The device has higher screen resolution compare to standard desktops so it stretches the image. Please edit the image layer then go to the attributes panel. Apply a unique id or class attribute to it then add the following css code:
@media only screen and (min-width: 2000px) {
.customcssclass {
margin-top: 0 !important;
}
}
Replace “customcssclass” with your custom id or class attribute.
Best regards,
Ismael
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
#header_meta .sub_menu {
min-width: 560px;
background: rgba(0, 0, 0, 0);
padding-left: 0;
padding-top: 0px;
right: 30%;
position: relative !important;
top: 15px;
}
}
@media only screen and (max-width: 990px){
#header_meta {
display: block !important;
height: 0px !important;
min-height: 0px !important;
}
}
Best regards,
Jordan
Hey!
Try adding this code to General Styling > Quick CSS:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
min-height: 200px;
}
Cheers!
Josue
I am in Chrome / OS X El Capitan as well. Sometimes I think it stopped, but then it seems to happen again.
Hi there.
Is it possible to have the menu header be transparent when at the top of the screen, but then become 100% opaque (not transparent) when you scroll down?
Right now, my menu background color is white, but it’s not 100% opaque when scrolling and it’s a little distracting to be able to see traces of content in the background as you scroll.
Thanks,
Jason
-
This topic was modified 9 years, 5 months ago by
jsugar.
Hi there,
My client wants their mobile menu to look like this one https://www.projectskinmd.com/. Ideally exactly like this one but the most important thing is, that not the whole menu, including submenus shows up when you click on the ‘menu’ button in the top right corner like it does on our mobile site (http://www.vancouvermedispa.ca/) right now. I want the submenus only to show up when you click on the arrow next to the main menu items. Is there a plugin we can use or a way to adjust and customize the mobile menu?
Thanks!
Hi Joshue,
I switched to manage my menu in the live preview, then back to the regular way, now I can create the column as you suggested. When I do create the column, I have other display issue. I can select the top menu item, but not the others.
Lyse
Hey!
Try adding this code to General Styling > Quick CSS:
ul.avia-slideshow-inner li:after {
content: "";
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
z-index: 1;
}
Cheers!
Josue
Hey!
Try adding this code to General Styling > Quick CSS:
#top div .quantity input[type='button'] {
border-left: 1px solid;
border-right: 1px solid;
}
Cheers!
Josue
Hi everyone,
I’ve had a request to increase the font size of the text in the small info text at the top of the website. Additionally, we’d like to change this text’s color if possible. And also add a clickable link to it as well. How might I accomplish this?
Thanks!
Jim Geiger
Hey,
Try setting a manual Excerpt for each Post, if you don’t see the Excerpt field enable it in Screen Options (top right).
Best regards,
Josue
I received a notification that there is a new version to the Enfold theme, version 3.8. My concern about updating the new theme is that I will lose all the custom codes that I have made to the index.php page, header page and other pages.
Last time there was an update, I filed a post (https://kriesi.at/support/topic/missing-elements-with-enfold-3-71/) and Josue added the“Enfold Custom Functions” plugin.
With the “Enfold Custom Functions” plugin, will my special codes remain after I install the 3.8 version of Enfold? If not, do you have suggestions on what I can do to avoid this problem.
Thanks in advance.
kfranck
I found! You can close the topic, thx. Carine
Please I don’t know how to open a new topic
I had imported a new demo to my website and now every thing has gone and changed. Please
this is my first time to use wordpress and your enfold theme is my first one!
My question is how to bring back my website in dont think I can do the same one again
Don’t take car about my english because French is my main language
hello
I built my product pages with the Avia layout builder. I added the “product reviews” from the content elements on the page and that is working well. However, it is not showing the overall product rating at the top of the product page like it does when I’m using just the standard woocommerce product page. (I am using a product reviews plugin as well, but it doesn’t show the ratings without the plugin either).
Is it possible to get the Avia layout product pages to show the product rating at the top of the product page?
If not, I would like to request this feature. It could be another option in content elements.
Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.home #av-layout-grid-1 .flex_column_table {
margin-top: 0!important;
}}
Best regards,
Yigit
Hi,
This is not a bug actually. Special heading element has top margin and the code i posted removes it in your section.
Best regards,
Yigit
Hi kilimats!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#performance-reports .av-special-heading-h2 {
margin-top: 0!important;
}
Regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-1178 #av_section_1 .container {
padding-top: 10px!important;
}
Best regards,
Yigit
Hi,
I added following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Then set header height to 245px (which is the height of your logo) in Enfold theme options > Header then flushed cache. Please review your website now. When you make changes on your site, please do not forget to flush cache on your cache plugins settings.
Best regards,
Yigit
I want the logo to be full-width and to appear above the menu?
i tried codes like:
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
margin: 0;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
but nothing happened
plz help
But I also want the category pages to take the same layout.
I read in https://kriesi.at/support/topic/how-to-make-blog-category-and-tag-list-pages-styled-same-as-blog-landing-page/ that the category pages will not take the ALB layout.
-
This reply was modified 9 years, 5 months ago by
sdeceulaer.
Hi Vinay,
I am sorry, my explanation was not clear enough. I mean Consultancy in the dropdownmenu of Services. The hover color in the Services dropdownmenu is not oke yet; as you can see at the home page When someone hovers over Consultancy i want it totally to be the color #272727;
Furthermore i would like to change the width of the dropdowmenu; i quess the right wide is about 120px;
I now added the following code tot het Quick CSS section under Enfold > General Styling (but this code doesn’t give the result i like)
#top #wrap_all .avia_mega_div {
background-color: #272727;
border-color: #272727;
}
#top #header .mega_menu_title a {
margin-left: 0% !important;
width: 70%;
color: #FFFFFF;
text-decoration: none;
}
ul .submenu {
width: 120px !important;
}
======================
Best Regards
Paul
Hi-
I’m not sure when this happened, but I noticed this morning that breadcrumbs that used to display the title on my blog posts are now just displaying a generic heading of “Blog – Latest News.” Did I somehow change a setting?
Can you help me-
(1) How do I turn off breadcrumbs on blog posts?
(2) How do I have the breadcrumbs display the page title on blog posts?
Example of post with this issue here:
Thanks!!!!
Rob