BuddyBoss Home – Web Support Forums Themes BuddyBoss Mobile Only How can I make Super Mobile Child Theme display a different home page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #34810
    @jgwolfensberger

    Hi guys,

    Is there a way that I can either:

    1. Hide a section of my home page on mobile while using the Super Mobile theme? We have a particular graphic on our homepage that renders too small and illegible on mobile. Or…

    2. Is there a way to indicate a different home page for mobile?

    (And lastly… something to consider that may or may not be possible for future versions of mobile: a shortcode to surround code/text/etc. anywhere within the site that excludes that item or section from rendering on mobile. Just an idea; no clue if that’s even feasible.)

    Thanks guys!

    Answers

    #34814

    Alyssa
    Participant
    @alyssa-buddyboss

    @jgwolfensberger There is no need to make a shortcode for this as it is easily done with simple CSS.
    Here are the tags example:
    <div class="hide-mobile"></div>
    Add this to CSS mobile section:
    .hide-mobile{display:none;}

    Which graphic are you referring to…I didn’t see any illegible graphics on your home page on mobile?

    There is no way to indicate a separate home page on mobile without custom coding.

    #34817
    @jgwolfensberger

    Perfect, thanks TJ.

    There is a graphic on our homepage that renders way to small… no biggie if you didn’t see, you still answered my question 🙂

    James

    #34922

    Alyssa
    Participant
    @alyssa-buddyboss

    Cool, I’ll close this out then.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How can I make Super Mobile Child Theme display a different home page?’ is closed to new replies.