Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter mtingle

    (@mtingle)

    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 Premium

    Cheers – Michael

    Thread Starter mtingle

    (@mtingle)

    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-item

    I 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,
    -Michael

    • This reply was modified 4 years, 6 months ago by mtingle.
    • This reply was modified 4 years, 6 months ago by mtingle.
    • This reply was modified 4 years, 6 months ago by mtingle.
    Thread Starter mtingle

    (@mtingle)

    Hi 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,
    -Michael

    Thread Starter mtingle

    (@mtingle)

    I’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.

    Thread Starter mtingle

    (@mtingle)

    one 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?

    Thread Starter mtingle

    (@mtingle)

    excellent! 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()">

    Thread Starter mtingle

    (@mtingle)

    I 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.

    Thread Starter mtingle

    (@mtingle)

    I’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?

    Thread Starter mtingle

    (@mtingle)

    If 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.

    Thread Starter mtingle

    (@mtingle)

    the 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
    date

    That way everyone can decide if they want them viewable or not.

Viewing 10 replies - 1 through 10 (of 10 total)