Viewing 30 results - 90,691 through 90,720 (of 142,928 total)
  • Author
    Search Results
  • #686390

    In reply to: arrow in titles

    #686387
    Justin
    Participant

    Hey guys,
    love the burger menu for the desktop version.
    Is it possible to have it say MENU with a frame around it (like a light button) as opposed to the burger icon?
    Some users for this specific client are not the most tech savvy.

    LMK…thanks!
    JS

    #686341

    Hi,

    By editing or creating a post with “advanced layout editor” breaks the “Feature image” property which is to appear on blog masonry and on top of the post itself.

    Look theses two screenshots for better understanding:
    Article edited with basic layout editor
    Article edited with Advanced layout editor

    Did you try successfully to reproduce this bug ?

    Thxs

    • This reply was modified 9 years, 7 months ago by Dantin.
    #686335

    Hi,

    please stick to one issue/question in one thread only, otherwise it gets very confusing here. Feel free to open a new ticket for another issue.

    Keep all plugins but gravity forms plugin deactivated while trouble shooting.

    Try this code instead:

    #top .gform_wrapper input, #top .gform_wrapper select {
    color: white !important;
    } 
    

    However, I notices that none of your CSS code inside Quick CSS field is working. If I add a simple new code to change any color settings of any element, then it’s not working. Are you using any caching on your server? please ask your host about it. Make sure that all files have the correct file permissions.

    Best regards,
    Andy

    #686333

    Don’t minify inline-css with tools like autoptimize.

    #686330

    Topic: Problem with masonry

    in forum Enfold
    Doris5ricevic
    Participant

    Dear support,

    I don’t know what to do. When I open the site on mobile device the masonry gallery shows only Title and caption, but not the picture while on computer everything works perfectly. What should I do about it? I have updated the theme to 3.8. because I saw that may be the problem in other similar topics, but it stayed the same.

    Hope you can help me with that.
    Best regards!
    Doris

    Hi,

    es gibt zu viele Plugins da draußen als wir von allen wissen könnten welches gut passt und welches nicht. Eine Liste mit den empfohlenen Plugins für Enfold findest du hier: https://kriesi.at/support/topic/recommended-plugins/

    Gruß,
    Andy

    #686318

    Thanks. I’ve added a thread on WPML support forums re this also:
    https://wpml.org/forums/topic/enfold-cant-stop-flags-showing/

    • This reply was modified 9 years, 7 months ago by lucybb.
    #686311

    Hi,

    1. Autoplay for videos do not work on mobile due to restrictions by vendors of those devices. That’s why you can use a fallback image instead.

    2. Simply use a Layout Element and insert a Video Element inside of it.

    Best regards,
    Andy

    #686295

    Hi,

    you can find all image sizes Enfold creates here.

    However, WordPress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
    I hope this will help :).

    Best regards,
    Andy

    #686274

    Topic: Enfold Child Theme

    in forum Enfold
    opvab
    Participant

    Hi. When putting this:
    function add_hide_header(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 200) jQuery(‘#header_main’).fadeOut(‘slow’);
    if(jQuery(this).scrollTop() < 200) jQuery(‘#header_main’).fadeIn(‘slow’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_hide_header’);

    into the Child Functions.php, It crashes the site getting HTTP error 500.
    Thanks,
    OPVAB

    #686269
    0rca
    Participant

    Hi all, I have some remaining issues on a shop we are doing.

    1. The single product view shows the wrong widgets resp. only the “Displayed Eveywhere” widgets, not the “Single Product Pages” widget.
    2. Is there a way to disable the parallax effect on the shop category page header image? Remember, I have this issue: https://kriesi.at/support/topic/parallax-background-image-in-color-section-is-not-respecting-section-height/ and the custiomer would rather have a perfectly fitting scrolling image than an oversized parallax one.
    3. I am using a full screen site width with a left header, so that means I have a lot of space available for product columns on the shop overview page. If I set the column number to 5, the columns are reduced in size until it switches to the mobile resolution (2 columns). 5 columns on a 1280 screen look bad and are unreadable on a 1024 screen. I would prefer to have more breakpoints, but I think Kriesi has not done this with simple media queries only, at least I couldn’t figure out how to reduce the number of columns at certain breakpoints.
    4. Why is the sorting of the realtime search results different then the sorting of the search result page? I know, a rather small issue, but still the customer asked for it ;-)

    Thanks
    Michael

    #686267
    logitek
    Participant

    Hi,

    I’m using Enfold and the Google Maps don’t work and show the text : Oops! Something went wrong.

    The Javascript console tell me :
    Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
    Your site URL to be authorized: https://monvet.ch/contact/

    I tried this post : https://kriesi.at/support/topic/google-map-issue-4/#post-679594

    But nothing change !

    It worked perfectly before. Why I need to use a Google API now ? And why it’s not working ?

    Any clue ? Thanks.

    #686245

    In reply to: Change Blog Layuot

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #top a.av-masonry-entry.post:nth-of-type(1),
    #top a.av-masonry-entry.post:nth-of-type(2),
    #top a.av-masonry-entry.post:nth-of-type(3){
        width: 100% !important;
    }
    
    .entry-content a {
    	box-shadow: inset 0 -3px 0 #fae665;
    	transition: all linear 0.2s;
    }
    .entry-content a:hover,
    .entry-content a:focus {
    	box-shadow: inset 0 -22px 0 #fae665;
    	color: #333;
    }

    Cheers! 
    Josue

    #686244

    Topic: custom font slabo 27px

    in forum Enfold
    BlutVampir
    Participant

    I know how to add google fonts, as I did that a lot earlier.

    Also here is the info: https://kriesi.at/support/topic/new-custom-font/

    I want to add following google font:
    https://fonts.google.com/specimen/Slabo+27px

    I did add the follogin code to the functions.php and the font is visible in the backend, bt when I selecting it, it doesn’t work (use fallback font):

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font',999);
    add_filter( 'avf_google_content_font',  'avia_add_content_font',999);
    
    function avia_add_heading_font($fonts)
    {
    	$fonts['Slabo+27px'] = 'Slabo+27px';
    	return $fonts;
    }
    function avia_add_content_font($fonts)
    {
    	$fonts['Slabo+27px'] = 'Slabo+27px';
    	return $fonts;
    } 

    I did tra already “sSlabo”, “Slabo+27px”, Slabo 27px” and nothing worked.

    How can I get that font working?

    rnitsch
    Participant

    Hi Kriesi team,

    on mobiles whitespace appears above grid row. I can’t delete it.

    This whitespace apears not on desktop devices. And it apears not if I use other elements like normal column or indiviual cell.

    I tried to use the element “separator / whitiespace” with negative margin, but this solution shifts only the content of the grid row up and the whitespace overlaps the top of the grid row again.

    Do you have any solution for me? Please help!

    Best regards!

    Robby

    By the way:
    Please consider, that I used the following css in my enfold child theme:

    @media screen and (min-width: 1025px){
    #header {
    display:none!important;
    }
    #main {
    padding-top: 0 !important;
    }
    }

    @media screen and (max-width: 1024px){
    .rob_header_zeile2, .rob_menu {
    display:none!important;
    }
    }

    #686223
    pimroll
    Participant

    Hello,

    I am trying to change the header social icons but I am not sure how to do that.

    I read the post https://kriesi.at/support/topic/use-different-social-icons/#post-251970 but I am still not sure how to do it.

    I understand, that I need to change the code in my functions.php

    Right now the code is but what do I have to replace in the code?

    /*
    * These are some of the font icons used in the theme, defined by the entypo icon font. the font files are included by the new aviaBuilder
    * common icons are stored here for easy retrieval
    */

    $avia_config[‘font_icons’] = apply_filters(‘avf_default_icons’, array(

    //post formats + types
    ‘standard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue836’),
    ‘link’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue822’),
    ‘image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80f’),
    ‘audio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue801’),
    ‘quote’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue833’),
    ‘gallery’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80e’),
    ‘video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80d’),
    ‘portfolio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue849’),
    ‘product’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),

    //social
    ‘behance’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’),
    ‘dribbble’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fe’),
    ‘facebook’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f3’),
    ‘flickr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ed’),
    ‘gplus’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f6’),
    ‘linkedin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fc’),
    ‘instagram’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue909’),
    ‘pinterest’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f8’),
    ‘skype’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90d’),
    ‘tumblr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fa’),
    ‘twitter’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f1’),
    ‘vimeo’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ef’),
    ‘rss’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue853’),
    ‘youtube’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue921’),
    ‘xing’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue923’),
    ‘soundcloud’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue913’),
    ‘five_100_px’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue91d’),
    ‘vk’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue926’),
    ‘reddit’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue927’),
    ‘digg’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue928’),
    ‘delicious’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue929’),
    ‘mail’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue805’),

    //woocomemrce
    ‘cart’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),
    ‘details’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue84b’),

    //bbpress
    ‘supersticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808’),
    ‘sticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809’),
    ‘one_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83b’),
    ‘multi_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83c’),
    ‘closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue824’),
    ‘sticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808\ue824’),
    ‘supersticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809\ue824’),

    //navigation, slider & controls
    ‘play’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),
    ‘pause’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue899’),
    ‘next’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue879’),
    ‘prev’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue878’),
    ‘next_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87d’),
    ‘prev_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87c’),
    ‘close’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue814’),
    ‘reload’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue891’),
    ‘mobile_menu’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8a5’),

    //image hover overlays
    ‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),
    ‘ov_image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue869’),
    ‘ov_video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),

    //misc
    ‘search’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue803’),
    ‘info’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue81e’),
    ‘clipboard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8d1’),
    ‘scrolltop’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue876’),
    ‘scrolldown’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue877’),
    ‘bitcoin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue92a’),

    ));

    #686211

    Hi Jordan,

    i solved with color of social Icons, but where is email and tlephone number on the top? I cannot see. What do you mean put on style.css file? if i put on this style.css file i don’t damage or lose anything?

    Thanks

    #686203
    learnmtb
    Participant

    Hi, I have the most up to date version of wordpress and of enfold theme I recently purchased. when I try to edit my home page(the only page that I have images on) by clicking the pencil icon at top of screen, it opens avia layout builder but the progress icon never stops spinning, so I am unable to edit my website home page. Andy suggested in another topic that my php memory limit may be a problem and suggested to increase it to 256mg with my provider Zuver which I have done but its made no difference. Problem is below if you click on the url:
    http://www.learnmtb.com/wp-admin/post.php?post=4&action=edit

    Andy suggested that it was confusing having my topic not match the problem so I am starting a new topic.

    I have been trying to sort this out since I purchased the theme about a month ago but Andy doesn’t seem to be able to help and I feel he is getting frustrated with this case, I was hoping to get some fresh eyes on it. my very lengthy conversation with all pertinent FTP login and password details for you to hopefully resolve this are in the link in private section below. Absolutely everything you need to access my website etc is in that conversation. I really need to be able to edit my homepage – the theme worked once, and I was able to set up the theme as you see it now but its never been able to load since. this is my business site and all my income is from this, please help ASAP.
    If I cant get this theme working this week I will ask for a refund and go back to accesspresslite which worked fine. thanks! could really do with some help! Greg

    #686197
    saint181
    Participant

    HI
    Thanks for your help in the past with the main menu header area. I have played around with a new site as possible project
    http://build.cncsolutionsaustralia.com.au/

    I have a few issues that i need help with please.

    1. Logo – i can move the logo to the left with this

    div .logo {
    float: left;
    position: absolute;
    left: -100px;
    }

    However on mobile it cuts half the logo? I am sure there would be some CSS to fix this? as seen here . https://snag.gy/gMmDsd.jpg

    2. I have managed to get the phone number in the header with help from last time however i need more spacing?.

    3. I have managed to add a search bar using this post – https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/
    however not in the position i am after.

    As you can see in this link the menu area, logo, phone number & search all look like this;
    http://build.cncsolutionsaustralia.com.au/

    I would like it to look like this;

    What i would like

    The logo is almost there, just needs some tweaking, however the menu spacing search and phone number all need work
    See this

    What i would like

    #686194

    Topic: Stop image downsizing?

    in forum Enfold
    raylay
    Participant

    How do I keep my images from being downsized and show the original uploaded size? For instance I am uploading images at 1920 x 1080 and they are much smaller when opening in the Enfold lightbox using the Gallery. Thank you!

    #686193

    Hi,

    Could you post a link to the site in question so that we can take a closer look please? Next time please start a new topic since the thread you posted in is pretty old.

    Thanks,
    Rikard

    • This reply was modified 9 years, 7 months ago by Rikard.
    #686171

    In reply to: Masonry Hover

    Hi,

    Ok, let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #686170
    amarie
    Participant

    In a recent forum question for Enfold theme, a participant asked how to set “the background color behind the site to a different color from “Main Content background color”.” This discussion can be seen at: https://kriesi.at/support/topic/background-colour-2/. It was resolved happily for the participant.

    I would like to do the same, only with an image. I would like to have palm leaves showing down the side of the wedding theme, to match the image currently in the slider at the top.

    Please can you let me know how this can be done.

    Thanks

    #686159

    Hi,

    Try this in Quick CSS:

    .wpcf7-submit {
            margin-top: 20px;
    }

    Cheers!
    Rikard

    #686152

    Hi Monica,

    Sure thing, he it is:

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='https://www.youtube.com/watch?v=Wq-DEL2ONGg' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.8' overlay_color='#4ecac2' overlay_pattern='' overlay_custom_pattern='']
    [av_three_fourth first]
    
    [av_headline_rotator before_rotating='EVERYTHING UNDER ONE ROOF! WE OFFER GREAT ' after_rotating='' multiline='aviaTBmultiline' interval='3' animation='' tag='h2' size='63' align='left' custom_title='#ffffff']
    [av_rotator_item title='MARKETING' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='USER EXPERIENCE' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='CUSTOMER SUPPORT' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='DESIGN SKILLS' link='' linktarget='' custom_title='#315e5b']
    [/av_headline_rotator]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [/av_three_fourth][av_one_fourth]
    
    [av_hr class='invisible' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_font_icon icon='ue897' font='entypo-fontello' style='border' caption='' link='manually,https://vimeo.com/64927358' linktarget='' size='40px' position='center' color='#ffffff']
    Watch our Promo Video
    [/av_font_icon]
    
    [/av_one_fourth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading tag='h1' padding='10' heading='We create <strong>high quality products</strong> that are used and loved by thousands of customers' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='70px' custom_margin_bottom='70px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third][av_one_third]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third][av_one_third]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third]
    [/av_section]
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-gb_macbook.jpg' attachment='466' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-right' tooltip_width='av-tt-large-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='35.9,31.2']
    First of all select the "<strong>Enfold</strong>" option from your admin menu
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-top' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='58.6,35.4']
    Open the demo import tab
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-centered' tooltip_width='av-tt-large-width' tooltip_style='main_color av-tooltip-shadow' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='65.1,52.6']
    Select the demo you like and click the <strong>import</strong> button
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='32.2,68']
    Save the page once you are done
    [/av_image_spot]
    [/av_image_hotspot]
    
    [av_button_big label='Learn more' description_pos='below' link='manually,http://' link_target='' icon_select='no' icon='ue800' font='entypo-fontello' custom_font='#ffffff' color='theme-color' custom_bg='#444444' color_hover='custom' custom_bg_hover='#444444'][/av_button_big]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading heading='What our customers say about us' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_testimonials style='slider_large' columns='2' interval='5' font_color='' custom_title='' custom_content='#bcbcbc']
    [av_testimonial_single src='468' name='Markus Meyer' subtitle='CEO' link='#' linktext='Floorfilla Media']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_testimonial_single]
    [av_testimonial_single src='472' name='Susan Charice' subtitle='CTO' link='#' linktext='Mambajuice']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_testimonial_single]
    [/av_testimonials]
    
    [/av_section][av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#f8f8f8' src='http://kriesi.at/themes/enfold-startup/files/2015/02/hipster-working.jpg' attachment='473' attachment_size='full' attach='parallax' position='center right' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_three_fifth first]
    
    [/av_three_fifth][av_two_fifth]
    
    [av_heading heading='Who are we? What do we do?' tag='h1' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='10px' custom_margin_bottom='10px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_two_fifth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading heading='Developed with the <strong>best partners</strong> you can think of' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='5']
    [av_partner_logo id='474'][/av_partner_logo]
    [av_partner_logo id='475'][/av_partner_logo]
    [av_partner_logo id='476'][/av_partner_logo]
    [av_partner_logo id='477'][/av_partner_logo]
    [av_partner_logo id='478'][/av_partner_logo]
    [av_partner_logo id='479'][/av_partner_logo]
    [av_partner_logo id='480'][/av_partner_logo]
    [av_partner_logo id='481'][/av_partner_logo]
    [av_partner_logo id='482'][/av_partner_logo]
    [av_partner_logo id='483'][/av_partner_logo]
    [/av_partner]
    [/av_section]
    
    [av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-laptop.jpg' attachment='484' attachment_size='full' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading tag='h1' padding='10' heading='Want to know when we got news on our latest product? <strong>Sign up for our newsletter now!</strong>' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_one_third first]
    
    [/av_one_third][av_one_third]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Sign Up' on_send='redirect' sent='Your message has been sent!' link='page,18' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_three_fourth' multi_select=''][/av_contact_field]
    
    [/av_contact]
    
    [/av_one_third][av_one_third]
    
    [/av_one_third]
    [/av_section]
    

    Regards,
    Rikard

    #686150

    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.

    Best regards,
    Rikard

    #686145

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #686137

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #686089

    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){
    .responsive #top #header_meta .social_bookmarks li a{
    color: #000000;
    }
    }
    

    You can adjust the color in the code if you wish to do so.

    Best regards,
    Jordan

Viewing 30 results - 90,691 through 90,720 (of 142,928 total)