My website is blank after update new child theme

Posted in: Newspaper
Post count: 12

Hello,

After upload the new version theme and child theme, my site is blank but on the mobile theme is still good.
Please check here: https://ngojclee.com
But I don’t know how to except some articles on the home page of mobile theme like that https://www.screencast.com/t/neuyByeC9d73

Post count: 12

And how can I turn off footer in some page?

I used the code below in custom css but not working.
.page-id-62 .footer_bar {
display: none;
}

Thanks

Post count: 12

Does new tagDiv Composer version turn off some code?
Because my home page does not show some function and disappear html code?
I use the lifestyle blog demo and now it is not working with my banner image. https://prnt.sc/nv91cv

Post count: 35449

Hi,

In order to hide the footer on some pages/post please check if you have set a page as footer or a default template; if it is a footer page you need to use this custom css -> https://www.screencast.com/t/4S4FpA14CG
.postid-12683 .td-footer-page{
display: none;
}

It is possible to be a problem because you have the tagDiv Composer and WPBakery activate, please deactivate the WPBakery plugin, clear all cache and try again.

Thank you!

Post count: 12

Hi, thanks for your help. And I have a question about some articles I would like to hide in mobile theme page. Last theme version I could find on theme folder but now, I don’t know, where do you put front-page.php file?
https://www.screencast.com/t/neuyByeC9d73

Post count: 35449

Hi,

Now the mobile files was moved in td composer plugin, the file can be found in wp-content/plugins/td-composer/mobile/front-page.php

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.