I am trying to: render a single post using a content template.
Link to a page where the issue can be seen:
I expected to see: the single post
Instead, I got: I see the post, but I also get this error in the debug:
Calling functions are WPDD_layout_cell_text::frontend_render_cell_content, WPDD_layout_cell_text::handle_content_filters, WP_Hook::apply_filters
Looking deeper I find:
Received 404 looking for bootstrap.css.map in my theme's directory. This file does not exist.
hidden link
The file actually exists in: /public_html/wp/wp-content/plugins/layouts/extra/theme_integration_support/resources/js/lib/bootstrap/dist/css/bootstrap.css.map
How can I correct where Toolset wants to find the css file?
Hi, which Bootstrap loading setting is selected in Toolset > Settings > General? Since your theme includes Bootstrap, you should choose "The theme or another plugin is already loading Bootstrap 3.0". This will instruct Toolset not to try to enqueue its own Bootstrap library. Let me know if this does not resolve the problem.
You were right, the bootstrap setting "The theme or another plugin is already loading Bootstrap 3.0" was NOT checked, but rather Toolset uses 3.0. After changing that I no longer get the error. However, after setting it to theme-3.0 then getting out and then going back in it now has a selection SELECTED: "The theme or another plugin is already loading Bootstrap 2.0". Also since experiencing this problem. My log-in form no longer shows up on the front end, but rather a page I've been working on (whether logged in or out), and for some reason Toolset can't find it when in Access Control while setting --Post Groups
Okay I have separated the login form issue and the Access Control issue into separate tickets. It's our policy to only address one issue per ticket, and that seems most likely unrelated to Bootstrap. Regarding the Bootstrap library selection changing after you save, that's unusual. Can you try these troubleshooting steps?
- Check to see if the post is published. If not, it will not appear in the list of posts.
- Clear your browser's cache and test again. If the post still does not appear in the list, temporarily activate a default theme like Twenty Seventeen and deactivate all plugins except Types, Views, and Access. If the problem is resolved, skip the next step.
- Test again. Switch to Bootstrap 2, then save. Reload the page and switch back to Bootstrap 3, then save. Reload the page once more. If the problem is resolved, skip the next step.
- Reactivate your parent theme, then child theme, then other plugins one by one until the problem returns.
Let me know the results and we can go from there.