Problem with plugin, content hidden by wrapper

Posted in: Newspaper
Post count: 7

Hey guys,

We installed Newspaper along with a directorty plugin and the content is hidden.

The page with the issue: http://www.thelovebook.be/nl/registration/

The same plugin with an other theme with the content not being hidden: http://www.thelovebook.be/registration/

Feedback from plugin developer: “The signup form is hiding by a theme wrapper div.”

This is the plugin: https://codecanyon.net/item/directory-pro/12488012

Could you please help us get the content showing?

Thanks for checking, Pablo

Post count: 7

I have insterted this code via custom CSS, will it suffice please ?

.page-id-58 .td-footer-wrapper {
display:none!important;
}

Post count: 6535

Hi

The theme is not tested to work with that pluginand it is possible to appear some conflicts with it.
This css will hide the footer so you can use it if on that page you don’t want that footer part.
Thanks!

Post count: 7

Hi, I inserted the same code for the mobile theme under the custom CSS and the footer still shows on mobile, is it an other piece of code I need for the footer not to show up on mobile ? Is this a support forum please or do I need to email ?

Post count: 22421

Hi,

The footer class for the mobile footer is a different one if you use the mobile theme. You can use this code:
.page-id-58 .td-mobile-footer-wrap {
display:none!important;
}

Thank you!

Post count: 7

Hello, thanks, that got me rid of the footer wrapper. Unfortnunately now the footer menu and copyright are coming over my content, how can I disable the footer completely on three mobile pages please ? Thanks

page with issue on mobile: http://www.thelovebook.be/nl/login/

  • This reply was modified 10 years by pablov.
Post count: 6535

HI

Try this css in theme panel > mobile theme > custom code:

.page-id-61 .td-mobile-sub-footer-wrap {
display:none!important;
}

Thanks!

Post count: 7

Thanks for the help. Now the content is hidden by a grey box 🙁 Issue is only with mobile.

Post count: 7

Post count: 6535

HI

The content is not hidden because there is no content for mobile. Note that if you’re using mobile heme on mobile devices will be displayed only the content added in mobile editor, except for homepage: http://screencast.com/t/0nY4XiIb Note that mobile theme won’t render shortcodes so there can’t be displayed blocks. To have the same content on mobile as on desktop you can deactivate mobile theme plugin. For more details in this regard please check this link: https://forum.tagdiv.com/the-mobile-theme/

Hope this helps.
Thanks!

Post count: 7

Hello, is there a way to disable the mobile theme on just three pages please ?

Post count: 23312

Hello pablov,

Unfortunately, our theme does not have such an option that offer you a way to disable the mobile theme only for some pages, but only for entire theme, sorry! If you want to develop the theme in this way and if you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

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