Viewing 30 results - 7,651 through 7,680 (of 11,220 total)
  • Author
    Search Results
  • #575158
    rarch47
    Participant

    I have done some customisation to my enfold header and given it a burnt orange background.
    The style settings in the theme options are obviously fairly limited to what they can actually achieve in finer type customisations.

    I want to know how I can customise the look of the small coloured border (about 2px high) that appears below the main menu when you rollover the buttons and also the one that shows the current page you are on. It also forms the top of the sub nav as well.

    I have tried to do it with custom css by targeting the .avia-men-fx class but it’s obviously not as simple as that. I just want to change the colour to one that contrasts better with burnt orange.

    Can you please help me?

    #575107
    mattbo
    Participant

    Hi,
    at the website given in private, I tried to add a function that will display
    a) a phone button on a mobile device
    and
    b) a form where a visitor can enter her/his number and be called back.

    for this i added a function welcom_shortcode, using caldera forms, as below.

    i added the shortcode to the “extra elements” section of the enfold header menue, as [welcome].

    all seems nice, but due to the way the extra element is processed, iI get a huge gap until the next header elements.
    could you give me a tip how to avoid or repair that?

    thank you so much :)
    m.

    function welcome_shortcode() {

    if (is_mobile())
    {
    echo ‘<table style=”border: 1px;”>
    <tr>
    <td width=”30%” style=”background-color:#009900;border: 1px;text-align:left;”></td>
    <td width=”70%” style=”background-color:#009900;border: 1px;vertical-align:middle;text-align:right;”>(random intro text)</td>
    </tr>
    </table>’;
    }
    else
    {
    echo do_shortcode(‘[caldera_form id=”CF5691770dce68f”]’);

    }
    }
    add_shortcode( ‘welcome’, ‘welcome_shortcode’ );

    #574985

    Hi dmaca!

    Please use shortcodes in text box. or enable debug mode and enter it directly into the WP default editor.

    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    You might need to make a custom button for this wrap the shortcode in a div with button class and style the button add the css in Enfold > general style > Quick CSS.

    Best regards,
    Vinay

    Slavisa Ristic
    Participant

    This appear only in frontend when we using “Fullwidth slider” /Mozilla Firefox. Section where button is. Whole part become black.
    Also in backend, part where module icons are. Firefox.

    • It appear when you scroll down
    • I have couple websites with same problem, one website dont have plugins at all.
    • I also try to run firefox in safe mode. So all plugins and addons was disabled
    • I try other computers, same problem in Firefox only
    • It happen to older Enfold version and new updated version, and with many wordpress version, new or old

    http://s9.postimg.org/s1l3qq52n/bug3.jpg
    http://s12.postimg.org/6z02qifbh/bug2.jpg
    http://s12.postimg.org/53mh6u58t/black_box.jpg

    I noticed this problem yesterday. Until than, everything was ok.

    #574787
    ideafix
    Participant

    Hi,

    My name is Manuel and i just bought enfold template, i bought it because i like a lot the avia buider.

    But i need help for another reason, I read lots of support’s posts but i couln´d do it.

    I do not use avia layout bulder in this one for the posts, only for the pages to filter posts by category in menu.

    1º- I need a bigger image on single post, something like 495 x 400 is ok, because normal post in this template cuts a lot of the picture.

    This is what i need but without the bulder: http://www.receitasbrasileiraseportuguesas.com/bolinho-de-chuva-simples/

    I have this: http://www.receitasbrasileiraseportuguesas.com/torta-pave-de-maracuja/

    I don’t want to use the builder to make the posts because is faster and simple for who fill the page with the posts to use normal post system.

    2º – I need to organize my post’s list like this: http://www.sobremesasdeportugal.pt/

    This is what I have: http://www.receitasbrasileiraseportuguesas.com/

    Image + excerpt + space between posts is too long and for only 10 posts uses lots of space

    I made a page with the builder but i can’t put image on the left and excerpt on the right, and with single author small pic preview option, the pic is too small and goes right because sidebar is on the left..

    Grid is a good option too, but hupso buttons that is use to see the amount of shares doesn’t appear on that layout.

    Thanks for your help.

    Best regards,
    Manuel Crespo

    #574719
    dmaca
    Participant

    Hello guys,

    Some of woocommerce extensions use short codes like this:
    [amazon_s3 bucket=MyBucketName object=MyFileName.ext]
    (this one generates a link)

    I tried to use it with enfold button short code… but it doesn’t work..

    Any ideas how to combine both short codes together?

    #574657

    In reply to: Quick View disable

    Hi Pascal!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.button.show_details_button,.button-mini-delimiter {
        display: none!important;
    }
    #top .avia_cart_buttons .button {
        min-width: 100%;
    }

    Regards,
    Yigit

    #574643

    Hey!

    I added following code into Quick CSS field in Enfold theme options > General Styling tab

    .logo { display: none !important; }

    and it worked. Please note that you should make change in theme options to have save button activated

    Cheers!
    Yigit

    #574467
    paullindqvist
    Participant

    Hi!

    I having trouble getting a custom widget button on the header back after an update.

    please see this thread for the solution used:
    https://kriesi.at/support/topic/possible-to-get-a-custom-button-on-the-header/

    I’v added the code to the functions.php

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    And this to the custom.css

    #header .widget {
      left: 83%;
      padding-top: 0;
      position: absolute;
      top: -455%;
      transform: translate(-50%);
    }
    

    Thanx!

    #574430
    beconsulting
    Participant

    Hello,
    I’m using the latest enfold version with WP 4.4.1 latest version with a fresh install.
    My problem is that without anything that has changed serverside I can not edit the theme settings anymore.
    The “Save options” button is greyed out, also when tracking AJAX requests after pushing the button nothing is being sent.
    There are no JS errors that I can see.
    Here is a image that describes the error

    #574178

    hello i tray to delete enfold and when i go to my site its shows a white screen. I download a new copy from themeforest i upload it in my themes folder and my problem doesn’t solve. when i check my site from mobile and press the button to expand the menu the menu doesnt appear. its only shows an x button.

    #574052
    7ofSpades
    Participant

    Hello,

    I’ve just installed the Enfold’s latest version v3.4.7 (no update) and the Google Maps widget does not work at all. The location button does nothing and only the widget title is shown, but nothing else.

    Do I have to install any other plugins to get the Enfold widget work?

    Thanks in advance.

    #573953

    Hi!

    Please add following code to Quick CSS

    #header_meta {
        margin-top: -31px;
    }
    nav.sub_menu {
        top: 75px;
        position: relative;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 139px !important;
    }

    Than refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ to add widget area to your header and place your buttons inside a widget. You can also edit your secondary menu and add your buttons as menu items and customize them using menu item ID’s. If you need help with it, let us know! :)

    Regards,
    Yigit

    #573587

    Hello

    I’ve launched an test domain (http://enfold.webvriend.nl/). And i have updated enfold tot the newest version.
    Can u try to change de button on this page: http://enfold.webvriend.nl/evenementen/korenfestival/

    Its the same problem

    #573302
    goch
    Participant

    I got a button, and I want it to do 2 things when the users click on it :

    1- download a file.
    2- open a popup with some content in it.

    for (1), I got a simple avia-button, with the href pointing to the file.
    for (2), the following tip from Ismael was perfect to get a popup :

    https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173

    but the problem is that it takes its content from a href.
    So I don’t know how I could do both actions from a single button.
    any good way to handle that with enfold?

    perhaps I use ‘onClick’ in some way to download the file ?
    any idea?

    many thanks!
    Charles

    #572885

    Hi Peter,

    I proabably won’t be able to help much, but I have a similar problem and while one solution shown elsewhere says to add a SectionID to the color section and then add the following CSS in e.g. Quick CSS:

    #sectionidname .container { width: 100%; }

    it does work for me for the revolution slider i use but not for e.g. a fullwidth-button as shown in this example. Note that the background color i set in the color section stretches fullscreen.

    Also, I found this but it doesn’t help me much since i use the enfold child theme without any modifications so far.

    I thought our problems overlap and wanted to provide an example. Sorry for highjacking your query in case my additional info doesn’t solve your problem.

    Cheers
    Chris

    EDIT: Thanks, also solves mine!

    • This reply was modified 10 years, 3 months ago by hpexperten. Reason: remove server url / thx
    bruwa
    Participant

    Hi

    My current site http://www.fotowalther.ch is created with Flashlight (non-responsive).
    With WP4.4 there is some kind of responsiveness, however, on a mobile device you can barely read the menu.
    I would like the menu to always stay on top of any page, displaying the main menu items, on hovering it should show a drop-down with the submenus. (Same function as currently in place, but on top and adapted for mobile devices).
    No hamburger button!

    I might switch to Enfold, provided there is a solution for the menu as described.

    I would appreciate getting examples of responsive Enfold-sites with several submenus created without a hamburger button (aka side menu, navigation drawer)?

    Is there a way to do it with Enfold at all?

    Example:
    Main menu: Home, Gallery, Cart, Links, Contact
    Submenus:
    Gallery/Landscape
    Gallery/Landscape/USA
    Gallery/Landscape/UK
    Gallery/Landscape/Canada
    Gallery/Portraits
    Gallery/Animals
    etc.

    Thanks,
    Bruno

    #572793

    Hi Andy,
    I added the 2 scripts I need to be inserted to an .html page, and both widgets show without any problem, see here:
    http://www.manorhousetrunch.co.uk/test.html
    (The bottom widget (booking.com) is the one I gave you the script code for, but indeed I need both on enfold).
    So the script is correct.

    Again, this is the script:
    <script>
    (function() {
    var randomId = Math.floor(Math.random() * 100000);
    var targetElemId = ‘bcom_rwidget_’ + randomId;
    document.write(‘<div id=”‘ + targetElemId + ‘”></div>’);
    var script = document.createElement(‘script’);
    script.type = ‘text/javascript’;
    script.async = true;
    script.src = ‘http://www.booking.com/review_widget/gb/the-manor-house-bed-amp-breakfast-trunch.en.html?tmpl=review_widget/review_widget&wid=&#8217; + targetElemId + ‘&wtype=button_dark_ver&hotel_id=1283558&widget_language=en’;
    var node = document.getElementsByTagName(‘script’)[0];
    node.parentNode.insertBefore(script, node);
    }());
    </script>

    Thanks for your support and patience!

    #572646

    Hi!

    Unfortunately, adding the layer slider as shortcode is not going to work. You can append it on top of the search page but the slider will not initialized correctly. Example (functions.php file):

    // add layer slider in search
    add_action('ava_after_main_title', 'add_layer_slider');
    function add_layer_slider() {
    	if( is_search() ) {
    		 echo do_shortcode("[ av_layerslider id='1']");
    	}
    }

    Please try to use this instead:

    // add layer slider in search
    add_action('ava_after_main_title', 'add_layer_slider');
    function add_layer_slider() {
    	if( is_search() ) {
    
    		$resources = "<link rel='stylesheet' id='layerslider-css'  href='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.2' type='text/css' media='all' />
    		<script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
    		<script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script>
    		<script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>";
    
    		$script = "<script data-cfasync=\"false\" type=\"text/javascript\">var lsjQuery = jQuery;</script><script data-cfasync=\"false\" type=\"text/javascript\"> lsjQuery(document).ready(function() { if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_7_1','jquery'); } else { lsjQuery(\"#layerslider_7_1\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', globalBGColor: 'rgba(255, 255, 255, 0.45)', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.saldaturacontrollo.it/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'}) } }); </script>";
    
    		 $output = $resources . '<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_one_full  avia-builder-el-first  container_wrap sidebar_right" style="height: auto;"><div class="ls-wp-fullwidth-container" style="height: 121px;">'.$script.'<div class="ls-wp-fullwidth-helper" style="width: 918px; height: 121px; left: 0px;"><div id="layerslider_7_1" class="ls-wp-container ls-container ls-fullwidth" style="width: 918px; height: 120.789px; margin: 0px auto; visibility: visible;"><div class="ls-inner" style="width: 918px; height: 121px; background-color: rgba(255, 255, 255, 0.45098);"><div class="ls-slide ls-animating" data-ls=" transition2d: all;" style="width: 918px; height: 121px; visibility: visible; display: none; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://www.saldaturacontrollo.it/wp/wp-content/uploads/2016/01/news3.jpg" class="ls-bg ls-preloaded" alt="news3" style="padding: 0px; border-width: 0px; width: 1610.53px; height: 120.789px; margin-left: -346.263px; margin-top: 0.105263px;"><div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 0px; top: 0px;"></div><p class="ls-l" style="top: 56.3684px; left: -22.5474px; white-space: nowrap; width: auto; height: auto; font-size: 10.4684px; line-height: 11.2737px; padding: 0px; border-width: 0px; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.002, 0, 0, 0, 1); opacity: 1; visibility: visible;"><span class="slide-slogan2">I corsi in partenza e le nostre novità</span></p></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div></div>';
    
    		echo $output;
    	}
    }
    

    Best regards,
    Ismael

    Overhaulics
    Participant

    I am building a site with Enfold as the theme and using a new footer plugin I have never used before called Footr. When enabled the video background on the homepage does not start playing automatically. Instead there is a black play button. Upon going to a new page and back to the homepage or refreshing the homepage the video does auto play. Just not on initial site load.

    Any idea what may be causing this?

    #572541
    #572503

    Hi mmxvi!

    You need to restore the frontpage from the restaurant one page demo without importing the demo again?

    You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.

    And then copy this into the editor on your page.

    [av_fullscreen size='extra_large' animation='fade' autoplay='true' interval='5' control_layout='av-control-hidden' scroll_down='aviaTBscroll_down' perma_caption='aviaTBperma_caption' custom_class='']
    [av_fullscreen_slide slide_type='image' id='387' position='top left' video='http://' mobile_image='' video_cover='' title='Welcome to Enfold Restaurant' custom_title_size='' custom_content_size='16' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='About us' button_color='light' link1='manually,#about' link_target1='' button_label2='Reservations' button_color2='theme-color' link2='manually,#reservations' link_target2='' font_color='' custom_title='' custom_content='']
    The best gourmet restaurant available in Manhatten
    Book online or call (555)123-4567
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='378' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='377' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='375' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/fruit_bg.jpg' attachment='384' attachment_size='full' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='about' custom_class='']
    [av_heading tag='h2' padding='50' heading='About Us' color='' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='60' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first]
    
    [av_heading tag='h2' padding='20' heading='A few words <strong>about us</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class='']
    Let us introduce ourselves
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis
    
    Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.
    [/av_textblock]
    
    [/av_one_half][av_one_half]
    
    [av_heading tag='h2' padding='20' heading='A place to wine, a place <strong>to dine</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class='']
    How it all came to be...
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.
    <blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>
    Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_textblock]
    
    [/av_one_half][av_hr class='invisible' height='50' shadow='no-shadow' position='center']
    
    [av_gallery ids='387,382,381,375,376,377,378,379,380' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='9' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']
    
    [av_hr class='invisible' height='50' shadow='no-shadow' position='center']
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/wine-1500x1102.jpg' attachment='382' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='menu' custom_class='']
    [av_heading tag='h2' padding='0' heading='Our Menu' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='60' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/fruit_bg.jpg' attachment='384' attachment_size='full' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' custom_class='']
    [av_heading tag='h2' padding='25' heading='<strong>Menu</strong> of the day' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_catalogue ]
    [av_catalogue_item title='Sesame crusted scotch fillet' price='7.50$' id='379' link='lightbox' target='']
    with honeyed Pedro Ximenez sauce and potato cake
    [/av_catalogue_item]
    [av_catalogue_item title='Roast Rack of Lamb' price='7.50$' id='375' link='lightbox' target='']
    with herb crust and fruity mesclun salad and straw potato
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_heading tag='h2' padding='25' heading='Break<strong>fast</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first]
    
    [av_catalogue]
    [av_catalogue_item title='Eggs Benedict' price='21$']
    with either bacon or salmon
    [/av_catalogue_item]
    [av_catalogue_item title='Enfold’s famous Crepes' price='16$']
    with fresh fruit, bacon and maple syrup
    [/av_catalogue_item]
    [av_catalogue_item title='French Toasted Brioche' price='17$']
    with grilled banana, bacon, rosewater mascarpone and maple syrup
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_half][av_one_half]
    
    [av_catalogue]
    [av_catalogue_item title='Low Carb Breakfast' price='13$' link='' target='' disabled='']
    grilled chicken breast with veggies
    [/av_catalogue_item]
    [av_catalogue_item title='Bagel' price='8.50$' link='' target='']
    with salmon, cream cheese and salsa
    [/av_catalogue_item]
    [av_catalogue_item title='American Pancakes' price='21$' link='' target='' disabled='']
    with chocolate  sauce or maple syrup, honey and cream
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_half][av_heading tag='h2' padding='25' heading='Lunch<strong>Time</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first]
    
    [av_catalogue]
    [av_catalogue_item title='Spiced Pigeon' price='38$']
    Ale & artichokes
    [/av_catalogue_item]
    [av_catalogue_item title='Ribeye Steak' price='42$']
    Mushroom ketchup & fries
    [/av_catalogue_item]
    [av_catalogue_item title='Duck Breast' price='35$']
    Smoked confit fennel & umbles
    [/av_catalogue_item]
    [av_catalogue_item title='Roast Turbot' price='22$']
    Mussel & seaweed ketchup, salmon roe & sea rosemary
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_half][av_one_half]
    
    [av_catalogue]
    [av_catalogue_item title='Linefish' price='27$']
    Pan fried line fish, herbed nicola potato and mussel salad
    [/av_catalogue_item]
    [av_catalogue_item title='Autumn Lamb' price='33$']
    Pan seared lamb loin, slow roasted lamb shanks
    [/av_catalogue_item]
    [av_catalogue_item title='Duck' price='75$']
    Confit duck leg, mushroom and liver stuffing and onions
    [/av_catalogue_item]
    [av_catalogue_item title='Homedried Tomato' price='22$']
    with sesame, aubergine puree and burnt aubergine jelly
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_half][av_heading tag='h2' padding='25' heading='Wine <strong>Selection</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first]
    
    [av_image src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/wine-845x684.jpg' attachment='382' attachment_size='gallery' align='center' animation='pop-up' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image]
    
    [/av_one_half][av_one_half]
    
    [av_catalogue]
    [av_catalogue_item title='Grechetto, Poggio Della Costa' price='23$' link='' target='' disabled='']
    2011, Umbria, Italy (B) 13|49
    [/av_catalogue_item]
    [av_catalogue_item title='Muskateller, Heidi Schrock' price='45$' link='' target='' disabled='']
    2010, Neusiedlersee-Huggeland, Austria (B) 52
    [/av_catalogue_item]
    [av_catalogue_item title='Posip, Zlatan Otok Winery' price='12$' link='' target='' disabled='']
    2012, Island of Hvar, Croatia (B) 53
    [/av_catalogue_item]
    [av_catalogue_item title='Chenin Blanc, Nicolas Joly' price='33$' link='' target='' disabled='']
    2010, Loire, France (B) 65
    [/av_catalogue_item]
    [av_catalogue_item title='Petite Chablis, F. Bachelier' price='32.90$' link='' target='' disabled='']
    2011, Chablis, France (O) 44
    [/av_catalogue_item]
    [av_catalogue_item title='Prosecco, Jeio' price='22$' link='' target='' disabled='']
    NV, Italy (O) 11|37
    [/av_catalogue_item]
    [av_catalogue_item title='Cava Brut, Campasso' price='33$' link='' target='' disabled='']
    NV, Spain (O) 11|41
    [/av_catalogue_item]
    [av_catalogue_item title='Sparkling Rosé, Trevisio' price='44$' link='' target='' disabled='aviaTBaviaTBdisabled']
    NV, Veneto, Italy (O) 11|41
    [/av_catalogue_item]
    [av_catalogue_item title='Sauvignon Blanc, Urlar' price='23$' link='' target='' disabled='aviaTBaviaTBdisabled']
    2011, Wairarapa, New Zealand (B) 12|45
    [/av_catalogue_item]
    [av_catalogue_item title='Pinot Grigio, Scarbolo' price='35.50$' link='' target='' disabled='aviaTBaviaTBdisabled']
    2012, Friuli, Italy (B) 12|45
    [/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_half][av_heading tag='h2' padding='25' heading='Non alcoholic <strong>Beverages</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_third first]
    
    [av_catalogue]
    [av_catalogue_item title='7UP' price='3.90$'][/av_catalogue_item]
    [av_catalogue_item title='Root Beer' price='3.90$'][/av_catalogue_item]
    [av_catalogue_item title='Apple Juice' price='3.90$'][/av_catalogue_item]
    [av_catalogue_item title='Orange Juice' price='3.90$'][/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_third][av_one_third]
    
    [av_catalogue]
    [av_catalogue_item title='Coke' price='3.90$'][/av_catalogue_item]
    [av_catalogue_item title='Pepsi' price='2.90$'][/av_catalogue_item]
    [av_catalogue_item title='Red Bull' price='4.90$'][/av_catalogue_item]
    [av_catalogue_item title='Bitter Lemon' price='2.95$'][/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_third][av_one_third]
    
    [av_catalogue]
    [av_catalogue_item title='Crush' price='2.70$'][/av_catalogue_item]
    [av_catalogue_item title='Crystal Light' price='5.90$'][/av_catalogue_item]
    [av_catalogue_item title='Banana Shake' price='5.90$'][/av_catalogue_item]
    [av_catalogue_item title='Pineapple shake ' price='7.95$'][/av_catalogue_item]
    [/av_catalogue]
    
    [/av_one_third]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/pizza-1500x1000.jpg' attachment='379' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='contact' custom_class='']
    [av_heading heading='Contact us' tag='h2' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='60' subheading_active='' subheading_size='15' padding='0'][/av_heading]
    [/av_section]
    
    [av_section color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' id='']
    [av_one_fourth first]
    
    [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Seattle' link='' linktarget='' linkelement='']
    4326 University Way NE
    Seattle, WA, United States
    
    (555) 345 888
    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Dallas' link='' linktarget='' linkelement='']
    11311 Harry Hines Blvd
    Dallas, TX, United States
    
    (555) 389 976
    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Detroit' link='' linktarget='' linkelement='']
    4870 Cass Ave
    Detroit, MI, United States
    
    (555) 389 976
    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold L.A.' link='' linktarget='' linkelement='']
    1818 N Vermont Ave
    Los Angeles, CA, United States
    
    (555) 774 433
    <a href="mailto: (Email address hidden if logged out) ">LA@enfold-restaurant.com</a>
    [/av_icon_box]
    
    [/av_one_fourth][av_two_fifth first]
    
    [av_heading heading='Locations' tag='h3' color='' custom_font='' style='' size='' subheading_active='' subheading_size='15' padding='10'][/av_heading]
    
    [av_google_map height='300px' zoom='auto' saturation='' hue='#632200' mobile_drag_control='aviaTBmobile_drag_control']
    [av_gmap_location address='4870 Cass Ave ' city='Detroit, MI' country='United States' long='-83.06618029999998' lat='42.35521869999999' marker='' imagesize='40' tooltip_display=''][/av_gmap_location]
    [av_gmap_location address='E Grand Blvd' city='Detroit' country='' long='-83.03965289999996' lat='42.3737628' marker='' imagesize='20' tooltip_display=''][/av_gmap_location]
    [av_gmap_location address='Dexter Ave' city='Detroit' country='' long='-83.1263045' lat='42.3829635' marker='' imagesize='20' tooltip_display=''][/av_gmap_location]
    [av_gmap_location address='Linwood Ave' city='Detroit' country='' long='-83.11450300000001' lat='42.382062' marker='' imagesize='20'][/av_gmap_location]
    [/av_google_map]
    
    [/av_two_fifth][av_three_fifth]
    
    [av_heading tag='h3' padding='10' heading='Get in touch' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_contact email='' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_half'][/av_contact_field]
    [av_contact_field label='Message' type='textarea' check='is_empty' options='' width=''][/av_contact_field]
    [/av_contact]
    
    [/av_three_fifth]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/restaurant_hotel_brown-1500x1000.jpg' attachment='380' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='reservations' custom_class='']
    [av_heading heading='Reservations' tag='h2' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='60' subheading_active='' subheading_size='15' padding='0'][/av_heading]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' id='']
    
    [av_one_half first]
    
    [av_heading tag='h2' padding='0' heading='Select a table & <strong>book now</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class='']
    We will confirm your order via E-Mail
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.
    [/av_textblock]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Book now' on_send='' sent='Thanks you! <br/>Your reservation has been sent! <br/>You should receive a confirmation soon!' link='manually,http://' subject='' autorespond='We will confirm your reservation as soon as possible ;)' captcha='' color='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_fourth'][/av_contact_field]
    [av_contact_field label='Date' type='datepicker' options='' check='is_empty' width='element_fourth'][/av_contact_field]
    [av_contact_field label='Time' type='select' options='17:30,18:00,18:30,19:00,19:30,20:00,20:30,21:00,21:30' check='is_empty' width='element_fourth'][/av_contact_field]
    [av_contact_field label='Seats' type='select' options='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20' check='is_empty' width='element_fourth'][/av_contact_field]
    [av_contact_field label='Table' type='select' options='Any,1,2,3,4,5,6,7,8' check='is_empty' width='element_fourth'][/av_contact_field]
    [/av_contact]
    
    [av_heading tag='h2' padding='0' heading='Order by <strong>Phone</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Prefer to make your reservation via phone? <strong>Give us a call!</strong> You can contact us between 10am and 22pm ever day of the week. Our Phone number is <strong>(555) 784 332</strong>
    
    <strong>Opening hours:</strong>
    
    Mon – Fri, 10am – 12pm
    Sat – Sun, 11am – 04am
    [/av_textblock]
    
    [/av_one_half][av_one_half]
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/floor_plan.png' attachment='383' attachment_size='full' animation='fade-in' hotspot_layout='numbered']
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='25.9,19.3']
    For up to 8 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='42.6,19.3']
    For up to 8 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='28.9,54.9']
    For up to 8 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='28.9,83.8']
    For up to 8 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,43.8']
    For up to 4 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,60.6']
    For up to 4 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,76.2']
    For up to 4 persons
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,91.9']
    For up to 4 persons
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_one_half][/av_section]
    

    Cheers!
    Elliott

    #572452

    Hey Stefan!

    As you’re using custom code it wouldn’t be possible for us to help you, instead i’d suggest you to use Enfold’s grid code with CF7, here’s all the CSS code you’d need for that:

    .wpcf7-form, .wpcf7-response-output{
      clear:both;
    }
    
    .wpcf7-form-control-wrap {
      display: block !important
    }
    
    .wpcf7-form p br{display:none;}
    .wpcf7-form label {display:block; visibility: visible; position: relative; }
    .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;}
    
    .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;}
    .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; }
    .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;}
    
    .wpcf7-form .first_form{clear:both;margin-left:0;}
    
    #top .wpcf7-form .wpcf7-text, #top .wpcf7-form .wpcf7-select, #top .wpcf7-form .wpcf7-textarea{
      width:100%;
      margin-bottom:0;
      display:inline;
      min-width:50px;
      padding:13px;
      border-radius: 2px;
    }
    
    #top .wpcf7-form .wpcf7-select{
     -webkit-appearance: none;
     border-radius:0px;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
     background-position: center right;
     background-repeat: no-repeat;
     border-radius: 2px;
    }
    
    .wpcf7-form .button {
      margin: 0;
      padding: 16px 20px;
      border-radius: 2px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      font-weight: normal;
      font-size: 12px;
      min-width: 142px;
      outline: none;
    }
    
    .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select{
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:  all 0.3s ease-in-out;
      transition:     all 0.3s ease-in-out;
    }
    
    #top .wpcf7-form-control-wrap {
      display: block !important
    }
    
    #top .wpcf7-response-output{
      float: left;
      padding: 17px;
      border-width: 1px;
      border-style: dashed;
      margin-left: 0;
    }
    
    #top .wpcf7-response-output.wpcf7-validation-errors, #top .wpcf7-response-output.wpcf7-spam-blocked, #top .wpcf7-response-output.wpcf7-mail-sent-ng{
      background-color: #FFF8F4;
      border-color: #CDA18F;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #AF2C20;
    }
    
    #top .wpcf7-response-output.wpcf7-mail-sent-ok{
      background-color: #E0F1B5;
      border-color: #8BAF5B;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #4F5F39;
    }
    
    #top .wpcf7-not-valid-tip {
      color: #EF5D4F;
      display: block;
    }
    #top .wpcf7-display-none{
      display: none;
    }

    Once you added that re-adjust the HTML you’re already have, another thing you can do is create an Enfold contact form on a separate page, look at the generated HTML source and simply replicate it on CF7.

    Cheers!
    Josue

    #572401

    Hi!

    Just make your theme active theme in Appearence > Themes
    and goto http://kriesi.at/documentation/enfold/updating-your-theme-files/ follow the steps
    then try to update the theme via Enfold > Theme Update

    You will notice a big green update button if you are using anything less than version 3.4.7

    Best regards,
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay.
    #572235

    Topic: Lost "save"-Button

    in forum Enfold
    WRonald
    Participant

    Hi!

    I am not sure when it happened, maybe after the enfold-update: I lost the “Save”-Button in the edit-mode of posts and pages. The “Aktualisieren” (Publish) -button is still there…

    Can you please help a beginner?

    Best wishes,
    Ronald

    #572035
    sitesme
    Participant

    Hi,

    We installed the plugin “Simple Share Buttons Adder” which was recommended from Enfold team in a different post and it is working perfectly fine.

    However, the buttons are being added right after the contents (at the end) and without any space. How can I add a padding of 20px to ALL pages on the website through CSS?

    Thank you

    #571985

    In reply to: fixed button/icon

    Hey!

    Sorry for the late reply. When you reply your own ticket it pushes the ticket to bottom of the queue but we usually get back to you with a day from Monday – Friday. We are currently working on your ticket and will update the results here soon.

    The button currently is transparent and the images and text is visible thru it. Removing the transparency will solve this issue.
    Please add the below css in Enfold > General Styling > Quick CSS

    
    #beta .avia-button-center {
        opacity: 1!important; 
    }
    

    Regards,
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay. Reason: vinay
    #571729
    Haycreations
    Participant

    I’m trying to add a full width colour section with text & a button underneath or just overlapping my Homepage full width slider (like the yellow one on the Homepage of the Enfold Construction Demo), using Avia Layout builder. However the full width colour section won’t display – instead it just creates whitespace or shows as a thin line with whitespace underneath. I’ve also tried using other elements to achieve the same result : single column with background colour, single grid row etc but they will also not display. At the moment I’m using the Promo Box as a substitute but it’s not full width & looks too narrow.

    #571659

    Thanks for the shared knowledge, but the social icons will now be displayed in the socket.
    As mentiond I would like to have this social incon buttons in the footer.
    Can you please have a second look, as explained, currently I am using a plugin to have the icons displayed in the footer.
    I would like to know how I can create a social incons within the footer by using the default layout – set in Enfold.

    #571449

    Hey!

    Yes, now it worked fine for me as well. “d” was missing in your first post :)

    No, you can simply update Enfold parent theme. Please make sure that you have moved all your modified files from parent theme to child theme

    Edit: Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_cart_buttons a:nth-child(1) {
        color: orange!important;
    }

    Regards,
    Yigit

    • This reply was modified 10 years, 3 months ago by Yigit.
Viewing 30 results - 7,651 through 7,680 (of 11,220 total)