- This topic has 51 replies, 5 voices, and was last updated 2 months, 1 week ago by
David.
-
AuthorPosts
-
October 12, 2022 at 8:17 am #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?
October 12, 2022 at 9:43 am #2371348Leo
StaffCustomer SupportHi 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-informationLet me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 12, 2022 at 4:12 pm #2371648francesco
done
October 12, 2022 at 5:30 pm #2371710Fernando 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”.
October 13, 2022 at 9:02 am #2372556francesco
after “load more”
October 13, 2022 at 10:49 am #2372641Ying
StaffCustomer SupportHi 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.
October 13, 2022 at 3:38 pm #2372819francesco
How can i do this?
October 13, 2022 at 7:36 pm #2372905Fernando 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.
October 17, 2022 at 1:58 am #2375948francesco
it is complicated for me. can you recommend a platform where to find specialists who use generatepress?
October 17, 2022 at 10:21 am #2376649Ying
StaffCustomer SupportAre 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.October 18, 2022 at 1:02 am #2377124francesco
Updated, but nothing has changed.
October 18, 2022 at 2:56 am #2377223David
StaffCustomer SupportHi 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; } );
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 19, 2022 at 1:58 am #2378432francesco
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.
October 19, 2022 at 5:11 am #2378564David
StaffCustomer SupportSelect 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.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 19, 2022 at 11:40 pm #2379574francesco
hi david, actually I would like this line to appear when you hover over it with the mouse.
-
AuthorPosts
- You must be logged in to reply to this topic.