How do I hide or remove Homepage Bottom Feature option?

Discussion in 'Poloray WordPress Theme' started by internetmarketingsmarts, Mar 20, 2013.

Thread Status:
Not open for further replies.
  1. internetmarketingsmarts

    internetmarketingsmarts Guest

    Joined:
    Feb 23, 2013
    Messages:
    19
    Likes Received:
    2
    Hi,

    1. I want to hide the homepage bottom feature sections? I know I can edit the text and such.
    But I'd prefer to just totally hide or remove this area from the homepage. See screenshot.

    2. Also how do I edit the footer widgets or remove them?

    3. Is there a way to remove the logo and just have text there instead?

    Thanks.
     

    Attached Files:

    anastasiado likes this.
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    1. Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    .main_content_wrapper {
    display: none !important;
    }

    2. And to change the widget just go to "Appearance -> Widgets" here just drag and drop the widget to your desired position i.e. "First Footer Widget Area", "Second Footer Widget Area", "Third Footer Widget Area", "Fourth Footer Widget Area". It will show your widget in the theme.

    3. And Instead of writing the text you can create the image in which you can write the text and then upload the image in the theme, it will display your text there.

    It will solve your problem.
     
  3. internetmarketingsmarts

    internetmarketingsmarts Guest

    Joined:
    Feb 23, 2013
    Messages:
    19
    Likes Received:
    2
    Thank you! That worked perfectly.
    But I'm having problems seeing changes I make on the live site. I can see changes instantly when I view them from:
    Appearance> Themes > Customize
    but when I log out and look at the site live, it doesn't show the changes. This happens especially when want I view different colors of the theme.

    I've used chrome and safari and cleared my cache as isntructed here:
    http://www.wikihow.com/Clear-Your-Browser's-Cache

    but still seeing older version of my site:
    www.1testdemo.com

    Please advise. Thanks.
     
  4. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Are you using any cache plugin? This issue can appear if you have WP super cache or any other similar cache plugin installed. Disabling it will solve your issue.
     
  5. internetmarketingsmarts

    internetmarketingsmarts Guest

    Joined:
    Feb 23, 2013
    Messages:
    19
    Likes Received:
    2
    I disabled it. But still having similar issues. Any other suggestions?
     
  6. internetmarketingsmarts

    internetmarketingsmarts Guest

    Joined:
    Feb 23, 2013
    Messages:
    19
    Likes Received:
    2
    Forget my last comment. I had to delete the plugin and all it's data.
    Now it works perfectly. Thanks for the great support.
     
Thread Status:
Not open for further replies.

Share This Page