New Landing How can we help? Atelier Post page issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #250643
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    while I was setting up our new site, I cam across with few issues… Can you please help to solve the followings:

    1. I use the “download options” in one of the posts (Uploaded a pdf). It appears correctly on the post page, but on the blog page it seems the “Read more” and the “Download” texts are covering each other (see it here: http://www.australiaclassic.com.au/news/ – 3rd post on the left)

    2. If the title of a posts is going into two lines (on desktop and on mobiles too), the texts are too close to each other. I tried to setup the h1 line height in the theme options, but it didn’t do anything with the titles (even it is h1) (see an example here: http://www.australiaclassic.com.au/the-welcome-reception-is-just-three-weeks-away/

    3. How can I remove the author info from the posts lists? See here: http://www.australiaclassic.com.au/news/ (everywhere says “By aucl_admin_new)
    FYI: I have already setup in Theme Options > Custom Post Type Options set to ‘Single Author Blog’

    4. It seems the lightbox doesn’t work on the post pages. When I click on an image, it opens in a new tab. How can I fix this please?
    Example: http://www.australiaclassic.com.au/ac-on-hiatus-for-2016/

    ps. you need to login as the site has an active maintenance mode.

    Thanks!

    #251096
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please use this CSS

    a.download-button.read-more-button {
        right: 0important;
        left: auto!important;
    }

    2) Adjust the line height using this ex:

    .fancy-tabbed-style .fancy-heading .heading-text h1 {
        line-height: 52px;
    }

    3) Please use this CSS

    .masonry-items .blog-item .author {
        display: none;
    }

    4) The image is not loading, are you using the SPB to insert the image asset? What version of the Swift Framework do you have?

    Thanks.

    #251110
    micheal_w
    Member
    Post count: 498

    Hi David,

    1) nothing happened unfortunately 🙁

    2) perfect! Thanks!

    3) perfect! Thanks!

    4) I changed the image it is loading now, but still no lightbox. I am not using SPB on post pages, simle WP editoor on post pages. http://www.australiaclassic.com.au/ac-on-hiatus-for-2016/
    Swift Framework 1.7.7

    #251112
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) Please update to this, missing an !:

    a.download-button.read-more-button {
        right: 0 !important;
        left: auto!important;
    }

    4) Please use the SPB to insert the image, you can then select the lightbox option.

    Thanks.

    #251120
    micheal_w
    Member
    Post count: 498

    1) it works thank you! Is it possible that when someone click on the download button, it opens in a new tab?

    4) The customer prefers to use the simplest option – WP editor on the post pages… 🙁

    #251217
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme Options > Custom CSS/JS > Custom JS > paste given below code:-

    jQuery('a.download-button').attr('target','_blank');

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.