Search Results for 'logo'

Results from the Forum
Simion C.
tagDiv Staff

That happens because the image is included in a link, the link occupies the whole space
https://www.screencast.com/t/cyG4gKAzC2em
I could give you a code to make the link as wide as the actual image

.td-header-style-10 .td-logo-wrap-full a {
width: auto;
}

Enter it in Theme panel->Custom CSS code.

Catalin
tagDiv Staff

Hello,

There is an option for it in the Theme panel if you want to change the color for your logo. Please check here -> https://www.screencast.com/t/IXzb4iSGidiA

Thanks for your understanding!

Rosquill
Participant
#0

Hi,

In the smartphone we would like to show a header format similar to the one that appears on the PC. We would like that in the smartphone appears the topbar in black and the header with the red background and the logo

https://www.dropbox.com/s/gsn7rsxroa22nw8/Captura.JPG?dl=0

Can you help me please?
Regards.

badnursie
tagDiv Member

Still unable to make the area behind my logo NOT clickable. Only the logo itself should be clickable. Currently the clickable area spans the entire width of the page, while my logo is only 500px wide. Am I making sense? There must be something simple I’m missing, I hope. Here’s the site: site. Please don’t include my site url in a reply, because I’ll be editing it out of this post later. Thanks!

Simion C.
tagDiv Staff

Hi,

Indeed, there are header styles that display the logo centered
https://forum.tagdiv.com/header-styles/
Header styles 9,10 and 11 would be like that, these also have no limit for the logo image size used
https://forum.tagdiv.com/logo-favicon/
Let us know if you have further questions, we will try to help as best we can.

Thanks

kame
tagDiv Member

Hi! Thanks for the answer. And do you know what can I do if I want to change the logo for another when the mouse is on it?

Thanks,
🙂

Simion C.
tagDiv Staff

Hi,

All the header styles are predefined in terms of layout, so any modifications will most likely require custom code.

1. Header style 1 logo is already on the left side, while the header ad is on the right. It would be difficult to position the logo right in any way different while also maintaining responsiveness, the containers and design is predefined
https://www.screencast.com/t/gWKG8xzPc

2. The only header styles that do not have a limit for the logo size, are header styles 9, 10 and 11, please see this guide
https://forum.tagdiv.com/logo-favicon/
The rest have required sizes for best results.

3. You could remove that space with a code like this
https://www.screencast.com/t/4f2ap7eH
Custom CSS code can be entered in Theme panel->Custom code section
https://pastebin.com/bq644WU3
It should not cause any issues if you use this code.

4. Try removing the news ticker and place it again on the page, there should not be such a big space around it. It should look like this
https://demo.tagdiv.com/newspaper_tech/

5. You can set colors for the header main menu as you wish (background color, text color, hover color etc) in the theme panel
https://www.screencast.com/t/NJz90WaXAT

6. That is the latest articles section, you can choose a different module
https://www.screencast.com/t/7enpgmqjs0

Thank you!

Simion C.
tagDiv Staff

From what I can see the mobile logo you set is displayed on mobile
https://www.screencast.com/t/HdcMrJEF
This one to be more exact
https://www.martialartsentertainment.com/wp-content/uploads/2018/03/mae-header2-140×48-1.png
Try with a different phone or browser. It could be caching on the mobile browser.

Simion C.
tagDiv Staff

Hi,

I have inspected the website you provided, but I don’t exactly know what to test. There is no logo set on the website, the default WordPress blog page is set containing only the default post
https://www.screencast.com/t/fzBtJhcM
If you could provide some more details about what we should look for it would be very helpful.

Thanks

stratoslagoudakis
tagDiv Member

Thank you. Problem Solved. I installed via FTP Tagdiv multi, Composer an social counter and everything works fine on my end! Now i have another problem. In social Counter Instagram Followers are wrong(909 counted and i have 940+). https://logotypos.gr. any thoughts?

Catalin
tagDiv Staff

Hello neoandrej,

You should use a custom CSS code with a certain post ID if you want to make these changes only for a specific post page. As a hint, you should try using the following code and place it in Theme panel -> Custom CSS area.

The code is ->

.postid-1090 .td-main-logo img{
display:none;
}

The result is here -> https://www.screencast.com/t/w6awJvFBh

Thanks for your understanding!

Simion C.
tagDiv Staff

Most header styles have limits for the logo size, also the ad space is limited to the recommended Google Adsense sizes (728×90 for header)
https://forum.tagdiv.com/header-styles/
https://support.google.com/adsense/answer/17955?hl=en
If you use the recommended sizes there will be no problem, anything else will most likely require modifications.

Simion C.
tagDiv Staff

Hi,

From what I can see that is achieved by setting custom classes to the logo, then using a custom code
https://www.screencast.com/t/zZzdZmX88
Basically that is an image, there are many effects that can be set for images, some examples here
https://codepen.io/nxworld/pen/ZYNOBZ
You could try to make something similar if you want, for your website. Use the browser inspector tool to identify the theme elements and create custom code
http://www.talkchelsea.net/

Thanks

badnursie
tagDiv Member

Update: Got the logo how I want it. I was being dense about the size options, BUT the background surrounding my logo is still clickable, which is ewww. Will keep trying for now…

badnursie
Participant
#0

Need to know how to place logo image (size of my choosing, preferably) at the top center just like this site. Also would like to be certain that the background area to the left and right of the logo image is not clickable. Same as linked site. I was able to figure out that he is using Style 10 header, and I managed the black menu bar, but that’s it. I suck. Please and thank you!

sanotes
Participant
#0

Hello. My site is sanotes.ru and I use a “Tech News Demo” template. I have some questions about creating my own style of the header. Now I have established style 1.

1) I need a shift logo to the left side of the layout.
2) How to increase the logo height and width?
3) How do I remove space or reduce indentation between the top menu and the logo and bottom menu and logo?
4) How to remove the blog “In Trending now”, or to reduce the spacing between top menu and bottom block: Last Posts ?
5) How to invert the color of the bottom menu as it is implemented in Style 5,6 ?
6) How to increase the FEATURED IMAGE by height and width?

I duplicated everything I needed in the screenshot! https://www.dropbox.com/s/s9vqrsmnnuqwv87/screen1.jpg

martialwarrior
Participant
#0

Website: MartialArtsEntertainment.com

I have created mobile logos for small devices for my website, but the top mobile logo on the website is not being used on my Samsung Phone. Instead it is loading the regular website logo which can’t be seen. Please advise.

blukid
tagDiv Member

Thanks for the css… that worked perfectly!
Is there any way to use a large logo (as in my site) and use a Header Ad to the right of it?

https://cubanarts.xyz/

kame
Participant
#0

Hi!

I was checking the Showcase sites and I see this one.

http://www.talkchelsea.net/

Can you tell me how can I have a logo efect when the mouse is on it?

Thanks,

Catalin
tagDiv Staff

Hello great1212,

1)Your logo has black color and that’s why on mobile devices this is not visible because the very top banner is black. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: white !important
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color:black!important;
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: black !important;
}

The result is here -> https://www.screencast.com/t/RyyPOmOE

2)The footer uses the logo in full width and that’s why you bring different results. Try to change the footer template.

3)Please check the following the topic from here -> https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

You can upload an animated gif as well. The logo of newspaper 8 is an animated gif.

Thank you!

prashanth
Participant
#0

Hi,
I’ve just got installed SSL and moved to HTTPS. But I found that When I am on the Theme Panel, the padlock went missing. I checked the https://www.whynopadlock.com/ and found two issues with logo URLs pointing to HTTP. I removed that images and uploaded the correct one. Now the above said site doesn’t show any issues. But still When I’m on the NewsPaper theme panel the green pad lock is went missing.

My site URL: https://infoinspired.com

Please update me.

great1212
Participant
#0

Question 1: In mobile devices, the logo of the website PAKDEFENSE.COM
header merges in the dark background and barely visible. How could we
make it prominent in mobile devices without changing the header style
of the theme?

Question 2: The footer logo in mobile devices is too large than the
header logo. How could we make it somewhat smaller or look like the
header logo?

Question 2: The Instagram widget in the header is not showing any
images feed from the instagram account to the website of
PAKDEFENSE.COM. I’ve check all the parameters and there isn’t problem
there. What should I do to make the pictures visible in my website
header?

Nemanja1980
Participant
#0

Hello,

I see that the logo in the demo is animated (number 8 changes colours)

Meanwhile, I see only option to upload jpg or png

How do I add an animated logo then?

Thanks

hellonikoloz
Participant
#0

Hello,

I have installed Newspaper Theme demo , called “News Week”

However i was not able to change logo text color from Theme Panel>Theme Colors. The logo text color changes if i change header style, it does not work on style 10, but i want to use that header style which is also used in demo.

Viewing 25 results - 7,076 through 7,100 (of 12,143 total)