mtingle
Forum Replies Created
-
Hi Denis,
Thanks for getting back to me, it’s appreciated.
This is the list:
All in one Favicon
CategoryTinymce
Classic Editor
Count Per Day
CSS Hero
Duplicate Post
Elementor
Elementor Pro
Select Extended Widget Options
Extended Widget Options
Kadence WooCommerce Email Designer
Mailchimp for WooCommerce
MP3-jPlayer
One.com themes and plugins
Select Really Simple SSL
Really Simple SSL
Simple Page Ordering
TranslatePress – Multilingual
UpdraftPlus – Backup/Restore
WooCommerce
WooCommerce Custom Product Addons (Free)
WooCommerce Expand Tabs
WooCommerce Vendor and Customers Conversation PRO [WooConvo PRO]
WooCommerce Vendor and Member Conversation [WooConvo]
WP Avatar
YITH WooCommerce Featured Audio and Video Content PremiumCheers – Michael
Hi Denis,
Thanks for getting back to me.
I checked the source code and the selectors (<DIV> <span> ) for this chat area amongst others are:
woocommerce-MyAccount-content
woocommerce-notices-wrapper
wooconvo-send
chat-container
msg
chat
wooconvo-file-itemI added all the above as single items however I’m still not having any luck, the download links are still not working in German. Is there something I’m not doing correctly?
p.s. I cleared the cache.
Best regards,
-MichaelHi Denis,
Thanks for getting back to me and looking into this ??
The page in question is dynamically created and is part of the my-account section for a customer once they log into the website to view their orders. I don’t have a place to add any code. I use a plugin that provides the user and the admin a place to chat about the order and send text and files. It is the link to the download files that need excluding.
Is there a way of excluding certain css elements? For instance the element which displays the download link is contained in the DIV class “wooconvo-file-item”.
If this is possible where would I put the code?
Many thanks,
-MichaelForum: Plugins
In reply to: [SE HTML5 Album Audio Player] Playlist starts OpenI’ve managed to get it to work by adjusting the app.min.js file directly.
I searched for ‘.slideToggle()’ and removed them all. note I removed the ‘.’ at the beginning also.
No errors so far and tracks play continuously.
I also changed it so that if you click the picture of the album it starts playing. I did this by changing the ‘class’ of the image on line 71 of functions.php to:
class="playPauseBtn icon-play bttn"
thanks for the coding tips.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Playlist starts Openone thing I noticed sreed27, is that once a track is selected from the playlist, the playlist collapses again. Any easy fix to prevent this from happening?
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Playlist starts Openexcellent! Works a treat. Thanks sreed27.
For those needing a little extra info I added this to the header of my theme in the <header> area:
<script> function openPlaylist(){ (function($) { $('.se_albumplayer .playlistWrap').css('display','block'); })(jQuery); } </script>
And then I added this to the <body> code:
<body onload="openPlaylist()">
Forum: Fixing WordPress
In reply to: help needed sorting an array by alphabetical orderI solved this by changing line 2 to:
$results = $wpdb->get_results('SELECT * FROM wp_terms INNER JOIN wp_term_taxonomy ON wp_terms.term_id = wp_term_taxonomy.term_taxonomy_id WHERE taxonomy = "ngg_tag" ORDER BY wp_terms.slug ASC ');
Hope this helps someone else.
Forum: Fixing WordPress
In reply to: help needed sorting an array by alphabetical orderI’ve had a go at this already but it remained unchanged. This is what I did:
sort($results);
I added it just before the foreach {..} statement.
Any idea why it wouldn’t work?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] tag cloud in sidebar used as navigationIf anyone happens to know how to change the tag list order in the sidebar I’d be interested to know.
I think I’d prefer it to be in alphabetical order, or at least have some options. At the moment its output in the order they went into the database.
Forum: Requests and Feedback
In reply to: 2.7 please put page ID in ‘pages’ list of the Dashboardthe best solution would be to add the ID field into the ‘screen option’ (top right of the edit page screen) menu that gives the user the option to toggle on/off things like:
author
comments
dateThat way everyone can decide if they want them viewable or not.