tobi1kanoby

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Disable Sidebars On Mobile ( Omega Theme) #2431
    tobi1kanoby
    Participant

    Hi Han
    You are right, this was generated by the plugin.
    Been using it a lot and never experienced it before/
    was able to remove the widgets using this bit of code:

    @media (max-width: 800px) {
    #sidebar {
    display:none !important;
    }

    .wptouch-mobile-switch {
    display:none;
    }

    Thanks for your time
    Tobi

    in reply to: Disable Sidebars On Mobile ( Omega Theme) #2423
    tobi1kanoby
    Participant

    Hi Han
    thanks for your quick reply
    I still see the sidebar with the default widgets at the bottom of the site:
    http://screencast.com/t/MgtHQgBVi

    these are the pages, categories, archive and search widgets.

    in reply to: Hiding site title #2306
    tobi1kanoby
    Participant

    Hi Han
    thanks for a great theme
    I’m using Omega theme,
    your solution to remove the H1 title works, but I want to be able to keep the logo,
    Currently, when using the above code the logo disappears, while keeping the H1 tag with the logo leaves a blank H1 tag on the source code which I wish to remove for SEO purposes.
    Any help would be greatly appreciated

Viewing 3 posts - 1 through 3 (of 3 total)