No search results were found in Documentation!
Hi
Thanks @Cosmin Tataru for your answer!
@blandRepublic, also you can try this code below within Theme panel->CUSTOM CSS area like that: http://screencast.com/t/VSn4x9zlB0I
.td-header-style-10 .td-logo-wrap-full {
margin-bottom: -40px;
}
The result can be seen here: http://screencast.com/t/3rD1tr8fyD
Thanks!
Hi there,
At the moment the search bar is already hidden in http://www.viralbae.com/news
But I’m looking to keep a dropdown icon to dispaly login/logout status and profile custom link.
Please advice the code we need to get for logout in place from top bar.
Thanks!
Hello,
Sorry to bother.
I’m trying to achieve something simple but could not figure why it’s not working.
I would like to put this logo on PC : http://www.journaldufranc.com/wp-content/uploads/2015/02/newF5.png
And this logo (gif) on Mobile : http://www.journaldufranc.com/wp-content/uploads/2015/10/Fmobile1.gif
I used the upload function via the Theme panel respectively for Desktop and Mobile menus. But it’s not working.
Then I noticed the logo was hidden behind the other logo (or the menu bar) on mobile, so I tried
.td-header-style-3 .td-header-sp-logo {
background-image: url(“http://www.journaldufranc.com/wp-content/uploads/2015/10/Fmobile1.gif”);
}
.td-header-style-3 .td-header-sp-logo img{
display:none;
}
But still not.
Could you tell me how to achieve this ?
Thanks for your assistance
Just a feature request for a future update – Because of the colors of my site, the logo in the sticky menu tends to blend too much and I’d like the option of uploading the same logo in a different color (in this case, white). What I have in mind is a separate option for sticky menu option.
Thanks for any consideration.
VegasWineaux.com
please provide me custom css code of looking like Style 11, in style 11 – top menu-Main menu-full logo-full border -then ad.
But I Want to make top Menu – main menu-logo+ad-full border
please provide me code of looking like Style 11, in style 11 – top menu-Main menu-full logo-full border -then ad.
But I Want to make top Menu – main menu-logo+ad-full border
Please go to the Custom CSS panel of your theme and add the following:
.td-header-style-10 .td-logo-wrap-full {
min-height: 85px;
line-height: 85px;
}
You can play with the numeric values to adjust the logo header height to you liking.
I put this code to hide header in mobile version and display the menu bar first:
.td-header-sp-logo { display:none }
.td-banner-wrap-full { display:none }

The problem I have now is showing no logo on the menu until I’ve done scroll:

Any solution? Perhaps another option would be to show the Heading Style 5 in phones.
Can I add any new option only to the mobile menu?

Thanks
-
This reply was modified 10 years by
Beldar.
When i share my site in facebook the share link is not showing my logo as others . How can i resolve this problem
My whole theme seems to have shutdown. All the styling has gone. The logos, colours, fonts, categories, sidebars etc. When I logged into WordPress i was asked to activate the theme (which i had done months ago when i brought it). I re entered the licence and the theme updated. I now have to start from scratch styling it. As you can imagine this is an absolute nightmare. Why did this happen???
You can only notice the strange displacement of the website when the 728×90 “Navy Ad Campaign” leaderboard is present next to the logo. Also the ad size is no different then any other 728×90 banner we use in that same ad slot but those ads don’t displace content on the website.
I did notice that 728×90 “Navy Ad Campaign” ad giving us problems has only one noticeable difference from others. The banner is visually interactive and it expands when touched by a user’s browser, I am assuming that’s the reason why this happens?
Thanks for your help everyone.
Hi,
I just purchased your theme. Thanks for including tons of functionality!
I have a problem though. There is way too much space between the header logo and header menu. I’ve tried a bunch of different things to try and remove this space but can’t figure it out at all. It has nothing to do with the logo render, which has very little space there.
Can you please tell me how to reduce the padding on this? I have tried disabling the social icons and the top bar but this makes no difference.
Also, even when active, the social icons in the header are not showing. I don’t understand why.
My site is http://www.blandrepublic.com
Thanks for any help.
Hi Bogdan,
Thank you – it worked. But I didn’t notice logo menu and sub-footer earlier.
Please could you help to hide them as well.
Regards,
George
Hi,
The code i provided removes the bottom border and changes the background color for the ad container.
The theme was not built to support big logos to cover the containers like that. The recommended logo dimensions are these: http://screencast.com/t/wRIpx7CxBGJV. In order to make the logo fit on mobile phone you can make a smaller logo and add it as a background image to the container in the mobile version.
You will need a bit of css knowledge to get it done.
As an example:
@media (max-width: 767px){
.td-header-style-10 .td-header-sp-logo {
background-image: url("your image url");
}
.td-header-style-10 .td-header-sp-logo img{
display:none
}}
It will need further customization to fit properly though
Thanks
Yes thank you!.. The solution you provided allowed me to decrease the logo size.. unfortunately I have a different problem. When you refresh prowrestling.com a couple times you will notice on occasion our webpage gets jumbled or displaced by a 728×90 Navy ad next to our logo. You can see the 728×90 ad creeping over the top of our logo. We normally run the same 728×90 type of ads in that slot, I am not sure why this navy ad campaign banner is any different from those.
I thought decreasing the logo image size to allow more space up top would surely solve the ad issue but it has not.
Any idea why this happens or solution?
Hello,
I have a couple questions I have about the theme and was hoping you could solve my issues.
1. In header style 10, the top and bottom margins seem to be a bit excessive. Is there any easy way to reduce the top and bottom margins?
2. I like the content to stand out and make it easier to read. Is there any way to set a background and menu background that is different for just posts? In other words, I would like to set a unique menu and page background for posts. Even more ideal, is there any way to set the menu background to be transparent?
3. I know I have asked this before, but I wasn’t as clear. I know that this theme is not wide formatted but is there any way to easily decrease the width of the side margins? I would be happy with a 15-25% decrease in margin width.
4. Lastly, is there any way to but an bigger left margin on the widget section so there is a larger space between the content and the widget section. The widget section seems to be too close as it appears to take some attention away from the content and give a cluttered appearance.
5. I am having trouble setting a font for H1-H6 on the home page. I have tried page-font settings and post-font settings and both seem to not affect the H2 title “Connect With Us” on my home page. Am I looking in the wrong area or is this a bug?
NOTE: my website can be found here to reference my questions: http://thryvewell.com/
Thank you for your help!
Hi,
Follow this link to add the text in the same container with the logo: http://screencast.com/t/1JQW3e8j then replies the previous CSS with code below:
.time-modified {
margin-top: 80px;
}
In the screenshot you can see the result: http://screencast.com/t/qtv6A68CIF
Thanks.
Hi,
Thanks for the feedback. This code works, but I would like to display it right below the logo, below the logo (within the same <div> tag).
Thanks!
Hi again,
For obtain an result, you have to be put in code area this custom CSS like this:
http://screencast.com/t/o7ejAVEsj6jZ
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
Thanks and let us know how it goes!
The theme panel=>custom css area does not contain the following code below. I even checked advanced.
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
It must be in another css file or area.
Hi,
I see that you use a header style with full logo. So you can use the full image size, please check – http://screencast.com/t/qjqSOdPY – http://screencast.com/t/GG0vI8Xd
Thanks!
Hello again,
I’ve checked your site and also you can try this css in theme panel=>custom css like this:
http://screencast.com/t/JqQkxZv6X6h1
http://screencast.com/t/VtQEKPjEGTPO.
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
You can adjust the logo image size if you increase or decrease the width value as you want.
Also you can adjust the ad banners position if you crease or decrease the margin-right value.
Hope this helps!
Thanks.
Hi,
I would like to display the “Last modified: <?php echo the_modified_time(); ?>” code below the logo, using the Newspaper DEFAULT HEADER STYLE. Please help.
Thanks!
Hi!
How can I get some help with the Newspaper theme?
I´m having a problem with the placement of the logo in the site:
In the theme it says: LOGO UPLOAD Upload your logo (272 x 90px) .png or .jpg
I upload our logo with this measure however it gets cut in the page, as you can see:
I have tried all options but was unable to get the complete logo appear.
Thanks!
Rick
Hello @whpro,
The logo size depends on the headers style used. Same thing for advertising banners. For a better accommodate with the new ad banners you need some CSS customization.
Please provide your site url and also more details about this so I can inspect it closer and be able to provide a more accurate answer.
Thanks.