Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
NM-user
Participant
#0

Hi,

How can I use a header image that already includes my logo within the image (so I do not need Newsmag to put the logo on top of the image).

In the Theme Panel -> Header I have Style 1 – Default.

View post on imgur.com

What I want to do is to be able to add an image to the header section (so not full-width), just in the boxed layout. I do however want to be able to pick the height myself and below that the Navigation should start. So I need a solution that allows me to upload a picture of width (which is probably fixed due to the nature of the theme) x 200 height. But then if I someday decide to make the height 300 I should be able to just tweak that easily.

Is something like that possible and how do I do it? Thanks!

aph100
Participant
#0

Hi
I would like to use a Text Header than than a logo image, and the Theme Panel > Header seems to suggest if I use Header Styles 9,10 or 11 then this will work. However I need to change the font, size and alignment. Do I do this in the Theme Panel > Fonts, and if so which element is it, or does this have to be done in css

Thanks

Bogdan B.
tagDiv Staff

Hi,
You can remove the padding from the logo with css like so:
.td-header-style-4 .td-main-menu-logo img{
padding:0!important;
}

The height of the menu can be increased by increasing the line-height here: http://screencast.com/t/Wv6PiTAV
Thank you!

Catalin
tagDiv Staff

Hello aragron,

Unfortunately, I do not understand very good on what you want to mean through ‘paste the main website’??? Please notice that you cannot share the website to Facebook but only the post from your website, using the sharing icons, like this -> http://screencast.com/t/rHTM9e5C For more information about Facebook sharing, please check our documentation here -> https://forum.tagdiv.com/facebook-share/
If you want to change your logo, please check the Theme panel/Header section/Logo area, like this -> http://screencast.com/t/JWZH1M0Sklo For more information about our logo, please check here -> https://forum.tagdiv.com/logo-favicon/

Hope this helps!

If is not what you mean, please provide more details about what you want to change so I will be able to provide a more accurate response.

Thank you for the message!

RadGoat
Participant
#0

Hi, I wish to remove ALL padding around the logo on Style 4 header.
removepadding

Also, Increase menu / area hieght (therefore making the room for (above mentioned logo) larger.
increasemenuheight

Many thanks

RadGoat
tagDiv Member

Hi, I followed the above and my full-width logo works (style 9). BUT – I would still like to have the Full-block-hover over menu items (not just an underline), how is this possible?
Thank you.

newsblaze
Participant
#0

I embedded a link from my own site (Newspaper 6) in a page and it looks great, but the logo shows as w-logo-blue.png.

How can I make that show my image, without just overwriting w-logo-blue.png ?

I tried flushing the cache, but it didn’t help. I don’t see a setting anywhere that references this, and the blue wordpress logo is 80×80 px.

You can see it here:
http://newsblaze.com/entertainment/movie-reviews/barbershop-the-next-cut-film-review_55804/

Alan

George
Participant
#0

Hello,

Since today, without making any changes to the site, all images are not showing except the logo.
No background or Post featured images, even the pictures in the posts contect.

I have only the required plugins activated to be sure that no plugin causes this, also I tried to use another theme to be sure that the problem is with the theme and not the wordpress or my hosting.

Sorry for my bad english 🙂
George

aragorn
tagDiv Member

Hello,

Thanks. I started to post articles in facebook. But when I paste the main website for example, the thumbnail is default one. I want to change it to my logo for example. How can I do this ?

Regards!

Bogdan B.
tagDiv Staff

The header styles that display the full logo will display the image exactly as you create it. The theme will not re-size it in any way, so any type of customization that you want to make to the image must be made to the image itself by the designer. It is your choice how you plan on modifying the image. Extending the lines will make the logo wider but the height will remain the same.
Thanks.

SoNowner
tagDiv Member

Alright, I think I understand what you’re saying. What if I get the logo designer to extend the lines of the logo to the left and to the right, would that work as it won’t be distorting the image?

If that is a viable solution what dimension is the banner so that I can tell the logo designer to to size it correctly?

tsk

Bogdan B.
tagDiv Staff

Hi,
I think you misunderstood how the full logo headers work. This is your logo:
http://soapoperanation.com/wp-content/uploads/2016/04/SON-Web-Logo.png
The logo will NOT stretch. It will display the full size of the logo but it will not stretch/enlarge it.
It will display it full size meaning it will not be shrunk to fit the containers. If you want a big logo, you will have to create it in an image editor. Stretching an image beyond it’s natural size is a bad idea as it will lose a lot of it’s quality. Here’s an example so you can see what I mean: http://screencast.com/t/pS3CPA7BcHT
Thank you!

SoNowner
tagDiv Member

Hi Bogdan,

Thanks. I did read the docs and my site is already utilizing Header style 10, however it has now a text logo. I would like to replace the text with a .png masthead size logo, but can’t seem to get it to “stretch” to the full width size. I’ll change the logo so the when you visit the site you’ll be able to see what i’m talking about.

Link

Bogdan B.
tagDiv Staff

Hi,
If you want to display a full size logo, then you will need to use one of the header styles that allows it:
https://forum.tagdiv.com/header-styles/ headers 9, 10 and 11
Thank you!

Catalin
tagDiv Staff

Hello andantesash,

Unfortunately, we do not recommend to increase/decrease the logo size because you can damage the layout of the theme. For header style 1, please notice that if you want to increase the size of the logo, then you need to remove the ad container because it will fall under the logo and display a big empty space. As example, you can use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo {
width: 350px;
height: 150px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 150px;
width:350px;
height:150px;
}

Also, please notice that after these changes to the logo, you need to do some additional customizations for best results.

Hope this helps!

Thank you for the message!

bigredfro
tagDiv Member

I used the below code and it worked. my website is bigredfro.com

.td-header-sp-logo img, .td-header-sp-logo, .td-header-sp-ads {
margin-bottom: 0px;
}

SoNowner
Participant
#0

Hi,

What is the Custom CSS I can use to fit my company logo full width into the Header?

I read the how to in your header style section but it was unclear how to create a code since i’m not an “advance user”

andantesash
Participant
#0

Where do I go to increase the header logo size? and decrease the size of the padding around as theres too much space around it.

Thanks

quibresciaproject
Participant
#0

Hello,
I’m a beginner with newspaper, but I really like.

I have a question. Is it possible have a header like this http://www.quibrescia.it with a ads on the left, logo aligned in the center, and another ads on the left (adsense+logo-adsense) in horizontal. I looked in theme panel>header but i didn’t find.

Thanks

Paolo

trigrafik
Participant
#0

Hello! how can i change the them name?, I tried to use Hide-my_Wp, but the name still there

“var td_ajax_url=”http:\/\/flyon.co\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=6.7”;
var td_get_template_directory_uri=”http:\/\/flyon.co\/wp-content\/themes\/Newspaper“;
var tds_snap_menu=””;
var tds_logo_on_sticky=””;
var tds_header_style=””;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide=”#4db2ec”;
var tds_smart_sidebar=””;
var tdThemeName=”Newspaper“;”

manojkhatri
tagDiv Member

Dear Catalin

Yes, that’s because on Saturday I worked on the header with my colleague—we made some css changes. But what we notice is that in the header style with full logo [style 9 upwards], the mobile logos don’t show on the mobile screens. That seems to be a bug because when a mobile logo has been provided, the theme should show it. For mobile, it should show 280×96 for retina and 140×48 for normal screens. Instead, it is showing the size 544×180, which is meant for desktops. You can see in the screenshot you sent to me –> http://screencast.com/t/bzGwqyTB

Could you please address this bug in your next release?

rajprajapati
Participant
#0

Hi

I have events on my site. where user can joing and i would like to give them customer as default role.
Below are the issues i am facing.

1. I have a plugin of event manger it creates pages of my booking but i was not able to add this link as dropdown under where logged in user name appears top left
2. A Customer cant update his/her profile address. How i can how my profile link of a customer under user name.
4. How to redirect user to home page after clinking on logout.

Catalin
tagDiv Staff

Hello manojkhatri,

I have checked your website again on the mobile version and I saw that your logo is working fine now and the menu toggle is displayed inline with the logo and the search icon, as you can see here -> http://screencast.com/t/WXAELnow Please let us know if the problem reappears so I can further inspect the issue. Also, please clear all cache and test it again.

Thank you for the message!

Catalin
tagDiv Staff

Hello manojkhatri,

I have checked your website again on the mobile version and I saw that your logo is working fine now and the menu toggle is displayed inline with the logo and the search icon, as you can see here -> http://screencast.com/t/WXAELnow Please let us know if the problem reappears so I can further inspect the issue. Also, please clear all cache and test it again.

Thank you for the message!

nagri297
Participant
#0

I am facing a problem uploading media. I contacted my host, disabled all plugins,reinstalled wordpress but nothing worked. I changed the theme and it worked fine.
Seems like the problem is with NEWSPAPER. One more thing to mention is, i could upload small images like logos etc. But images bigger (in dimension) give error.
Error message: HTTP Error or sometimes. Failed to upload media, please try again later.
Any fix for this please!

Viewing 25 results - 9,601 through 9,625 (of 12,143 total)