badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Posts missing unless I hover with cursor on Podcast pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93826
    rawr
    Participant

    Thank you for this wonderful theme. Please help me with this problem.

    I have a podcast on my blog. However, all podcast entries are blank and don’t show unless I hover the mouse over the page. See here – https://www.jamaipanese.com/podcast/

    I am using the popular Seriously Simple Podcasting plugin found here https://castos.com/seriously-simple-podcasting/

    I await your assistance. I didn’t have this problem with my previous themes.

    #93892

    Hi wakatta,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code. Below Code will support the Custom Post Type and will be included on the next Theme Update soon.

    .site-main .hentry {
    	margin-bottom: 40px;
    	padding-bottom: 30px;
    	position: relative;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .post-grid .hentry {
    	margin-bottom: 0;
    	padding-bottom: 14px;
    	border: 0 none;
    	padding-left: 7px;
    	padding-right: 7px;
    }
    .hentry .entry-wrap:before {
    	content: "";
    	display: block;
    	padding-top: 70%;
    }
    .hentry .entry-wrap {
    	position: relative;
    	display: block;
    	background-position: center center;
    	background-size: cover;
    }
    .hentry .entry-main {
    	padding: 20px;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	overflow: auto;
    }
    .post-grid .hentry a {
    	color: #777;
    }

    Thanks

    #93990
    rawr
    Participant

    thank you. it works perfectly now. Looking forward to the next update soon

    #94069

    welcome rawr,

    Yes, please let us know if you have any other queries regarding the Theme.

    Thanks

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