Archived topic
page hero and load more article problems
51 replies · Started by francesco on October 12, 2022
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?
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 :)
done
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".
after "load more"
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.
How can i do this?
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.
it is complicated for me. can you recommend a platform where to find specialists who use generatepress?
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.
Updated, but nothing has changed.
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;
} );
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.
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.
hi david, actually I would like this line to appear when you hover over it with the mouse.