Hey!
Please add following code to Quick CSS as well and adjust
.header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
border-top-color: #f0520e!important;
}
#top .header_color .main_menu .menu ul li>a:hover {
color: black;
}
#header_meta { background: red; }
Regards,
Yigit
Hey!
Yes, the autoplay parameter is currently ignored, but we will take care of it with the next big update :)
Layerslider on a color section does not work. truth to be told I am not sure why this would be necessary since you can set a background color/image for the slider anywas :)
Cheers!
Kriesi
Hi!
Please use this on Quick CSS or custom.css:
#av_section_2 > div > div > div > div > div.flex_column.av_three_fourth.avia-builder-el-18.el_after_av_one_fourth.avia-builder-el-last {
margin-top: -30px;
}
Regards,
Ismael
Hi!
@garbath: Add something like this on functions.php:
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub)
{
$sub .= "<strong class='logo-title'>Company Name</strong>";
$sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>";
return $sub;
}
Change the company name and add another custom text if you want.
Add this on Quick CSS to adjust the position of the subtext.
.subtext {
position: absolute;
top: 30px;
}
.subtext strong {
margin-right: 10px;
}
Regards,
Ismael
Hey gambit87!
On that file i have just made changes Ismael mentioned here https://kriesi.at/support/topic/disable-lightbox-in-portfolio/#post-225945
Best regards,
Yigit
Hey mworley!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_mobile #top .av-parallax-section{ z-index: 0; }
Cheers!
Yigit
Hello!
I have the same problem. I’ve tried :
1. Re-sized the images in Settings<Media . Then “Regenerated Thumbnails”
2. “Regenerated All Thumbnails” in Tools<Regen. Thumbnails
And when I upload new image, woocommerce makes it the right size. Size is added to the file name, for example http://vkk-journal.ru/wp-content/uploads/bibliotechka-2012-3-301×4301-245×350.jpg. It was 301×430 and became 245×350. Ok. it’s what I need.
But in product page it resizes. For example
http://vkk-journal.ru/store/osnovnoe-o-zaloge-sudebnaya-praktika/
http://vkk-journal.ru/store/kassovyie-operatsii-v-kreditnom-kooperative-kassovaya-distsiplina/
I look at The Chrome Developer Tools:

<span class=”image-overlay overlay-type-image” style=”opacity: 0; left: 5px; top: 5px; display: block; height: 426px; width: 298px;”>
<span class=”image-overlay-inside”>
</span>
</span>
Why height: 426px; width: 298px;? Where did these dimensions?
Thank you!
-
This reply was modified 12 years ago by
Alisa.
Hi there,
Still in “production” and was busy on other projects so I haven’t worked on the site for a few weeks. I “came back” yesterday for new adjustments and discovered that the title container had changed of appearance and wasn’t anymore like it used to be.
At the time I had made a little customization with your help ->
/* Reducing title container’s height */
#top .title_container .container {
padding: 6px 0;
min-height: 45px;
}
And it was just perfect.
But yesterday it wasn’t looking the same anymore – no idea why (???) – so I tried to change CSS again. It’s close from what I had before but I would really like the title of the page (on the left) and the “Vous fêtes ici / You are here : …..” (on the right) to be ALIGNED and CENTERED vertically in the container. Here is my “new css customization try”. Could you please help me and tell me what I should add in the “new” CSS ?? (see below).
/* Reducing title container’s height */
#top .title_container .container {
padding: 17px 0px 6px 0px;
min-height: 45px;
}
And here is the production link :
http://eq59799.amanda6.nfrance.com/
Thanks a lot !!
Marie
I have a page in a 2/3 and 1/3 layout and I place a “Testimonial” element in the 1/3 column
There is a space about the “Testimonial” element, how do I remove it so that the top of testimonial will move up and stay flush with the 2/3 element next to it? following is a partial screen shot
http://imgur.com/e9nDYbH
Hi @Ismael and @fonterra, I resolved the issue by installing wp super cache and in the advanced setting clicked all the recommended ones it then showed me a delete cache button in my wp top toolbar, since normal cache clear with chrome and firefox did not work once i deleted with the wp super cache it all went back to normal. Sorry Ismael I did not get an update from you must have gone to spam, but I did see Fonterras tonight.
Hi bitnavarra!
Please refer to this link and follow Kriesi’s instruction regarding .htaccess and theme update: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Cheers!
Ismael
Hi!
You can add the parent=”0″ attribute to show the top level categories.
[product_categories number="" parent="0"]
Cheers!
Ismael
Hey Gurify!
Can you please give us a link to the website? I tested this on my end and it works ok. On top I added a full width slider with the color section below, a product grid inside the color section. Under the first section I added another color section with the post slider and widget area elements. Is this the setup of your page?
Regards,
Ismael
Hey!
Please use this to adjust the mobile view:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
position: relative;
right: -90px;
}
.responsive .mobile_slide_out .logo {
margin-left: 0;
width: 80%;
margin-top: 20px;
}
}
Regards,
Ismael
Hi Ismael ,
I want to add a company name and subtitle after the logo , but after add “echo “<div class=’header-addition’>company name </div>”; at the file “helper-main-menu.php” below the position “echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true); ” , the company text just behind the logo .
Could help how to add 2 row – company name and subtitle after Logo ?
Hey ikaika72!
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to hide the header within that page.
.page-id-2251 #header {
display: none;
}
.page-id-2251 #main {
padding-top: 0;
}
Regards,
Ismael
Hi,
That’s not possible at the moment as far as i know.
Regards,
Josue
Hi,
I couldn’t figure out show at the top of product listing of masonry shop.
I assigned categories for each product but somehow it doesn’t list filters as a sorting.
Please help.
I have tried every single combination of troubleshooting techniques i can think of.
My media queries dont seem to be applying. Starting with resizing the logo in smartphone portrait.
With firebug this works :
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.logo img {
display: block;
height: auto;
margin-top: 55px;
max-height: 100%;
padding: 5px 0;
width: 218px !important;
}
}
But it won’t apply when I refresh.
So weird. Any suggestions?
I have tried again using this code from above and still not working. I tried so on a number of smartphones with no success. The logo is still overlapping part of the language flags.
I’d like to find the real solution as sson as possible. I’ve been trying to find the solution since march the 11th.
Thank you,
Oriol
Hello:
Links and other “tappable” sections of my site aren’t working in the mobile or tablet views, at least in the top sections of the page.
Here’s the link to the site: http://bit.ly/1hctaBj
Please advise. Thank you!
Can someone upload again pastebin from #226711 ?
I have same problem as guy from:
https://kriesi.at/support/topic/disable-lightbox-in-portfolio/#post-226711
Hi,
I used to put a login_function(); to the header.php file. That would add login/sign up links to the top nav bar. Now with the new header.php file, I’m not sure where should this login_function(); be placed in the file now.
Can you please help me?
Thanks,
Dear Support:
I would like to add “Log Into Client Portal” on the top of page or header area. Hopely left to the Facebook icon. Of course underlying url will be connected to the Log into Client Portal. What should I do? Please let me know. Thanks
This reply has been marked as private.
Hi,
We’ve two languages running at the site, and are using WPML to manage the languages. Prior to upgrading the theme to 2.6.2, the language switcher icons were positioned on the top nav bar, to the right. However after the upgrade, while the English version of the site still has the language icons aligned correctly to the right, the Chinese version has these icons next to the social icons on the left.
Is this a configuration issue or a bug?
Many thanks!
Hi,
I had the same issue before, https://kriesi.at/support/topic/portfolio-grid-not-showing-the-correct-column/, and Yigit provided a solution that fixed it. However, after upgrading the theme to 2.6.2, it appears again.
I checked custom.css to make sure “.no_margin.av_one_fourth { width: 24%; }” was there and that I set the portfolio grid to display 4 items. Both are correctly configured but still get only three items displayed instead of four. Can you please help check?
Many thanks!
I’ll tag the topic for Kriesi but personally this has never happened for me. I currently have 10 clients all using Enfold and all hosted through my company account with Media Temple. Sites range from under 500 hits a month to the thousands without the issues you are currently having.
On my dev site alone I have something like 5k pages created and have left bbPress, WooCommerce as well as other plugins running with lots of data for the past year 2 years.
With 23k copies of the theme out in the wild if it were causing server instability issues across the board we should have and continually be getting reports of it hourly. If you have any plugins running you can try deactivating them and keeping an eye on things as well.
.page-id-82 #main {
padding-top: 0 !important;
}
that worked :)
Hi,
I have been trying to list a product on home page under Top Seller and Latest Product.
I couldn’t figure out to how to link a product to home page shop.
Need your help
Thanks.