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.
Can you please send me url then I can make sure after check?
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
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.
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. π
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