Skip Navigation

[Resolved] Cannot find (Bootstrap css map) 404 error

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 3 replies, has 2 voices.

Last updated by Christian Cox 6 years, 4 months ago.

Assisted by: Christian Cox.

Author
Posts
#1123933

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?

#1124057

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.

#1125417

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

#1125533

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.