Forum Replies Created

Viewing 30 posts - 27,781 through 27,810 (of 34,947 total)
  • Author
    Posts
  • in reply to: Mobile Menu and fullscreen Slider #951194

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

    @media only screen and (max-width: 1024px) {
    #av-burger-menu-ul {
        top: -100px!important; 
        position: relative;
    }
    }

    Best regards,
    Mike

    in reply to: Phone number next to Logo / Menu #951192

    Hi,
    Please see this for Phone Number Links
    To move the number on scroll, Try this code in the General Styling > Quick CSS field:

    #header.header-scrolled .subtext span {
    right: -190% !important;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Masonry gallery individual/custom link in WPML #951189

    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

    in reply to: Page jumps to video #951188

    Hi,
    When I look at your site, in Chrome, you have a few blocked items due to mixed content, please see info in the Private Content area.
    Please try a plugin such as Really Simple SSL to fix these errors.

    Best regards,
    Mike

    in reply to: Multisite CSS not working on subsites #951185

    Hi,
    Please try to re-save the options after making css changes. The css is merged now, so you may find that going to General Styling > Quick CSS field and entering a space so the “save all changes” button is clickable, will allow you to save and re-merge the css that you are using in the child theme stylesheet.

    Best regards,
    Mike

    in reply to: Inhalt-Seitenleiste Verhältnis #951184

    Hey kridlot,
    Ich glaube, dass Sie versuchen, die Breite des Inhalts auf Seiten zu erhöhen, bitte versuchen Sie diese CSS in WordPress> Anpassen> Zusätzliches CSS:
    Bitte zögern Sie nicht anzupassen.
    —————
    I believe you are looking to increase the width of the content on pages, please try this css in WordPress > Customize > Additional CSS:

    #top.page .main_color .container .av-content-small.units {
        width: 75%!important; 
    }

    Please feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Widget area #951180

    Hi,
    You can set this in Enfold Theme Options > Footer > Default Footer & Socket Settings
    2018-05-03_191929

    Best regards,
    Mike

    in reply to: Anchor blog pagination to same page location #951176

    Hi,
    I went to your site but didn’t see any pagination.
    I have tested the code and it works without errors, perhaps your copy/paste resulted in an error?
    Please open a new thread so we can assist, we will want communicate in the Private Content area, with login info, but as this is not your thread your info will not be private. Thanks.

    Best regards,
    Mike

    Hi,
    That is a great tip @Guenni007,

    ?autoplay=1&loop=1&iframe=true

    works very well, thanks.

    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: need custom post type to use blank page template #951146

    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

    Hi,
    Thank you for the login, I tested your link on a image on my clean install and it opens in a lightbox.
    Could you please try disabling your plugins, perhaps there is a conflict.

    Best regards,
    Mike

    in reply to: change color menu #950775

    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: javascript error showing up in chrome console #950773

    Hi,
    Glad to hear, and thanks for trying to alert us :)
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #950772

    Hi,
    The category page I looked at is in the Private Content area, it looks like a different layout, but using this css fixes the tablet view. The mobile view seemed to have no issues.

    @media only screen and (min-width: 767px) and (max-width: 999px) { 
    #top.archive.category #main .container {
    margin: 0px !important;
    width: 100% !important;
    }
    }
    

    Please see screenshot in Private Content area.
    Hope this helps.

    Best regards,
    Mike

    in reply to: Separators not working #950755

    Hi,
    Sorry, I was unable to login, please check. Also please directly link to page for us to check.
    In my clean install the EasySlider is working, so I imagine there could be a conflict. Did you try disabling your plugins to confirm a conflict?

    Best regards,
    Mike

    in reply to: Choosing a different iconfont #950741

    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: javascript error showing up in chrome console #950721

    Hey goch,
    Thank you, I assume this is with v4.3.1?
    Yet in my clean install I don’t see this error, Try disabling your plugins, or custom scripts, often the error shown is not the root cause.
    If this doesn’t help, 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: Choosing a different iconfont #950719

    Hey christianschoen,
    Perhaps it is the icon pack you used, is it the only add-on pack you added?
    I tested with the pack in the Private Content area, in Enfold v4.3.1 and it worked good:
    2018-05-03_062759

    Best regards,
    Mike

    in reply to: change color menu #950709

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

    #header_main_alternate {
        background-color: #5C6DB5!important; 
    }
    
    .header_color .main_menu ul:first-child > li.current-menu-item > a {
    color: #ACD4E1 !important; 
    }

    Best regards,
    Mike

    Hey mcbaile,
    Please check that Enfold Theme Options > Lightbox Modal Window is checked.
    If this doesn’t solve, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hi,
    It looks as though you included the dot in your class on the page “.home_slider” please remove the dot “home_slider”

    Best regards,
    Mike

    in reply to: Widget area #950688

    Hi,
    I added:

    #color-footer .twitter a:hover {
    color: #a3d1f9;
    }
    
    #color-footer .youtube a:hover {
    color: #d2463a;
    }
    
    #color-footer .linkedin a:hover {
    color: #3472a4;
    }
    
    #color-footer .vimeo a:hover {
    color: #808080;
    }

    Please clear your cache and check.

    Best regards,
    Mike

    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

Viewing 30 posts - 27,781 through 27,810 (of 34,947 total)