• anonymized-14293447

    (@anonymized-14293447)


    I intend to purchase the Pro version because I need custom-post-type support, but I tested the free version and the result of my layout is very ugly. So it doesn’t look promising and if it’s a theme conflict I already know that PostGrid will give me nightmares in setting it up. What can you tell me about it?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Dear Sir,

    I saw your screenshot. Yes CSS conflict with your theme for data. It can fix by custom CSS. Send me site url here or mail me [email protected] I will try to fix it.

    Thanks

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Radius, if you tell me it’s just a CSS and not any other conflict then there’s no need for fixing it now. This was just a test for me. I will contact you again later in a few weeks when I will purchase the Pro version. Thank you for having an active customer support.
    Let’s keep this post “unresolved” and we’ll close it later on.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Can you please send me url then I can make sure after check?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    you can view it here

    Plugin Author RadiusTheme

    (@techlabpro1)

    Yes sir conflict with theme css data style it is same class .date

    style.css line no 7779

    This class

    .blog-list .date {
        position: relative;
        z-index: 30;
        display: block;
        text-align: center;
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-weight: 800;
        font-size: 29px;
        border-radius: 3px;
        background: #fdc600;
    }
    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    ..but I don’t find any .date class into the plugin’s css

    Plugin Author RadiusTheme

    (@techlabpro1)

    class has in html may be we added for special style then style it by span.

    if remove this data class then looks good.

    Or by custom CSS we can overwrite this.

    Write this css in custom CSS box hope it will ok

    .rt-tpg-container span.date {
        position: relative;
        z-index: 30;
        display: inline !important;
        text-align: center;
        height: auto !important;
        width: auto !important;
        line-height: inherit !important;
        font-weight: normal !important;
        font-size: inherit;
        border-radius: 0px !important;
        background: none !important;
    }

    Thanks

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    mmmhh.. it didn’t improve much, also because of the !important tags. But again, I will need to test when I’ll use the Pro with Isotope layout.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Sir I see it is ok now http://prntscr.com/g6utoa

    !important no problem we use it to force css so no conflict with others.

    I think without !important it will work but I can not test so give you with !important so it should work.

    Thanks

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    The problem is that I want the style of the plugin as I see it in the Pro demos. I don’t want to inherit the theme’s style… as you can see it’s too big and ugly. πŸ™‚

    Plugin Author RadiusTheme

    (@techlabpro1)

    Can you please send me a screenshot of your look?

    See my look it’s looks good as like plugin demo https://prnt.sc/g6utoa

    But yellow color is theme primary color.

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘conflict with theme’ is closed to new replies.