sfordev
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCasa] Maps seem to be broke on single listing pagesThank you foe the explanation!
I have tried the below line of code in theme functions.php, but it does not appear to be working:
add_filter( 'wpsight_allowed_html_tags', 'mappress-map' );
Is there anything incorrect with the formatting, or are there other arguments missing? I see the function in the plugin functions, but it is unclear what is incorrect with the
add_filter
.Forum: Plugins
In reply to: [WPCasa] Maps seem to be broke on single listing pagesThis is the implementation, on a new Listing within WPCasa, with no other content.
This is what renders on the front-end:
When the same shortcode is used in a new WP page, the map renders correctly:
Forum: Plugins
In reply to: [WPCasa] Style Sheets Gone with Update to 1.2.9.2Thank you! that has corrected the style sheet issue.
However, there is also an issue with MapPress shortcodes no longer rendering on Listing pages. A MapPress shortcode will render properly in a new Gutenberg-based WP page.
Forum: Plugins
In reply to: [WPCasa] Style Sheets Gone with Update to 1.2.9.2The theme is Optimizer PRO v0.4.8.
The Output CSS toggle does not appear to make a difference. It was enabled prior to the style sheets disappearing, and following these steps had no change:
- Toggle off Output CSS, Save
- Update a page to rebuild site
- Toggle on Output CSS, Save
- Update a page to rebuild site
- Clear browser cache
- Observe style sheets still not rendering in <head>
From Wayback Machine, I can tell these are the style sheets missing:
<link rel="stylesheet" id="wpsight-css" href="/wp-content/plugins/wpcasa/assets/css/wpsight.min.css" type="text/css" media="all"/><link rel="stylesheet" id="wpsight-listings-map-css" href="/wp-content/plugins/wpcasa/includes/wpcasa-listings-map/assets/css/wpsight-listings-map.min.css" type="text/css" media="all"/>
There are style rules in those files that are needed, which of course are not working because the CSS files do not render.