• Resolved paulvm

    (@paulvm)


    Hello John Wu,

    First, thank you for sharing your theme, that’s real pleasure to use it !

    My question is : Why when I am adding content to the homepage with a composer plugin, it is displaying blank parts to the top side and bottom side of it ?

    See the screenshot: https://s9.postimg.org/l4n6aj2vj/Screenshot_1.png

    I am currently trying to create a e-shop but I am still block at the beginning because of this. I know that it should display 3 categories below the header but I tried to display the 3 categories, but it still not display the 3 pictures.

    Thanks

    • This topic was modified 7 years, 9 months ago by paulvm.
    • This topic was modified 7 years, 9 months ago by paulvm.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paulvm

    (@paulvm)

    I tried to add remove_action( ‘metart_product_categories’, ‘metart_product_categories’); to the /framerworks/hooks.php file, but nothing changed.

    Any idea how to remove this please ?

    Theme Author badjohnny

    (@badjohnny)

    Hi

    The homepage template can’t be edited with page builder plugin, you can create a blank page with fullwidth page template, then customize it with page builder.

    You can remove the category section by the following codes.

    add_action('init','remove_section');
    function remove_section(){
    	remove_action( 'lithestore_product_categories', 'lithestore_product_categories');
    }
    Thread Starter paulvm

    (@paulvm)

    Thanks for the reply.

    Do you mean I have to create a php file with fullwidth template or do I have to create from the wordpress backoffice ? Thanks.

    • This reply was modified 7 years, 9 months ago by paulvm.
    Thread Starter paulvm

    (@paulvm)

    Hello, I tried to delete the blank part, but it still remains.
    Here my hook file that I have edited with your function: https://etherpad.fr/p/lithestore

    And here the result with the blank part.
    https://atelier-metart.fr/

    Could you help me to fix this please ?

    Theme Author badjohnny

    (@badjohnny)

    No, just add a new page with a full-width page template in WP backend, then you can use your page builder to add content.

    Your site looks amazing! But I’m not sure which is the blank part, could you post a screenshot?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank part on the homepage’ is closed to new replies.