Tagged: catch box pro, header, sidebar
- This topic has 9 replies, 2 voices, and was last updated 9 years, 2 months ago by Sakin.
-
AuthorPosts
-
August 28, 2015 at 8:55 pm #65500CarloMember
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.
August 28, 2015 at 9:20 pm #65503CarloMemberThis is the site… Many thanks… http://assodir.org/
August 29, 2015 at 9:22 am #65536SakinKeymaster@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%; }
August 29, 2015 at 3:03 pm #65541CarloMemberHi 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… 🙁
August 29, 2015 at 3:20 pm #65542CarloMember3) 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…
August 30, 2015 at 9:20 am #65566SakinKeymaster@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”
August 30, 2015 at 2:26 pm #65615CarloMemberDear 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-quotazioniAugust 30, 2015 at 10:35 pm #65628SakinKeymaster@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%; }
August 30, 2015 at 11:07 pm #65631CarloMemberOk, 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
August 31, 2015 at 7:40 pm #65663SakinKeymaster@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/ -
AuthorPosts
- The topic ‘Stocks ticker between header image and articles’ is closed to new replies.