• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

trying to remove footer in plugin

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › trying to remove footer in plugin

This topic is: not resolved

Tagged: css, php

  • This topic has 6 replies, 4 voices, and was last updated 11 years, 10 months ago by salvatore.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • March 4, 2013 at 8:18 pm #24246
    john gronley
    Member

    Hello;

    I am trying to remove the disclaimer in the bottom left corner of http://phoenixhomesforsalehq.com

    Here is what is in the plugin's footer.php, can someone tell me where it is fetching the disclaimer from or how to tweak the code to get rid of this?

    <?php

    class dsidx_footer {
    static $disclaimer_queued = false;

    static function ensure_disclaimer_exists() {
    if (self::$disclaimer_queued)
    return;

    add_action("wp_footer", array("dsidx_footer", "insert_disclaimer"));
    self::$disclaimer_queued = true;
    }

    static function insert_disclaimer() {
    global $wp_query;

    if (is_array($wp_query->query)
    && ((isset($wp_query->query["idx-action"]) && $wp_query->query["idx-action"] == "details")
    || (isset($wp_query->query["idx-action"]) && $wp_query->query["idx-action"] == "results"))
    )
    return;

    $apiParams = array();
    $apiParams["responseDirective.IncludeDsDisclaimer"] = (defined('ZPRESS_API') && ZPRESS_API != '') ? "false" : "true";

    $disclaimer = dsSearchAgent_ApiRequest::FetchData("Disclaimer", $apiParams);
    echo $disclaimer["body"];
    }
    }

    March 4, 2013 at 8:31 pm #24249
    AnitaC
    Keymaster

    There's two places you can look.

    The first place - go to Genesis Settings > Scroll down to where there are two boxes - one marked Header, the other Footer. If there is anything in the Footer - REMOVE IT and save.

    If the first option doesn't work, the second would be - do you have Genesis Simple Hooks installed? If so, go to Genesis Simple Hooks under the Genesis tab. Scroll thru there to see if there is content inside any of the boxes. If you find it - remove it and save.


    Need help with customization or troubleshooting? Reach out to me.

    March 4, 2013 at 8:51 pm #24254
    thewebprincess
    Participant

    If I read you correctly the content is being placed by a plugin, is it the IDX one?  If the plugin is inserting the data, finding out the answer for the question might be easier by searching the plugin's forums.

     

    I wouldn't recommend editing the plugin's footer or else the changes will all be undone next time you upgrade.

     

    March 4, 2013 at 8:55 pm #24257
    AnitaC
    Keymaster

    Add this to your Style.css file. It should remove it.

    .dsidx-standalone-disclaimer {
    display: none;
    }


    Need help with customization or troubleshooting? Reach out to me.

    March 4, 2013 at 9:00 pm #24258
    john gronley
    Member

    It worked!!!!!!!!!!!!!

    Mucho thanks!

    March 4, 2013 at 9:02 pm #24260
    AnitaC
    Keymaster

    Just place it at the very bottom.


    Need help with customization or troubleshooting? Reach out to me.

    August 5, 2013 at 6:02 am #54209
    salvatore
    Member

    me too it worked

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble