Hi,
Please add following code to Functions.php file in Appearance > Editor
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area_ls' );
function enfold_customization_header_widget_area_ls() {
echo iso_list_menu('strtoupper');
}
Then you can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
Best regards,
Yigit
Hey!
Replied you here – https://kriesi.at/support/topic/login-www-kriesi-atsupport/.
Let us continue there :)
Best regards,
Yigit
Hey Gareth,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
padding-right: 13px;
}
Let us know if that helps :)
Best regards,
Nikko
Hi 1lizcollins,
Try this code and let us know if it helped:
#top.parent-pageid-xxxx .sidebar li.current_page_item a {
color: #000 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
you can close the topic. I don’t need any further help.
Best regards,
Marco
Hi Jette,
It seems the image library preview problem is related to WordPress core itself, you can find discussion over here to fix the problem:
https://wordpress.org/support/topic/edit-media-preview-not-working/
https://wordpress.stackexchange.com/questions/1597/wordpress-image-editor-not-working-conflict
If you need further assistance please let us know.
Best regards,
Victoria
Hi Jorg,
Here is the code you can put in in your child theme style.css
.product.woocommerce.add_to_cart_inline .button.product_type_variable.add_to_cart_button {
display: block;
width: 26%;
min-width: 190px;
margin-top: 15px;
}
@media only screen and (max-width: 450px) {
.responsive #top .logo { width: 65%; }
}
I did not see the PayPal button when I added a product to the cart. How can I see the button to be able to help you with styles?
If you need further assistance please let us know.
Best regards,
Victoria
I have removed all the custom mods about the videos from my site. When you do this you get an down scaling and up scaling issues with the YouTube Embedded videos within TABs. Here are the screen shots:
Downscaling stop being responsive at certain point.
(hosted on WPengine) alt="" />
Upscaling puts black bars or sometimes offsets the video. However this only happens to the videos that are on on active tabs.

-
This reply was modified 8 years, 11 months ago by
Jay.
Hey fcp,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .big-preview img {
max-width: 100%;
width: auto;
}
Let us know if this helps :)
Best regards,
Nikko
By the way a little off topic: IF YOU ARE WRITING IN THIS WAY – it means commonly in internet foren and boards that you are shouting loud and this is seen as rude and considered impolite; – but i believe that you are not wanting to give that impression with your Thread Title
For headings and sloagans this is a common exception
Hi Marco,
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
Hello,
i buy and install WPML. I put some code on function.php that provided by support WPML. Now i want to put that code <?php echo iso_list_menu('strtoupper'); ?> on header.php.
The question is. Where can i put that code <?php echo iso_list_menu('strtoupper'); ?> to display on the right of the nav menu items. See the link * on homepage where display now the languages switch (at the top left) and see where i want to display that **.
Also, how manipulated the text of languages. Because the EN, i want to make lowercase En and the EL to change to Gr.
Thank you
Maybe you can also help me with another topic. The Photo on this page further down is really diffuse despite a good resolution. I even cut it exactly to the size of the grid box.
Thank You in advance
Best
Lisa
Hi Nikko !
I do agree with you, it is very weird why it’s acting this way ! I thought that you could tell me why but what you did works perfectly.
Everything is ok for me now, you can close the topic if you want.
Thanks a lot !
This post is about the current issues between Enfold (up to 4.0.5) and WooCommerce (up to 3.0.5)
Hi There
I noticed that Google maps stopped working. I am running Enfold 4.0.5 and I have registered an API key.
Please help?
Hello support team,
on an iPhone SE, the menu and cart icons overlap the logo in the top bar.
Please provide a fix for this issue.
Thanks in advance!
Hello support team,
when adding an amount of over 100 to the cart from the shop, your top right cart button is cut off on its last digit.
E.g. having 550 items in the cart will show only 55, as the icon is positioned too far on the right.
I will link to our page in the private content, so you can check the issue out yourself.
Thanks in advance.
Hi,
Glad we could help. Let us know if you need more assistance regarding this topic or if we can close it :)
Best regards,
Nikko
Hey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-tab-section-image {
filter: none;
}
The default value was:
filter: grayscale(1);
If you want to change it to something else other than no filter, you can check the options here: https://www.w3schools.com/cssref/css3_pr_filter.asp
Hope this helps :)
Best regards,
Nikko
Hi,
Because this quick css does not work with: Logo in the center, menu above?
html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
I want the image to take up the entire page width
Thank you, Flavio
And If someone is looking for the same thing but with a Masonry elements:
> Note the ‘- 70’ is specific because I’m using the fixed header
function ava_custom_script_fix(){
?>
<script>
(function($){
function e() {
$('.av-sort-by-term a').on('click', function() {
$('html, body').animate({
scrollTop: $(".av-masonry-container").offset().top - 70
}, 1000);
});
}
e();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fix');
-
This reply was modified 8 years, 11 months ago by
pako69.
Hey!
I actually don’t seem to have the problem anymore on my homepage, on desktop. I wonder if it fixed after I changed the grid row containing the text not to “set the height to 100% of browser height”.
It looks good on desktop now, but it’s still happening on my mobile phone when I swipe down? Do you see how the text jumps?
Thanks!
Hey Micha66,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .logo {
width: 100%;
}
.responsive .logo img {
margin: 0 auto;
}
}
Hope this helps :)
Best regards,
Nikko
Hi,
Try using this css code:
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: white !important;
}
Let us know if this helps :)
Best regards,
Nikko
Hi,
Great, 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 everyone,
I have an image and text in one text block. On desktop the text wraps around the image & it looks fine but on mobile the image is on top of the text and there’s no space between them (same problem when I decrease the desktop window size until the image is on top of the text). Is it possible to increase the space?
Thanks!
Hi,
No problem, glad we could help 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