• Resolved Ghitorni

    (@ghitorni)


    I find the Title & Subtitle exist, but display only as two small squares. You could see it at: https://www.doosra.sanskritiarts.net/.

    Using Firebug, I found this:

    .cactus-listing-heading h1 span {
    background-color: rgba(245, 136, 33, 1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 1;
    margin-left: 2px;
    margin-top: 5px;
    padding-top: 7px;
    text-align: left;
    vertical-align: top;
    width: 25px; <**problematic value**>
    }

    If I change width: 25px; to say, 790 both the title & subtitles appear, but in a weird styling. If I remove the plugin, mysteriously, this whole CSS disappears.

    Please help me. thanks

    https://www.ads-software.com/plugins/subtitles/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there,

    Try this CSS and let me know how it goes:

    span.entry-subtitle {
    	display: block !important;
    	font-size: 0.53333333333333em !important;
    	width: auto !important;
    	height: auto !important;
    	margin: 0 !important;
    	padding: 0 !important;
    	line-height: 1 !important;
    }

    Cheers,
    Philip

    Thread Starter Ghitorni

    (@ghitorni)

    Yes, something does appear. BUT both title & subtitle appear fudged. The same url as above.

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Can you share a screenshot of what your titles normally look like when Subtitles is not activated?

    Thread Starter Ghitorni

    (@ghitorni)

    Sure.

    This is when subtitles plugin is activated.

    https://i.imgur.com/zxS0G4l.jpg

    This is when subtitles plugin is not used.

    https://i.imgur.com/OQ3zdlR.jpg

    I can send you login details, please send me your email-id.

    Thanks

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    @ghitorni: Probably better to send me a ZIP of the theme. You can contact me at philip (at) professionalthemes (dot) nyc.

    Cheers,
    Philip

    Thread Starter Ghitorni

    (@ghitorni)

    Just sent you the files.

    Thread Starter Ghitorni

    (@ghitorni)

    Sent you the zip as well as a link too.

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Thanks. Try this:

    span.entry-title-primary,
    				span.entry-subtitle {
    					background-color: transparent !important;
    					color: inherit !important;
    					display: block !important; /* Put subtitles on their own line by default. */
    					width: auto !important;
    					height: auto !important;
    					line-height: inherit !important;
    					text-align: left !important;
    					vertical-align: baseline !important;
    					padding: 0 !important;
    					margin: 0 !important;
    				}
    				span.entry-title-primary {
    					font-size: 1em !important;
    				}
    				span.entry-subtitle {
    					font-size: 0.53333333333333em !important; /* Sensible scaling. It's assumed that post titles will be wrapped in heading tags. */
    				}

    Cheers,
    Philip

    Thread Starter Ghitorni

    (@ghitorni)

    Looks it works (same url). Thanks. BTW, was the coding odd or something else?

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Glad to hear it. Your theme had some aggressive title styling that I had to override. Please leave me a review when you get a chance!

    Cheers,
    Philip

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not working in NewsTube theme!’ is closed to new replies.