• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. How do i hide the bottom and footer on certain pages? I want to do this because I dont want the image gallery to be displaying the name of each page.
    App screenshot gallery should be titled "App screenshot" throughout - not take the name of each page it is displayed on.

    If possible, I want to prevent the image gallery to display on every page but the main page. How do i do that?

    Attachments

    1. Screen_Shot_2012-04-24_at_3.02.26_PM.png (214 KB, 311 downloads) 1 year old
    2. Screen_Shot_2012-04-24_at_3.02.17_PM.png (164.5 KB, 314 downloads) 1 year old
    ouioui
    1 year ago
  2. Hi,
    which parts of bottom and footer you would like to be visible and where. Please let me know and I would provide the code that need to be used.

    Cheers,
    Max.

    Max
    1 year ago
  3. Hi Max,

    I want to hide the Review section and App Screenshot section from certain pages, in this particular case the page is called Go Mobile and is about mobile site.. so not about our app

    also note that I am having issue with the framed Tab shortcode , I cant seem to be add a name for the tabs.
    Where do i do that?

    This is the shortcode from your demo website for tabs .. But whenever I change the name of the tab it does not seem to change it. am I missing something?

    [framed_tabs tab1="Tab 1" tab2="Tab 2" tab3="Long Tab 3" tab4="T4"]
    [tab]Tab content 1[/tab]
    [tab]Tab content 2[/tab]
    [tab]Tab content 3[/tab]
    [tab]Tab content 4[/tab]
    [/framed_tabs]

    Attachments

    1. Screen_Shot_2012-04-25_at_12.17.17_PM.png (101.1 KB, 317 downloads) 1 year old
    ouioui
    1 year ago
  4. Hi,
    in header.php file after body tag, from a new line add this code:

    <?php if is_page('PAGE_NAME_HERE') { ?>
    <style>
    .bottom_1 {display: none!important;}
    </style>
    <?php }?>
    

    This is the shortcode from your demo website for tabs .. But whenever I change the name of the tab it does not seem to change it. am I missing something?

    Please provide a link to the page where this happens and I would help.

    Cheers,
    Max.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.