Skip to main content

Posts

The Answers by Keith Piper

Greetings in the most precious name of our Lord and Saviour Jesus Christ. There are lot of confusions in Christianity regarding the Doctrines.You find the solution and and answers for all the confusions, We want introduce to you a BOOK written by Dr. Keith Piper, Pastorof Liberty Baptist Church , Australia. This is very useful for Preaching and Teaching and finding the Truth. TABLE OF CONTENTS Section Page General Proofs 1 General Bible Studies 24 Soul Winning 93 Church Issues 138 Second Coming of Jesus Christ 171 Discipleship 234 Christian Living 285 False Doctrines Refuted 387 False Religions 707 146 Important Sermons 1039 Proofs of Christ, the Bible and God 1. Proof Of Christ And The Bible 2. Fulfilled Prophecy As Proof Of The B...

WordPress Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist (FIXED)

  Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist (FIXED) Follow these simple steps: Open your File Manager on your hosting Open public_html ->  wp-content  ->  plugins   ->  elementor-pro   ->  modules  ->  theme-builder   ->  documents   -> Click Edit the " theme-document.php" and find the code below  ORIGINAL CODE: $method = $reflection->getMethod( 'get_site_editor_type' ); ADD DOUBLE-SLASH TO COMMENT THE ORIGINAL CODE: //$method = $reflection->getMethod( 'get_site_editor_type' ); Thank you, please comment and SHARE!

How to Create an on-Click Pop-up Form with Divi

How to Create an on-Click Pop-up Form with Divi The first thing we’ll need to do is add a new section where we place the button that’ll allow the contact form to pop up. Just add a standard section and select a one-column row. Once you’ve done that, add a Button Module to it. You can style the button however you want but you have to make sure that the button URL starts with ‘#’ followed by something else. You can’t just leave it blank or use the ‘#’ character only. By adding ‘#’ and some text, the page will not move once you click on the button. If you leave it blank, the page will refresh on click. And if you only use ‘#’, you’ll get sent to the top of the page. The next important thing we’ll need to do is assign a CSS class to the button. We’ll be using this CSS class later on this post in the jQuery code to make sure the contact form pops up after clicking. The class we’ll need to assign to the button is simply ‘button’. Create Desktop Contact Form on Click The next thing we’ll need...