Forum Replies Created
-
in reply to: Blog Post List Page ConfigThis reply has been marked as private.in reply to: Podcast Grid Widget Column DisplayThis reply has been marked as private.in reply to: Blog Post List Page ConfigThis reply has been marked as private.in reply to: Blog Post List Page ConfigThis reply has been marked as private.in reply to: Excerpt Length
Confirmed – now displaying up to 100 characters. Thank you.
Can you just clarify – if the slider setting on the widget does not control the max number of characters, where is the setting that does? Is it hard coded and not currently an available option to change from within wordpress?
in reply to: Theme ColoursThis reply has been marked as private.in reply to: Excerpt LengthI wanted to display up to 100 characters, but the slider does not have any effect.
Is this a bug in the widget?in reply to: Theme ColoursThis reply has been marked as private.in reply to: Blog Post List Page ConfigThis reply has been marked as private.in reply to: Single Podcast Pagination Not DisplayedPagination is now showing on podcast pages, thanks!
in reply to: Excerpt LengthThis reply has been marked as private.in reply to: Blog Post List Page ConfigThis reply has been marked as private.in reply to: Back To Top Button Not Showing On Podcast PostsI have solved this.
In order to make the scrolltotop button work correctly on podcast pages (hide at top and show after scrolling) I had to remove the custom css we added in the child theme:
.single-podcast .scrollToTop {
display:block !important;
/*z-index: 9999999 !important;*/
}
…and then remove this code from theme.min.css:
.single-podcast .scrollToTop{display:none !important}in reply to: Back To Top Button Not Showing On Podcast PostsThis reply has been marked as private.