dhovorka
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Audio file not loading.Ok,now i found the solution
“URL Masking” was the trick, also i disabled the urls from caching which immediate helped
Forum: Plugins
In reply to: [Seriously Simple Podcasting] URL Masking?Hi guys,
Ok i found now a element which might effect also my server why it is not working
However i dont have access to the config of my nginx server
the settings
# Seriously Simple Podcasting
rewrite podcast-download/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1 break;
rewrite podcast-player/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1&podcast_ref=player break;could this be done also in the .htaccess?
thank you
DieterForum: Plugins
In reply to: [Seriously Simple Podcasting] Audio file not loading.Something i forgot to mention, I have the mp3 files only in Posts, i do not create episodes on the Podcasting
- This reply was modified 2 years ago by dhovorka.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Audio file not loading.Hi Sergiy,
My hoster asked me what are the requirements. I installed on the same hoster now a new WordPress Page with only the plug-in.
Same result
https://test.skillzme.com/hello-world/
url of the mp3 get’s changed to
[audio src="https://test.skillzme.com/podcast-player/1/hello-world.mp3" /]
Now here even the mp3 file is getting changed by it’s name
Seems like i get no notification if someone anwsers on my post
thank you
DieterForum: Plugins
In reply to: [Seriously Simple Podcasting] Audio file not loading.I have recently also problems, the MP3 file url got changed. If i debug it in the browser i can see that it adds some kind of code to the src, which ofcourse is wrong.
domain/podcast-player/52320/file.mp3″
the directory podcast-player does not exist of course and not the directly 5320
where does this come from? it was always working in the past, all the sudden it stopped working.
Any idea???
Forum: Requests and Feedback
In reply to: Udate of the latest version breaks my websiteIt was the Seriously Simple Podcasting, I was on their plug-in page when I submit the forum entry. However, they fixed the issue yesterday.
thanks
DieterForum: Fixing WordPress
In reply to: Cookieless domainsooooo … my trouble maker is the define(“COOKIE_DOMAIN” any time i set this my social logins do not work anymore
what do i overlook ?
i tried everything like setting it to my https://www.doamin.com or domain.com
nothing worked
Forum: Fixing WordPress
In reply to: Cookieless domainnow reading a lot of articles i found one where the actual wp-config.php parameters look the first time different.
it says, if your system let’s assume is configured as https://www.domain.com than you need following settings.
define(“WP_CONTENT_URL”, “https://static.domain.com”);
define(“COOKIE_DOMAIN”, “domain.com”);BTW: the wp_plugin_url settings seems to have no effect
Forum: Fixing WordPress
In reply to: Cookieless domainSo i made all my setup, change everything and does work. However it does not work anymore any login into the page, not under wp-admin not for social login.
what do i oversee, who make the login possible ?
in the log file i see nothing, not even the login requests. Anyone any idea ?
thanks
Dieter