Hello,
Have you totally , edited you main theme files?
I did some editing before I uploaded from a zip before I realized that I could use the custom CSS section to change the header/footer colors. Other than that I’ve only made changes that were recommended on the forums here.
As far as this particular change goes, this is what I did in front-page.php
//get_template_part(‘home’,’blog’);
Just added the “//” in front
Hi cleej
Thanks for using our theme.
Best option of theme customization is child theme.
First create a child theme after that customize the theme.
Thanks
Created a child theme. Now what?
Copy the front-page.php file and paste in child theme directory.
After that remove the code of you want to hide.
Save the changes.
Thanks
I did that, and the result was the exact same as what I said in the first post I made. The Callout section is embedded somehow inside the blog section. Can I remove the blog while still keeping the callout?
Remove the blog section PHP code from home-blog.php file.
I’m sorry but I feel like you’re not really reading my posts before you respond. I’d love to get some help on this.
When I remove the section that deals with the blog from home-blog.php, I also lose the functionality of the Callout, if I remove the blog section from the front-page.php, both are removed.
Replace the code line number 1 to 98 by given code
<?php $wl_theme_options = weblizar_get_options(); ?>
Remaining code is call out code.
For example :
<?php $wl_theme_options = weblizar_get_options(); ?>
<div class=”enigma_callout_area”> ——— call out area code ———-
</div>
Save the changes.
Thanks
PERFECT!!! That worked thank you so much!