topchurchaccra.com Open in urlscan Pro
2607:f748:1301:0:184:107:112:50  Public Scan

URL: https://topchurchaccra.com/index.php/galleries/
Submission: On December 14 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

POST #

<form id="gal_front_form_0" class="" method="post" action="#" data-current="0" data-shortcode-id="6" data-gallery-type="image_browser" data-gallery-id="1" data-tag="0" data-album-id="0" data-theme-id="1"
  data-ajax-url="https://topchurchaccra.com/wp-admin/admin-ajax.php?action=bwg_frontend_data">
  <div id="bwg_container3_0" class="bwg-background bwg-background-0">
    <div class="bwg_gal_title_0">TOP Church @ 30</div>
    <div id="bwg_image_browser_0" class="image_browser_images_conteiner_0 bwg-image_browser-images-wrapper bwg-container" data-params="{&quot;is_pro&quot;:false,&quot;image_right_click&quot;:&quot;0&quot;,&quot;gallery_id&quot;:&quot;1&quot;}"
      data-bwg="0"
      data-lightbox-url="https://topchurchaccra.com/wp-admin/admin-ajax.php?action=GalleryBox&amp;current_view=0&amp;gallery_id=1&amp;tag=0&amp;theme_id=1&amp;shortcode_id=6&amp;sort_by=order&amp;order_by=asc&amp;current_url=%2Findex.php%2Fgalleries%2F">
      <div class="image_browser_images_0">
        <div class="image_browser_image_buttons_conteiner_0">
          <div class="image_browser_image_buttons_0">
            <div class="bwg_image_browser_image_alt_0">
              <div class="bwg_image_alt_0" id="alt79"> 5 </div>
            </div>
            <div class="bwg_image_browser_image_0">
              <a style="position:relative;" class="bwg-a bwg_lightbox" data-image-id="79" data-elementor-open-lightbox="no">                    <img decoding="async" class="skip-lazy bwg-item0 bwg_image_browser_img bwg_image_browser_img_0 " src="https://topchurchaccra.com/wp-content/uploads/photo-gallery/5.jpg?bwg=1550892427" data-src="https://topchurchaccra.com/wp-content/uploads/photo-gallery/5.jpg?bwg=1550892427" alt="5" title="5">                  </a>
            </div>
            <div class="bwg_image_browser_image_desp_0">
              <div class="bwg_image_browser_image_description_0" id="alt79"> <br> </div>
            </div>
          </div>
        </div>
      </div>
    </div> <span class="bwg_nav_cont_0">
      <div class="tablenav-pages_0"> <span class="pagination-links_0 pagination-links" data-pages-count="79"> <span class="pagination-links_col1"> <a class="bwg-a first-page disabled" title="Go to the first page" style="font-size: 15px;">«</a>
            <a class="bwg-a prev-page disabled" title="Go to the previous page" style="font-size: 15px; margin: 0%;">‹</a> </span> <span class="pagination-links_col2"> <input type="number" class="bwg_current_page" name="bwg_current_page" value="1"
              data-url-info="page_number_0" onkeypress="return bwg_change_page_0(event, this)" min="1" oninput="validity.valid||(value='')"> of <span class="total-pages_0"> 79 </span> </span> <span class="pagination-links_col3">
            <a class="bwg-a next-page-0" title="Go to the next page" href="/index.php/galleries/?page_number_0=2" style="font-size: 15px;">›</a>
            <a class="bwg-a last-page-0" title="Go to the last page" href="/index.php/galleries/?page_number_0=79" style="font-size: 15px;">»</a> </span> </span> </div> <input type="hidden" id="page_number_0" name="page_number_0" value="1">
      <script type="text/javascript">
        if (jQuery('.bwg_nav_cont_0').length > 1) {
          jQuery('.bwg_nav_cont_0').first().remove()
        }

        function spider_page_0(cur, x, y, load_more) {
          if (typeof load_more == "undefined") {
            var load_more = false;
          }
          if (jQuery(cur).hasClass('disabled')) {
            return false;
          }
          var items_county_0 = 79;
          switch (y) {
            case 1:
              if (x >= items_county_0) {
                document.getElementById('page_number_0').value = items_county_0;
              } else {
                document.getElementById('page_number_0').value = x + 1;
              }
              break;
            case 2:
              document.getElementById('page_number_0').value = items_county_0;
              break;
            case -1:
              if (x == 1) {
                document.getElementById('page_number_0').value = 1;
              } else {
                document.getElementById('page_number_0').value = x - 1;
              }
              break;
            case -2:
              document.getElementById('page_number_0').value = 1;
              break;
            case 0:
              document.getElementById('page_number_0').value = x;
              break;
            default:
              document.getElementById('page_number_0').value = 1;
          }
          bwg_ajax('gal_front_form_0', '0', 'bwg_image_browser_0', '0', '', 'gallery', 0, '', '', load_more, '', 1);
        }
        jQuery('.first-page disabled').on('click', function() {
          spider_page_0(this, 1, -2, 'numeric');
          return false;
        });
        jQuery('.prev-page disabled').on('click', function() {
          spider_page_0(this, 1, -1, 'numeric');
          return false;
        });
        jQuery('.next-page-0').on('click', function() {
          spider_page_0(this, 1, 1, 'numeric');
          return false;
        });
        jQuery('.last-page-0').on('click', function() {
          spider_page_0(this, 1, 2, 'numeric');
          return false;
        }); /* Change page on input enter. */
        function bwg_change_page_0(e, that) {
          if (e.key == 'Enter') {
            var to_page = parseInt(jQuery(that).val());
            var pages_count = jQuery(that).parents(".pagination-links").data("pages-count");
            var current_url_param = jQuery(that).attr('data-url-info');
            if (to_page > pages_count) {
              to_page = 1;
            }
            spider_page_0(this, to_page, 0, 'numeric');
            return false;
          }
          return true;
        }
        jQuery('.bwg_load_btn_0').on('click', function() {
          spider_page_0(this, 1, 1, true);
          return false;
        });
      </script>
    </span>
  </div>
</form>

POST #

<form id="gal_front_form_1" class="" method="post" action="#" data-current="1" data-shortcode-id="7" data-gallery-type="image_browser" data-gallery-id="2" data-tag="0" data-album-id="0" data-theme-id="1"
  data-ajax-url="https://topchurchaccra.com/wp-admin/admin-ajax.php?action=bwg_frontend_data">
  <div id="bwg_container3_1" class="bwg-background bwg-background-1">
    <div class="bwg_gal_title_1">Soul Must Be Save</div>
    <div id="bwg_image_browser_1" class="image_browser_images_conteiner_1 bwg-image_browser-images-wrapper bwg-container" data-params="{&quot;is_pro&quot;:false,&quot;image_right_click&quot;:&quot;0&quot;,&quot;gallery_id&quot;:&quot;2&quot;}"
      data-bwg="1"
      data-lightbox-url="https://topchurchaccra.com/wp-admin/admin-ajax.php?action=GalleryBox&amp;current_view=1&amp;gallery_id=2&amp;tag=0&amp;theme_id=1&amp;shortcode_id=7&amp;sort_by=order&amp;order_by=asc&amp;current_url=%2Findex.php%2Fgalleries%2F">
      <div class="image_browser_images_1">
        <div class="image_browser_image_buttons_conteiner_1">
          <div class="image_browser_image_buttons_1">
            <div class="bwg_image_browser_image_alt_1">
              <div class="bwg_image_alt_1" id="alt124"> 2 </div>
            </div>
            <div class="bwg_image_browser_image_1">
              <a style="position:relative;" class="bwg-a bwg_lightbox" data-image-id="124" data-elementor-open-lightbox="no">                    <img decoding="async" class="skip-lazy bwg-item0 bwg_image_browser_img bwg_image_browser_img_1 " src="https://topchurchaccra.com/wp-content/uploads/photo-gallery/Soul_Must_Be_Save/2.jpg?bwg=1550918372" data-src="https://topchurchaccra.com/wp-content/uploads/photo-gallery/Soul_Must_Be_Save/2.jpg?bwg=1550918372" alt="2" title="2">                  </a>
            </div>
            <div class="bwg_image_browser_image_desp_1">
              <div class="bwg_image_browser_image_description_1" id="alt124"> <br> </div>
            </div>
          </div>
        </div>
      </div>
    </div> <span class="bwg_nav_cont_1">
      <div class="tablenav-pages_1"> <span class="pagination-links_1 pagination-links" data-pages-count="45"> <span class="pagination-links_col1"> <a class="bwg-a first-page disabled" title="Go to the first page" style="font-size: 15px;">«</a>
            <a class="bwg-a prev-page disabled" title="Go to the previous page" style="font-size: 15px; margin: 0%;">‹</a> </span> <span class="pagination-links_col2"> <input type="number" class="bwg_current_page" name="bwg_current_page" value="1"
              data-url-info="page_number_1" onkeypress="return bwg_change_page_1(event, this)" min="1" oninput="validity.valid||(value='')"> of <span class="total-pages_1"> 45 </span> </span> <span class="pagination-links_col3">
            <a class="bwg-a next-page-1" title="Go to the next page" href="/index.php/galleries/?page_number_1=2" style="font-size: 15px;">›</a>
            <a class="bwg-a last-page-1" title="Go to the last page" href="/index.php/galleries/?page_number_1=45" style="font-size: 15px;">»</a> </span> </span> </div> <input type="hidden" id="page_number_1" name="page_number_1" value="1">
      <script type="text/javascript">
        if (jQuery('.bwg_nav_cont_1').length > 1) {
          jQuery('.bwg_nav_cont_1').first().remove()
        }

        function spider_page_1(cur, x, y, load_more) {
          if (typeof load_more == "undefined") {
            var load_more = false;
          }
          if (jQuery(cur).hasClass('disabled')) {
            return false;
          }
          var items_county_1 = 45;
          switch (y) {
            case 1:
              if (x >= items_county_1) {
                document.getElementById('page_number_1').value = items_county_1;
              } else {
                document.getElementById('page_number_1').value = x + 1;
              }
              break;
            case 2:
              document.getElementById('page_number_1').value = items_county_1;
              break;
            case -1:
              if (x == 1) {
                document.getElementById('page_number_1').value = 1;
              } else {
                document.getElementById('page_number_1').value = x - 1;
              }
              break;
            case -2:
              document.getElementById('page_number_1').value = 1;
              break;
            case 0:
              document.getElementById('page_number_1').value = x;
              break;
            default:
              document.getElementById('page_number_1').value = 1;
          }
          bwg_ajax('gal_front_form_1', '1', 'bwg_image_browser_1', '0', '', 'gallery', 0, '', '', load_more, '', 1);
        }
        jQuery('.first-page disabled').on('click', function() {
          spider_page_1(this, 1, -2, 'numeric');
          return false;
        });
        jQuery('.prev-page disabled').on('click', function() {
          spider_page_1(this, 1, -1, 'numeric');
          return false;
        });
        jQuery('.next-page-1').on('click', function() {
          spider_page_1(this, 1, 1, 'numeric');
          return false;
        });
        jQuery('.last-page-1').on('click', function() {
          spider_page_1(this, 1, 2, 'numeric');
          return false;
        }); /* Change page on input enter. */
        function bwg_change_page_1(e, that) {
          if (e.key == 'Enter') {
            var to_page = parseInt(jQuery(that).val());
            var pages_count = jQuery(that).parents(".pagination-links").data("pages-count");
            var current_url_param = jQuery(that).attr('data-url-info');
            if (to_page > pages_count) {
              to_page = 1;
            }
            spider_page_1(this, to_page, 0, 'numeric');
            return false;
          }
          return true;
        }
        jQuery('.bwg_load_btn_1').on('click', function() {
          spider_page_1(this, 1, 1, true);
          return false;
        });
      </script>
    </span>
  </div>
</form>

Text Content

Skip to content
TEMPLE OF PRAISE MINISTRIES – PRAISE SANCTUARY

Toggle navigation
 * Home
 * About Us
   * Who We Are
   * Apostolic Council
   * Local Council
   * Pastorate
   * Declaration of Faith
   * Our Services
 * Ministries
   * Our Ministries
     * Men’s Ministry
     * Women’s Ministry
     * Youth Ministry
     * Children’s Ministry
     * Prayer Ministry
     * Music Ministry
     * Mercy Ministry
     * Outreach Ministry
   * Departments
     * Media Team
     * Protocol
     * Security
     * Counselling
     * Ushering
     * Welfare
     * Praise Showers
 * Training & Education
   * Home Cell
   * Sunday School – Adult
   * Foundational Class
   * First Timers
 * Special Program
   * Day Born
   * Testimonies
 * Gallery
 * Contact Us





GALLERY

 * Home   /  
 * Gallery


TOP Church @ 30
5



« ‹ of 79 › »


Soul Must Be Save
2



« ‹ of 45 › »





DO YOU NEED HELP? CALL US NOW

+233-243-029-308


MESSAGE FOR THE YEAR

Video Player
https://topchurchaccra.com/wp-content/uploads/2019/03/49660273_621768228256298_1349563783374083344_n.mp4

00:00
00:00
03:00
Use Up/Down Arrow keys to increase or decrease volume.



SEND YOUR MAILS TO

INFO@TOPCHURCHACCRA.COM

 * Privacy Policy





 * 
 * 

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in
settings.

Accept

Close GDPR Cookie Settings
 * Privacy Overview
 * Strictly Necessary Cookies

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user
experience possible. Cookie information is stored in your browser and performs
functions such as recognising you when you return to our website and helping our
team to understand which sections of the website you find most interesting and
useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save
your preferences for cookie settings.

Enable or Disable Cookies

If you disable this cookie, we will not be able to save your preferences. This
means that every time you visit this website you will need to enable or disable
cookies again.

Enable All Save Settings