Skip to main content

Posts

I have an SSL certificate, but my site is not secure in my WordPress Site

  1. Go to your Cpanel and look for File Manager, select and edit  wp-config.php File.  3. Add this code define('FORCE_SSL_ADMIN', true); CONGRATULATIONS!!!

Add Printer: Windows cannot connect to the printer. FIXED!

  Fix Windows Cannot Connect to the Printer Issue. Easily! 1. Search "Registry Editor" 2. Locate Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print and right-click select  New > Key  >  "DWORD (32-bit) Value" 3. Rename the file to  RpcAuthnLevelPrivacyEnabled 4. Right Click select " Modify..." 5. Make sure the Value name is correct " RpcAuthnLevelPrivacyEnabled" Value Data is 0  and the Base is Hexadecimal and click  OK . And now follow the steps below to stop the Print Spooler service  and then start it again. 1. Press Win+R (Windows logo key and R key) at the same time. A Run dialog box will open. Type services.msc in the run box and click OK button. 2. In the Name list, locate and double-click on services  Print Spooler . 3. Click Restart. Congratulations! 

How to increase more than 512 MB all in one wp migration plugin file upload limit WordPress

If you are not a tech person then it is very hard to upload your WordPress website backup more than 512 MB. And it is very painful. In this article we resolve all this problem and at the end you are able to upload file over a terabyte (TB). Follow this step by step guideline to increase import size of all in one wp migration WordPress plugin increase maximum upload size in terabyte. Follow this steps: 1. Download this version –>  all-in-one-wp-migration 2. Upload this plugin in WordPress dashboard 3. Go to Plugin/Plugin Editor Then Select plugin to edit: all-in-one wp migration Click on  Contstants.php In  Contstants.php  search for this line // = Max File Size = // ================ define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 ); Now change this number 28 to 56 define( 'AI1WM_MAX_FILE_SIZE', 2 << 56 ); 4. Update the file.

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