msalsas
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] WocommerceIf you set “exclude all pages”, all pages will be excluded, no matter if you include others. Remove this option.
The playlist issues are due to the cookies. Clear them on the browser or open a private navigation window.I would recommend you to just include those pages where you want to include the player, and maybe exclude “all” in post.
If this doesn’t work I’ll ask you for an other hack. Add these lines in
dynamicplayer.phpin line 192 (just beforedyn_scripts($dyn_option);):else { return null; }I think this will work. I’ll update the plugin once you confirm this point.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] WocommerceI’ve just updated a new version (2.3.0). Once updated, you can find a new option at widget section (Show in shop page (only for Woocommerce plugin)). Please, confirm that it works for you.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] WocommerceWell, I only can recommend you to hack into the plugin to see what is happening. Open dynamicplayer.php, go to line 135 and write these lines:
echo 'is page?' . is_page(); // should be true echo 'is home?' . is_home(); // should be false echo 'is page with ID yourID?' . is_page(yourID); // should be true exit;Then go to that page and see what is displayed.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] WocommerceI’ve tried to reproduce the error without success. Try this:
– Install https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/ plugin and enable it.
– Go to “Pages” and check ID in “Screen options” (top right of the screen).
– Check the page ID for the “Cart” page, which is created by Woocommerce plugin and is supposed to be the Woocommerce main page.
– Go to Widgets section and open the Dynamic Audio Player dropdown menu.
– Put directly the ID number (without quotes) in “Exclude this pages…” and save.
– Check again your “Cart” page.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] no pause between tracksDid you get better results?
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] WocommerceNot sure, but could you try adding this page id to “excluded pages”? Also, there is a “show in home page” option. You may have this page as your home page…
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] no pause between tracksHi, I’ve been trying with two continuous tracks and there seems to be a very small delay, but I’ve not been able to avoid it, sorry. If anyone have any idea I’ll be glad to update the code. Thanks for the feedback!
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] add new mp3There is no way to change the colours, you should have to edit a copy of all images and turn them white, and then change CSS to get those new images.
You can place the player wherever you want, and if you want to hide it you can apply a negative margin-left (e.g.) in the widget section, but if you want to hide it before scroll you’ll have to implement this functionality.Forum: Plugins
In reply to: [Dynamic Audio Player Basic] add new mp3Hello, you may have to clear cookies…
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] placement and autoplay issuesResolved
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] placement and autoplay issuesHello, the widget must be set at Dynamic Audio Player Sidebar, you can then place it anywhere using the widget options. Please, look a the tutorials at http://dynamicaudioplayer.com/tutorials/. The start/stop status should remain, could you provide a link so that I can test it? Thank you
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] errorQuestion:
Some of my mp3 files do not playback “instantly” – means it takes pretty long time before they start playing back.Answer:
I can’t help without more information. Have you disabled all other plugins and tried again?Forum: Plugins
In reply to: [Social Count Plus] Google : Followers are not countedThank you. I already did it (in fact it worked before updating), but for some reason, creating a new project has worked. The counter is up again.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Text image displays on all pages of my siteSolved with 2.2.1 version.
Forum: Plugins
In reply to: [Dynamic Audio Player Basic] Text image displays on all pages of my siteHello, I can see the weird image, as you say. I’ll fix it as soon as possible.
Thanks to you for using this plugin 🙂