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

Fix styles loading issue with an Add New Subscriber popup #8

Open
mcspronko opened this issue Jul 15, 2019 · 0 comments
Open

Fix styles loading issue with an Add New Subscriber popup #8

mcspronko opened this issue Jul 15, 2019 · 0 comments

Comments

@mcspronko
Copy link
Owner

audience.html.twig file contains the following code (note the modal2 id):

<!-- Temporary styles fix for #modal div element -->
<div class="remodal" data-remodal-id="modal2" data-remodal-options="hashTracking: false">
    {% include 'partials/blueprints-new-subscriber.html.twig' with { blueprints: admin.blueprints('pages/admin/new_subscriber'), form_id: 'new-subscriber' } %}
</div>

This code helps to load styles for the main modal when opening an Add New Subscriber popup.

The styles should be fixed and the above code removed.

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

No branches or pull requests

1 participant