Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
sathana
Participant
#0

My Site is http://www.chiangmainews.co.th. The menu icon like facebook logo twitter logo on the top bar, navigate left or right logo on the slide show some times it appear as random chinese character. Screenshots : https://drive.google.com/file/d/0Bw-3gh_VhA4uZi1BNFJRQnA4QTQ/view

LPH
Participant
#0

Newspaper Version: 6.7.2
Choose Header Style 10
Go to TEXT LOGO TAGLINE
Enter text with an apostrophe

A backslash will appear before the letter s

Is there a fix?

efaq
tagDiv Member

Hi,

1) okay thanks but first of all I have to put in in CSS the class before I add my own menu, right? Because I added a menu, but which of those three options should I click? Top Header, Header menu or footer? I think Header menu. But in your sreen you’ve produced a page http://screencast.com/t/i834fsDw . So , do you chose this in menu abd make it a page menu ? Or what is this “custom menu” http://screencast.com/t/WWt2yabWiMv

So, again. I create a menu. Then? Do I pick a page to have this been crated: http://screencast.com/t/7Mtx3fdFGNRd or what do you mean? Excuse me I don’t get this :/

2)Okay, but what is the sense of it? To show not the pictures but only the demo picture (Logo with size) For what do I need those features? What are they good for? If I deactive a module. What advantage do I have from that? This is what I don’t understand.

3) How can I edit these links in the footer section: http://abload.de/img/unbenanntltkmh.png

It is not in the widget area (or footer area) Where can edit this content?

Thanks a lot!

fghelfi
tagDiv Member

I inserted the cutsom code:

.td-header-style-1 .td-header-sp-logo {
margin-left:0;
}

Nowe I get the logo to the left, but the Ad is also trimmed left, and I want to keep it to the right margin.

What can I do?

Thanks!

DwayneHoward
Participant
#0

This is apparently wrong info. The theme panel should tell the user the size for the logo. I’ve spent 2 hours (WASTED TIME FOR ME) TRYING TO FIGURE THIS OUT.

Footer Template Style 1,5,6,7,8

For best results use this logo size:

Footer Logo: 231 x 82px
Footer Retina Logo: 462 x 164px

Apparently, 150×82 is the correct size. It took 3 hours of my valuable time to figure this out. I only found it after inspecting the page element. I found something had programitically changed the file name of my logo. It had appended “150×82” to the end of my file name.

Here’s the location of the wrong info
https://forum.tagdiv.com/footer-templates/

Also, could you remove the .import.tagdiv website? It causes much confusion while Googling answers to user questions.

RadGoat
tagDiv Member

YES! thank you. Now, anyway I can make it bigger (the image of the logo) ?

Catalin
tagDiv Staff

Hello Rad Goat,

If you want to remove all the paddings for your logo, please try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-style-5 .td-main-menu-logo {
margin-right: 0;
}
.td-main-menu-logo img {
padding: 0 0;
}

The result -> http://screencast.com/t/EHyf0NBy8u

Thanks.

Catalin
tagDiv Staff

Hello occhiodifalco,

I have checked your website I saw that you have a lot of additional customization for this type of header that breaks the layout and cause a bad design. If you want to return to the default settings, you have to clear all your custom CSS code to this section -> http://screencast.com/t/Ca7gkrnyi and also, if you want to have a bigger logo you have to switch your header style to another one that supports it, as example header style 11. For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
Also, please notice that if you want to change the structure of your header style 3 as you wish, involve custom work and we cannot provide this type of service at the moment, sorry!

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
1) You can use this code and adsjut the value until you get the desired results:
.td-affix #menu-new-menu-1 {
margin-top: 28px!important;
float: right!important;

2) If you went to remove the menu and the logo, then remove the previous code and use this one:
.error404 .td-header-wrap{
display:none!important;
}

Thank you!

occhiodifalco
Participant
#0

hi,
how can I move further to the right the “donation” picture (donate) inserted in the header?
currently covering the logo.
I want to clarify that I have entered the above address of the image in the box dedicated to header ads.
my site : http://www.occhiodifalco.net
thanks

George
tagDiv Member

Thanks very much @Andrei L @Bogdan

i) Now Logo in scrolling menu looks perfect. Please could we bring the menu img text align to middle. At the moment it is on top as per your screenshot: http://screencast.com/t/pgp6C8U5ll

ii) For 404 error page.. it is the entire div that you have highlighted in top arrow to be hidden.

Only the ”
Ooops… Error 404
Sorry, but the page you are looking for doesn’t exist.
You can go to the HOMEPAGE

text should be displayed

http://screencast.com/t/ImhgoWQx1bSO

Please advice

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to modify the sticky menu height, you could try to use custom css in Theme Panel > Custom Css, for example – http://screencast.com/t/SGVbrR21pb

.td-header-style-7 .td-affix .td-header-sp-logo {
height: 66px;
}
.td-header-style-7 .td-affix .td-header-sp-logo img {
max-height: 66px;
}
.td-header-style-7.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 66px !important;
}
.td-header-style-7 .td-affix #td-top-search {
bottom: 7px;
}

If you don’t have html/css experience I suggest to get someone to help you, as we are not available for custom services.

Thanks!

ryanjake
tagDiv Member

Dear Sirs,

I am using the menu settings below;

Header Style: Style 7 – Hybrid Menu on right with logo
Top Bar & Menu – Off
STICKY MENU: Always at the top of the pages

I would like to increase the size of my header and logo same as: http://www.windowsmechanic.com/. Can you please let me know the best and easiest way to achieve this?

Thank you in advance, and I look forward to our prompt response.

Kind regards,
Ernest

rea-secret
Participant
#0

Today, “suddenly” my all theme settings gone and set to default by itself. I’ve just posted 2 contents and they all resetted. My logos, background, theme colors, ads settings, menu settings, footer settings, post settings etc… Theme looks like new installed. But I didn’t do anything! Until today everything was normal. I import my local theme settings and solved this. How is that possible like this?

Catalin
tagDiv Staff

Hello nirmal___,

If you want to have the ad below your menu logo bar, you have to use another header style, for example, header style 5. For more information about our header templates, please check our documentation here -> https://forum.tagdiv.com/header-styles/ -> https://forum.tagdiv.com/logo-favicon/

Thanks.

Catalin
tagDiv Staff

Hello goetherd,

Unfortunately, our theme does not have such a simple option to add a new widget in Widgets area from the panel, sorry! Please notice that is not a simple task achieving that and is required to do some additional customizations through code in order to achieve good results. As a hint, you can begin to add the widget in widgets.php core file, like this -> http://screencast.com/t/oxfkoKwqWJiu and then you have to declare this in td_config.php. Also, please notice that you have to use API implementation for adding a block. For more information about this method, please check our documentation here -> https://forum.tagdiv.com/td_api_blockadd/
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Also, for more information about logo section, please check our documentation here -> https://forum.tagdiv.com/logo-favicon/

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
If you plan on using a bigger logo, we suggest using one of the full logo header styles that do not modify the dimensions of the logo: http://screencast.com/t/yb8HBo1Wk99Z
If you do not want those header styles, then you can use this css:

.td-header-style-3 .td-header-sp-logo{
width: 330px!important;
height: 124px!important;
margin:2px!important;
}
.td-header-style-3 .td-header-sp-logo img{
max-height: 200px!important;
}

But you have to adjust the values for each viewport so it will position properly on a responsive design. Add the code in each of the desktop and tablets section and adjust the size so it will fit properly on those devices: http://screencast.com/t/ZBIq2LAm2

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use this css to do it:
@media (max-width: 767px){
.td-header-style-5 .td-main-menu-logo img {
max-height: 70px!important;
}
.td-main-menu-logo img {
max-width: 185px;
}}

You can change the size in the code to fit your needs. Careful of the smaller screen devices though as if you increase the logo too much, on an old iphone for example, the logo could overlap the hamburger menu.

Thank you!

nirmal___
Participant
#0

Hi. I am using the Header style : default (style1)

So I do have an ad near to the logo (header ad). But when I view the website in any mobile this ad is shown first and the logo is only shown after the ad is shown. And that isn’t a pretty good thing for me. I want the ad to be below the logo bar. Is there any possible ways to adjust this. Thanks in advance.

goetherd
Participant
#0

I have been looking online and reading the forum and checking videos but I am unable to find the best way to add a new widget area for newspaper theme. I have found some plugins that could do the job but editing the codes is not showing me properly the way to do it and I dont want to mess the whole code (which has happened before already).

Any suggestions?

The whole idea behind is is trying to add a customer image logo for the header because the logo doesn’t allow me to add something bigger that what the theme allows me which simply doesn’t work for me.

occhiodifalco
Participant
#0

Please, how can I change the size of the logo in the header?

my site: http://www.occhiodifalco.net

gzelasco
Participant
#0

Hi Guys,

How can I increase logo size on mobile? looks small

http://chamorro.demo-page.info/

Catalin
tagDiv Staff

Hello RadGoat,

Unfortunately, I cannot access your website, I give that -> http://screencast.com/t/ihdhrf3A and also, when I log-in on your WordPress, I cannot find our theme installed -> http://screencast.com/t/Mz96BjuD5 Please provide a valid URL with our theme (Newspaper) so I can further inspect your logo.

Thank you for your understanding!

Andrei L.
tagDiv Member

Hi

Try this css: http://screencast.com/t/pgp6C8U5ll

.td-affix .td-header-sp-logo, .td-header-style-7{
height: 106px!important;
}
.td-affix .td-header-sp-logo img{
max-height: 106px!important;
}

The code provided by Bogdan works fine as can be seen in this screen: http://screencast.com/t/ImhgoWQx1bSO Try to clear all caches then test the code again.

Thanks!

Catalin
tagDiv Staff

Hello BrunoBerlanga,

I have checked your website and please notice that you have no any issues regarding no your logo. Please keep in mind that our theme is responsive and the logo will be adjusted according to the width of your devices. The logo will be bigger when you switch your mobile in landscape mode because the width will be higher and the logo will be adjusted by it. For more information about our logo section, please check our documentation here -> https://forum.tagdiv.com/logo-favicon/

Thank you for your understanding!

Viewing 25 results - 9,501 through 9,525 (of 12,143 total)