We're merging with GenerateBlocks! Learn more here.

[Support request] More classes for masonry

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support More classes for masonry

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1106
    Sebastian
    Participant

    It would be good to add more classes to masonry listing in the next Update. Now is “.wp-show-post-inner” -> “.wp-show-posts-entry-header” + “.wpsp-social wpsp-social-center”. I would be better e.g. “.wp-show-post-inner” -> “.wp-show-post-inner-content” -> “.wp-show-posts-entry-header” + “.wp-show-post-inner” . You would have more possibilities to shape.

    Are there any possibilities to expand immediately?

    Thanks

    Regards, Sebastian

    #1109
    Tom
    Keymaster

    Hi Sebastian,

    Any particular reason you would need a second inner container inside the posts? Maybe a code example?

    #1131
    Sebastian
    Participant

    With a second inner container I could make a border.

    I quickly wrote something. I hope you can understand what I mean.

    <html>
    <head>
        <style type="text/css">
        body {
        	background-color: gray;
        }
        
        .wp-show-posts-inner {
            background-color: white;
            width: 300px;
            height: 150px;
            position: relative;
        }
        
        .wp-show-post-inner-content {
        	float: left;
            background-color: white;
            width: 280px;
            height: 130px;
            border: 1px solid #e5e5e5;
            position: relative;
            margin: 10px;
        }
        
        .wp-show-posts-entry-header {
    		text-align: center;
    		margin-top: 20px;
    		font-size: 24px;
        }
        
        .wpsp-social {
    		text-align: center;
    		margin-top: 40px;
    		padding-top: 10px;
    		font-size: 16px;
    		border-top: 1px solid #e5e5e5;
        }
        </style>
    </head>
    
    <body>
    
        <div class="wp-show-posts-inner">
        
    		<div class="wp-show-post-inner-content">
    		
        		<div class="wp-show-posts-entry-header">Post Title</div>
        		<div class="wpsp-social">FA TW G+ PI</div>		
        		
        	</div>
        		 
        </div>
    
    </body>
    
    </html>
    #1140
    Tom
    Keymaster

    Why not add the border to the wp-show-posts-inner element? That’s what the pro version does.

    Let me know 🙂

    #1153
    Sebastian
    Participant

    I have tried, but it does not work. I want to do something like this, see screenshot.

    Screenshot

    #1160
    Tom
    Keymaster

    Any chance you can link me to the page you’re working with? I might be able to help with some CSS.

    If not, I’ll definitely look at adding another container.

    #1163
    Sebastian
    Participant

    Hi Tom, Thanks for the help. I have only one test webpage. It would be great if you add a container at next update. There were then many possibilities to design, without change the current css. By the way, when will the next update appear?

    #1166
    Tom
    Keymaster

    Very soon! It’s been a big update, but I’m hoping to release it tomorrow 🙂

    #1167
    Sebastian
    Participant

    Great, I’m very happy 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.