dacbyjs
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Ekomi Woocommerce Reviews Tab IntegrationOH!
Thank you so much, Vendidero!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Ekomi Woocommerce Reviews Tab IntegrationWhat 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.
Forum: Themes and Templates
In reply to: [AZA Lite] Header background image behind menu on every pageHey 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
In reply to: [AZA Lite] Header Images refusing to resizeUpdate fixed this issue!
Forum: Themes and Templates
In reply to: [AZA Lite] Header Images refusing to resizeAnd yes, I cleaned cookies/browsing history…
Forum: Themes and Templates
In reply to: [AZA Lite] Editing or Deleting Front Page SectionsDeleting 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
In reply to: [AZA Lite] Editing or Deleting Front Page SectionsAlso this is the developer’s wordpress: https://profiles.wordpress.org/baicusandrei
He maybe helpful.
Allons-y!
Forum: Themes and Templates
In reply to: [AZA Lite] Editing or Deleting Front Page SectionsHello 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.