Forum Replies Created

Viewing 30 posts - 27,451 through 27,480 (of 34,594 total)
  • Author
    Posts
  • in reply to: Problem with CSS Codes #950654

    Hi,
    That could explain it, is there anything else we can assist with today?

    Best regards,
    Mike

    in reply to: Widget area #950440

    Hi,
    For the background color #2C353D, I choose it in the color section background settings.
    For the font color I updated the above css:

    #color-footer a,#color-footer p,#color-footer strong.news-headline {
    font-size: 12px;
    color: #fff;
    }

    For the headlines I added:

    #color-footer h3.widgettitle {
    font-weight: normal !important; 
    }

    To add some padding to the “links” widget I added a ID and this quick css:

    #color-footer .color-links {
    padding-left: 70px;
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Widget area #950427

    Hey Lara,
    When I compare your color section and footer I see the font is correct, and I assume you don’t want the same colors as the background of the color section would make white text hard to read, so I believe you want the font-size to match. So I added a ID to the color section, and this to your quick css:

    #color-footer a,#color-footer p {font-size: 12px;}

    For the icons I added this code:

    #color-footer #text-7 .avia-icon-pos-left {
        margin-right: 20px; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey ecounited,
    In this case please try adding the space to the element below, like this:

    #top.home #layerslider_6 {
    padding-top: 15px !important; 
    }

    As a rule of thumb, if pushing down something is not working, try pushing up from the next element.
    Now for your slider, you should add a custom ID and replace the default “#layerslider_6” because if you make any changes to the page the layerslider_6 could change.

    Best regards,
    Mike

    in reply to: Number in permalink #950414

    Hi,
    Very good then, we will close this :)

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #950413

    Hi,
    I see you have used the function for changing the category to “blog-grid” But there are a couple of other choices you can use, one is “single-big” which I believe the one you want:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    Please give this one a try.

    Best regards,
    Mike

    in reply to: Color section not closing for one language only #950409

    Hi,
    Enfold will be updated to v4.3.1 tomorrow, or the next day, please update the staging site via FTP when you see this, and post here, as I’m sure it will be the first thing the team suggests.

    *Please note that when updating via FTP, You will need the delete the old theme folder and replace it with the new one. Please do not try to overwrite as it will leave old files behind.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Mobile menu stays open after clicking #950401

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    The font Roboto was in place when I logged in, for some of the specialties such as light 100, you may find Use Any Font plugin helpful

    Best regards,
    Mike

    in reply to: Beitragsbild überschneidet Text #950398

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Custom HTML in Widgets not working #950396

    Hi,
    Oh, I see now, that looks like a plugin conflict, yet I know you said you tried that. Are all 20 sites doing this? I would like to login and check, do you have a staging site or a all-in-one-wp-migration export for us to test locally?

    Best regards,
    Mike

    in reply to: Mobile menu stays open after clicking #950045

    Hi,
    I corrected the YouTube background video link and removed the error, please note the link format in the Private Content area.
    But it didn’t solve the menu, I do note that you have a custom function / script that targets the mobile menu, please remove and test, a slight js error anywhere can cause an issue.
    Also try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Change "View all results" font hover color #950038

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    @Guenni007 :)

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Separator not displaying #950036

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Bild Slide Beschriftung Hintergrundfarbe #950034

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hey Felix-A,
    Please try using the Enfold Theme Options > Extended styling
    I changed your main menu font size to 18px, and font to “Droid Sans” and once I cleared my browser cache I could see the change.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey studiovene,
    Try this code in the General Styling > Quick CSS field:

    .main_color .search-result-counter {
    background-color: #13599F !important;
    color: #fff !important;
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Change "View all results" font hover color #950025

    Hey studiovene,
    Try this code in the General Styling > Quick CSS field:

    .ajax_search_entry.ajax_search_entry_view_all:hover {
    color: #13599f !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Mobile menu stays open after clicking #950018

    Hi,
    I’m seeing a couple of js errors on your YouTube video, in Chrome on Win10, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Separator not displaying #950015

    Hey studiovene,
    It seems to be showing for me in Chrome, Firefox, & Edge on Win10, Please see screenshot in Private Content area.
    What browser are you using?
    Perhaps try clearing your cache.

    Best regards,
    Mike

    in reply to: Beitragsbild überschneidet Text #950013

    Hi,
    Probieren Sie diesen Code im Feld General Styling> Quick CSS aus:
    —-
    Try this code in the General Styling > Quick CSS field:

    #top .fullsize .template-blog .big-preview.multi-big {
        margin-bottom: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Beitragsbild überschneidet Text #949983

    Hey mikestichel,
    Bitte fügen Sie die URL zu der betreffenden Seite hinzu, damit wir genauer hinsehen können.

    —————-
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Disable section element borders on mobile view #949978

    Hey hackoffseries,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #av_section_1 .flex_column_div.first,#av_section_1 .flex_column.el_after_av_one_half {
    padding: 0px !important;
    }

    Best regards,
    Mike

    in reply to: Color section not closing for one language only #949963

    Hi,
    I wanted to update you, So I found that the error only occurs with WPML on the transition page. It looks like you can create the translation page and then disable WPML, and the video works fine. But I have asked the rest of the team to take a look and help.
    Thanks a lot for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Childtheme CSS not showing on site #949961

    Hi,
    Yes your custom css for older sites is safe, Please read this post it helps explain why the css & js are merged.

    Best regards,
    Mike

    in reply to: Vertical Align in Color Section #949954

    Hi,

    #top.home #av_section_1.avia-section.av-minimum-height .container .content {
        vertical-align: top !important; 
    }

    Right now the ID of the sector is, “#av_section_1”, on your home page, so this code should move the text block up.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #949936

    Hi,
    Sorry, I’m not sure I understand what is wrong with the archive pages, such as the one in the Private Content area.
    Please advise.

    Best regards,
    Mike

    in reply to: Child theme #949925

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Removing Space Between Boxes on Mobile View #949785

    Hey Studio13SprayTanning,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-899 .flex_column.el_before_av_two_fifth {margin-bottom: 0px !important;}
    }

    Best regards,
    Mike

Viewing 30 posts - 27,451 through 27,480 (of 34,594 total)