- This topic has 9 replies, 4 voices, and was last updated 2 years, 8 months ago by
Leo.
-
AuthorPosts
-
September 16, 2020 at 7:31 pm #1446555
Cody
Hello,
(1) question 1:
When the posts (for example: article “Helllo World”) display in the homepage. The “Featured image” on the right position. But visit the posts (for example: article”Helllo World”), it displays over the title. it’s wrong. It should display below the title. How to solve it?(2) question 2:
The “table of content” navigation should not appear here, it should only appear in the article content. How to solve it?Please check the attachments (images: 1.png, 2.png).
https://ibb.co/LgrY4Dk (or https://freeimage.host/i/2okJXp)
https://ibb.co/278cz7F (or https://freeimage.host/i/2okHIR)Looking forward to your reply.
Thanks in advance.Best wishes,
JessySeptember 16, 2020 at 7:53 pm #1446564Elvin
StaffCustomer SupportHi Jessy,
Can you provide us a link to your site so we could take a closer look? It’ll give us an idea as to why it’s happening.
Meanwhile, we can check if:
1.) Perhaps you have a GP Header Element or Hook Element that does this. You may want to change its display rules or completely remove them so doesn’t happen.
2.) We’ll need to check the site to get clues as there are plenty of possible reasons why it appears there.
Ex: GP Hook element, shortcode added to content, 3rd party plugin that hooks it before content, etc.You can add your site details to the Private Information field. 🙂
September 17, 2020 at 2:42 am #1446827Cody
Hi,
The login address of the WordPress backend is as follows, you can access directly, automatically log in, no account password is required.September 17, 2020 at 8:58 am #1447404Leo
StaffCustomer Support1. Have you tried changing the featured image location for Posts here?
https://docs.generatepress.com/article/adjusting-the-featured-images/2. How is that table of content added? The login you’ve provided only allows limited access so we can’t see what element you’ve created etc.
September 17, 2020 at 6:56 pm #1447954Cody
Hi Leo,
You can edit and view directly. It’s just a “table of content” content navigation. It should not appear in the blog archives.
Please see the attachment (01.png, 02.png).Looking forward to your reply.
Thanks in advance.
CodySeptember 17, 2020 at 7:01 pm #1447962Leo
StaffCustomer SupportHmm that’s using Thrive so it’s something you will need to report it to their support.
GP uses the default
the_excerpt()
function in WordPress:
https://developer.wordpress.org/reference/functions/the_excerpt/So Thrive needs to have a way to ignore that in excerpt.
Another option would be to use the custom excerpt metabox to overwrite the default word count excerpt:
https://www.wpbeginner.com/plugins/how-to-customize-wordpress-excerpts-no-coding-required/Also are you using Thrive for anything else? If it’s just for table of content then it might be good to consider just using this plugin:
https://wordpress.org/plugins/easy-table-of-contents/September 17, 2020 at 7:25 pm #1447974Cody
Hi Leo,
Thanks for your reply.
September 17, 2020 at 7:28 pm #1447979Leo
StaffCustomer SupportThere is no code that we can use to skip that unfortunately – this is not a theme issue and you should see the exact same thing when using a twenty series default WP theme.
I would recommend checking with Thrive’s support as this is likely something they need to fix.
Or use one of the two alternatives I suggested in the previous reply.
September 19, 2020 at 3:22 am #1449672Longinos
Sorry for spaming this.
If I´m not wrong, by default wordpress take the 1st X word from the_content() to fill the excerpt, if these X 1st words have a shortcode, this is showed. To avoid this, fill the excerpt metabox in the post.September 19, 2020 at 10:39 am #1450189Leo
StaffCustomer SupportYup that’s custom excerpt metabox method I suggested above:
https://generatepress.com/forums/topic/display-error/#post-1447962 -
AuthorPosts
- You must be logged in to reply to this topic.