Okay
  Public Ticket #956136
Endless pagination
Closed

Comments

  •  2
    alvarorubioc started the conversation

    Hi there!

    Love your theme.

    I’ve got a couple of problem:

    1. Endless pagination no works on homepage. Show more button to show more portfolios items neither works on portfolio page. www.juanaizpuru.com 

    2. I got a one-page homepage but when I go to other pages the menu no works correctly. I need change this menu without #archors to show it on blog, single-page, etc.

    Thanks a million!

  • [deleted] replied

    Hi Alvaro,

    Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   alvarorubioc replied privately
  • [deleted] replied

    Hi,

    1. I've managed to fix this issue, it was a theme bug.

    2. Also fixed this by adding this code in Theme Options > Footer > JavaScript & Tracking Code > Footer JavaScript:


    jQuery( '.menu-item a[href^="#"]' ).each( function( i, el ) {
    var $a = jQuery( el );

    if ( ! jQuery( $a.attr( 'href' ) ).length ) {
    $a.on( 'click', function( ev ) {
    window.location.href = jQuery( '.header-logo' ).attr( 'href' ) + $a.attr( 'href' );
    } );
    }
    } );

  •  2
    alvarorubioc replied

    Thanks a million!

  • [deleted] replied

    Hi Alvaro,

    Glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great weekend!