riceguitar
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] Sermon YouTube videos no longer playing@zesgar could you post:
- a link to the sermon
- Which version you’re using
- The YouTube Snippet you pasted into the field
Forum: Plugins
In reply to: [Sermon Manager] Text/html no longer showingI posted a minor fix to the template:
https://github.com/riceguitar/audiopod/releases/tag/2.30.1Please please backup your site before installing this. I have forked Sermon Manager and beginning to take on updates to the plugin.
Forum: Plugins
In reply to: [Sermon Manager] Problem with Description SermonsHi @bibendus – try going to your settings page in Sermon Manager and on the right hand column, you should see a button that says Sync Now – that should be the way to resolve it. Let me know if that helps at all. If not go ahead and post back here. Be sure to BACKUP your database first!
Forum: Plugins
In reply to: [WooCommerce] State Selector not working in 2.3.6, in Internet ExplorerHad the same issue here. Dropped in @karpstrucking fix! Worked perfectly! Hope 2.3.7 drops soon with the fix in place.
Forum: Plugins
In reply to: [Jigoshop] Error Messages After Installing Version 1.6.4Thanks for posting this! Just dropped it in and it solves the issue.
Forum: Fixing WordPress
In reply to: Removing Lines Above and Below Page TitlesEdit your CSS file (style.css) line 784. I see a few different lines.
The first one is around your main menu.
#access — you’ll see border-top and border-bottom. Just set them to 0px instead of 1px and that should get rid of it.The second one is around the article.
go to line 964 of the same file and find:.hentry — set border-top to 0px.
hope that helps.
Forum: Themes and Templates
In reply to: Custom login boxTry using something like this: https://www.ads-software.com/extend/plugins/bm-custom-login/ there’s a few different plugins. Just google search “custom login box wordpress”
Forum: Themes and Templates
In reply to: troubles with min-widthHi There,
So it looks like you set it on #page correctly. However, #page is not wrapping the rest of your content which is why your #page area is remaining at 750px but the rest is not. Try setting a min-width of 750px on the following:#main {min-width: 750px;}
Hope that helps! cheers!
Forum: Themes and Templates
In reply to: How Do I Add Custom Category Archive HeadersDidn’t find many great plugins… here’s one that looks like it might work:
https://www.category-icons.com/You could also simply add HTML to the category description and modify the category.php or archive.php file to format it a little more.
@thefandango
Can you verify the exact version number of PHP that you are using? This problem shouldn’t exist if you are infact running the latest version of PHP5.Hi AITpro,
Thanks for the tip! That fixed it! Switching my sites to PHP5!
Regards,
rice.Forum: Fixing WordPress
In reply to: Pagination IssuesHi Alchymyth,
Thanks for the reply:https://wordpress.pastebin.com/p6UH5kiz
There is the code from my single.php file.
https://tinyurl.com/29zgpwcYou can see the behaviors there
TIA!