• Resolved moein

    (@moeinkd)


    Hi
    Thank you very much for your good plugin

    I want to do this, please guide me
    I want to delete the link from under the series
    View the entire series
    And instead, I can put the link in the description
    Because when I put a link in the description, it is in the form of text
    https://pasteboard.co/JIcTWFA.jpg

    I put a box for this series
    friends if they want to use
    Thank you

    /*also-in-this-series*/
    .series-title {
    	display: none;
    }
    .series-description {
    	font-size: 18px;
    }
    
    .also-in-this-series {
    	box-shadow: 0 0 10px rgba(0,0,0,0.1);
    	padding: 20px;
    	border-radius: 6px;
    	margin-top: 50px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jon Weatherhead

    (@jweathe)

    Hi, that’s a good idea. I’ll accommodate that for the next update.

    Plugin Author Jon Weatherhead

    (@jweathe)

    The new update now allows for custom templates.
    You can add a also-in-this-series directory to your theme and then make a serieslisting.php file. Look at the plugin source to see how my template works in views/serieslisting.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remvoe View and add link in description’ is closed to new replies.