Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #65500
    Carlo
    Member

    Hii’ve bought CATCH BOX PRO and i would like insert under the the header image/logo a ticker with stock prices… What do i have to do to occupy all the page and not only the right bar?

    Many thanks.

    #65503
    Carlo
    Member

    This is the site… Many thanks… http://assodir.org/

    #65536
    Sakin
    Keymaster

    @Carlo: For that you can add widget in Header Right Sidebar from “Appearance => Widget” and to make it full width, just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary, #sidebar-header-right {
        display: block;
        width: 100%;
    }
    .sidebar-top .widget {
        width: 100%;
    }
    #65541
    Carlo
    Member

    Hi Sakin,
    many thanks for your answer.

    I’ve created the css box copying and pasting what you wrote me, but…

    1) the right bar which was default on right of my articles has finished under the articles. What do i have to do to make it return on right?

    2) i would have my stock ticker UNDER the image of the site not over… 🙁

    #65542
    Carlo
    Member

    3) The stock ticker doesn’t seems centered in the head of the page…

    4) A search module has wake up in the head of the page…

    I’m warried…

    #65566
    Sakin
    Keymaster

    @Carlo:
    1 & 2) I see that you have added widget in “Header Top Sidebar”. So, it will be at top of your page. For header right, you need to move that widget from Header Top to the Header Right Sidebar.

    3. To center it, you can add teh following css:
    #branding #text-3 { text-align: center; }

    4. This is default search widget in Header Right Sidebar. So, if you have no widget in “Header Right Sidebar” then default search widget will appear. You can either add widgets to Header Right Sidebar or replace that search widget or disable header right sidebar from “Appearance => Theme Options => Header Options” and check in “Disable Header Right Sidebar”

    #65615
    Carlo
    Member

    Dear Sakin,
    i’m sorry to inform you that every modify i’ve done with yours suggestions in my site http://www.assodir.org didn’t work.

    1) The right bar of the site didn’t re-appear on the right, and all the links remain under the articles…

    2) The ticker has finished under the title/image logo but it’s always impossibile to center.

    3) The only thing i’ve resolved is to put down the search module…

    4 ) As you can see the result of all the modifies is discouraging…

    What do i have to do: remove the theme and begin from zero?

    If you need the link of the generator code of the ticker, you’ll find it here:
    http://it.investing.com/webmaster-tools/barra-quotazioni

    #65628
    Sakin
    Keymaster

    @Carlo:
    1. Sorry please replace previous css:

    #secondary, #sidebar-header-right {
        display: block;
        width: 100%;
    }

    with the following css:

    #sidebar-header-right {
        display: block;
        width: 100%;
    }

    2. Then to center it, replace previous css:

    .sidebar-top .widget {
        width: 100%;
    }

    with the following:

    .sidebar-top .widget {
        text-align: center;
        width: 100%;
    }
    #65631
    Carlo
    Member

    Ok, many thanks Sakin. It seems ok.

    Except the margins… That i don’t know as i can modify to reduce the white space between the ticker and the menu…

    And another interesting thing is how i have to do to replace my static photo in the header with a video or a sequel of photos?

    Thanks again.

    Carlo

    #65663
    Sakin
    Keymaster

    @Carlo:
    1. For margin, go to “Appearance => Theme Options => Header Options” and then change “Header Bottom Margin” as per your need.
    2. There is no option to change that fixed header image with video or slider. But you can add additional slider just below the menu. For that, you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”, then select “Featured Image Slider” in “Select Slider Type” and “Full Width Slider” in “Slider Layout”. Then you can upload image from “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”. For more about image slider, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Stocks ticker between header image and articles’ is closed to new replies.