BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Unload slides completely

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #31474

    Anonymous
    @

    Hi, I am not using slides for frontpage. I still see buddyboss-slides.js being loaded — not really sure if this script is meant for other functions not related to slides too … How can I completely unload all sciprs/files related to the sliders? Thanks

    Answers

    #31475
    @adminzenoed

    Just realized I had two accounts here. Deleted the old one — the question above is mine 🙂

    #31480

    Alyssa
    Participant
    @alyssa-buddyboss

    @adminzenoed try adding this to functions.php:
    remove_action( 'wp_enqueue_scripts', 'buddyboss_slides_assets' );

    #31774
    @michael

    As of 4.0.5 (now available) we no longer load slide-related Javascript or CSS unless you have at least one slide loaded. Thanks for reporting the bug.

    BuddyBoss 4.0.5

    #31779
    @adminzenoed

    Yeah! TQ. Maybe can remove the adminbar +New>Slides too if no slide is loaded? It’s still appearing so I have to manually remove them in function.php

    #32562
    @joshuamrosenau

    Hi – I’d like to use a fixed image as a featured image, instead of a single image that is stuck in a slider.

    Is there a way to separate featured images so that single images appear as fixed images?

    Thanks.

    #32575

    Alyssa
    Participant
    @alyssa-buddyboss

    @joshuamrosenau see fix above

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Unload slides completely’ is closed to new replies.