themaster5_07
Forum Replies Created
-
Forum: Plugins
In reply to: [AMD Bible Reading] Displaying Two reading plans on the same pageI believe this issue has been resolved. Please let me know if you need any further assistance. Thank you.
Forum: Plugins
In reply to: [AMD Bible Reading] Help With Color of ScriptureI believe this issue has been resolved. Please let me know if you need any further assistance.
Forum: Plugins
In reply to: [AMD Bible Reading] Daily Reading glitchesI believe this problem has been resolved. If not please let me know. Thank you.
Forum: Plugins
In reply to: [AMD Bible Reading] Importing .csv filePlease forgive my late response. There were a few errors throughout both files. The OT has semicolons in place of colons in some places and a colon between the book and chapter in another. The NT had a misspelling of Matthew as Mathew and Peter as a plural in one location. It appears I need to take a look at better error reporting to help better catch these errors so users will know what to fix. Thank you for your patience with me. I did reply to your email and attached the plans as they exported after I made the necessary corrections. Thank you and God Bless.
Forum: Plugins
In reply to: [AMD Bible Reading] Importing .csv fileCan you email me the CSV file to [email protected] in order to provide additional support.
Forum: Plugins
In reply to: [AMD Bible Reading] Displaying Two reading plans on the same pageThis information can also be found on the “About AMD” within the plugin itself in the admin menu.
So there are two different ways to do this. The easier way now that you already have you plans setup is to use two shortcodes on the same page and use the plan parameter to select your plans. For example
[amd_bible_daily plan=1] [amd_bible_daily plan=2]The other option would be to setup the plan with both passages. You can use different passages for each day using the complex format such as
Gen1-2; Matthew 1-3Forum: Plugins
In reply to: [AMD Bible Reading] Displaying Two reading plans on the same pageenter the [amd_bible_daily] shortcode into the content and publish the page. There are 14 attributes that can be used to control how the passage is displayed. The defaults very depending on the inline attribute. Please see the below section for default and accepted values:
NAME ACCEPTED VALUES DEFAULT DEFAULT when inline=true inline boolean false (set to true) limit integer (0=unlimited) 0 0 limit_type string 'words' or 'verses' '' show_book boolean true false show_chapter boolean true false show_verse boolean true false reference_before boolean true false reference_after boolean false true form_before boolean true false form_after boolean true false plan integer (Set in AMD Settings) day integer 1-366 (current day) can be overridden by variable in URL takes precedence over date variable in shortcode. date a date string (current_date) can be overridden by variable in URL. date_format string (valid date format) 'D., M. j, Y' no_reading_text string There is no reading scheduled for this day. Use this day to catch up or read ahead."Forum: Plugins
In reply to: [AMD Bible Reading] Help With Color of ScriptureHere is some CSS to adjust the colors of the scriptures generated with AMD Bible Reading:
/* Color of the date/passage */ p.amdbible_title { color: #fff; } /* Color of the Book name */ .amdbible_passage { color: #fff; } /* Color of the Chapter number */ span.amdbible_chapter { color: #fff; } /* Color of the verse number */ span.amdbible_verse { color: #fff; } /* Color of the scripture itself */ span.amdbible_text { color: #fff; }Adjust the color values to your specifications and then add this to a custom CSS field inside of you WordPress installation.
Forum: Plugins
In reply to: [AMD Bible Reading] Help With Color of ScriptureI will look at this in the morning and see about helping with some customer CSS to change the font color.
Forum: Reviews
In reply to: [AMD Bible Reading] Excited I Found It!Glad we could help. have a blessed Day.
Anthony Master
Forum: Plugins
In reply to: [AMD Bible Reading] Daily Reading glitchesOk, so I have not experienced this before and have been unable to duplicate it though I will try more thoroughly later as right now I am on lunch break with limited time. I did notice that the PHP memory limit seems to be coming right now on that page from
Fatal error: Out of memory (allocated 14680064) (tried to allocate 65536 bytes) in C:\UniServerZ\htvhost\gospel\wp-content\themes\sungit-lite\inc\jetpack.php on line 16I don’t know if it has anything to do with it, but you might try changing your theme to one of the default themes just for testing to see if the problem persists or not. There might be a conflict of function within the theme and my plugin. I will try to spend some more time this week as possible to see what else might be causing this problem. Thank you for the detailed information as that will help to find the issue.Forum: Plugins
In reply to: [AMD Bible Reading] Sending daily to social mediaI have not tried this as it has not come up before, but you would probably have to create a new post or page for every one you wish to push to twitter and hardcode the daily snippet. There are various plugins in the repository to help with pushing to twitter for new posts and pages.
Forum: Plugins
In reply to: [AMD Bible Reading] import the French bible@thomasbonsirven, Thanks to the help of a generous friend online, Megan Brooks (https://www.facebook.com/megan2go/), I now have a CSV file for the French Bible. Within the next few days I will be updating the plugin for this new language.
The back-end will still be in English as I do not have anyone to translate into French.
Forum: Plugins
In reply to: [AMD Bible Reading] import the French biblePossible yes, available at the moment, no. I am going to assume that you are interested in the Louis Segond (LSG) Bible, but I am unable to find a downloadable version in any text or MySQL/SQL version. If you have a file of the text I should be able to adapt it to the right format to import into AMD-Bible-Reading.
Forum: Plugins
In reply to: [WP-Invites] WP-Security Form Field MissingUnfortunately there are many plugins that WP-Invites are not compatible with. WP Security Brute Force appears to be another one. I apologize for any inconvenience, but I am unable to ensure compatibility with all other security plugins.