This topic contains 5 replies, has 2 voices, and was last updated by marsian marsian 2 months, 2 weeks ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2121

    Stefan
    Participant

    is it possible to create the Blog content (Single Column Standard) like the i-max blog layout ? http://templatesnext.org/imax/?page_id=552&paged=1
    Left side the Image right side the heading and text with read more tag?

    I have found no shortcode for this Option.

    best regards

    #2150

    marsian
    Keymaster

    Hello Stefan,

    Use the following Shortcode to create standard single column blog and add the CSS to “i-spirit Options” > “Custo CSS/JS” > “Custom CSS”

    Shortcode

    
    [nx_blog blog_layout="1" read_more="yes" meta_cat="yes"]
    

    CSS

    
    @media (min-width: 1000px) {
    	.page .nx-posts.nx-posts-layout-Standard > .type-post.has-post-thumbnail > div.nx-post-border {
    		padding-left: 0px;
    	}
    	.page .nx-posts.nx-posts-layout-Standard .nx-metawrap {
    		top: 16px;
    		left: 16px;
    		background-color: rgba(255, 255, 255, 0.64);
    	}
    	.page .nx-posts.nx-posts-layout-Standard .entry-header .nx-entry-thumb {
    		display: block;
    		float: left;
    		width: 40%;
    	}
    	.page .nx-posts.nx-posts-layout-Standard .has-post-thumbnail .entry-header h1 {
    		display: block;
    		float: right;
    		width: 60%;
    		padding-left: 32px;
    		clear: none;
    		margin-top: 0px;
    	}
    	.page .nx-posts.nx-posts-layout-Standard .has-post-thumbnail .nx-post-content {
    		display: block;
    		float: right;
    		width: 60%;
    		padding-left: 32px;
    		clear: none;	
    	}
    	.page .nx-posts.nx-posts-layout-Standard .has-post-thumbnail .nx-post-border {
    		display: block;
    		clear: both;
    	}
    	.page .nx-posts.nx-posts-layout-Standard .nx-post-border:after {
    		display: block;
    		display: table;
    		line-height: 0;
    		content: "";	
    		clear: both;
    	}
    }
    
    #2420

    Stefan
    Participant

    Hello Marsian,
    it had worked well until today after the WordPress update 4.4.1 .
    Is there a way to restore my blog?

    best regards Stefan

    #2421

    Stefan
    Participant

    it seem that the TemplatesNext Shortcode widget not work with the Blog shortcodes. Any other i have testet worked.

    it would be great if you help me.

    best regards Stefan

    #2422

    Stefan
    Participant

    there is now way to create a blog culum… after many attempts no chance !

    #2499

    marsian
    Keymaster

    Get an update of i-spirit, shoot a mail to support(at)templatesnext . com for update

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

You must be logged in to reply to this topic.