Viewing 30 results - 12,931 through 12,960 (of 18,738 total)
  • Author
    Search Results
  • #509621

    Try reducing 1200px to something like 989px or less:

    @media only screen and (max-width: 1200px) {
        #top #header .av-main-nav > li > a {
            font-size: 14px;
        }
    }

    That number is represents the window width the code gets applied.

    #509619

    I found where i needed to put it an copy and paste it as instructed. However, it worked backwards. When screen is large, menu is small, when i shrink the screen the menu goes large. I also changed it to 18 point but no change to font size, and it is now grey instead of black. My orginal edit to the font for the menu was done in the themes advanced settings. Please let me know how to correct.

    #509611

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1200px) {
        #top #header .av-main-nav > li > a {
            font-size: 14px;
        }
    }

    Cheers! 
    Josue

    #509458

    Hi again – OK, so I switched to Text and found the shortcode. Then I added all the numbers as follows (without that space between the 3 and nine – I added that here so you could see). But it still shows up with all the symbols instead of “It’s Your Turn” in the actual post.

    [av_heading heading='It&#3 9;s Your Turn' tag='h3' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#5f3194'][/av_heading]

    Please advise. A few months ago we had the same issue – you could use the codes at your end, but I couldn’t at mine. There’s something I’m missing or that doesn’t work on my system. I’m hoping it’s something I’m missing so we can resolve this. Thanks. You have private info in this thread to check it out. It’s at the bottom of the post – last title. Thanks.

    #509428

    Hey!

    You have to switch to the Text or HTML mode. Look for the actual shortcode:

    [av_heading tag='h3' padding='10' heading='I'm a water person' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    

    Cheers!
    Ismael

    #509424
    michaellausser
    Participant

    Hi all,

    this a great theme, I only stuck in some style options.

    I want to create the accordion:
    – without the plus icon (Font should start at the beginning of the row)
    – everything (toggeld and untoggeled content) with white background
    – a darkgrey line between the questions

    I tried just out a lot basing on existing forum topics but currently I stuck

    at the Color of the seperating lines and at the deletion of the grey box lines at the content.

    /*Accordion Toggle Formats */
    
    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: white;
    color: white;
    }
    
    /* Border of Toggler*/
    
    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: darkgrey white darkgrey white; }
    
    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler, .toggle_content{
        border-top: 10 !important;
        border-bottom: 0 !important;
    }
    
    .js_active .toggler { 
    font-size: 60px; 
    line-height: 76px; 
    color: black !important; 
    font-family: SansaSoftSmConPro-Light; 
    }
    
    .main_color .toggler {
    background: white;
    color: white;
    }
    
    .main_color .toggler:hover {
    color: white;
    background: white;
    }
    
    .toggler, .main_color .toggler.activeTitle:hover {
    background: white;
    color: white;
    }
    
    .main_color .toggle_content {
    background: white;
    }

    http://madlener.wom.server49.vorschauseite.eu/pricing/#toggle-id-1

    Can you please assist a bit.

    Thanks very lot.
    Greetings
    Michael

    P.S. I wanted to attach a jpg…how to do this?

    #509307

    Candeos,

    https://kriesi.at/support/topic/post-meta-information-not-appearing-on-single-post-in-restaurant-theme-in-enfold/

    Check out the link above, they made us a Meta Information shortcode that, coupled with CSS changes to the Header bar, allows me to simulate my regular post format when using the Advanced Editor. It’s good enough for me to create a template so my clients can easily create posts without the bizarre default behavior.

    This is my CSS:

    #top .fullsize .template-blog .post-title, #top #main > .title_container > div > h1.entry-title > a{ 
    	text-transform: uppercase;
    	font-size: 34px;
    	text-align:center;
    	width:100%;
    	display:block;
    	color: rgb(34,34,34);
    	text-align: center;
        font-size: 30px;
        padding: 15px 0;
        max-width: 800px;
        margin: 0 auto;
    }
    #top #main > .title_container{
    	background: #fff;
    }
    #top #main > div.container_wrap{
    	border: none;	
    }
    #509113

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-wdith: 767px) {
    .av-image-caption-overlay-center { font-size: 14px !important; }}

    Cheers!
    Yigit

    #509101

    @Rikard I tried the CSS code you supplied but I don’t like the look. It basically squished the button and the text went to 2 lines vs. 1 line. I’d prefer 1 line. I already have some CSS you guys supplied me for this exact thing. Here’s what’s currently in my Quick CSS box:
    .single .post-entry .wp-post-image {
    width: 100%;
    }

    ::selection {
    background-color: #8f8f8f;
    color: #ffffff;
    }

    .wpcf7-response-output {
    clear: both;
    }

    .tab_titles .tab { font-size: 15px !important; }

    .phone-info p { font-size: 16px; float: left; margin-right: 15px; }
    #header_meta .social_bookmarks {
    top: 10px;
    position: relative;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 171px;
    }

    #509047

    Hi – I gave it a try, but it didn’t work. Can you check what I did wrong? I remember trying the codes before, but it not working.

    I was going for “It’s Your Turn”.

    This is how it looked after I changed the short code in the editor.

    [av_heading heading='It's Your Turn' tag='h3' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#5f3194'][/av_heading]

    and this is what it did in my post preview (post is unpublished, so no live link) – see screen shot
    https://www.dropbox.com/s/siycydalnqaodis/Screen%20Shot%202015-09-25%20at%2010.03.40%20AM.png?dl=0

    Thanks

    #508642
    BrendaSarg
    Participant

    I’m using the buttons on the bottom of all my pages for navigation.

    Problem is, on different screen sizes they are not resizing and staying in the box? Can you help? I’d like to decrease the padding as well.

    This is the code I added to increase the font size:
    .avia_iconbox_title {font-size:18px !important; padding: 0px !important;}

    #508585

    I adjusted your code to the following so it still works when the header shrinks when scrolling:

    /* Show Title + Logo */
    .logo, .logo a { overflow: visible !important; }
    .logo .subtext { color: #fff; float: left; margin-left: 20px; width: 250px; z-index: 999; font-size: 40px; }
    .logo img { float: left; }

    Thank you,

    #508480

    Hi Ismael,

    super! it works

    Now i would like to reduse te caption font size cause it’s too big .

    Which kind of css can i use?

    Thanks a lot for your help!

    Cheers

    Mario

    #508467

    Hey indigotin!

    Following code should help

    #top .avia-icon-tooltip { font-size: 12px!important; }

    Please add it to Quick CSS field in Enfold theme options under General Styling tab

    Regards,
    Yigit

    #508269

    Hi!

    Since you’re using the default editor, please insert the special heading without the apostrophe. When you’re done look for the actual shortcode in the editor. It will look like this:

    [av_heading tag='h3' padding='10' heading='Im a water person' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    

    Look for the heading attribute or parameter (heading=’I am a water person’). Add the apostrophe html entity number manually:

    [av_heading tag='h3' padding='10' heading='I&#3 9;m a water person' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    

    In order to display the actual entity number in this thread, I have to add a space between the integer “3” and “9”. You have to remove that space. http://www.ascii.cl/htmlcodes.htm

    Again, we are very sorry for the inconvenience.

    Cheers!
    Ismael

    #508201
    rudtek
    Participant

    I’m having problems with your form builder. The page at movept.rudtek.com. the last 2 sections of the page are giving me problems. I want to a have a 2 column (1/3, 2/3) section followed by a full width map section. If i place the 2 colum section in a grid row, it doesn’t stay in the container. However if i place it in a color section and then place two colums so that i can stay in the container, it places the map in a container so it’s no longer full width. I’ve placed the full code below. You’ll see that if you delete the bottom color section that has 2 columns (a contact data section adn a contact form, the map will go back to full width.

    How can we fix this?

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt-header-parallax01.jpg' attachment='24' attachment_size='full' attach='parallax' position='center left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_textblock size='' font_color='custom' color='#79c143']
    <h1 class="pagetitle">Move Better,</h1>
    <h1 class="pagetitle">Feel Better</h1>
    [/av_textblock]
    
    [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']
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    At MovePT, Physical Therapy is all about learning how to move in ways that feel better. Through movement skills and lessons designed with your life in mind, you can reduce pain, improve your performance, and move better at work, home, and play.
    [/av_textblock]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='services' 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_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">Services:</h1>
    <h2 class="subtitle" style="text-align: center;">Harmony and rhythm keep the body in balance and when the system fall out of sync the pain starts to set in. Let me help you in becoming pain free by teaching you better techniques in body movement. Call today or book an appointment below.</h2>
    [/av_textblock]
    
    [av_one_fourth 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']
    
    [av_image src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt_services_workplaceprograms_thumbnail.jpg' attachment='194' attachment_size='full' align='center' animation='pop-up' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    
    [av_textblock size='' font_color='' color='']
    <h3 style="text-align: center;">Workplace Programs</h3>
    <p style="text-align: center;">Industry specific movement workshops and practical injury prevention for employees in all types of business.</p>
    [/av_textblock]
    
    [av_button label='Learn More' link='manually,/services/#workplace' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    
    [/av_one_fourth][av_one_fourth 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']
    
    [av_image src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt_services_workshopsandevents_thumbnail.jpg' attachment='195' attachment_size='full' align='center' animation='pop-up' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    
    [av_textblock size='' font_color='' color='']
    <h3 style="text-align: center;">Movement Labs</h3>
    <p style="text-align: center;">Solve your movement puzzles and get out of pain with skills learned in these dynamic group sessions.</p>
    [/av_textblock]
    
    [av_button label='Learn More' link='manually,/services/#workshop' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    
    [/av_one_fourth][av_one_fourth 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']
    
    [av_image src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt_services_trainingandeducation_thumbnail.jpg' attachment='193' attachment_size='full' align='center' animation='pop-up' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    
    [av_textblock size='' font_color='' color='']
    <h3 style="text-align: center;">Training & CEUs</h3>
    <p style="text-align: center;">Continuing education seminars and advanced movement training for rehabilitation professionals</p>
    [/av_textblock]
    
    [av_button label='Learn More' link='manually,/services/#training' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    
    [/av_one_fourth][av_one_fourth 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']
    
    [av_image src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt_services_physicaltherapy_thumbnail.jpg' attachment='192' attachment_size='full' align='center' animation='pop-up' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    
    [av_textblock size='' font_color='' color='']
    <h3 style="text-align: center;">Physical Therapy</h3>
    <p style="text-align: center;">Learn to move in ways that help you perform better every day. Private PT sessions for all ages and stages.</p>
    [/av_textblock]
    
    [av_button label='Learn More' link='manually,/services/#physical-therapy' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    
    [/av_one_fourth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt-contact-parallax06.jpg' attachment='23' attachment_size='full' attach='parallax' position='center center' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_testimonials style='slider_large' columns='2' interval='3' font_color='' custom_title='' custom_content='']
    [av_testimonial_single src='' name='Jane Doe' subtitle='' link='http://' linktext='']
    Jeni has been treating my daughter for the past two years, and we have been enormously pleased with the results of her work. She is wonderful with children and makes the session so much fun that my daughter loves to attend and tries her best to do just what Jeni asks. Jeni's kinetic sense is phenomenal; she analyzes patterns of movement and intuitively grasps exactly what types of exercise and movement will be most beneficial. As a result, we have seen major improvements in my daughter's functional ability...
    [/av_testimonial_single]
    [/av_testimonials]
    
    [av_button label='READ MORE' link='manually,http://' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='calendar' 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_full 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']
    
    [av_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">Calendar:</h1>
    <h2 class="subtitle" style="text-align: center;">Book and appointment with us, call or email today.</h2>
    [tribe_mini_calendar]
    [/av_textblock]
    
    [/av_one_full]
    [/av_section]
    
    [av_section min_height='50' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt-blog-parallax03.jpg' attachment='20' attachment_size='full' attach='parallax' position='center left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''][/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='blog' 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_full 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']
    
    [av_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">BLOG:</h1>
    <h2 class="subtitle" style="text-align: center;">Stay on track with MovePT.</h2>
    [/av_textblock]
    
    [av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='3' contents='excerpt_read_more' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='no']
    
    [/av_one_full]
    [/av_section]
    
    [av_section min_height='50' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt-about-parallax04.jpg' attachment='15' attachment_size='full' attach='parallax' position='center left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''][/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">ABOUT:</h1>
    My name is Dr. Jeni Gall. I have a true passion for the intricacies of human movement and a love of teaching. I believe the art of Physical Therapy is in helping clients recognize habits and patterns of movement that are contributing to pain and dysfunction and then teaching practical strategies for lasting change.
    
    <strong>Graduated</strong> with Doctorate in Physical Therapy from <a href="http://www.pacificu.edu" target="_blank">Pacific University</a>, OR (2003)
    
    <strong>Clinical Experience</strong> includes pediatrics, orthopedics & sports, women’s health, and skilled nursing
    
    <strong>400+ hours</strong> of continuing education
    
    <strong>Comprehensive Movement Training</strong> – <a href="http://www.movementseminars.com/courses/default.cfm" target="_blank">Certified Orthopedic Movement Specialist</a> (2013-2014)
    
    <strong>Credentialed Clinical Instructor</strong> – <a href="http://www.apta.org/" target="_blank">American Physical Therapy Association</a> (2013)
    
    <strong>Board of Directors, Vice President</strong> – <a href="http://masteringpaininstitute.com/">Mastering Pain Institute</a> (2015)
    [/av_textblock]
    
    [/av_section][av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='resources' color='main_color' custom_bg='' src='http://movept.rudtek.com/wp-content/uploads/2015/08/MovePt-resources-parallax05.jpg' attachment='26' attachment_size='full' 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_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">RESOURCES:</h1>
    <h2 class="subtitle white" style="text-align: center;">Online Movement Lessons.</h2>
    [/av_textblock]
    
    [av_button label='LEARN MORE' link='manually,/resources' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='contact' 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_textblock size='' font_color='' color='']
    <h1 class="ltblue" style="text-align: center;">CONTACT:</h1>
    <h2 class="subtitle" style="text-align: center;">Want to book an appointment? Contact us today and get moving.</h2>
    [/av_textblock]
    
    [/av_section][av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    
    [av_cell_one_third vertical_align='middle' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_textblock size='' font_color='' color='']
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Direct – 503.310.1323
    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Address – 1409 Franklin Street Suite 103, Vancouver, WA
    
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Office Phone – 360.718.7603
    
    [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Fax – 360.852.8043
    
    [av_font_icon icon='ue843' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Get Directions
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_two_third vertical_align='middle' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_textblock size='' font_color='' color='']
    [contact-form-7 id="47" title="Contact form 1"]
    [/av_textblock]
    
    [/av_cell_two_third][/av_layout_row][av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_one_third 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']
    
    [av_textblock size='' font_color='' color='']
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Direct – 503.310.1323
    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Address – 1409 Franklin Street Suite 103, Vancouver, WA
    
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Office Phone – 360.718.7603
    
    [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Fax – 360.852.8043
    
    [av_font_icon icon='ue843' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Get Directions
    [/av_textblock]
    
    [/av_one_third][av_two_third  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']
    
    [av_textblock size='' font_color='' color='']
    [contact-form-7 id="47" title="Contact form 1"]
    [/av_textblock]
    
    [/av_two_third][/av_section][av_google_map height='400px' zoom='16' saturation='' hue='#5b9dc2' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='1409 Franklin Street' city='Vancouver' country='' long='-122.676714' lat='45.6322059' marker='22' imagesize='40' tooltip_display='']
    1409 Franklin Street Suite 103 Vancouver, WA
    [/av_gmap_location]
    [/av_google_map]
    
    
    #508179

    Hi!

    You enclosed all text in h3 tags. Try this:

    <style>
    .avia_textblock h3 {
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 8px;
    }
    </style>

    Again, add the code in a code block. Or in the Enfold > General Styling > Quick CSS field.

    Cheers!
    Ismael

    #508131

    Hi!

    Thank you for the info. Please remove the code on functions.php file then add this in the Quick CSS field:

    @media only screen and (max-width: 1024px)
    {
    	.responsive #top .sticky_placeholder{height:0px;}
    	.responsive #top .av-submenu-container{top: auto !important; position: relative !important; height:auto; }
    	
    	.responsive #top .av-menu-mobile-active {text-align: center; }
    	.responsive #top .av-menu-mobile-active .mobile_menu_toggle{display: inline-block;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu{display:none;}
    	
    	.responsive #top #wrap_all .av-menu-mobile-active.container {width:100%; max-width: 100%;}
    	.responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu{display:block;}
    	.responsive #top .av-subnav-menu > li:first-child{margin-top:-1px;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu  li{display:block; border-top-style: solid; border-top-width: 1px; padding:0;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu > li > a{border-left:none; padding:15px 15%; text-align: left;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: "\25B6"; position: absolute; top: 15px; margin-left: -10px; font-family: 'entypo-fontello'; font-size: 7px;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li > ul{visibility:visible; opacity: 1; top:0; left:0; position: relative; width:100%; border:none;}
    	.responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{display: none;}
    	.responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{display: block;}
    	
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li > ul a{padding:15px 19%;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li li > ul a{padding:15px 24%;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li li li > ul a{padding:15px 29%;}
    }

    It will enable the mobile button on iPad view.

    Regards,
    Ismael

    AccelerateMe
    Participant

    Forms – unable to change the background color of the fields.
    I’m in the wp-admin > enfold > general styling > Quick CSS.
    I’ve made other changes in there before that take.

    This is what I’m trying to change:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-color: #000000;
        background-color: #595959;
        color: #808080;
    }

    ^ I got that from F12 in Chrome. Refreshed, reloaded.
    Viewed in FF – same thing.
    Emptied cache, same thing.

    This is what I have in the Quick CSS area of the wp-admin:

    input, input[type='text'] {color:#333;background:#fff;}
    .entry-content p {font-size:110%;}
    .av_one_half  {font-size:90%;}
    .av_one_third {margin-left:3%;}
    #avia-menu a:link, #avia-menu li a:visited {color:#efefef;}
    * .ls-container .ls-bottom-nav-wrapper {visibility:hidden;display:none;}
    .title_container .main-title {color:#efefef;font-family: "'Ubuntu', sasns-serif;font-size:48px;font-weight:700;padding-bottom:15px;}
    .content {padding-top:0px;}
    #top #main .sidebar,  {border-left:1px solid  #d6d4d1;}
    .entry-content-wrapper div li {list-style:square;list-style-position:inside;line-height:1.8em;}
    .menu {text-transform:lowercase; }
    .main_color .sidebar {color:#efefef;}
    div.wpcf7-response-output {font-size:2em;}
    span.avia-menu-text {border-right:1px solid #d6d4d1;padding-right:14px;padding-top:10px;padding-bottom:10px;border-top:0px;border-bottom:0px;border-left:0px;font-weight:700;}
    . menu-item-top-level-1 {margin:2px;}
    .header_color .main_menu ul:first-child  a {color:#fff;}
    <strong>#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select  {background-color:#efefef;background-color:#efefef;}</strong>
    .title_container .main-title {line-height:115%;}
    @media only screen and (max-width: 501px)
    {
     .entry-content p {font-size:1.5em;line-height:115%;}
    }
    

    ———————
    The other elements work fine. Trying to change all of the form input fields to be #efefef background is not working.
    Any suggestions as to why it is not coming in as I stated?

    #508085
    aetios
    Participant

    Hi,

    This is a following of the following thread:
    https://kriesi.at/support/topic/theme-options-changes-not-working/?login_error#post-465225

    We are not able to save the theme options and it’s not related to a plugin.

    The php info:
    http://openmindfestival.com/info.php

    Our web master is saying that the problems is in wp_option avia_options_enfold.

    Apparently it’s an option somewhere in there causing the problem.

    a:1:{s:4:”avia”;a:151:{s:9:”frontpage”;s:2:”19″;s:9:”undefined”;s:32:”Utilisez l’image comme logo”;s:8:”blogpage”;s:2:”45″;s:4:”logo”;s:66:”http://openmindfestival.com/wp-content/uploads/2015/03/logo_OM.png”;s:7:”favicon”;s:0:””;s:9:”preloader”;s:8:”disabled”;s:21:”preloader_transitions”;s:21:”preloader_transitions”;s:14:”preloader_logo”;s:0:””;s:15:”websave_windows”;s:0:””;s:6:”markup”;s:0:””;s:15:”lightbox_active”;s:15:”lightbox_active”;s:9:”analytics”;s:508:”<script>
    (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);

    ga(‘create’, ‘UA-311875-3’, ‘auto’);
    ga(‘send’, ‘pageview’);

    </script>”;s:16:”color-body_style”;s:9:”stretched”;s:15:”header_position”;s:10:”header_top”;s:20:”layout_align_content”;s:20:”content_align_center”;s:18:”sidebarmenu_sticky”;s:18:”conditional_sticky”;s:19:”sidebarmenu_widgets”;s:0:””;s:18:”sidebarmenu_social”;s:8:”disabled”;s:17:”responsive_active”;s:17:”responsive_active”;s:15:”responsive_size”;s:6:”1310px”;s:13:”content_width”;s:2:”73″;s:14:”combined_width”;s:3:”100″;s:12:”color_scheme”;s:12:”Splash Green”;s:24:”colorset-header_color-bg”;s:7:”#ffffff”;s:25:”colorset-header_color-bg2″;s:7:”#f8f8f8″;s:29:”colorset-header_color-primary”;s:7:”#6bbd45″;s:31:”colorset-header_color-secondary”;s:7:”#444444″;s:27:”colorset-header_color-color”;s:7:”#333333″;s:26:”colorset-header_color-meta”;s:7:”#808080″;s:29:”colorset-header_color-heading”;s:7:”#000000″;s:28:”colorset-header_color-border”;s:7:”#e1e1e1″;s:25:”colorset-header_color-img”;s:0:””;s:33:”colorset-header_color-customimage”;s:0:””;s:25:”colorset-header_color-pos”;s:10:”top center”;s:28:”colorset-header_color-repeat”;s:6:”repeat”;s:28:”colorset-header_color-attach”;s:6:”scroll”;s:22:”colorset-main_color-bg”;s:7:”#ffffff”;s:23:”colorset-main_color-bg2″;s:7:”#fcfcfc”;s:27:”colorset-main_color-primary”;s:7:”#6bbd45″;s:29:”colorset-main_color-secondary”;s:7:”#79d150″;s:25:”colorset-main_color-color”;s:7:”#666666″;s:24:”colorset-main_color-meta”;s:7:”#919191″;s:27:”colorset-main_color-heading”;s:7:”#222222″;s:26:”colorset-main_color-border”;s:7:”#e1e1e1″;s:23:”colorset-main_color-img”;s:6:”custom”;s:31:”colorset-main_color-customimage”;s:0:””;s:23:”colorset-main_color-pos”;s:12:”bottom right”;s:26:”colorset-main_color-repeat”;s:9:”no-repeat”;s:26:”colorset-main_color-attach”;s:6:”scroll”;s:27:”colorset-alternate_color-bg”;s:7:”#83a83d”;s:28:”colorset-alternate_color-bg2″;s:7:”#ffffff”;s:32:”colorset-alternate_color-primary”;s:7:”#719430″;s:34:”colorset-alternate_color-secondary”;s:7:”#83a83d”;s:30:”colorset-alternate_color-color”;s:7:”#666666″;s:29:”colorset-alternate_color-meta”;s:7:”#536530″;s:32:”colorset-alternate_color-heading”;s:7:”#222222″;s:31:”colorset-alternate_color-border”;s:7:”#e1e1e1″;s:28:”colorset-alternate_color-img”;s:63:”{{AVIA_BASE_URL}}images/background-images/gradient-top-dark.png”;s:36:”colorset-alternate_color-customimage”;s:0:””;s:28:”colorset-alternate_color-pos”;s:10:”top center”;s:31:”colorset-alternate_color-repeat”;s:8:”repeat-x”;s:31:”colorset-alternate_color-attach”;s:6:”scroll”;s:24:”colorset-footer_color-bg”;s:7:”#222222″;s:25:”colorset-footer_color-bg2″;s:7:”#333333″;s:29:”colorset-footer_color-primary”;s:7:”#ffffff”;s:31:”colorset-footer_color-secondary”;s:7:”#aaaaaa”;s:27:”colorset-footer_color-color”;s:7:”#dddddd”;s:26:”colorset-footer_color-meta”;s:7:”#919191″;s:29:”colorset-footer_color-heading”;s:7:”#919191″;s:28:”colorset-footer_color-border”;s:7:”#444444″;s:25:”colorset-footer_color-img”;s:0:””;s:33:”colorset-footer_color-customimage”;s:0:””;s:25:”colorset-footer_color-pos”;s:10:”top center”;s:28:”colorset-footer_color-repeat”;s:6:”repeat”;s:28:”colorset-footer_color-attach”;s:6:”scroll”;s:24:”colorset-socket_color-bg”;s:7:”#2e2e2e”;s:25:”colorset-socket_color-bg2″;s:7:”#555555″;s:29:”colorset-socket_color-primary”;s:7:”#ffffff”;s:31:”colorset-socket_color-secondary”;s:7:”#aaaaaa”;s:27:”colorset-socket_color-color”;s:7:”#eeeeee”;s:26:”colorset-socket_color-meta”;s:7:”#979797″;s:29:”colorset-socket_color-heading”;s:7:”#ffffff”;s:28:”colorset-socket_color-border”;s:7:”#444444″;s:25:”colorset-socket_color-img”;s:0:””;s:33:”colorset-socket_color-customimage”;s:0:””;s:25:”colorset-socket_color-pos”;s:10:”top center”;s:28:”colorset-socket_color-repeat”;s:6:”repeat”;s:28:”colorset-socket_color-attach”;s:6:”scroll”;s:16:”color-body_color”;s:7:”#333333″;s:14:”color-body_img”;s:0:””;s:22:”color-body_customimage”;s:0:””;s:14:”color-body_pos”;s:10:”top center”;s:17:”color-body_repeat”;s:6:”repeat”;s:17:”color-body_attach”;s:6:”scroll”;s:14:”google_webfont”;s:11:”EB Garamond”;s:12:”default_font”;s:16:”Lato:300,400,700″;s:23:”color-default_font_size”;s:0:””;s:9:”quick_css”;s:2132:”/* Main Menu font szie*/
    .main_menu ul:first-child > li > a { font-size: 18px; }

    /* Fullscreen slider button size */
    #top .avia-slideshow-button {padding: 25px 50px 23px;
    font-size: 15px;
    min-width: 200px;}

    /* Mansonry Gallery Font size and hover color */
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 28px ;
    text-align: center;
    }
    .av-masonry-entry.isotope-item:hover .av-masonry-entry-title {
    color: green !important;
    }

    /* Accordion Slider Title size */
    #top .aviaccordion-title { font-size: 32px; }

    /* Table Cell Size */
    .main_color .pricing-table>li:nth-child(odd) {
    height: 60px;
    }
    .main_color .pricing-table>li:nth-child(even) {
    height: 60px;
    }

    /* Body font size */
    body {
    font: 15px/1.65em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    }

    /* drop shadow effect*/
    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 30px 30px 20px #000;}

    /*Logo Fix*/
    .header-scrolled span.subtext {
    opacity: 0;
    }

    /*Fix button ticket homepage*/
    #top .avia-slideshow-button.avia-color-dark {
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 1);
    }
    openmindfestival.com/media=”all”
    #top .avia-button.avia-color-dark {
    color: rgba(0, 0, 0, 0);
    border: 3px solid #000;
    color: rgba(0,0,0,0.6);
    border-color: rgba(255, 255, 255, 1);
    background: white;
    }

    /* remove html tag in comments section*/
    .form-allowed-tags { display: none!important; }

    /* modification SImon need to be commented*/

    .page-id-27 .avia_code_block_0 {
    position: relative;
    top: -51px;
    }
    strong.logo a img {
    padding-top: 9px;
    }

    .js_active .tab {
    font-size: 16px;
    }

    .sidebar_tab .tab_icon {
    font-size: 20px;
    }
    .header-scrolled strong.logo a img {
    padding: 3px 0;
    }

    .av-masonry-date{
    display:bobe;
    }

    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

    .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }”;s:13:”header_layout”;s:36:”logo_left main_nav_header menu_right”;s:11:”header_size”;s:4:”slim”;s:18:”header_custom_size”;s:3:”150″;s:18:”header_menu_border”;s:0:””;s:12:”header_style”;s:0:””;s:16:”header_title_bar”;s:16:”hidden_title_bar”;s:13:”header_sticky”;s:13:”header_sticky”;s:16:”header_shrinking”;s:16:”header_shrinking”;s:18:”header_unstick_top”;s:8:”disabled”;s:14:”header_stretch”;s:8:”disabled”;s:17:”header_searchicon”;s:17:”header_searchicon”;s:13:”header_social”;s:37:”icon_active_right extra_header_active”;s:21:”header_secondary_menu”;s:0:””;s:19:”header_phone_active”;s:0:””;s:5:”phone”;s:0:””;s:23:”header_replacement_logo”;s:87:”http://openmindfestival.com/wp-content/uploads/2015/03/Logo-catalyseur-drop-300×112.png”;s:23:”header_replacement_menu”;s:7:”#ffffff”;s:24:”header_mobile_activation”;s:17:”mobile_menu_phone”;s:22:”header_mobile_behavior”;s:8:”disabled”;s:14:”archive_layout”;s:13:”sidebar_right”;s:11:”blog_layout”;s:13:”sidebar_right”;s:13:”single_layout”;s:13:”sidebar_right”;s:11:”page_layout”;s:13:”sidebar_right”;s:19:”smartphones_sidebar”;s:8:”disabled”;s:16:”page_nesting_nav”;s:16:”page_nesting_nav”;s:22:”display_widgets_socket”;s:3:”all”;s:14:”footer_columns”;s:1:”1″;s:9:”copyright”;s:172:”[nolink]© OpenMind Festival – Design et réalisation par Laboratoire Pachaloha“;s:13:”footer_social”;s:13:”footer_social”;s:10:”blog_style”;s:12:”single-small”;s:17:”single_post_style”;s:10:”single-big”;s:27:”single_post_related_entries”;s:24:”av-related-style-tooltip”;s:16:”blog-meta-author”;s:16:”blog-meta-author”;s:18:”blog-meta-comments”;s:18:”blog-meta-comments”;s:18:”blog-meta-category”;s:8:”disabled”;s:14:”blog-meta-date”;s:14:”blog-meta-date”;s:19:”blog-meta-html-info”;s:19:”blog-meta-html-info”;s:13:”blog-meta-tag”;s:8:”disabled”;s:14:”share_facebook”;s:14:”share_facebook”;s:13:”share_twitter”;s:13:”share_twitter”;s:15:”share_pinterest”;s:15:”share_pinterest”;s:11:”share_gplus”;s:11:”share_gplus”;s:12:”share_reddit”;s:12:”share_reddit”;s:14:”share_linkedin”;s:14:”share_linkedin”;s:12:”share_tumblr”;s:12:”share_tumblr”;s:8:”share_vk”;s:8:”share_vk”;s:10:”share_mail”;s:10:”share_mail”;s:12:”social_icons”;a:6:{i:0;a:2:{s:11:”social_icon”;s:5:”vimeo”;s:16:”social_icon_link”;s:33:”http://vimeo.com/openmindfestival”;}i:1;a:2:{s:11:”social_icon”;s:8:”facebook”;s:16:”social_icon_link”;s:49:”https://www.facebook.com/groups/openmindfestival/”;}i:2;a:2:{s:11:”social_icon”;s:9:”instagram”;s:16:”social_icon_link”;s:38:”https://instagram.com/festivalopenmind”;}i:3;a:2:{s:11:”social_icon”;s:6:”flickr”;s:16:”social_icon_link”;s:52:”https://www.flickr.com/photos/openmindfestival/sets/”;}i:4;a:2:{s:11:”social_icon”;s:10:”soundcloud”;s:16:”social_icon_link”;s:40:”https://soundcloud.com/festival-openmind”;}i:5;a:2:{s:11:”social_icon”;s:7:”youtube”;s:16:”social_icon_link”;s:45:”https://www.youtube.com/user/FestivalOpenMind”;}}s:17:”avia-nonce-import”;s:10:”abcdaff1ac”;s:18:”config_file_upload”;s:0:””;s:15:”iconfont_upload”;s:0:””;s:16:”updates_username”;s:6:”aetios”;s:15:”up

    bluebubble
    Participant

    Hi Guys,

    Thanks for a great theme. Im working on a clients site http://www.dreamtexltd.com

    I have a few issues Im hoping you can help out with.

    1. Color sections with image bg.

    First off…I have portfolio pages built with advanced builder.

    Using colour sections as the first element on the page for a fullscreen image. (this is also happening on the home page 2nd section)

    Set at 100% of browser height

    No repeat (I tried stretch to fit and it has no change)

    For some reason the images are being enlarged slightly and cropping some of the image off, can you take a look at this?

    This is happening at all screen sizes. It is noticeable on some of the portfolio pages more than some of the others. The images are 2560 x1440px (16:9)

    So I inspected element and came to here:

    https://drive.google.com/file/d/0B_4yPg5NFl4UM2dhVEVjLXpCQTA/view?usp=sharing

    https://drive.google.com/file/d/0B_4yPg5NFl4UaWtoaktwMFl4Nms/view?usp=sharing

    If i set my browser to fullscreen (27in iMac) and play with the values setting the height to 1440px and reduce the webkit-transform: translate by 100-150px this displays how I want the image to look.

    What controls/calculates these values? and how can I edit the way my images are being displayed.

    Its as though the bottom of my browser is lower than it actually is making the image enlarge. Can this be reduced?

    To best illustrate the issue I have set up the portfolio page http://dreamtexltd.com/portfolio-item/jcb/best show the issue.

    At the top I have also placed a fullwidth slider set to original dimensions of the image…this handles the image and gives the desired look I need (no cropping)…however by adding this element it breaks the navigation for the portfolio…as in removes it completely.

    Below this is the colour section using 100% browser height with the same image…you can see the difference in scaling on the image and the crop of the JCB…There’s too much

    Basically I need the look of the fullwidth slide at the top whilst keeping the portfolio nav buttons left and right as all images have been produced to this dimensions already

    Also whilst Im on this…when viewing on iPad 4 (retina) the same colour section image (every portfolio page) ignores and image alignment (i.e. top-center…centre-centre etc) and looks like it is set at bottom-centre….is this just the way the theme works or is something not working correctly on our site?

    Which then brings me to issues 2 & 3 (iPad – Retina related – not sure about non-retina as I don’t have access)

    https://drive.google.com/file/d/0B_4yPg5NFl4UaXd2bThveUlIQWs/view?usp=sharing

    2. The menu when viewed in portrait mode on the same iPad switches to mobile mode however the desktop menu is still there behind the menu icon (screenshot)…how do I keep the mobile menu and remove the desktop? I have tried bits of snippets (obviously not correct ha!)

    3. The grid row on the contact page is not collapsing to show each grid column individually (like on mobile) when on retina iPad – I’d like it to do so if possible (again there may be some CSS below that relates to this but is not correct)

    Here is my custom CSS is there anything in there that could be causing these problems?

    .main_color .avia-color-theme-color-subtle {
    background-color: #ea5a2b;
    color: #fff;
    }
    .slideshow_caption {
    width: 59%;
    }

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
    .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
    {
    background: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 3px;
    }
    #top .scroll-down-link {
    height: 90px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    bottom:15px;
    color: #FFF;
    text-align: center;
    font-size: 90px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
    }

    .widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #777 !important;
    }
    div .av_one_fourth {
    margin-left: 2.5%;
    width: 23%;
    }

    @media only screen and (max-width: 989px) {
    #scroll-top-link { display: block!important; }}

    span.scroll-down-text {
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    }
    #top .avia-post-nav{
    background: rgba(0,0,0,0.4);
    border: 1px solid #ea5b2b;
    }

    .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content,
    .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a,
    .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title,
    .main_color .related-format-icon, .grid-entry .main_color .avia-arrow,
    .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img,
    .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon,
    .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current,
    .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner,
    .main_color .av-hotspot-fallback-tooltip-count {
    background-color: #41235d;
    color: #ea5b2b;
    }

    Thanks

    Ric

    #508048
    indigotin
    Participant

    I’ve been trying to change the font size of the caption on a standalone icon, but without success. This thread helped me change the size of icon border: https://kriesi.at/support/topic/size-of-standalone-icon-with-border/ but I haven’t been able to work out how to change the caption size.

    Any help would be much appreciated.

    Thanks!

    #507938

    Hi Dave!

    It looks like because you have the font size very large and the text for the link does not have any spaces in it so the browser does not know where to break it.

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .avia_textblock a {
        font-size: 16px !important;
    }
    </style>

    Cheers!
    Elliott

    #507912
    mogammad
    Participant

    Hi

    Hope you all doing well. Is there any way i can increase the size of the main menu fonts?
    i can increase header size and logos etc but not that. Please advise.

    Thanks!

    Kind Regards

    #507733

    Hi!

    1.) Are you talking about mobile menu icon? did the other one show up before? does it show up again when you remove the custom CSS code we provided you in this thread?

    2.) Try this code to move the content down a bit:

    .av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-1.avia-builder-el-no-sibling.av-thin-font.av-inherit-size {
    margin-top: 52px;
    }
    

    Cheers!
    Andy

    #507589

    In reply to: Menu Dropdown

    Hey!

    Try to adjust the font size:

    @media only screen and (max-width: 767px) {
    .esg-selected-filterbutton {
        padding: 2px 3px;
        font-size: 10px;
    }
    }

    Regards,
    Ismael

    Hey!

    Try adding this code to the Quick CSS:

    #top .af-body .af-element label, #top .af-body .af-element input.text {
        font-size: 14px !important;
        
        color: white !important;
    }
    .af-header, .af-footer {
        display: none;
    }
    
    .af-form {
        max-width: 700px !important;
        background-color: transparent !important;
        position: relative;
    }
    
    .af-standards .af-element {
        padding: 0 !important;
    }
    @media only screen and (min-width: 767px) {
        .af-form {
            left: 30px;
        }
        .af-standards .af-element {
            width: 32%;
            float: left;
            margin-left: 1% !important;
        }
        .af-element.buttonContainer {
            top: 19px;
            position: relative;
            left: -30px;
        }
    
    }
    .af-standards .af-element:first-child{
        margin-left: 0 !important;
    }
    
    .af-element.privacyPolicy {
        display: none;
    }
    
    .af-element.poweredBy {
        display: none;
    }
    
    .af-body .af-element input.text {
       color: #fff !important;
       border-color: #fff !important;
       border-width: 2px !important;
       background-color: transparent !important;
       padding: 12px !important;
    }

    Cheers! 
    Josue

    #507297

    I need help again with this. I had to change the behavior of the button to open the link to a new window vs. same window. When I did this. It jacked up the code you guys inserted so now the button is underneath the phone number again. I want it to read horizontally
    “Call Today: 800.608.3645 [Client Login]”

    Under Theme Options/Header/Phone Number or small info text:
    <p>Call Today: 800.608.3645</p> [av_button label='Client Login' link='manually,https://www08.8f7.com/4DACTION/WebShowMenu' link_target='_blank' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    I did not change anything within the Quick CSS box
    Can we fix this, please?
    And any chance you could provide the code here so should I jack it up again, I have it to paste in there? I also enclosed login info below.

    Thank you! Thank you!

    #507169

    Elliott – thanks. We all agree that it is a great OPTION to have different settings for each language.

    The problem is (or WAS, see below) that so far stuff like import/export or any other way to quickly set all basic theme options for all languages did not work. And how often will you have different fonts, different headline sizes, different link colors and another gazillion standard theme settings… usually those are all the same for all languages and only a few things, like logo, frontpage, etc. will differ…

    The option you edited out :) (exporting the settings, then re-import after switching to a different language) did not work for me when I started this topic a couple weeks ago.

    Right now, after your suggestion, I did a quick test again on a different test site, and it seemed to work.
    Did not see anything in the Enfold changelogs, but maybe a “silent update” fixed this? If so: thanks!

    If it really does work, I am happy.
    It is not the best solution I can imagine, but quick enough, I usually do not tweak that much after a site is set up.

    I’ll check this again on my other sites and report back.
    If the export/import workaround works, the problem is solved for me.

    cheers
    Martin

    #506871

    Hi tdebrouwer,

    The header in your portfolio section is too big to be displayed on mobile, please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    #portfolio .av-special-heading-tag {
    font-size: 60px !important;
    }
    }

    Your other issue is probably due to the settings or the nature of the image, you could create a new section with a different image adapted to mobile screen and then hide/show the sections with CSS if that’s an option for you?

    Regards,
    Rikard

    • This reply was modified 10 years, 6 months ago by Rikard.
Viewing 30 results - 12,931 through 12,960 (of 18,738 total)