• Resolved eracet

    (@eracet)


    New to Sermon manager , coming from Sermon browser

    So far I do like many of the options available, but as with anything newer I tend to be struggling on a few things.

    1: Been looking at shortcodes and trying to figure out how to filter so people can search what series, preacher etc. Only way I was able to do this is with [sermon_sort_fields].
    But the problem is it makes a window and small text dropdowns. Is there any way I can help them sort fields , maybe in a different way?

    2: Noticed that Sermon manager creates its own page for all sermons. The problem I have is that this page cannot be edited (or maybe I am overlooking it). Trying to get it full width instead of default format. We have blogs on there that are from 5 years ago we no longer use.

    3: Widget text size. Have not found a way to adjust text size, some of it seems really tiny.

    Thank you so much for helping with this.

    Sorry if its obvious spots or I am not smart enough to figure it out.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Apologies for the delay.

    1. You can change the font size with CSS*. This should work for you:

    div#wpfc_sermon_sorting select {
        font-size: 15px;
    }

    (change 15px to whatever value you prefer)
    2. You can put the sermons to any page with [sermons] shortcode
    3. Just send us the page where the widget is, and we’ll send you the CSS

    * You can use the CSS by going into WordPress admin, and opening Appearance -> Edit CSS (or Custom CSS). Just add the CSS at the bottom of it. (if that doesn’t work, go to Appearance -> Editor and add the CSS to the bottom of style.css)

    Thank you for your patience.

Viewing 1 replies (of 1 total)

The topic ‘Display and Filter issues’ is closed to new replies.