Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to theme option->custom css
    @media only screen and (min-width:1270px) and (max-width:1920px) {
    footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {max-width: 1120px !important;}
    }

    all you need to setup is in wp-admin->appeareance->widget
    drag the tab sidebar | mesocolumn into ‘right sidebar’ widget.

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    The Tabbed widget still does not work. When I drag to the “Right Sidebar” tab, or the “Tabbed Sidebar” tab, the message is the same: “There are no options for this widget.” And nothing appears on the site.

    Theme Author Richie KS

    (@rkcorp)

    in wp-admin->widgets
    you should see the first tabbed sidebar widget area. drag some item into it.

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    I did it. Nothing happens. Nothing appears. I do not know what happens.

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Its theme is really good. I was looking for something like this for some time. However, I need to make some adjustments to that desire. Will be little work, I promise.

    1 – The issue of visualization. On a computer, is normal with the spaces on the sides. On another computer, there is no space on the sides, with yet “stuck” in the “wall” of the screen. I know you’ve indicated what to do about it, but not done yet, when I realized that fucionava well on another computer.

    2 – The issue of the widget, we’re already solving.

    3 – I would like to eliminate the author’s name, the date and reference to comments, the homepage posts. Also, the reduced content. I would like to remain just the small picture and the title of the post. Nothing more. How this site: https://www.globo.com/

    Grateful!

    Theme Author Richie KS

    (@rkcorp)

    1. try this instead of the first code

    @media only screen and (min-width:1120px) and (max-width:1920px) {
    footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {max-width: 94% !important;}
    }

    2.solved

    3. add this to theme option->custom css

    #custom .post-meta { display:none; }

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Thanks. But, 2, solved? No. Nothing happens. Nothing appears. I do not know what happens.

    Theme Author Richie KS

    (@rkcorp)

    did you drag item like recent post, recent comment into the first widget area named tabbed sidebar? after that

    drag the left side item ‘mesocolumn – tabbed’ in to second widget area name right sidebar.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Layout and Widget’ is closed to new replies.