• online-words

    (@online-words)


    Hi c.bavota,

    Please I have some questions:

    1- All widgets which I add to the sidebar I saw in all the pages ( exclude home page ) Is it normal?? or I can put some widgets is exactly pages?

    2- How can I customize the place of widgets?? From where I can put them on right side or left side or footer of the website.

    3- I see form relates ( post comment ) fixed in all pages in the footer! From where I can delete it?? ( I already checked all widgets under sidebar and nothing related post comment! )

    4- my background color is black, and some of widgets color already black, so it is not appear on website! How can I change the letters color of widgets?!

    Thanks in advance for your support!

Viewing 14 replies - 1 through 14 (of 14 total)
  • 1. That is normal. The home page does not have a sidebar. If you want to set which pages display certain widgets look into Widget Visibility in Jetpack.

    2. Go to Appearance → Widgets to place your widgets.

    3. Any default widgets can be overwritten by adding your own.

    4. You would have to modify the style.css file to change colors. If you do this I suggest creating a child theme first.

    Thread Starter online-words

    (@online-words)

    Thanks for your answer.

    Yes, I already use Appearance → Widgets and under first sidebar is empty! but also I see this widget of post comment on the website!! How can i delete it!

    Also, How can I determine the place of the widget, By default it is in the footer of the each page! How can i change it ?!

    Thanks!

    [Moderator note: Please don’t uppercase your sentences]

    Thread Starter online-words

    (@online-words)

    Hi,

    Also, please, tell me how can I change the page title color of the page name?!

    My background is black and the default title page color is black too, so I see nothing on site.

    THanks!

    You should start a new discussion for other questions. That makes it easier for other users to find info.

    If the first sidebar is empty, then the default widget will appear. The only way to overwrite that is to add your own widget. If you don’t want any sidebar then you would have to modify the CSS or upgrade to the premium version.

    Arcade Basic does not have a footer widget section so no widgets can be placed there. If you widget appears below the main content then something has broken your page. Can I see this live?

    Thread Starter online-words

    (@online-words)

    Hi,

    So, How can I make the page Grid Page Template, Full Width Page or Pullquotes ??

    THanks!

    Thread Starter online-words

    (@online-words)

    Also, I put widget (Arcade Basic) Icon & Text Widget under ‘first sidebar’ but the icon not appear in the middle of circle!!! dont know what is wrong?!

    THanks!

    Start a new discussion.

    Thread Starter online-words

    (@online-words)

    Hi

    I put widget (Arcade Basic) Icon & Text Widget under ‘first sidebar’ but the icon not appear in the middle of circle!!! dont know what is wrong?!

    THanks!

    This CSS has been added to the next release to center the icon:

    .home-widget {
    	text-align: center;
    }
    Thread Starter online-words

    (@online-words)

    /* =Home Widgets
    ————————————————————– */
    #home-page-widgets {
    padding: 60px 0 40px;
    background: #F7F7F7;
    }
    @media (max-width: 768px) {
    #home-page-widgets {
    margin: 0;
    }
    }

    .home-widget {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    }
    .home-widget img {
    margin-top: 0;
    }

    .home-widget-title {
    margin-bottom: 15px;
    font-size: 24px;
    }
    .home-widget-title a {
    text-decoration: none;
    }

    It is what I see in CSS. Tell me please, What should I do?!

    Thread Starter online-words

    (@online-words)

    you can see the icon here http://imgur.com/Go7JNWH

    A fix is in the next release.

    Thread Starter online-words

    (@online-words)

    Tell me please, How can fix it for now! I need to publish my site! Thanks in advance

    Thread Starter online-words

    (@online-words)

    May be I can insert new icon by self?! Just tell me how can I do. I really need it. Thanks a lot!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Sidebar’ is closed to new replies.