New Landing How can we help? Themeforest Theme Support Dante Post content on page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #133995
    ngem
    Member
    Post count: 17

    Hello. I want to take content from my posts and put them on a single page so that the user can scroll through a set of pages on my home page, but the individual pages are still available.

    I tried using the Post Content Shortcodes plugin with Dante, but the content is always blank.

    How can I display the content of one or more posts on a single page?

    Thanks!

    #134126
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you add a blog asset you to your page, you can set the content output to ‘full content’

    – Kyle

    #134442
    ngem
    Member
    Post count: 17

    Thanks. That sort of worked. Unfortunately the text of the content is cut-off on the right.

    It looks like using the Swift page builder, the following div is used:

    <div class=”spb_content_element col-sm-12 spb_text_column”>

    The col-sm-12 class has a fixed width of 1170px which is causing the blog container, which uses col-sm-8 and col-sm-offset-2 to cut all the text off.

    Is there any solution for this?

    Thanks!

    #134448
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .spb_text_column{padding:0px 4px!important;}
    Thanks
    Mohammad

    #135904
    ngem
    Member
    Post count: 17

    Thanks. Unfortunately that didn’t fix the issue.

    I ended up adding the following custom styles to resolve it:

    .post-info, .post-pagination-wrap {
    display: none;
    }

    div.standard-post-content > h1 {
    display: none;
    }

    .blog-items-wrap {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    }

    .standard-post-content {
    background: #f7f6f2;
    padding: 0 0 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    .timeline {
    display: none;
    }

    #135905
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 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