I want to HIRE a Newspaper theme Customizer

Posted in: Newspaper
Post count: 80

I have installed Newspaper v7 on my site. I want my site to be customized to look exactly as http://www.bollywoodbubble.com
Please reply me for further processing or suggest me anybody you know better.
Thanks.

Post count: 22421

Hi,
For the front-page, you can use visual composer and a 3 column layout like so: http://screencast.com/t/bXfOAB3ALB
The logo is a big image so a header style that uses the full logo is the best choice (9, 10 or 11)
The stretched grid does not seem to position properly for the site as the content is stretched. You can use revolution slider to create a full width slider below the menu like in this demo: http://demo.tagdiv.com/newspaper_blog_travel/ (the slider is already included in the theme archive under demo sliders) or you can use one of the big grids: http://demo.tagdiv.com/newspaper/big-grid-9/
The rest are simply a selection of block elements on the homepage.
I hope this helps.
Thank you!

Post count: 80

Thank you very much, it worked exactly as i was expecting and searching for long time.

STILL ONE QUESTION
how to obtain TOP Bar Menu like http://www.bollywoodbubble.com (AND help for as Main Header Menu will be extra but not ncessary)
Any css code to obatin this?
I am eagerly waiting for your help again.
Thanks.

Post count: 22421

Hi,
The top bar can be selected from the theme panel and chose one that resembles that one: http://screencast.com/t/pSdCe0ON and then change the colors for it: http://screencast.com/t/5dEwZtQTv
you can increase the font size and the line-height (that controls the vertical distance of the top menu) from here: http://screencast.com/t/1AxNlkKRD
Hope this helps.
Thanks.

Post count: 80

Thanks for reply.
But i mean how to add top header menu border (bar) of 1px and similarly vertical bar between social icons only, ultimately boxing them only. Hope you get me.

Post count: 22421

Hi,

You can try this css code:

.td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0!important;
}
.td-social-icon-wrap{
border-left:1px solid grey;
}

Thank you!

Post count: 80

Exactly what i was looking for BUT
social icons bar is only half height of menu, how to increase to full.
Please check screenshot below.
https://www.dropbox.com/s/gjl0273fuu767v6/screen1.png?dl=0
I want to achieve like this
https://www.dropbox.com/s/gwtswgoi9hpd8tq/screen2.png?dl=0

Post count: 23312

Hello mystudent,

I have checked your website and I saw that your top bar menu is displaying fine, as you can see here -> http://screencast.com/t/a3HQMpN9 , right?
If you refer to something else, please provide more details.

Thanks.

Post count: 80

Hello sir this is not my site, FACT is i want to achieve top bar menu like this site (www.bollywoodbubble.com)

My site is http://www.bollywoodmessenger.com/

Post count: 23312

Hello mystudent,

Sorry for my bad understanding. Please try the code below.

.td-icon-font {
border-left:1px solid grey;
}
.td-icon-youtube{
border-right:1px solid grey;
}

The result you should see here -> http://screencast.com/t/bEDOt0ZkS9

Post count: 80

Hello sir, i used the following code,

.td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0!important;
}
.td-icon-font {
border-left:1px solid grey;
}
.td-icon-youtube{
border-right:1px solid grey;
}

All looks good BUT icon separation (border) is not touching the menu borders.
how an we make this possible?

Post count: 23312

Hello mystudent,

Please notice that this request involve custom work and we do not have the effective time to help you in this regard, sorry! Please consider hiring a freelancer/developer to help you in this case because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Post count: 65

What about the main menu borders within the red box i have marked, how do I get the borders around the main menu item and the coloured block showing which page the user is on?

main menu borders

  • This reply was modified 10 years by Michael.
Post count: 23312

Hello taco_and_co,

Please notice that this type of site is not using our theme and this design could not be replicated exactly through our theme, sorry! Below I gave you some hints which could help you but please notice that if you want to have your own design for your site, it is required some custom work and we cannot provide this services at the moment, sorry!

.sf-menu > li > a:after {
height: 48px;
z-index:-1;
}
.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: red;
}
.td-header-menu-wrap {
border:1px solid grey;
}

The result -> http://screencast.com/t/YUuC8eLiTtR
This is an example for using header style 10.

Thanks for your understanding!

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.