Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

I check your website and the logo is showing -> https://www.screencast.com/t/neosbZhA -> https://www.screencast.com/t/kpFwse2m+
Please make sure that you clear all cache.

Than you!

Bogdan B.
tagDiv Staff

Hello,

The PSD for the theme logos is already provided in the main theme package you can download from envato at any time. https://www.screencast.com/t/55jdZ2YUhkPh
make sure you download the full theme package not just the installable zip.

Thank you!

Anonymous
tagDiv Member

Also, there is a second logo in the footer and I am not sure why it is there and how to remove it.

lifecoderx
Participant
Header ad - topic
#0

Is there a way to make an image ad in the header right justified and much more narrow so it will not disappear on a tablet or smart phone? If not what WordPress PHP file would I need to change?

In Sahifa and Jannah themes also found on Theme Forest they have exactly the same header design as NewsMag except that the ad on the right changes position when there is no longer enough room for it and slips under the logo on the left side. So that way it is visible on a smart phone. I suggest that you consider that for your next upgrade.

BYS
Participant
#0

I am making special site for books only, but it is difficult to make nice design because there are not a block suitable for purpose.
I use block 24, but it don’t quite do the job.
Is it possible to make just one block for widget like block 24, where there are excerpt also, but in a format like perhaps 260×400 – some compromise, as books mostly are in a shape like this.
http://dialogos.academy/Literature/vivekananda-his-call-to-the-nation/

Great theme though – love it – amazing work!

Sincearly, Regards Tommy

0754ben84
Participant
#0

Hi Guys,

I’ve Uploaded logos for main menu and mobile menu but neither are showing and I can’t figure out why not.

Here’s my webpage: https://blufusion.net/linplas/

Can you help?

Thanks

ML
Participant
#0

Hello,

I have a classic problem I can’t fix : 2x h1 in homepage page.

My homepage is a customized page but even with a title tag the logo still has 2 h1. That’s like this on all the websites…

I checked the other forum posts and followed the guidelines, meaning adding a h1 title in my customized page.
But still the h1 remains in the logo.

URL of the website : https://www.clim-reversible.fr/

Thanks for your help.

biennd
Participant
#0

Hi,

Could you please give me the download link for the psd of the logo news9paper?

Thank you!

Calin
tagDiv Staff

Hi,

First you’ll need to set a mobile logo in Newspaper>Theme panel>Headers>Logo for mobile
-> https://www.screencast.com/t/ng7ndiJpek
-> https://www.screencast.com/t/H8RToieCnd
After that you’ll need to set a custom css in amp files
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}

The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
the path is wp-content>plugins>td-amp>templates>styles.php
results-> https://www.screencast.com/t/ypZ7UyOkP

Thank you for your understanding!

dmxsta
tagDiv Member

Hello Calin,

The URL of my website is: https://gadgetgang.com/

We would just like the logo to be centered in the header.

Thank you very much for the help!

Regards,
Dan

isahtg
tagDiv Member

Hi Simion,

I´ve already tried several browsers and it didn´t appear in any of them.
Regarding the cache, I just deleted it a few days ago and still no logo on my laptop.
There must be an other issue, thanks for your help.

Best wishes,
Luisa

Catalin
tagDiv Staff

Hi,

1)This is talking about the logo for mobile devices which can be changed from here -> https://www.screencast.com/t/h7bfLhsQ
2)Provide the link with your “My Story” block so I can identify it closer because I do not find that block.

Thanks.

isahtg
Participant
#0

Dear TagDiv team,

unfortunately I am not able to see my logo on my laptop.
I´ve tried different laptops and mobile devices and it appears on every device but not on mine.
It would be great if you could help me out regarding this issue.

Thank you very much and best wishes,
Luisa

Catalin
tagDiv Staff

Hi,

Yes, it’s possible to have two different logos for those sections sticky/normal as you can see here -> https://www.screencast.com/t/NHB1KTdjVMh

Thanks for your understanding!

lkicknosway
tagDiv Member

Sorry, still couldn’t figure out how to customize the sticky menu and make it display my text logo and not the default template’s logo. I ended up going back to the 9.2.2 version because I came across several other bugs with 9.5.

damedia
tagDiv Member

My request was of another kind. I know that if you set the bottom of the menu in white or black you can see well. I wanted to know if the menu has the same color of the logo can I load another white logo for the sticky function?

Catalin
tagDiv Staff

Hi,

You have to change the logo color with another one -> https://www.screencast.com/t/Pzz6xUjq7 or also, you need to change the banner color to be different than your logo color.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Maybe you are using one of header styles 9, 10 or 11, these can display a text logo
http://prntscr.com/mn6dtl
So if there is no image logo, the text logo will show.

The font settings for the text logo are here – http://prntscr.com/mn6ta6

Thanks

Catalin
tagDiv Staff

Hi,

Try to use the Header builder to customize your header/logo section as you wish. Please check our documentation from here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/

Thanks.

damedia
Participant
#0

I would like to use the logo with 2 different colors. I use style 1 but in stiky mode the logo has the same color as the menu bar. I would like to use a second logo for sticky mode (logo in white color) . It’s possible?

https://www.dropbox.com/s/dxmxbwx5pwhgqy1/Schermata%202019-02-19%20alle%2011.40.45.png?dl=0

https://www.dropbox.com/s/dfan8rws5nwn4oi/Schermata%202019-02-19%20alle%2011.40.33.png?dl=0

Rakesh_121
Participant
#0

after remove the header logo ( image ), there was a text comes out and this is my website name.

but this is too big, i want to change the size of the text please help.

image here :- https://www.screencast.com/t/Yjydk63bI

geraldinetay27
Participant
#0

Hi, how do I make the size of the logo in the menu bigger?

Simion C.
tagDiv Staff

Try to override that max-height, this would be needed in order to display a bigger logo.
Enter this code in the custom CSS section of the theme panel

.td-header-style-8 .td-header-sp-logo img {
max-height: none!important;
}

Then the logo image will not have a max-height. Or instead of none, use a different. bigger max height value.

Simion C.
tagDiv Staff

Hi,

I could give you a code to increase the height of the logo, and make it display in the full size in which it is uploaded – http://prntscr.com/mmksv8

.td-header-style-3 .td-header-sp-logo img {
max-height: 120px;
}

The code can be entered in Theme panel custom code, CSS section.

Thanks

Calin
tagDiv Staff

Hi,

Hi that part is transparent, here is an example -> https://www.screencast.com/t/EvsAeRdIPxc , all you need to do is to customize all elements from your header ( menu, logo … )
-> https://www.screencast.com/t/WH4TmgWbC

Thank you for your understanding!

Viewing 25 results - 6,051 through 6,075 (of 12,143 total)