• Guido

    (@guido07111975)


    Hi,

    Today I have installed WordPress, your plugin and added some extra posts. After adding the shortcode at a page I notice the slider only shows the title (heading) and the next/prev arrow.
    This has happened before (link), but apparently it’s still an issue.
    There’s also another topic about this at your forum page (Nothing but Title shows on page).

    Guido

Viewing 1 replies (of 1 total)
  • Thread Starter Guido

    (@guido07111975)

    Update:

    When I inspect the slider in Chrome (console), there’s an error with most themes (such as Twenty Twenty or GeneratePress):

    
    (index):235 Uncaught ReferenceError: jQuery is not defined
        at (index):235
    

    Regarding this piece of code:

    
    <script>
                    jQuery(document).ready(function($){
                    var postSlider = $(".aps-1277574717");
    

    But with other themes such as Twenty Seventeen there’s no error in console.

    Update 2:

    Found it: it depends on where the theme loads the jquery (head or footer). So guess you should add a check for jquery in your plugin.

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Nothing but title and next/prev arrow shows on page’ is closed to new replies.