• Resolved hernanrivera

    (@hernanrivera)


    Hi there,
    I imported successfully my posts from Instagram but I got the metadata ( the texts of the instagram posts) two time, as title and as content as well. I was wondering if you can tell me how I can get the text on the instagram post just as a title or content, maybe with some CSS?
    Many thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Beau Lebens

    (@beaulebens)

    Try

    .instagram-caption { display: none; }

    That should hide the caption bit, and leave the post titles in place. If that’s not what you’re looking for, please let me know, and link me to your site so I can see exactly what your theme is doing, and I should be able to figure something out for you.

    Thread Starter hernanrivera

    (@hernanrivera)

    Hi @beaulebens,
    Thanks for the css, it works but just on the single post page.
    How I can make it works on the post page, meaning the blog page where are all posts together, there I still have the double info as content and as title.
    Many thanks for your help I really appreciate it.
    Best.

    Plugin Author Beau Lebens

    (@beaulebens)

    What’s your website? If you send me the URL I can probably give you something that will work there as well.

    Thread Starter hernanrivera

    (@hernanrivera)

    Thank you Beau.
    I finally solved!

    best,
    H.

    Plugin Author Beau Lebens

    (@beaulebens)

    That’s great! In case it helps anyone else, do you mind sharing how you fixed it?

    Thread Starter hernanrivera

    (@hernanrivera)

    Sure happy to share.

    I used this CSS:

    .entry-header .entry-title { display: none !important; }

    (the theme I am using it storefront)

    Thanks for your the tech support.
    Best.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Instagram metadata import duplicated’ is closed to new replies.