Viewing 30 results - 89,281 through 89,310 (of 142,941 total)
  • Author
    Search Results
  • #701432

    In reply to: Inline contact form 7

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    			  #top.page-id-1396 .avia_ajax_form .text_input, 
    #top.page-id-1396 .avia_ajax_form .select, 
    #top.page-id-1396 .avia_ajax_form .text_area {
        margin-top: -20px;
        z-index: -1!important;
        position: relative;
        width: 100%;
        min-width: 80vw;
        right: 0;
        left: -20px;
        top:-15px;
    }
    
    			  #top.page-id-1396 .avia_ajax_form .text_input, 
    #top.page-id-1396 .avia_ajax_form .select{
    	position:absolute;
    }
    
    .responsive .page-id-1396 .avia_ajax_form .form_element {
        padding: 15px;
    }
    

    Best regards,
    Vinay

    #701419

    Topic: Inline contact form 7

    in forum Enfold
    yingyang
    Participant

    Hi,

    I used this great idea posted here to style my contact form 7 form: https://kriesi.at/support/topic/styling-contact-form-7-as-enfold-contact-form/

    WOrked great, i just need to make the field name inline (show up in the field instead of above)

    How is this achieved?

    #701409

    Hey there,

    I tried this one and in the preview it works but not on the website …
    https://kriesi.at/support/topic/how-can-i-add-a-link-or-a-button-on-layerslider-with-a-hover-effect/

    Best,
    Sonne

    #701406

    In reply to: Mobile header issue

    Hi

    I have reinstalled the ENFOLD theme, which has solved this issue.
    Topic can be closed.

    Thanks
    Martin

    HI nikko – I feel a bit more confused now.
    here;s another test I just did.

    I used ALB for blog post edit.
    Sidebar is set as Enfold child default
    so the sidebar works fine. I dont need
    to put content in 2/3 and 1/3-widget-sidebar
    areas as you said.
    the only problem I find when using ALB
    is that Iose featured image at top and
    share buttons, tags etc at bottom – why is this?

    See this screenshot to illustrate the the problem.
    http://screencast.com/t/opNXveBM

    For the top yellow bar I put it inside a 1/1 section and it works ok.
    the bottom yellow bar is not inside a 1/1 section and it spreads across the screen incorrectly.

    Feel free to login and check with the credentials i gave you .

    the new blog post I am using to test this is listed below in private area.

    I look forward to your thoughts.

    thanks

    Pete

    #701392

    In reply to: Tooltip On Menu Items

    Hi adotopanuga,

    I’m not sure if that would be possible but send us a link to your site and we’ll have a look at it.

    Best regards,
    Rikard

    #701372

    Thanks,
    I want to go for different elements for different devices. I added the same two buttons to the home page. The buttons on the foto I would like only to show on desktop and tablet and the buttons below I would like to show only on mobile. The buttons are made with the enfold Button element. Can you give me codes for that? thanks in advance.
    Dick

    #701358

    Hey Sadegh,

    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) {
    .rtl #main {
        margin-top: -5px!important;
    }}
    

    Best regards,
    Yigit

    #701351
    EdNal
    Participant

    Hi, I build a website with logo and menu at left sidebar, and I have 3 questions.

    1. How to reduce the gap / margin around the logo (see picture letter A) ?
    2. How to reduce the gap / margin top and bottom the menus (see picture letter B) ?
    3. How to reduce the gap between each menus (see picture letter C) ?

    Thanks,
    Edwin

    #701317

    Hi,

    Texts on buttons are a little bit too long to display them side by side on mobile. Would you consider displaying different elements on mobile and on desktop? If you would, please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Yigit

    #701306
    Sadegh
    Participant

    Hi,

    Our website in its Persian (Farsi) version has a little bit problem with the top bar. (LINK)
    There is a small white line appeared in both Tablet and Mobile mode:

    .

    Regards,
    Sadegh

    • This topic was modified 9 years, 6 months ago by Sadegh.
    #701300

    hi andy
    ive changed that now into

    #top .jelle.iconbox {
    cursor: pointer;
    }

    to keep the pointer in the .jelle ID , and its oke now.

    thanks a lot!

    #701279

    Hi Jarol,

    Yes, it’s using fontello, as for changing the icon you may want to follow this thread: https://kriesi.at/support/topic/change-mobile-menu-icon/

    Best regards,
    Nikko

    #701272

    Hi,

    it’s because of this code which you’re using:

    #top .iconbox {
    cursor: pointer;
    }

    Remove it and it should work fine.

    Best regards,
    Andy

    #701259

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #701229

    In reply to: Favicons not working

    Hi

    I am going to update the theme again.

    what happened last time I did it though was the WPML flags all showed in the top menu bar as well as the dropdown language selector…

    this should not have happened as I have the following in the Child functions theme

    add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
    function avia_remove_main_menu_flags(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
    }

    can you tell me how I can update it without this extra problem occuring?

    thanks

    Ian

    #701227

    In reply to: Mobile menu effect

    Hey Guenni007,
    thanks for your code snippet. But it doesn´t work for me!

    I´ve found another snippet that will work:

    html body#top #mobile-advanced {
        top: 0;
        left: auto;
        right: -100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: right 0.6s;
    }
    html body#top .show_mobile_menu #mobile-advanced {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
     #mobile-advanced {
      background: #575b5e;
    }
    #mobile-advanced a {
        color: #fff;
        border-color: #777;
        text-transform: lowercase;
    }

    … the problem with this snippet: the menu displays from the right site and not from the top. Do you have an idea how to display the menu from top like in your testsite?

    #701226

    Hi,

    Ok great, we’ll keep the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

    Hi,

    this is quite confusing and it would be best to stick to one issue in one thread only. So let’s focus on the missing meta infos when you’re using ALB for your blog posts here. Feel free to open new ticket for other questions.

    Please follow this thread: https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144 and when you’re done use a text element where you us this code:

    [the_post_meta]

    Then you should be able to display meta info, although you’re using ALB for your blog posts (ALB = Avia Layout Builder). By default meta infos are only available when using WordPress default editor.

    Best regards,
    Andy

    #701147

    Hi jarol,

    You will need to add an id which can be found in section, for example you use this id: custom-id

    @media only screen and (max-width:960px) {
    
    	#top #custom-id .flex_column_table {
    	    display: block !important;
    	}
    
    	#top #custom-id .flex_column.av_one_third {
    	    display: block !important;
    	    margin-bottom: 32px !important;
    	    width: 100% !important;
    	}
    }

    for the meantime you may want to use this code for the specific page:

    @media only screen and (max-width:960px) {
    
    	.page-id-1160 #av_section_2 .flex_column_table {
    	    display: block;
    	}
    
    	.page-id-1160 #av_section_2 .flex_column.av_one_third {
    	    display: block;
    	    margin-bottom: 32px;
    	    width: 100%;
    	}
    }

    Best regards,
    Nikko

    #701134

    Hey Rob,

    I have added this at the bottom of your Quick CSS:

    .home .template-page.av-content-full {
        padding: 10px 0 !important;
    }

    this will reduce the extra padding but you can further reduce it if you change the 10px to 0. As for the last question:

    .avia_textblock {
        color: #222;
        font-family: 'custom-font-here', Arial, sans-serif,
        font-size: 16px;
    }

    you can just play in with the values, as for using custom font you might want to check this thread: https://kriesi.at/support/topic/new-custom-font/

    Cheers!
    Nikko

    Hi Andy

    I resolved it by reverting to 3.6, so it must be an issue with 3.8. Unfortunately I can’t show you the problem now because I installed 3.6 and everything is fine there.

    It looks like it was the same issue as this https://kriesi.at/support/topic/fullscreen-slider-not-showing-full-screen-but-within-container/

    So, maybe you could follow that up.

    Thanks for your reply

    #701108

    In reply to: Tables in tabs problem

    Hi,

    try this code:

    #top .main_color  .avia-data-table.avia_pricing_minimal
    th {
    background: #d19a6e !important;
    }

    Best regards,
    Andy

    #701102

    Hi mleite1!

    Can you try to add this code on Quick CSS (under Enfold > General Styling):

    #avia-menu ul.sub-menu {
        top: -50px;
    }
    
    .header-scrolled #avia-menu ul.sub-menu {
        top: 100%;
    }

    Just adjust the -50px as you see fit. Hope this helps. :)

    Cheers!
    Nikko

    #701101
    Sadegh
    Participant

    Hey Kriesi Team,

    > Our website has two languages: English and Persian (Farsi) – (as we are using WPML)
    > Only in Persian version in Mobile mode, the top bar languages are not aligned in center. (please consider that this issue is happening in all the Persian pages except homepage):
    .

    Kind regards,
    Sadegh

    #701052

    Hi Elen,

    Kindly add this code in Quick CSS (located in General Styling):

    @media only screen and (max-width:767px) {
    	div .product {
    	    width: 100% !important;
    	    float: none !important;
    	}
    
    	.responsive #top.single-product #main .sidebar {
    	    display: block !important;
    	    width: 100%;
    	}
    }

    This will fix the gap on the left and will display the sidebar (though it will appear on top instead).

    Best regards,
    Nikko

    #701049
    #701030

    Hi,

    Please try this as well:

    #top .avia-featureimage-slideshow .avia-caption-content {
        max-width: 100% !important;
    }

    Regards,
    Rikard

    Hi,

    We provided a possible solution here. https://kriesi.at/support/topic/display-issue-with-enfold-theme-and-event-tickets-plus-by-modern-tribe/#post-701016

    Let’s continue on this thread. Thank you.

    Best regards,
    Ismael

Viewing 30 results - 89,281 through 89,310 (of 142,941 total)