Site logo

[Resolved] Adding Elements (related posts, headline,…)

Home Forums Support [Resolved] Adding Elements (related posts, headline,…)

Home Forums Support Adding Elements (related posts, headline,…)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2444011
    inoruhana

    Hello,

    I created Related Posts by GenerateBlocks.
    Below these posts are there a navigation.
    (1) But the PageSpeed Insights said that these links are not crawlable.
    https://ibb.co/BC9z45slink not crawlable
    https://ibb.co/9VnPmp8link not cralable
    Can we solve this?
    (2) Another question is: is it possible to make these related posts like a slide shows?
    I mean that when I click on the number or the next button of the navigation, it does not need to reload the whole page, but only the related posts area and keep me there, not go back to the top of the page.
    (Maybe it is impossible! (笑))
    (3) And another question concerning Headline element.
    Please have a look at my site Inoruhana
    I created a Headline like this: Under Maintenance…
    But its performance looked so ugly: too closed to the Menu Navigation and the bottom so wide.
    I used additional css to make it a little bit better.
    My css is .wp-container-3{
    margin-top: 1.5em; margin-bottom: -1em;
    }
    (4) the final question: Perhaps because I created these elements, wp-block (social link) at the footer area was broken.
    I added social icons there but they arranged in vertical row even in the setting was horizonal.
    Eventually, I add the following css and they became horizonal row.
    .wp-block-social-links{
    display: flex;
    }
    However, it showed a slightly bad looking.
    The social icons and site-info did not lye on the same line.
    So, I added more css: .inside-site-info{
    align-items: normal;
    }
    Here, I really do not want to add more additional css.
    So, if you have any better solution (of course, you have), please give me some advices.

    Best regards,
    Inoruhana

    #2444036
    Fernando
    Customer Support

    Hi Inoruhana,

    1. Can you raise a topic with regard to this here?: https://generateblocks.com/support/
    2. Sorry, but it’s not possible currently. You’ll need a custom code to make GB Query Loops appear in a carousel format. It’s something being considered as a feature for the Pro version in the future though.
    3. My recommendation for this would be to use a GB Container Block instead of a WordPress Group Block. In this way, you’ll have fuller control of the spacing with no need for custom code.
    4. For this one, I would suggest using a GB Buttons Block instead. This should also allow you better Block control with no need for extra custom code. See here for a sample video: https://youtu.be/yAleVWQi5EA?t=100

    #2444159
    inoruhana

    Hi Fernando,

    Excellent!
    Using GB Blocks is so interesting.
    Thanks.
    But you mentioned 1 above. I am afraid of my misunderstanding.

    #2444733
    David
    Staff
    Customer Support

    Hi there,

    1. Where can i see that element on your site ?

    #2445812
    inoruhana

    Hi David,

    Please have a look at my site.
    At the bottom of related posts, there is a pagination. gb-button-wrapper gb-button-wrapper-f175940c gb-query-loop-pagination
    The PageSpeed Insight said that these Links are not crawlable.
    Uncrawlable Link
    1
    a class=”gb-button gb-button-43cc9562 gb-button-text page-numbers gb-button__current” aria-current=”page”

    a class=”gb-button gb-button-43cc9562 gb-button-text page-numbers dots”

    Also, At the footer, there are some social icons which were created by gb-button.
    The PageSpeed Insight again said that these Links do not have a discernible name.
    Failing Elements
    div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button
    a href=”…” target=”_blank” rel=”noopener noreferrer”

    So, I would like to make sure that if I am missing something when created them by gb-button.

    Thanks

    #2446425
    inoruhana

    I am trying to fix them by myself.

    Thanks guys.
    Have a nice weekend.

    Best wishes
    Inoruhana

    #2446511
    David
    Staff
    Customer Support

    Those cannot be changed at this time, we will release an update in the future where those <a> for the dots and current items will be replaced with a span. For now you can either ignore the warning or remove the Paging button.

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