[Support request] page hero and load more article problems

Home Forums Support [Support request] page hero and load more article problems

Home Forums Support page hero and load more article problems

Viewing 15 posts - 1 through 15 (of 52 total)
  • Author
    Posts
  • #2371251
    francesco

    Someone can explain to me why if I put a querry as a page hero on the home page when I load other articles it loads me those of the page hero and not those of the home page?

    #2371348
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question and point us to where we should be looking at?

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2371648
    francesco

    done

    #2371710
    Fernando
    Customer Support

    Hi Francesco,

    Can you take a screen recording or screen shots of the issue from your end. I can’t seem to observe the issue described from my end when clicking on “load more”.

    #2372556
    francesco

    after “load more”

    #2372641
    Ying
    Staff
    Customer Support

    Hi there,

    Can you try to update GP to 3.2.0-rc.1 and GP premium to 2.2.0-rc.1?

    Let me know if this works.

    #2372819
    francesco

    How can i do this?

    #2372905
    Fernando
    Customer Support

    You can download the Release Candidate versions here: https://generatepress.com/account/

    After downloading them, you’ll need to install them in your admin daashboard as the theme and plugin respectively.

    #2375948
    francesco

    it is complicated for me. can you recommend a platform where to find specialists who use generatepress?

    #2376649
    Ying
    Staff
    Customer Support

    Are you just wanting to update the plugins?

    If so, it doesn’t have to be a specialist of GP, any developer that is familiar with WordPress can do so.

    But it’s quite simple, you can do it yourself with no problem.

    Log into https://generatepress.com/account/, click on Download 2.2.0-rc.1, then go to your site’s dashboard > plugins, deactivated the installed GP premium plugin, then click add new > upload the downloaded .zip file, and replace the old one with the new one.

    #2377124
    francesco

    Updated, but nothing has changed.

    #2377223
    David
    Staff
    Customer Support

    Hi there,

    try adding this PHP Snippet to your site:

    
    add_filter( 'post_class', function( $classes ) {
    	$infinite_scroll_item_index = array_search( 'infinite-scroll-item', $classes );
    
    	if ( in_array( 'gb-query-loop-item', $classes ) && $infinite_scroll_item_index !== false ) {
    		unset( $classes[ $infinite_scroll_item_index ] );
    	}
    
    	return $classes;
    } );
    #2378432
    francesco

    hi David, i solved it by removing the query loop. I’ll go to manually insert the posts. I was wondering if it was possible to have a CSS to put an underline like in the photo.

    #2378564
    David
    Staff
    Customer Support

    Select that Headline Block, and:

    1. Go to Spacing and set the Inline Width option.
    2. Add a Bottom Border value eg. 2px
    3. Go to Color and give the border a color.

    #2379574
    francesco

    hi david, actually I would like this line to appear when you hover over it with the mouse.

Viewing 15 posts - 1 through 15 (of 52 total)
  • You must be logged in to reply to this topic.