Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

Blog grid issues and styling

Waiting for Themosaurus team
Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    I seem to have some issues in general with the gallery blog type. It looks kinda wierd with the bold borders. https://ibb.co/k6sd3GQ and https://ibb.co/DKQXV51

    Also the Paid Membership Pro is not showing up with great CSS/style on the blog when there are restrictions on the posts.
    There is extra fields depending if a user is logged in or not (or have access). https://ibb.co/2ch6mRG and https://ibb.co/qJ2pfDJ and https://ibb.co/sRrxzrm

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Hi Katrine,

    Please allow us some time to investigate. 🙂

    Best,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Thank you for your patience. To change this, simply add the following code snippet to your website:

    /*FIX : Fix Layout of Thumbnail for Gallery Post Format in archives*/
    
    #site .post.format-gallery .card .post-media{
        background-color:inherit;
    }
    #site .post.format-gallery .card .post-media > *:not(.wp-block-gallery){
        display:none !important;
    }
    #site .post.format-gallery .card .post-media > .wp-block-gallery{
        width:100%;
        display:grid !important;
        grid-template-columns:1fr 1fr;
        grid-gap:0.5rem;
        margin:0.5rem;
        max-height: calc(100% - 1rem);
        grid-auto-rows:1fr;
    }
    .post.format-gallery .card .post-media > .wp-block-gallery .wp-block-image{
        width:100% !important;
        border-radius:calc( var(--grimlock-archive-post-border-radius) / 2);
        overflow:hidden;
    }
    
    /*FIX : Style Paid Memberships Pro messages on Archives        */
    
    .post.pmpro-level-required .card .post-media{
    	background-color:inherit;
    }
    .post.pmpro-level-required .card .post-media .pmpro_content_message{
    	display:none;
    }
    .post.pmpro-level-required .card .post-media{
    	position:relative;
    	height:10rem !important;
    }
    .post.pmpro-level-required .card .post-media:has(.pmpro_content_message)::before{
    	font-family: var(--grimlock-icon-post-format-image-font-family) !important;
        content: var(--grimlock-icon-post-format-image);
        font-weight: 100;
        font-style: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    	font-size:3rem;
    	height:100%;
    	width:100%;
    	background-color:var(--grimlock-table-border-color);
    	display:flex;
    	align-items:center;
    	justify-content:center;
    	position:absolute;
    	top:0px;
    	left:0px;
    	color:var(--grimlock-archive-post-link-color);
    }
    #site .post.pmpro-level-required.format-link .pmpro_content_message{
    	color:var(--grimlock-button-primary-color) !important;
    }
    #site .post.pmpro-level-required .pmpro_content_message a {
    	display:block;
    	background-color:var(--grimlock-button-primary-color);
    	color:var(--grimlock-button-primary-background-color) !important;
    	margin:1rem 0px 0px 0px; 
    	font-size:0.9rem;
    	padding:0.5rem;
    	border:0px;
    	box-shadow:var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
    }
    #site .post.pmpro-level-required .pmpro_content_message a:hover{
    	color:var(--grimlock-button-primary-color) !important;
    	background-color:var(--grimlock-button-primary-background-color);
    }

    To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
    Pasting your code snippet there should do the trick for you.

    Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.

    If you want to go further with the customization of your website, we advise that you require customization work.

    Regards,

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    Hello

    Thanks for the Snippet.. It still dosen’t look right. https://ibb.co/fvD8NmF

    Thanks! 🙂

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Thanks Katrine. Note that when using Gallery post format, I suggest you to add more that on photo. Then, it should be ok. I add a line in the snippet and updated it in my reply. Please replace the one you just added by the one in my previous reply. 🙂

    💡 Note : In the snippet I gave you, there is this line : grid-template-columns:1fr 1fr; I invite you to add or remove a 1fr to add or remove a column if needed.

    Hope this will help you.

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    Hello

    I did set a featured image since I wanted an image in the header (like the other posts).
    I did add a gallery to the post with 3 images, but only 2 is showing up within the grid view (like the image I sent you)

    It’s like it dosen’t realize that there is more than 1 image in the post?

    I also tried adding some text and another image to see what would happen, and nothing – it’s the same. 🙂

    Error-045

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    I also tried with your CSS snippet that you edited, but now it just shows an white background where the second image would be (and still not the image itself).

    Error-046

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Ok, I found the issue. However, in this specific case, it will only take the 3 first images because they are in the same gallery.

    You still will have a blank space because there are only 3 images in the gallery. You can add a column as explained in my previous reply or add a fourth image in the first gallery.

    Hope this will help you.

    Best,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Note that I updated the snippet. 🙂

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    Never mind! – I’m stupid! .. lol

    I thought you ment you updated the snippet on the site that I’ve got going and not in your comment! ..

    I just added your updated CSS and now it works – but still only when logged in.. If I’m not logged in the grey one from previous message is still the one I’m seeing. 🙂

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    I get this one when logged out: https://ibb.co/pxvBL8g

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    Also the Quote one looks funny when logged out due to placement of PMP buttons. 😀
    But from what I can tell then the other ones should be fine. 🙂

    Error-004

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Hi Katrine,

    You can’t see the images because they are located in the content of the article, which is private for member with specific role. For this reason, the images are not displayed. In case you would like to display an image, I suggest you to select the standard Article Type, so only the thumbnail will be used and displayed, even if a member doesn’t have the right Premium role. 🙂

    Concerning the Quote, what would you like to get as a result ? This is standard behaviour with PMPro. Our theme only changes the colors to make the button fit to the general appearance.

    Hope this will help you!

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    Makes sense with the gallery and the content for private view ony. 🙂

    For the quite I meant the “quote icons” showing up on the buttons.. Minor detail, but looks kinda misplaced 🙂

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    Hi Kartrine,

    Ok, I understand. This is standard design with our theme PMPro, I’m afraid. As this is not breaking the page, changing this is considered customization work. Unfortunately, this is a service that we do not provide.

    We only share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.

    If you want to go further with the customization of your website, we advise that you hire a developer to do it for you.

    We got an amazing discount for our users with our partner Zipline, which can handle installation, customization, and mobile apps with your theme :

    Cera Theme

    Disclaimer : This is an affiliated link to our partner Zipline, by using this link you will get an amazing discount!

    Thank you for your understanding.

    Katrine
    Participant
    • 41 Topics
    • 151 Posts
    @gyziiedk

    No worries, all good – thank you anyways though! 🙂

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6587 Posts
    @themodactyl

    You’re welcome 🙂

    If you have further questions or requests, feel free to create other forum topics.

    Cheers,

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

You must be logged in to reply to this topic.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site