New Landing How can we help? Atelier Blog Layout

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #299732
    Paul Victor
    Member
    Post count: 87

    Hi,

    Excellent theme! I’m currently trying to set up a blog section on my homepage as shown on this example at the bottom: https://www.nanii.nl/

    I have checked the various blog settings but am unable to replicate this layout. Can you provide me with some instructions?

    Many thanks!

    #299897
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems they use 2 recent posts(1/2 width) widgets with different settings.

    https://www.dropbox.com/s/l962wazsrsorbnf/Screenshot%202016-11-01%2019.07.56.png?dl=0

    1 Displays only 1 product and the other 4 products in a masonry style i think.

    Give it a try and let us know the result.

    -Rui

    #299909
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #299917
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #300120
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems ok to me the homepage blog section.
    https://www.dropbox.com/s/34tj0p9o1q6zpyp/Screenshot%202016-11-02%2021.16.28.png?dl=0

    The gap was from the 130px padding in the design options.

    Can you check if it’s ok?

    -Rui

    #300336
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #300551
    David Martin – Support
    Moderator
    Post count: 20834

    1) Change it here: Customizer -> Color – Navigation -> Menu Item Text Color

    2) You need to use this plugin to rebuild your thumbnails once the sizes have changed: https://wordpress.org/plugins/regenerate-thumbnails/

    3) Unfortunalty for that kind of modification you would need to work with a developer.

    Thanks.

    #300606
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #300630
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #300856
    David Martin – Support
    Moderator
    Post count: 20834

    1) What colors do you want those to be? Can I test it on your site?

    The CSS is being pulled from the color customiser.

    2) Can you disable the image from loading via the CDN whilst we look into this with you? Please also disable the caching and minification plugins.

    4) Can you test uploading the file again, can you also attach the font file(s) her so I can test those locally?

    5) Remove the Top/Bottom spacing within the Page Meta Options.

    Thanks.

    #300867
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #301080
    David Martin – Support
    Moderator
    Post count: 20834

    1) I’ve added this to your Theme Options.

    nav ul.menu>li.menu-item.sf-menu-item-btn>a {
        border-color: transparent;
        background-color: transparent;
        color: #5bc3a7;
    }

    2) Your images are looking pretty crisp for me:

    You could test disabling the WordPress srcset.

    If you install and activate the supplied child theme, within the functions.php file, please test adding this:

    function disable_srcset( $sources ) {
    return false;
    }
    add_filter( ‘wp_calculate_image_srcset’, ‘disable_srcset’ );

    3) I’ve uploaded and tested this font, it seems to work fine. Can you copy your text out into a text editor and then clear any formatting and paste back in?

    Thanks.

    #301404
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #301599
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please amend to this:

    nav ul.menu>li.menu-item.sf-menu-item-btn>a {
        color: #000!important;
    }
    nav ul.menu>li.menu-item.sf-menu-item-btn:hover>a {
        border-color: none;
        background-color: transparent;
        color: #5bc3a7!important;
    }

    4) hmm, I do not see that. I see this:

    5) You can disable this these in: Theme Options => Preloader/Transition Options

    6) Let me check this with the lead developer.

    7) Using this tool, I can see the waterfall loading times. Ironically it seems the plugin Autoptimize is getting a large wait time on your server, I am not sure why though. Can you run this past your hosting support, providing the link for reference? Ref: https://tools.pingdom.com/#!/GBnJS/http://monomatcha.com/

    Thanks.

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register