WPIntell

Source evidence

SNAP Modal conflicting with Bootstrap 5.3

NextScripts: Social Networks Auto-Poster · support · 2024-11-12T23:16:00+00:00

complaintsentiment
mediumseverity
0.69relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 32 rows with source links

12.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
delamar unresolved
The social network autoposter plugin loads these two into the frontend for admin user: wp_enqueue_script( ‘modal’, $path . ‘/js-css/jquery.modal.min.js’, array( ‘jquery’ ), NextScripts_SNAP_Version, true); wp_enqueue_style( ‘modal’, $path . ‘/js-css/jquery.modal.min.css’, array( ), NextScripts_SNAP_Version ); since the modal css is for class .modal it does conflict with my bootstrap theme. how can I get rid of these two? (or please rename the class .modal into something like .snap_autopost_modal in: /path/to/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_functions_wp.php change this: add_action(‘wp_head’, ‘jsPostToFAV’); add_action( ‘wp_footer’, ‘nxsFavFooter’ ); for this: add_action(‘admin_head’, ‘jsPostToFAV’); add_action(‘admin_footer’, ‘nxsFavFooter’);

Comments

1 shown
delamar 2024-11-12T23:24:00+00:00

in: /path/to/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_functions_wp.php change this: add_action(‘wp_head’, ‘jsPostToFAV’); add_action( ‘wp_footer’, ‘nxsFavFooter’ ); for this: add_action(‘admin_head’, ‘jsPostToFAV’); add_action(‘admin_footer’, ‘nxsFavFooter’);