• Resolved dickinsondynamics

    (@dickinsondynamics)


    I am attempting to upgrade our ministry’s website and cannot, for the life of me, get the layout to work for the series pages. I’ve already had to do some CSS modification to correct the individual sermon pages but cannot figure out what class(es) to modify for the series’.

    I have tried disabling Sermon Manager’s CSS but that just made things worse. Can anyone help this poor amateur?

    Theme: Astra Pro 4.0.2
    WordPress: 6.1.1
    Sermon Manager (free): 2.17.0

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • We use the free version of Astra and I created custom archive, single and series/preacher pages. I created a child theme first, so when the developer makes changes to the theme, my changes aren’t removed. To create custom archive and taxonomy pages you can read this: https://wpforchurch.com/my/knowledgebase/69/Modifying-the-Excerpt-of-a-Sermon-Archive.html. It deals with modifying excerpts, but the principle is the same.

    For your question, I don’t know what you’re trying to accomplish but if you use a web tool, you should be able to find the classes. Also, each archive/single/taxonomy page has it’s own class included in the body.

    Thread Starter dickinsondynamics

    (@dickinsondynamics)

    Thank you! Got me on the right track. Fixed the problem by adding this to the template section of content-sermon-wrapper-start.php:

    case 'astra':
    	echo '<div id="primary"><div id="content" role="main" class="wpfc-sermon-container wpfc-astra ' . $additional_classes . '">';
    break;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout Problems in Astra’ is closed to new replies.