- This topic has 11 replies, 2 voices, and was last updated 10 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
May 1, 2014 at 7:17 pm #9923MDMAMGMTParticipant
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!
May 1, 2014 at 7:39 pm #9926MDMAMGMTParticipantMay 2, 2014 at 7:10 am #9930Theme Horse Support TeamKeymasterHi,
I could not see any URL? Could you send it once.
Regards
SunilMay 2, 2014 at 7:27 pm #9948MDMAMGMTParticipantHmm that’s weird I used the bb tags..
sorry the website is http://griffraffmusic.com/blog/
May 3, 2014 at 9:56 am #9959Theme Horse Support TeamKeymasterHi,
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
SunilMay 3, 2014 at 4:20 pm #9972MDMAMGMTParticipantYes 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?
May 3, 2014 at 5:05 pm #9975MDMAMGMTParticipantAgain I don’t see how to edit a post, but here is a screen of what I’m talking about
May 4, 2014 at 9:48 am #9990Theme Horse Support TeamKeymasterHi
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
SunilMay 4, 2014 at 3:44 pm #9997MDMAMGMTParticipantOkay 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
May 5, 2014 at 1:43 pm #10026Theme Horse Support TeamKeymasterHi 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 youMay 6, 2014 at 3:09 am #10051MDMAMGMTParticipantThank 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.
May 6, 2014 at 5:09 am #10053Theme Horse Support TeamKeymasterThanks MDMAMGMT for your post.
Thank you -
AuthorPosts
- You must be logged in to reply to this topic.