thefutureisbright
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Minify] Link to documentation gives 404Oh dear, actually this plugin totally broke the layout of my site so wouldn’t recommend it.
Forum: Themes and Templates
In reply to: [Publish] Underline on mobile menuHa got this to work with the reset css using the below, it was adding the text-decoration: none part right at the end that did it. 2012 and _s all use the underline but I don’t get it so now rid of it!
/* =Reset -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; outline: 0; border: 0; vertical-align: baseline; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; color: white; text-decoration: none; }
Forum: Themes and Templates
In reply to: [Publish] Site title not left aligned on mobile viewoh ok I’ll stick with the custom css then to avoid losing everything through a theme update!
Forum: Themes and Templates
In reply to: [Publish] Site title not left aligned on mobile viewI’m editing the theme directly because I also want to change some of the templates as I go.
Forum: Themes and Templates
In reply to: [Publish] Site title not left aligned on mobile viewFixed it now, there was a 70px margin on the site title which displayed even when no image. I’ve changed to 0px margin for now which should fix it but presumably there is a way to change margin if no image displays?
Forum: Themes and Templates
In reply to: [Publish] Site title not left aligned on mobile viewoh yes sorry it’s https://www.newlifechurches.co.uk
Forum: Themes and Templates
In reply to: [Publish] Site title not left aligned on mobile viewRealised it’s not aligned when the header image is removed as I don’t need an image on the site. Is there a way to align it without the image?
Forum: Plugins
In reply to: [Sermon Manager] 404 when trying to view sermonI seem to be able to view the sermon at https://www.passionforgod.org.uk/?post_type=wpfc_sermon but the link is still broken and there is no media player.
This is a known issue with wordpress and iTunes so isn’t to do with sermon browser. There is a forum on the topic at https://www.sermonbrowser.com/forum/sermon-browser-support/byte-range-support/.
One way to fix it is to use a different server for the mp3 such as a subdomain or external hosting or someone else has used feedburner to feed the url to iTunes. You could also include a sermon from an external url to see if this works.
However your issue may be different and a new sermon shouldn’t affect the rss feed being used for iTunes. In what sense does it break?
Forum: Plugins
In reply to: [Sermon Browser] [Plugin: Sermon Browser] Archive sermonsIf you do that I’m not sure the sermons would still be available to listen to by people. I would suggest either hosting your sermons on a dedicated media server or ensuring you have enough space on the current server. Some people host their sermons on say amazon or dropbox or use someone like dreamhost which has unlimited space. But if you have enough space and the system isn’t overloaded I would leave it as it is.
We have 80 sermons at https://www.cliftoncommunitychurch.org.uk and that is still working fine.
Install the media player and activate and you don’t need to change any of the media player settings.
Then use an mp3 shortcode of
[mejsaudio src=%SERMONURL%] <A HREF="%SERMONURL%">Download (Right click this link and choose 'Save As')</A>
in the options of sermon browser and then everything should work and you should have something like
Hope it works and let me know if it doesn’t! I think this player should be bundled with or recommended by sermon browser for the future.
I used the conflict shortcode and that seemed to sort it – great stuff!
Forum: Plugins
In reply to: [Sermon Browser] Installing Sermon Browserthe main wordpress structure has wp-content and plugins is located below that. If you use ftp you can see the file structure of your site and put the plugin in there or go to plugins and add new
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] No bullet listI agree I think this should format without the bullet points and showing the title of the post first in a larger font. Also the date doesn’t need the time to the hour or second or the +0000 showing and the date should show after the title. Having a [read more] would also be better than […].
Apart from that it does a great job and does what is says on the tin to add an rss feed to a page. Some of the above could be admin options to easily format how a user would want to see it.