Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203284
    shogun
    Participant

    Hi,

    How can I show audio post with image as in the demo: http://demo.theme.co/integrity-1/blog/

    I have already set the post format as audio and a link to the audio in “MP3 File URL”

    On MY blogpage there is no playbar showing.

    Thanks.

    #1203352
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1203533
    shogun
    Participant
    This reply has been marked as private.
    #1203582
    Rupok
    Member

    Hi there,

    Your given credentials not working. However it seems you have text and videos and then audio. Let’s try placing the audio first within the content.

    Cheers!

    #1203683
    shogun
    Participant
    This reply has been marked as private.
    #1203951
    Jade
    Moderator

    Hi there,

    I have tried to inspect the page source through the console and the audio element in the blog page is in the markup but it not showing up due to a Javascript error. The JS error might be caused by a conflict with a third party plugin.

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

    #1204901
    shogun
    Participant

    Hi, I deactivated all plugins except “Cornerstone” and ”
    X – Facebook Comments” (X theme plugins). Had no effect on the problem. Can you please take another look?

    Thanks,

    #1204960
    shogun
    Participant

    Hmm, after I deactivated all the plugins the search button in the menu bar stopped working…

    #1205078
    Christian
    Moderator

    Hey there,

    Would you mind removing all customizations for a moment. I’ve placed your widgets in the inactive widget area for now.

    Thanks.

    #1205102
    shogun
    Participant

    Hmm I removed function.php and single.php and other files from my child theme. No my site is completely broken.

    Where you talking about some other customizations?

    #1205728
    Rad
    Moderator

    Hi there,

    Not the files, but the code within it and you should keep a copy of them. Please put back your deleted files with no custom code.

    Thanks!

    #1205739
    shogun
    Participant

    Done. Function.php and single.php are back without custom code.

    #1206077
    Rue Nel
    Moderator

    Hello There,

    I am another staff checking on this thread.

    To properly display an audio format with an image just like on this page: http://demo.theme.co/integrity-1/audio-with-image/, you need to do the following:
    1] Select “Audio” as the post format
    2] Supply the audio file in the Audio Post Settings

    3] Add a featured image
    4] Since you have hidden the featured image, you need to add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single .format-audio .entry-featured {
        display: block;
    }

    I have created a test post which you can find here: http://skxdxn.xs/2016/10/07/audio-with-image/

    Hope this helps. Please let us know how it goes.

    #1206514
    shogun
    Participant

    Hi there. There seem to be two separate problems.

    This works fine EXCEPT if I:

    a) Activate “W3 Total Cache”

    OR

    b) If I use my modified function.php file (see attachment in a private post below)

    #1206517
    shogun
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1203284 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>