Title: dacbyjs's Replies | WordPress.org

---

# dacbyjs

  [  ](https://wordpress.org/support/users/dacbyjs/)

 *   [Profile](https://wordpress.org/support/users/dacbyjs/)
 *   [Topics Started](https://wordpress.org/support/users/dacbyjs/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dacbyjs/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dacbyjs/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dacbyjs/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dacbyjs/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dacbyjs/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Ekomi Woocommerce Reviews Tab Integration](https://wordpress.org/support/topic/ekomi-woocommerce-reviews-tab-integration/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/ekomi-woocommerce-reviews-tab-integration/#post-8912983)
 * OH!
 * Thank you so much, Vendidero!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Ekomi Woocommerce Reviews Tab Integration](https://wordpress.org/support/topic/ekomi-woocommerce-reviews-tab-integration/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/ekomi-woocommerce-reviews-tab-integration/#post-8890678)
 * What you are saying makes sense and is true, I can see it in the code.
 * However, these eKomi reviews are not appearing in the Reviews tab.
 * There must be some documentation of this CronJob so we can follow the data to
   ensure it is occurring and with what functions does WooCommerce take the comments
   and post them into their reviews tab? What is the keyword that relates to this
   Cronjob? Does WordPress have it in their documentation?
 * Thank you,
 * Jake
    -  This reply was modified 9 years, 2 months ago by [dacbyjs](https://wordpress.org/support/users/dacbyjs/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Header background image behind menu on every page](https://wordpress.org/support/topic/header-background-image-behind-menu-on-every-page/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/header-background-image-behind-menu-on-every-page/#post-8732497)
 * Hey Corrie,
 * Are you saying that you’d like the menu to be a solid color?
    Or Are your looking
   to be given the option to change the way the background looks on every page?
 * Jake
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Header Images refusing to resize](https://wordpress.org/support/topic/header-images-refusing-to-resize/)
 *  Thread Starter [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/header-images-refusing-to-resize/#post-8703848)
 * Update fixed this issue!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Header Images refusing to resize](https://wordpress.org/support/topic/header-images-refusing-to-resize/)
 *  Thread Starter [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/header-images-refusing-to-resize/#post-8680861)
 * And yes, I cleaned cookies/browsing history…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Editing or Deleting Front Page Sections](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/#post-8680834)
 * Deleting content is fine.
 * However divs, containers, etc. that are styled will remain.
 * Giving extra stripy feel to theme.
    Deleting those lines of php will guarantee
   that the script doesn’t call those sections. Wreaking zero visible havoc.
 * Jake
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Editing or Deleting Front Page Sections](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/#post-8680490)
 * Also this is the developer’s wordpress: [https://profiles.wordpress.org/baicusandrei](https://profiles.wordpress.org/baicusandrei)
 * He maybe helpful.
 * Allons-y!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AZA Lite] Editing or Deleting Front Page Sections](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/)
 *  [dacbyjs](https://wordpress.org/support/users/dacbyjs/)
 * (@dacbyjs)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/editing-or-deleting-front-page-sections/#post-8680475)
 * Hello friend!
 * Here’s the deal.
 * PHP tells your WordPress theme what to spit up onto the site.
 * You’ll need to find this bossy file and delete a couple lines.
 * You can find and edit this file via Appearance > Editor.
 * The file is in the bar to the right.
 * Find: AZA Lite: Homepage Template Page Template (template-frontpage.php)
 * You’ll see code that looks like this:
 *     ```
       <div id="content" class="content-warp" role="main">
   
       		<?php
   
       		get_template_part('/template-parts/aza-header-section');
   
       		get_template_part('/template-parts/aza-blog-section');
   
       		get_template_part('/template-parts/aza-contact-section');
   
       		?>
   
       	</div><!-- .content-wrap -->
       ```
   
 * Delete the entire line of get_template_part(”); that you do not want based of
   off the “/template-parts/aza-*-section” as it corresponds to the Customizer Sections.
 * Hope that helps!
 * JAKE
    -  This reply was modified 9 years, 3 months ago by [dacbyjs](https://wordpress.org/support/users/dacbyjs/).

Viewing 8 replies - 1 through 8 (of 8 total)