-
AuthorPosts
-
August 5, 2018 at 7:46 pm #993734
Hi,
Can you please let me know how to remove the quote marks and comma out of title area in audio?
ThanksAugust 6, 2018 at 2:56 am #993772Hey 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,
MikeAugust 6, 2018 at 3:27 am #993779Thanks, 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.
August 6, 2018 at 1:15 pm #993913That did not work, it throws this error: syntax error, unexpected ‘?’
August 6, 2018 at 1:42 pm #993920For the record it’s all boxes, if I take the titles out, I am still left with the punctuation
August 7, 2018 at 3:02 am #994178Hi,
Please include a admin login & FTP access in the Private Content areaBest regards,
MikeAugust 7, 2018 at 3:45 am #994192Ok, I did do that in the first one.
August 7, 2018 at 5:09 am #994206Hi,
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,
MikeAugust 7, 2018 at 11:57 am #994362Hey Mike, that’s great, thanks so much. Maybe you can tell me also how to remove that dotted line on 2, 3, and 4?
August 7, 2018 at 1:55 pm #994434Hi,
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,
DudeAugust 7, 2018 at 11:11 pm #994611Hi Dude,
That, sadly, did not work>August 8, 2018 at 11:03 am #994838Hi 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,
VictoriaAugust 8, 2018 at 2:23 pm #994969Thanks Victoria, worked perfectly!
August 9, 2018 at 12:22 am #995184 -
AuthorPosts
- You must be logged in to reply to this topic.