nickyg81
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [Smart Cookie Kit] LOCAL by flywheel e problema NGINXHi, I installed the plug-in locally and the site does not open anymore, it tells me that the plug-in to work you need to put these lines of code in the file: wp-content \ cookie-preferences-log \ .htaccess. due to the use of NGINX
Right?# Example rule to deny access to the cookie preferences log directory
location ~ /wp-content/cookie-preferences-log/(.*) {
deny all;
return 403;
}but nothing changes.
How can I get this plug-in to work for me so I can test it since I’ve heard so much about it ??
Thank youi am the developer of my theme and i am asking you how i should implement js calls for your plugin.
How should I insert the link with js calls to your player?
all by implementing shortcode with links (feed = “https://www.domain.com/01.mp3)Why not put detailed examples in the guide?
You have just written the script code to insert and stop!jQuery (‘[data-albums = “75”]’). find (‘li: nth-child (2) .audio-track’). trigger (“click”);
ok I insert this code in the footer.
But I wanted to understand what the trigger command is like
on a buttom, image, link element. This is not written.
The event to be assigned to the click of the link to load the mp3 in the shortcode (do_shortcode)[Button click] ——-> trigger audio url in shortcode feed = “audio.mp3″
in footer…
<script> jQuery(‘[data-albums=”75”]’).find(‘li:nth-child(2) .audio-track’).trigger( “click” ); </script>