• Resolved Just Ard

    (@just-ard)


    Hi

    Having installed the Flat Responsive update today there is now a banner and extra menu showing.

    I cannot find how to remove it anywhere.

    Using Inspect Element in Chrome I get
    <div class=”fr_widgets_cta”>
    <div class=”container”>
    <div class=”row”>
    <div class=”col-md-12″>
    <div style=”text-align:center;”>
    <h2 class=”home_page_title”>
    Get Your Business Started With Flat Responsive </h2>
    <p>
    Use Flat Responsive theme to create your business website as it is SEO optimized.
    Enjoy the flexibility in design and functionality provided by this theme.</p>
    Get Theme
    </div>
    </div>
    </div>
    </div>
    </div>

    Dropping a text box widget into the Call To Action Widget removes the banner but the menu is still there.

    Site – fallintostreet.com
    Any help anyone?

Viewing 15 replies - 1 through 15 (of 19 total)
  • Ditto. This is disappointing.

    Theme Author Styled Themes

    (@gejay)

    Hi Just Ard,

    Please use the following steps to fix your issue:
    Goto Dashboard=>Appearance=>Header=>And add/change any picture you want.

    Thanks

    This does nothing. The original heading image is there…this is advertising appears below the header image. It appears to be in the theme code.

    Thread Starter Just Ard

    (@just-ard)

    This has nothing to do with the header as you can see that the Image is in the top. Also the Menu I have set is not the top one, but the one below.

    What seems programmed into the updates them is the “Flat Responsive” Banner advertising the Theme, and also the very top menu. Both of these were not here until I updated the theme on the 22nd.

    The Banner is as shown above, <div class=”fr_widgets_cta”> which shows it is on the Call To Action Widget. As I said I can remove it by putting a blank Textbox Widget into the “Call To Action” widget, and the banner disappears, but the top menu still stays.

    If you notice the Menus are slightly different. The False one at the very top is in alphabetical order, but the real one has the order of the menu I have in my set up.

    Any help on this, otherwise I am going to have to do the same as jeswebs and change theme.

    This has only started since the update of the 22nd September.

    Thread Starter Just Ard

    (@just-ard)

    Why is the theme putting in the Top Menu.

    When I change the settings to “Select-a-Menu” for the Primary or Footer then my genuine Menu Disappears and the false one that the theme is putting in still shows?

    Thread Starter Just Ard

    (@just-ard)

    It seems as though the new update has hard wired in the “Call To Action” & all 4 of the “Bottom” widgets with content, which only disappears when you add something in them, instead of them not showing if you have no widgets in them.

    The Menu also seem hard wired in the theme.

    To make the theme useful until the issue is sorted, I have removed my Custom Menu so two menus don’t show, and also put in blank Text Widgets in the “Call To Action” and all 4 “Bottom” Widget Areas.

    Looking forward to a resolution to this matter.

    It seems as though code from the Demo Version has been added to the Theme.

    Thread Starter Just Ard

    (@just-ard)

    As there has been no response to this issue I have made a work around for the menu at least until it is resolved.

    I removed my Custom Menu as it is showing below the Header, and installed the “Exclude Pages” Plugin. Even though it hasn’t been updated for 3 years it still works so easily. Once installed there is a check box for Exclude Pages when you edit a page. Untick and Voila it is gone from the menu.

    I hope this issue is resolved soon as I really like the theme, but if not I will have to find a new one as it is really annoying that there is no control since the update.

    Hey, the easiest and up to date way to do this is to install a custom css plugin, I used this one: https://www.ads-software.com/plugins/custom-css-editor/, and then enter the following css codes in.

    #fr-banner {
        display: none;
    }
    
    .fr_widgets_cta {
        display: none;
    }

    Best wishes everyone.

    Thread Starter Just Ard

    (@just-ard)

    Thanks for that 1-jah. I had put a widget where the banner was, but this has cleared the white space that was there.

    However still the issue with the menu and also the 4 bottom widget areas.

    Thread Starter Just Ard

    (@just-ard)

    Thank you 1-jah

    I used your code above and found the correct code for the bottom widgets.

    Added this to the CSS.

    .fr_widgets_bottom_widget {
    display: none;
    }

    It clears the whole bar.

    Theme Author Styled Themes

    (@gejay)

    Hi Just Ard,

    We have fixed the issue in our latest version, so please update your theme.

    Thanks

    Thread Starter Just Ard

    (@just-ard)

    Thank you for the update.

    It does not remove the 4 widget areas showing at the foot of the page. I am still having to use the code:

    .fr_widgets_bottom_widget {
    display: none;
    }

    to remove them.

    Lol. I just saw that you knew the css I posted in the other thread. I’m gonna mark my topic as resolved. Sorry I can’t be more of a help Just Ard.

    Theme Author Styled Themes

    (@gejay)

    Hi Just Ard,

    Please follow the following steps to fix your issue;
    Go to Dashboard=> Appearance=> Customize=> Basic Setting=> Default Content Setting=> And click in the Hide default content from theme=> And save it.

    Thanks

    That must be in your latest released and must have been released yesterday after I have installed the theme again. In the one I have after you go to basic settings there is no default content settings. But I’ll keep this in mind when I do update again.

    Love the theme otherwise guys.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘How to remove Flat Reponsive Banner?’ is closed to new replies.