- This topic has 20 replies, 4 voices, and was last updated 1 month, 2 weeks ago by
Fernando.
-
AuthorPosts
-
February 3, 2023 at 6:09 pm #2520775
Jan Pecenka
Hi, I have a two problem with frontend.
I have made the last posts on the main page through Generate Blocks Query Loops. I see everything fine in the editor. On the left is one last post. On the right are the last four posts with an offset of 1.
https://prnt.sc/TvyzR5KuiTSZI see this in the frontend https://prnt.sc/0iY15p_g1l5U
I have a similar problem with the footer.
In editor – https://prnt.sc/dJ0NtVIL_XK5
Live – https://prnt.sc/PXY056FK-N9pCan you help me? Thanks.
February 3, 2023 at 6:35 pm #2520783Leo
StaffCustomer SupportHi there,
Any chance you can disable all plugins and custom functions except GP Premium and GenerateBlocks to eliminate conflicts from other plugins first?
Make sure to activate the parent theme if you are using a child theme as well.
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 4, 2023 at 1:30 am #2520907Jan Pecenka
I deactivated all plugins except GP Premium and GB and Query Loop is still wrong.
After deactivating Optimole, the links in the footer are fine. How is it possible this is text with a link?
February 4, 2023 at 6:28 am #2521102David
StaffCustomer SupportHi there,
the right hand query loop, can you try:
1. select the query loop block
2. from the 3 dot menu select duplicate block
3. delete the original query loopCheck the Params of the new block. And publish those changes.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 4, 2023 at 6:58 am #2521136Jan Pecenka
I tried it. It’s worse than it was.
https://prnt.sc/0JIq0axpdorvIn editor Is everything ok.
February 4, 2023 at 8:28 am #2521344David
StaffCustomer SupportCan you supply an admin login so we can take a closer look ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 4, 2023 at 8:43 am #2521355Jan Pecenka
Yes.
Maybe problem with footer links are same…
February 5, 2023 at 2:53 am #2521913David
StaffCustomer SupportTake a look now:
Your site has a Sticky Post, so the right hand Query Loop i Added Parameter -> Sticky Post –> Ignore
For the missing styles.
I regenerated the CSS in GenerateBlocks Settings and then cleared your Cache.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 5, 2023 at 4:05 pm #2522582Jan Pecenka
Hi David, that was easy. I didn’t think of that. I tried regenerating the CSS in GB several times too. It didn’t work. You are a bigger boss. ๐
The problem is in the display of the right part. The minimum height in Post Template is set to 245px.
https://prnt.sc/QVQYVQV7EDh5
On the website I see the height of the first line is 253px.
https://prnt.sc/lYYQN_i94KCn
When I copy the identical entire container to another site, the display is correct.
https://prnt.sc/FdNtqkcJ-yQVI’m wondering if it’s possible to have it show a different CSS setting. There was a different template on the site and it replaced GP with full settings.
February 5, 2023 at 8:27 pm #2522701Fernando Customer Support
Hi Jan,
A
min-height
defines the smallest height of the Container if there’s no content. However, if the height of the content is beyond your min-height value, 245px, it will still go beyond. With that said, your content including the spacing for those Containers goes beyond 245px, thus, the disparity.If we force it to 245px, your content would be cut. Are you alright with this?
February 6, 2023 at 4:42 am #2523066Jan Pecenka
It can be tried.
February 6, 2023 at 5:03 pm #2523832Fernando Customer Support
We can force it with custom CSS or, if you can wait a bit, the upcoming GB update should allow you to define a height instead of a min-height.
Let us know what you prefer.
February 7, 2023 at 7:40 am #2524509Jan Pecenka
We can try to set it up for now.
Btw. When will the new version arrive?
February 7, 2023 at 4:20 pm #2525237Jan Pecenka
I found that changes in settings such as colors do not update at all.
I can see everything correctly in the editor, but not anymore on the website. Regenerating the GB CSS will not help.
When I set CSS PRINT METHOD to Inline Embedding, then it’s fine.February 7, 2023 at 5:10 pm #2525264Fernando Customer Support
You can try this CSS:
.gb-grid-wrapper.gb-grid-wrapper-786fcddf.gb-query-loop-wrapper > .gb-query-loop-item > .gb-container > .gb-inside-container > h4 { max-height: 108px; }
This adds a max-height to your Headline text.
As for the color, can you try disabling your caching/optimization plugins to test?
-
AuthorPosts
- You must be logged in to reply to this topic.