Viewing 30 results - 88,321 through 88,350 (of 142,946 total)
  • Author
    Search Results
  • Hi,

    The stick header issue is caused by the code in Google Analytics Tracking Code (located in Enfold > Google Services), try removing the code and the issue should be fixed.

    I have noticed this on Quick CSS:

    h2.av-special-heading-tag {
       font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I changed it to:

    h2.av-special-heading-tag {
       font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I just happened to check it just mentioned it here :) I think that code should work now on Special Headings. Regarding the Social Icons, is it the one on the footer? The problem is caused by this css code in Quick CSS (I just commented it out, you can still find it in Quick CSS):

    [data-av_icon]:before {
        margin-right: 15px;
    }

    Also the bottom padding of the footer seems to be a bit too long 315px from this code:

    #socket .container {
        padding-top: 15px;
        padding-bottom: 315px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #711028

    Hey argusnet,

    Try adding this code in Quick CSS (located in Enfold > General Styling), it should look the same except there’s no triangle:

    #top .avia-slideshow-inner .avia-caption {
        background: #333;
        border-radius: 0;
        height: 60px;
        width: 100%;
        left: 0;
        bottom: auto;
        top: 100%;
    }
    
    #top .avia-slideshow-inner .avia-caption p {
        background: transparent;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #711025

    I am having the same issue

    I have multiple shortcodes nested in side different tabs.

    Tab 1 [Gallery]
    Tab 2 [Video]
    Tab 3 [Map]

    However if I try to sub nest a child Tab set within a Parent Tab

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1']
    [av_tab title='Parent Tab 1' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Parent Tab 1 Content goes here
    [/av_tab]
    [av_tab title='Parent Tab 2' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Parent Tab 2 Content goes here
    [/av_tab]
    [av_tab title='Parent Tab 3' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Parent Tab 3 Content goes here
    
    [av_tab_container position='sidebar_tab sidebar_tab_left' boxed='border_tabs' initial='1']
    [av_tab title='Child Tab 1' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Child Tab 1 Content goes here
    [/av_tab]
    [av_tab title='Child Tab 2' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Child Tab 2 Content goes here
    [/av_tab]
    [av_tab title='Child Tab 3' icon_select='no' icon='ue800' font='entypo-fontello' custom_id='']
    Child Tab 3 Content goes here
    [/av_tab]
    [/av_tab_container]
    END Parent Tab 3 Content
    
    [/av_tab]
    [/av_tab_container]

    It appears that the parent tab element and tab container are escaped by the child tab set

    see screen shot here
    http://tinypic.com/r/15fkgw9/9

    I gather that there is an issue with the original tab shortcode that is not executing ob_get_clean();

    it’s been 3 years since this was initially discussed
    https://kriesi.at/support/topic/avia-builder-nesting-inside-tabs-possible/

    And one years since this thread was opened.

    Is there a solution yet ?

    Actual on other frameworks I believe this was solve by doing the following:

    [av_tab_container_1]
    [av_tab_1] [/av_tab_1]
    [av_tab_2] [/av_tab_2]
    [av_tab_3] 
    [av_tab_container_3_1]
    [av_tab_3_1_1] [/av_tab_3_1_1]
    [av_tab_3_1_2] [/av_tab_3_1_2]
    [av_tab_3_1_3] [/av_tab_3_1_3]
    [/av_tab_container_3_1]
    [/av_tab_3]
    • This reply was modified 9 years, 5 months ago by HuxburyQuinn.
    #711024

    Hi,

    Yes that makes sense however, word-break doesn’t seem to work when I tried, I think the workaround for it is what you suggested to use
    , then hide it on desktop and show it mobile by adding this in Quick CSS:

    #top #wrap_all .ls-wp-container .ls-slide br {
      display: none;
    }
    
    @media only screen and (max-width:767px) {
      #top #wrap_all .ls-wp-container .ls-slide br {
        display: block;
      }
    }

    Let us know if the it works.

    Best regards,
    Nikko

    #711005
    Byrne
    Participant

    Hi There,
    I am trying to remove the logo from a website. I have tried various code from other posts without much luck. I want the menu to stay at the top and the logo it going to be placed in the slider. Header set to ‘Logo center, Menu below’. I have managed to hide the logo and remove the header but I’m left with a gap of 90px.

    This is the code I have so far:
    .logo img { display: none; }
    #header_main > .container { display: none; }

    christiemade
    Participant

    We are getting this error at the top of our site:
    Notice: Undefined variable: http_response_header in /public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637

    I’ve already reinstalled twice and disabled plugins, nothing is helping. What can we do?

    #710988

    Hey esemisanx,

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

    .header-scrolled .logo { padding-top: 0; }
    

    Best regards,
    Yigit

    #710983

    Hello to everyone who helped me here,

    it is probably the CDN that I am using from Cloudflare, thanks Ismael for mentioning this.

    For anyone using Cloudflare´s CDN:
    Their CDN can sometimes break things.
    If you are updating your site (logged in at WP) and something always appear broken, go to in Cloudflare and “play” with the page rules. Try many different ones until the problem(s) dissappear.
    Next time remember to pause the CDN before you update a page with a previous problem.

    Now two last questions to @Ismael
    1. My Enfold´s version ist 3.8. Is there an update? Or do you mean something else?

    2. Your reply https://kriesi.at/support/topic/contact-form-not-working-in-firefox/#post-701009
    I also saw an error about loading mixed content because of http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,70.
    Is there actually a way to load googlefonts from https?

    Thank you all guys for your help and patience!

    Best Regards
    Asterios

    #710976

    In reply to: Masonry Grid Overlay

    Hey!

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

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,100,200,0.7);
        height: 50%;
        display: block;
        top: 100px;
    }

    0,100,200 is RGB value of the color and 0.7 is opacity level.

    Regards,
    Yigit

    #710975

    Thanks Yigit, How do I get the down arrow in there and have it change from yellow to white when someone hovers over top of it?

    #710967

    Hey spozalty,

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

    #after_submenu .content {
        padding-top: 100px;
    }
    

    Best regards,
    Yigit

    #710965
    ftlamont
    Participant

    I’m trying to put a down arrow in the menu and when you hover over the text, the background color of the text shows up yellow and the arrow changes color. It’ will look like the follow image: click here to see image The blue color you see in the top is the transparent color of the image behind. I really could appreciate the help. Thanks!

    • This topic was modified 9 years, 5 months ago by ftlamont.
    #710957

    Hey!

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your Text Block elements and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class ul {
        float: left;
        width: 70%;
    }
    .your-custom-class h2 {
        width: 25%;
        float: left;
        position: relative;
        top: 100px;
    }
    

    Best regards,
    Yigit

    #710946
    eKMUch
    Participant

    I would like to change the following in the contact form:

    1) Main color of ALL input fields. Referring to the forum, I tried it with these two, but as you can see it didn’t really work.

    #top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }
    #top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }

    2) Change the submit button background color on hover and non-hover

    3) change the submit button to full-widht

    thank you
    r

    #710927

    Yes thank you Rikard :)
    Best regards,
    Triceratops

    #710905
    lloufield
    Participant

    Hello,

    For the Spa theme, is there a way for me to make the social profile icons larger at the top on the header? also the logo I put, I selected a large size, but it still looks too small. Thank you for your help when you have a chance!

    Tish

    #710900

    Yigit, I did as you indicated. How do I align the image to the top? See that there is a space left to lean against the top.

    LINK

    #710898

    Merhabalar,

    Bu gonderimdeki tavsiyeleri uygulamayi dener misiniz – https://kriesi.at/support/topic/tema-yavaslama-sorunu/#post-374174?

    Best regards,
    Yigit

    #710872
    Eleina_Shinn
    Participant

    Website: http://swfsoccer.eswebsitedesign.com/

    Okay, when I have a large header area, I like to move the Border under each main menu up higher under the link, then I also have to raise up the sub-menu – I have used this custom CSS:

    .avia-menu-fx { bottom: 30%; }
    .av-main-nav ul {margin-top: -62px;}

    But, when you scroll down the page, then hover over a main menu item, the sub-menu overlaps the main menu – do you have some css that would move this down to still appear under the main menu item when you have scrolled down the page?

    Thank you.

    #710870
    ckwellington
    Participant

    Hello,
    I am trying to create bookmarks to heading down the page so users can jump to the corresponding section using buttons at the top of the page. I tried using the suggestions from your support and followed W3 Schools, but it didn’t work.

    Button link: #split
    Destination: <h3 id=”#split”>Split Level Models</h3>
    <h3>Split Level Models</h3>
    <h3>Split Level Models</h3>

    None of these work. Please also note I used the full page url with /#split at the end on the button as well.

    I found the answer in the forum after some time:

    You can close this thread. Thank you!

    #710853

    Hi,

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

    #top #wrap_all #header .av-menu-button:hover > a .avia-menu-fx {
        opacity: 1;
        display: block;
        visibility: visible;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #710848

    In reply to: Pop up

    Hey!

    Can you please elaborate on the changes you would like to make?
    If i understood the changes you would like to make clearly, you can refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439

    Cheers!
    Yigit

    #710844

    In reply to: Büyük Harf Sorunu

    Merhabalar,

    Lutfen assagidaki koduda Quick CSS alanina ekleyin

    @media only screen and (max-width: 480px) { 
    #top .aviaccordion-title {
        font-size: 11px !important;
    }}

    Best regards,
    Yigit

    #710821

    Topic: change Primary color

    in forum Enfold
    imc-html
    Participant

    Hi,
    I need the color #e50861
    Enfold always changes this in #e50860
    Why?
    MFG
    Christoph

    #710809

    Hi,

    1.) You’re using this code:

    .responsive #top .av-submenu-container {
    top: auto!important;
    }

    Change it to this code instead:

    .responsive #top .av-submenu-container {
    top: 0px !important;
    }

    Best regards,
    Andy

    Hallo!

    Füge folgenden Code ins Enfold theme options > General Styling > Quick CSS Feld ein:

    #top div .avia-gallery .avia-gallery-big {
        border: none;
        padding: 0;
    }

    If that does not help, please post the link to your page and point out the changes you would like to make.

    Regards,
    Yigit

    #710791

    In reply to: information disappears

    Hey!

    Duplicated – https://kriesi.at/support/topic/information-disappears/

    Regards,
    Yigit

    #710784

    In reply to: Make prices bigger

    Hi!

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

    #top .price span {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #710758

    In reply to: Büyük Harf Sorunu

    Merhabalar!

    1- Lutfen assagidaki koduda Quick CSS alanina ekleyin

    @media only screen and (max-width: 767px) {
    #top .aviaccordion-title {
        font-size: 14px !important;
    }}

    2- Settings > Permalinks alanina giderek permalinki degistirebilirsiniz

    3- Assagidaki koduda lutfen Quick CSS alanina ekleyin

    .av-magazine-top-heading {
        text-transform: none;
    }

    Yinede buyuk harf gozukecek cunku buyuk harfle girilmis kategori basliklari

    Cheers!
    Yigit

Viewing 30 results - 88,321 through 88,350 (of 142,946 total)