Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Bogdan B.
tagDiv Staff

Hello Jenny,
I have checked your logos but they display exactly the same in both versions as you can see here: http://screencast.com/t/XrRyweZEbO
Please let us know if you have any further issues with this.
Thank you!

Catalin
tagDiv Staff

Hello krisorqla,

1)I have checked your website and I saw that you are using the header style 1 which has been designed that the logo to be on the left side and the ad on the right side (Header Ad). So, if you are not using the Header Ad you will have a white space instead of Header Ad. I recommend you to change the header style to another one which uses the logo placed in the center of your header section, like header style 9. For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
2) Please notice that our theme uses the WordPress comments and if you want to get rid of this feature, you will have to disable it from the Theme panel, like this -> http://screencast.com/t/WsfC3j7daa

Thaks for your understanding!

agungfaz
Participant
#0

hi. how to custumized header style, so the logo still in right menu bar when i choose top menus header style?

Ing Geek
tagDiv Member

you arnt using the correct size logo, Use this logo https://drive.google.com/file/d/0B-VBkiewxpMAMDB0S2ktckJTS2M/view?usp=sharing

22places
Participant
#0

Hi guys,

we’re having some issues with the size of our logo since we’ve updated from 6.6.3 to 7.1.1. We’re currently updating the theme in our development environment.

We’re using header style 10, but want to use the small version of the logo. As advised in the documentation, I’ve added .td-logo { width: 130px; } in Custom CSS , which is the width I would like it to be. This worked perfectly fine with 6.6.3.

This is the logo how it is supposed to be: https://www.22places.de (version 6.6.3)

This is the logo after the theme update to 7.1.1: https://spielwiese.22places.de

In 7.1.1. this line has the effect that the logo (only on the home page) is aligned to the left. When I delete the line from my Custom CSS, the logo is centered as it is supposed to be. However it still shows the bigger version (retina) of the logo.

If the line .td-logo { width: XXpx; } you’ve advised in the documentation does not do the trick, what does?

Hope you can help me out!

Thanks

Jenny

mozomarket
Participant
Logo Size - topic
#0

Hello
My logo is looking small on the site even though I used the recommended sizes.

http://1ce.ecc.myftpupload.com/

Please advise

krisorqla
tagDiv Member

Hi. Some are ok now. Got two more
1. How to move the logo in the middle?
2. How to get rid of the comment section in post article page? I already have facebook plugin with that so I dont want another one.

  • This reply was modified 10 years by krisorqla.
  • This reply was modified 10 years by krisorqla.
Catalin
tagDiv Staff

Hello paolo7873,

If you want to change the logo for your mobile, please notice that you can change it from Theme panel->Logo section, like this -> http://screencast.com/t/3uUDdFAyE

Thanks.

Catalin
tagDiv Staff

Hello icsiaid,

If you want to decrease your header for politics demo, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-politics .td-header-style-11 .td-logo-wrap-full {
min-height: 0;
line-height: 0;
}

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

Thanks.

krisorqla
Participant
URGENT!!! - topic
#0

Please visit my website for the following:( http://www.phweekly.com )

1. all menus list appear at the top of the header and logo. How to get rid of this?
2. Sometimes, photos on front page dont appear.
3. Photos on my articles as well dont appear.
4. Loading time is very slow.
5. Ad banner on top of the header on the right side doesnt show up ( google ad sense)
6. Facebook counter is ZERO!

paolo7873
tagDiv Member

Thx for info, for “The mobile navbar , however , remains with Newspaper7 logo , as you change ? thank you”
paolo

Bogdan B.
tagDiv Staff

Hello,
The code does not work because you do not use a text logo but a standard image logo. The code i provided changes the text logo, not an image size.
If you want to have a smaller logo, you have to edit the image itself in a photo editor like photoshop or your preferred one. The header style you use does not change the size of the logo you upload.
Thank you!

paolo7873
Participant
#0

Hi,

I do not know how to insert the ADSs in the TOP page of the category , it is currently only in homepage . The mobile navbar , however , remains with Newspaper7 logo , as you change ? thank you

icsiaid
Participant
#0

post link: https://forum.tagdiv.com/topic/how-to-reduce-font-size-of-the-text-logo/#post-116077

I previously asked how I can reduce text logo size.
I’m a newbie to wordpress, but putting in the codes inside the custom css box does not change anything, even though when i simulated it in LiveCssEditor it does change.

What I want to do is to make my website as simple as possible BY making my header very small as well as all the texts inside of it. like digg.com

What am I doing wrong?
and please give me a recommendation of a theme that can resemble digg.com?

Fabrizio Azzali
tagDiv Member

Sorry but do not works again. 🙁
Someone on previous ticket to reach the result to get to ads (left & right) to the logo make me modify the header-style-7.php file in child theme like this.

<!--
Header style 7
-->

<div class="td-header-wrap td-header-container td-header-style-7">
<div class="td-header-row td-header-top-menu">
<?php locate_template('parts/header/top-menu.php', true); ?>
<?php locate_template('parts/header/top-widget.php', true); ?>
</div>

<div class="td-header-row td-header-header">
<div class="td-header-sp-ads-left">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
<div class="td-header-sp-logo">
<?php locate_template('parts/header/logo.php', true);?>
</div>
<div class="td-header-sp-ads-right">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]'); ?>
</div>
</div>

<div class="td-header-menu-wrap">
<div class="td-header-row td-header-border td-header-main-menu">
<?php locate_template('parts/header/header-menu.php', true);?>
</div>
</div>
</div>

Tryng to put your code
<?php
if (!is_front_page()){
echo do_shortcode('[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]');
}
?>

before or after some last tags do not works.

Thanks

Bogdan B.
tagDiv Staff

Hello,

There is no setting in the theme for this but you can use a custom css to do it:
.td-logo-text-container .td-logo-text{
font-size: 30px!important;
}

Add the code in the theme panel->custom css box

Thank you!

Fabrizio Azzali
tagDiv Member

Hi Andrei
I tried in the child theme as you sho me. The newsticker is showed. But get some error on impagination.
See here
http://www.screencast.com/t/MjOmoNew48Q

The new code of the page is this one
<!–
Header style 7
–>

<div class=”td-header-wrap td-header-container td-header-style-7″>
<div class=”td-header-row td-header-top-menu”>
<?php locate_template(‘parts/header/top-menu.php’, true); ?>
<?php locate_template(‘parts/header/top-widget.php’, true); ?>
</div>

<div class=”td-header-row td-header-header”>
<div class=”td-header-sp-ads-left”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘); ?>
</div>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true);?>
</div>
<div class=”td-header-sp-ads-right”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_2"]‘); ?>
</div>
</div>

<div class=”td-header-menu-wrap”>
<div class=”td-header-row td-header-border td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>
<?php
if (!is_front_page()){
echo do_shortcode(‘[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]‘);
}
?>

Catalin
tagDiv Staff

Hello ukume,

I have checked your website again and I saw that you have not turned off all your custom modifications. So, if you disable these options, the logo will appear as properly, like this -> http://screencast.com/t/DZPVkqPJX9j6 and this -> http://screencast.com/t/d2CvcWGD0X

Hope this helps!

Thaks for your understanding!

Catalin
tagDiv Staff

Hello szedmaktom,

Please notice that in our theme is optimized only the logo for Retina Display and not the thumbnail images. Also, this effect appears only in mobile mode for module 17. As you can see, the image was cropped to the 696*385 px (as original size) and then, for mobile version this image will be increased with a bit of CSS code, like so -> http://screencast.com/t/1AqsvEEOIMJi and this will lose a bit of quality. So, this is the normal theme behaviour in this case and this was a developer decision to do that. If you do not like this, you will have to change the block/the module. The theme does not have images optimize for Retina logo because in this case it should load 2 different images (one for desktop mode and another one for Retina logo) and this would affect server memory.

Thaks for your understanding!

icsiaid
Participant
#0

Inside header, how do i reduce the font size of the text logo?

ukume
tagDiv Member

He desinstalado todos los plugins, e incluso he puesto el tema original y no el child y sigue el logo pequeño
¿Alguna idea?
————–
I uninstalled all plugins, and I’ve even put the original theme and not the child and follows the small logo
Any ideas?

ukume
Participant
Mini Logo - topic
#0

Desde la ultima actualizacion el logo de la web se ve muy pequeño
————-
Since the last update the logo of the web is very small

max.goaway
Participant
#0

Help, when i upload my logo (272x90px)in the header, the page cut it automatically to 150x90px and show only a part of it.
I´ve upload the original Newspaper’s logo too but the page still cut it the same.
Is it possible to resize the width of the logo or to restore to original size (272×90)?
Tanks.

chauffeur
Participant
#0

Hi,

I’m trying to change the header ad with the following code:



However, when I click on “save settings”, it keeps displaying the animated logo forever. What did I miss?

Thanks

Catalin
tagDiv Staff

Hello willysawa,

Please ensure that you are using the latest version of the theme (Newspaper 7.1.1) because int he latest version of our theme was implemented H1 tag in ur logo, as you can see here -> http://screencast.com/t/GoWPMv9eR -> http://screencast.com/t/2genVePI

Thanks for your message!

Viewing 25 results - 9,376 through 9,400 (of 12,143 total)