badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Help Displaying embed SoundCloud

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #9923
    MDMAMGMT
    Participant

    Hi, so I’ve had this problem with other themes, but I’ve settled on interface for its beauty and simplicity.

    The issue is this. When adding a post with an embed soundcloud object, the player does not show up on the index page. One must click “Read More” in order to fully open the post and thus see the embed player.

    It is not a matter of character length, looking at the source code shows that the iframe object present after clicking “Read More” is completely missing from the index page posts.

    Why is this? And how can I solve this issue? Thanks for an awesome theme!

    #9926
    MDMAMGMT
    Participant

    Couldn’t see how to edit..

    But if you would like to see the problem in action the url is

    #9930

    Hi,
    I could not see any URL? Could you send it once.
    Regards
    Sunil

    #9948
    MDMAMGMT
    Participant

    Hmm that’s weird I used the bb tags..

    sorry the website is http://griffraffmusic.com/blog/

    #9959

    Hi,
    Just now i visited to your site and what i saw is http://awesomescreenshot.com/0cb2qxeh45
    the above link is the screenshot of image. I don’t think there is a problem because we have designed our theme this way.
    I can see the player too.
    If still there is problem for you then you need code customization for it. Before customizing the code you need to make child theme first.

    Regards
    Sunil

    #9972
    MDMAMGMT
    Participant

    Yes if you click on the post the player shows up, I established that in the first post. But on the index page it does not show up, and I need it to. Can you please help my understand how to achieve this?

    #9975
    MDMAMGMT
    Participant

    Again I don’t see how to edit a post, but here is a screen of what I’m talking about

    http://imgur.com/puyjsLf

    #9990

    Hi
    Sorry for this because we have designed our theme this way. On this page we don’t show the detail content. IF you want detail content here too then you can set a blog full content display template which don’t have read more button too.
    If you want to display it then you need code customization.
    The file is inside interface->inc->structure->content=extension.php
    from here you can edit the code or you may hire a developer to fix it.
    We recommend you to make child theme to edit this code.
    Regards
    Sunil

    #9997
    MDMAMGMT
    Participant

    Okay thank you for your help, again this theme is magnificent. I will work on editing the content-extension.php file.

    But I have a few more questions, what did you mean by make a child theme?

    And also, as a quick fix I could make a page and set the template to Full Content Display. But! IS there a way to get the index page of my blog to be in the full content display template? Or must I make a separate page..?

    Again thank you so much! You guys are awesome

    #10026

    Hi MDMAMGMT,
    Ok sure you can work editing the content-extension.php file but if you update to our latest version then all your customization code will be lost. So we recommend you to make the child theme and edit the code on the child theme as i have mentioned before.
    Yes you make one page and assign that page for blog full content display template.
    Yes for the index page you need to select from dashboard->reading->static front page.
    Page post : you full content page name
    Thank you

    #10051
    MDMAMGMT
    Participant

    Thank you so much for your support, I have my website working as I would intend it to be.

    For anyone reading this thread in the future wondering how to get soundcloud or other embed objects to show on your front page, the file to edit as stated above is in wp-content/themes/inc/structure/content-extensions.php Again, as stated above any changes you make will be overwritten unless you make a child theme (or re-edit the file every time interface is updated).

    The reason the embed objects are not displaying is that interface uses the_excerpt() http://codex.wordpress.org/Function_Reference/the_excerpt to display its content. This function strips html tags from your post, whereas the function the_content() http://codex.wordpress.org/Function_Reference/the_content does not. You will have to edit the code accordingly and use the <!–more–> tag within your posts in order to create a cutoff for the Read More button to use.

    #10053

    Thanks MDMAMGMT for your post.
    Thank you

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