Series icon not displaying
-
I am having a couple issues with the icons of series displaying, both inside the CMS and on the public facing page.
- Issue #1: I customized the output for the Table of Contents to look something like this:
<div class="series-box-home"> <div class="title-container"> <h3><span class="title-before">Series: </span>%series_title_linked%</h3> <p>(%total_posts_in_series% articles)</p> </div> <div class="post-container"> <div class="series-image">%series_icon_linked%</div> <div class="series-text"> <p class="series-description">%series_description%</p> <ul class="post-list">%post_title_list%</ul> </div> <div class="clear"></div> </div> <p class="series-link">%series_title_linked%</p> </div>
For some reason, the live page does not display the icons with the series. All other tokens are outputting the correct information.
- Issue #2: When adding a new series in the Manage Series section, I am able to use the “Select Image” button to choose the icon I want for that series, and before I save the new series, a thumbnail of the icon is shown. However, after I save the new series, the icon disappears from the series and is not displayed under the “Icon” column in the list of series. When I try to edit the series and add/re-add the icon, the icon will then display in the “Icon” column. BUT, if I go back into editing the series, the “Current Series Icon” section says “No icon currently.”
Any ideas? It’s a little frustrating that the images seem to be the only thing that is broken, and I’m not sure what to try next. Thanks for the help in advance.
- Issue #1: I customized the output for the Table of Contents to look something like this:
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Series icon not displaying’ is closed to new replies.