Hey sjidesign,
Please try the following in Quick CSS under Enfold->General Styling:
input[type=submit] {
max-width: 20%;
float: right;
margin-top: -70px;
}
Best regards,
Rikard
Hi Jordan,
Yes, I see that. I typed that solution in my initial post.
The Enfold Options > Header > Mobile Menu > Header Mobile Menu activation setting does not change the new iPad PRO to a mobile menu. The resolution is too high on the iPad PRO.
And I would prefer to keep the desktop site anyway. I do not want the mobile menu on the iPad Pro if I can avoid it.
So, how do I keep the logo from crowding the menu items.
Note: If this is not possible, please tell me how to make the iPad PRO a mobile menu. I may just have to do that.
Thank you,
Jas
Hi there,
thanks for that great theme.
I’m customizing the header and have an issue with a static closable div that I added above the fixed top menu (see red box in link in private content). When scrolling down there is a gap in height of that added div.
I tried to fixed that by adding a margin-top in avia.js in “function avia_header_size()” to header, but failed.
Can you recommend anything?
If you close red box it won’t show again after reload without resetting cookies or jQuery.cookie(“hideRegisterNow”,0)
Thanks in advance
akin
Hey,
is it possible to apply the changes in the function.php (#post-163380) to the function.php of the Child Theme so it still works after updating.
Thanks
Max
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
As title:) is there a way?
Hi,
Ok, thanks for the feedback. Let us know when you are ready and if you should need any further help on the topic.
Best regards,
Rikard
Hi Guys.
Just wondering how to level the two buttons for the listing belonging to OnlyLuxe?
[av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][av_button label='4 days 3 nights fully guided' link='manually,http://www.onlyluxe.com.au/english/walks-the-great-ocean-twelve-apostles-walk-4d3n.html' link_target='_blank' size='small' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][/av_one_half]
[av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][av_button label='7 days 6 nights fully guided' link='manually,http://www.onlyluxe.com.au/english/the-great-ocean-walk-end-to-end-7d6n-fully-guided.html' link_target='_blank' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][/av_one_half]
Thanks for the update.
Do I add this to the functions.php instead of the old code or in addition?
Also, when you say “We modified the css modifications”, what do I have to modify?
Thanks!
Hi,
It’s a search results page, not an attachment page and definitely not a “fake” page. Again, you can block crawlers from indexing those pages.
// https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s/#post-707487
Best regards,
Ismael
Hi,
I’m very sorry for the delay. We edited the css modifications then added the following script in the functions.php file.
// price fix
function ava_custom_script_mod(){
?>
<script>
(function($){
function b() {
$('.single_variation').on('show_variation', function() {
var variation = $('.woocommerce-variation single_variation'),
price = $('#top .woocommerce-variation-add-to-cart .price'),
varprice = $('.woocommerce-variation.single_variation .woocommerce-variation-price .price');
if(varprice.length != 0) price.css('display', 'none');
});
$('.single_variation').on('update_variation_values reset_image hide_variation reset_data', function() {
var price = $('#top .woocommerce-variation-add-to-cart .price');
price.css('display', 'block');
});
}
b();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_mod');
Best regards,
Ismael
Hi,
Ok, 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,
Thanks for the feedback and for sharing, much appreciated. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad you found the problem. 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 a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Thanks for helping out @guenni007 :-)
Please let us know if you should need any further help on the topic @jonrouse, or if we can close it.
Best regards,
Rikard
Hey dbarnby13,
Please refer to the following post for further instructions on how to complete this task.
https://kriesi.at/support/topic/how-to-stop-background-video-in-color-section-from-auto-looping/
Best regards,
Jordan Shannon
Hey Drebosio,
Add the following to quick css:
#top a.av-active-tab-title {
color: #fff!important;
}
Let me know if this works.
Best regards,
Jordan Shannon
Hey Thomas,
Add the following to quick css:
#av-layout-grid-1 .flex_cell{
padding-top:0px!important;
}
Best regards,
Jordan Shannon
So not sure if a bug or not, but added the tab section and regarless of which initial i set it to open, the icon is transparent until i click on a different tab.
Is this something that is been found before? I tried searching the forums but no topics yet:
On inital page load:

Clicking a different icon makes initial icon reappear:

Clicking back on the icon just to show it’s still there:

Please see below to see it live
Whoops! Thank you Sarah! Done:
Also, maybe change the text above the private content to say “only visible for moderators and the creator of the thread.”
Hi there!
I’m trying to manage the padding above and below my special header and am not succeeding.
Here’s my dev page: http://prettycool.site
Look at “Featured Articles” heading immediately below the hero image.
I figured out how to control the padding below the layer slider, so that helped. Now I just want to minimize the white space UNDER the “Featured Articles” header.
I put a modified version of the code Sarah provided in another thread in the Custom CSS (at the top):
.av-special-heading-tag {
font-family:'Open Sans Condensed';
Line-height:1.1em;
Margin-top:0px !important;
Margin-bottom:0px !important;
Padding-right:6px !important;
Text-align:left !important;
}
(I tried to make sure the formatting was as clean as possible).
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.responsive .title_container .breadcrumb{
top:12px!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
I have a background YouTube video on a color section. Is there any way to pause it on the last frame?
Thanks so much Sarah,
If you visit my test page, there are two text blocks that include an icon near the top of the page. The first one has your code applied through Quick CSS. For some reason, there isn’t a change to the background color of the icon.
The second block has my custom class applied through the child style.css file, but the icon background color fills behind the icon as well as to the right and left.
[av_font_icon icon='ue842' font='entypo-fontello' style='border' caption='' link='' linktarget='' size='80px' position='center' color='#ebce3b' custom_class='rca-iconbox-map' admin_preview_bg=''][/av_font_icon]
Keep in mind, I’d like the background color to just affect a single icon. Can you see what I’m doing wrong?
Theresa
Wow – looks great, thank you! The only other feature I was looking for was to have it shrink on mobile. I found this on your forums, which does what I’d like, but am unable to shrink the advanced menu toggle on mobile.
@media only screen and (max-width: 480px) {
.responsive .logo a {
vertical-align: top;
}
.responsive .logo img {
max-height: 40px!important;
}
.responsive #header_main .container {
height: 50px!important;
}
.responsive #top #main {
padding-top: 85px!important;
}}
Hi,
That is true. As a solution for that problem, you can use this plugin – https://wordpress.org/plugins/advanced-custom-fields/ and create a custom field where you would be able to insert shortcodes of the elements you would like to display above your shop overview page and change the code in functions.php file to following one
add_action( 'ava_after_main_container', 'cs_ava_after_main_container', 10);
function cs_ava_after_main_container(){
$custom_shortcode_field = get_field('your_custom_field_name');
if(is_shop()){
echo do_shortcode($custom_shortcode_field);
}
}
That way, you can simply change the shortcode inside your custom field and that would be displayed on top of your shop page
Best regards,
Yigit
Hi John,
I’ll reach out to them, but this doesn’t make sense. Maybe you can shed some light on it?
The max file size in my media library is currently 32mb:

and the file i’m trying to upload is 571kb:

and yet i’m still getting the error?
***Edit***
So i was able to upload images, but not my logo.jpg? other jpgs and pngs i can load no problem. What?
***Edit 2*** Final Edit
So i think i figured out my issue after spending a couple hours on it…..it wasn’t liking this one jpg’s as mentioned above it would upload other jpgs and pngs.
I brought my image into photoshop and noticed it was set to CMYK, switched the mode to RGB, saved as jpg, reuploaded and BOOM it now takes it….
So can close this topic, hopyfully the above helps others!
-
This reply was modified 8 years, 10 months ago by
Drebosio.