Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zerif-lite support added #245

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

zerif-lite support added #245

wants to merge 1 commit into from

Conversation

braini75
Copy link

@braini75 braini75 commented Nov 15, 2018

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project. (WPCS)
  • My change requires a change to the documentation.

Brief description of the proposed change:

Let sermon-manager run with Zerif Lite Theme (tested with Version 1.8.5)!

Any other info:

@@ -52,6 +52,14 @@
case 'oceanwp':
echo '<div id="content-wrap" class="container clr"><div id="primary" class="content-area clr"><div id="content" class="site-content clr">';
break;
case 'zerif-lite':
echo '</header>';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird that the the header is not already closed, gotta check this one.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be a Bug of Zerif Lite, as my installation was missing that tag.

@nikola3244 nikola3244 added this to the 2.15.9 milestone Nov 15, 2018
@nikola3244 nikola3244 modified the milestones: 2.15.9, Future Releases Jan 4, 2019
@braini75
Copy link
Author

braini75 commented Nov 9, 2020

Hi,
is there any chance of implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants