Ask About Meta Tag

Posted in: Newspaper
Post count: 25

Hi, when i open my site with mozilla browser, at mozilla, i click Menu Tools, and Page Info, why i see there is many generator text for example : Useer Comments:0, Admin Websit, etc, how to remove or hide this ?

look at my screen shot http://postimg.org/image/m6mcjci4l/

thank you

Regards

Post count: 25

and how about logo for mobile, i had insert logo with dimension 275×58 px, but when i see in mobile device the logo is too small,thank you

Post count: 1291

Hi,

Please provide the url so i can take a look.

Thank you, Emil G.

Post count: 25

Hi Emil my site is http://www.tokowebinstan.com/bpkkd

thank you

Post count: 6600

Hi,

The logo issue you have is because you use a large logo img and which on mobile screens id set to a 180px width and behaves as in your case.
You can adjust it and make it look better via css, like this: http://screencast.com/t/vrjChmttUD67
You also need to remove or change the header color, use the css below and set the color as you like. It will have to be different form blue because the logo is also blue and different from white because the menu icon and search icon are also white.
You can also set the menu color to black from theme panel: http://screencast.com/t/nUvQUIFd

@media (max-width: 767px) {
.td-boxed-layout .td-menu-placeholder .td-menu-background .td-menu-wrap {
background: red !important;
}
.header-style-3 .td-logo img {
width: 380px !important;
top: -1px !important;
}
}
@media (max-width: 500px) {
.header-style-3 .td-logo img {
width: 300px !important;
top: 5px !important;
}
#td-top-search {
right: -40px !important;
top: -57px !important;
}
}
@media (max-width: 400px) {
.header-style-3 .td-logo img {
width: 250px !important;
top: 8px !important;
}
}

The itemprop="interactionCount" meta tags are added and used for the comments counter from modules: http://screencast.com/t/MgwNRmvLQLzi
To remove it please comment this line: http://screencast.com/t/3iTGxtlTs

Thanks

Post count: 25

Hi i have change but in Page Info i can still see many information, how can i hide :

1. Generator : WordPress 4.1
2. http://tokowebinstan.com/bpkkd
3. http://tokowebinstan.com/bpkkd/wp-content/uploads/2015/01/sikat1.png
4. http://tokowebinstan.com/bpkkd/wp-content/uploads/2015/01/antikorupsi.jpg
5. twitter:site @jetpack
6. twitter:image http://tokowebinstan.com/bpkkd/wp-content/uploads/2015/01/sikat1.png?w=240
7.twitter:card summary

Admin Website
Admin Website

thank you for your help 🙂

Regards

Post count: 25

i am sorry i forgot to put the screenshot, this is the screen shot of MEta tag http://postimg.org/image/6zo01sfhf/

Thanks

Post count: 6600

Hi,

Usually meta tags added to the page are there to present info about it which is used by search engines like Google and it’s not recommended to remove them.
Some of those info come from WordPress or other plugins and are not generated by the theme: http://screencast.com/t/xBlePr417
Here are some info regarding this: http://moz.com/learn/seo/meta-description
If you still want to remove them I suggest you do a search online and find ways to remove them as I have never attempted to do this and I don’t recommend it also.

Thanks

Post count: 25

i have solved to remove wordpress meta, you willnot tell me how to change this text too:

6. twitter:image http://tokowebinstan.com/bpkkd/wp-content/uploads/2015/01/sikat1.png?w=240
7.twitter:card summary

and text below it : Admin Website?

you dont support me how to hide this text too?is it true? thank you?

Post count: 9544

You can remove the WordPress meta data using a plugin, or you need to add code to the functions.php to hide things like version numbers, etc.

This has nothing to do with the theme but with WordPress. JetPack is a plugin created by the WordPress folks and not made by the theme developers.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.