Rodrigo
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Unnecessarily loading recent-episodes.cssIt worked, Jonathan!
Thanks!
Forum: Plugins
In reply to: [Koko Analytics] Blank pageInstalled the update earlier today, it’s fixed indeed!
By the way, I preferred the older bars style (red and multiple). Couldn’t it be an option in plugin’s preferences?
Oh, and I noticed one bug in bars’ colors — they are still red in tooltip when mouse is over):
And this: “Aggregate certain referrers, e.g. google.com/search becomes google.com” also happens to bing.com and bing.com/search.
Thanks, @dvankooten
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Sharp decrease in downloads/playsThanks! I’ll try Podtrac.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Sharp decrease in downloads/playsThanks, @podcastmotor!
Nothing has changed, actually, just regular plugin and core updates. Honestly, I don’t know which numbers are right, if the current ones or those before that sharp decrease (by the way, they’re still low).
Is there any way to audit those numbers? I just want to be sure that SSP is tracking them correctly.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Sharp decrease in downloads/playsHello?
Thanks! Just sent you an e-mail with correct translation.
- This reply was modified 4 years, 11 months ago by Rodrigo.
Forum: Plugins
In reply to: [Koko Analytics] Aggregated referrersJust an idea: I guess a better criteria to aggregate or not could be the number of individual URLs coming from the same aggregator.
I don’t mind when a random blog links a post of mine and the full URL of it shows up, but in Twitter’s case is burdensome because: a) makes the list way too long; and b) makes really difficult to know how many visitors arrived from that source.
Maybe from three or more URLs of a source they get aggregated?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Can’t see publish date on dashboard listSame issue here.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Trouble changing cover artThanks, Craig!
I changed it for a 1400×1400 version, hope this works. (Even though I noticed that Podbase keeps showing an error in cover art…)
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcasts episodes in main WordPress RSS feedFound this code, still testing it:
function myfeed_request($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_post_types(); return $qv; } add_filter('request', 'myfeed_request');
- This reply was modified 5 years, 2 months ago by Rodrigo.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcasts episodes in main WordPress RSS feedAs Podcast post types.
Done: https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/401
The code worked like a charm, thanks!
Since we’re here, could you tell me how do I remove these two other codes from SSP?
In header:
<link rel='stylesheet' id='ssp-frontend-player-css' href='https://manualdousuario.net/wp-content/plugins/seriously-simple-podcasting/assets/css/player.css?ver=1.20.9' type='text/css' media='all' />
And in footer:
<style type="text/css"> .ssp-wave wave wave { background: #00d4f7 !important; } </style>
THanks!
Hello?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Custom platform URLs in “Feed details” settingsThanks!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] No sticky posts?No, it’s the built-in WordPress feature — this one.
It doesn’t show up when I’m editing a podcast custom post. See:
When I’m editing a normal post, the option to stick it shows up (“Fixar este post na página inicial”; it’s Brazilian Portuguese):
Any idea?