Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #993734

    Hi,
    Can you please let me know how to remove the quote marks and comma out of title area in audio?
    Thanks

    #993772

    Hey carla,
    It looks like this div is from the plugin “wp-miniaudioplayer” in the item title.
    I imagine you have looked in the item’s title for quotes?
    If you didn’t find any, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
      jQuery(window).load(function(){
    jQuery( '#av_player-0 .map_pl_container' ).each(function() {
    jQuery( this ).find( '.map_item_title' ).replaceWith('FICO Score Audio');
    });
    });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    #993779

    Thanks, I will check this first thing in the morning. I did check that but oddly enough when I download the audio without a title and the plugin off, it still happens. I will let you know if that works.

    #993913

    That did not work, it throws this error: syntax error, unexpected ‘?’

    #993920

    For the record it’s all boxes, if I take the titles out, I am still left with the punctuation

    #994178

    Hi,
    Please include a admin login & FTP access in the Private Content area

    Best regards,
    Mike

    #994192

    Ok, I did do that in the first one.

    #994206

    Hi,
    I added the script in a code block on the page. I also changed it so it will work with all of titles. The last one didn’t have a title, hopefully I gave it the correct title.
    Please check.

    Best regards,
    Mike

    #994362

    Hey Mike, that’s great, thanks so much. Maybe you can tell me also how to remove that dotted line on 2, 3, and 4?

    #994434

    Hi,

    Please add this Code to thé quick css field or chiild theme style.css file:

    
    #top #wrap_all div.av-player.av-player-Container{
    border-color: transparent;
    }
    

    Best regards,
    Dude

    #994611

    Hi Dude,
    That, sadly, did not work>

    #994838

    Hi fashiontribe,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .map_pl_container {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #994969

    Thanks Victoria, worked perfectly!

    #995184

    Hi,
    Glad Victoria could help, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

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