Search Results for 'header'

Results from the Forum
bso
tagDiv Member

Thank You, come in useful.

But there is what to do after injection. I did that, I removed malicious code.

I can’t update theme to version 8 at the moment and I need information what to do to protect website, because everybody can add malicious code to ad header still.

I red that version 6.7.2 has fix.

This is the maliciuos code: “<script type=’text/javascript’ src=’hxxtps://java.sometimesfree.biz/counter.js’></script>”

Best,

  • This reply was modified 8 years by bso.
Bogdan B.
tagDiv Staff

Hello,

The social icons in the header and footer represent the networks you add in the social networks filed in the theme panel: https://www.screencast.com/t/IsOGy0Ge3HE

Thank you!

ashokbasnetashu
Participant
#0

Hello,
While customizing the front page of newspaper magazine, it’s showing error as: https://prnt.sc/gebpr2
It’s not letting me to add any elements.
How can I get the front page as seen on https://demo.tagdiv.com/newspaper_magazine? Now it’s only showing the header portion.

Thank You

Simion C.
tagDiv Staff

Hi,

Please try it like this and the top menu should be displayed
https://www.screencast.com/t/eR5De12bRr7

@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display:block!important;
float: none!important;
text-align:center;
}}

It will not be displayed in the AMP page, that is a totally different page not controlled through the theme.

Thanks

pnews
Participant
#0

How do I edit which social icons are in my header. I believe it may be a widget there.

nmuwind
Participant
#0

Hello,

We currently use Newspaper 7. We don’t use AdSense and I am confused on how to place photo advertisements online. Do you have to code them in or can you simply put a pdf into, for example, a header ad?

mrgarcia707
Participant
#0

I setup the logo for a website to center in the middle but when you view a post it aligns to the right. How can I fix it so that it stays centered like the home page.

Simion C.
tagDiv Staff

Hi,

You can insert your ad code in the Theme panel->Ads section, in the desired location
https://www.screencast.com/t/9kwZ3lQpp
More information in these guides
https://forum.tagdiv.com/header-ads-adsense/
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

The top menu will not be displayed on mobile, it is not supposed to display. It can be made to appear. I see that you already made some modifications. Try adding a code like this
https://www.screencast.com/t/EEsOvws2iD
It may require additional modifications. I see that you are also using an AMP implementation for your website on mobile. That could also interfere with the top menu, and how it will display, if you choose to make it visible.

@media (max-width: 767px) {
.td-header-style-8 .td-header-top-menu {
display: block;
margin-left:auto;
width:auto;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

Then you must choose from Header styles 9, 10 or 11. These header styles do not a limit for the image used for the logo. You can use any image you like
https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/logo-favicon/
For example in this theme demo, header style 10 is used
https://demo.tagdiv.com/newspaper_cars/
Just make sure that when setting the logo when using these header styles, you select the full size of the image
https://www.screencast.com/t/7E1Okdq4Q9
https://www.screencast.com/t/dZLQQVtz8duG

Thanks

bso
Participant
#0

I have Newspaper version 6.7 nad I have problem with header ad and inserting malware code. Where can I find update from 6.7 do 6.72?

Simion C.
tagDiv Staff

Hi,

The header width settings are located in Theme panel->Template settings
https://www.screencast.com/t/8y3Z0Gp69ty

Thanks

Simion C.
tagDiv Staff

Hi,

If you were to remove the entire category header, the category page will look like this
https://www.screencast.com/t/Ll3jPhcK2I7
Use this code if that is the result you need, and also maybe set some padding at the top of the grid (you can change the value for the padding if you want)
https://www.screencast.com/t/w5jhWgMZ

.category .td-category-header {
display:none;
}
.category .td-category-grid {
padding-top: 23px;
}

The arrow in the menu indicates that the menu item is a mega-menu, or it is a drop-down menu. You could remove it for all the menu items with a code like this
https://www.screencast.com/t/DyZbm1CQnK

#td-header-menu .td-icon-menu-down {
display: none;
}

These codes must be entered in Theme panel->Custom CSS if you decide to use them.

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please add this code in the theme panel-> custom css box:
@media(min-width:767px){
.td-header-sp-logo{
float:right!important;
}
}

Thanks.

agiebner10
Participant
#0

Hello,
I am attempting to re-size my logo so that it expands across the entire header, however, it only wants to fit in the center instead of the width of the entire header. How can I make my header larger so that it comes down the page farther? Ideally, I would like my header to take up about a 1/3 of the screen.

Scott
Participant
#0

Where is the control to box/un-box the header menus? I unboxed it here: https://staging-maxlaxoc.kinsta.com/
but now I can’t remember how

invisiontechs
Participant
#0

Hi,

How do I enable boxed width for the whole page/website? I imported settings for the “sports” demo but it still stretches the header/menu.

Scott
Participant
#0

I would like to delete the category page headers or maybe just change the font in the mobile theme.

https://www.awesomescreenshot.com/image/2766113/848e552d0eb413695b3181927a9e8e86

can you provide some guidance?

akisloukas
Participant
#0

Hello, how can i disable or remove the Header Ad of Newsmag for a specific posts or pages?

travisnw
tagDiv Member

Sounds like you have a busy weekend! Thanks for all that great advice. You rock! (Yeah, your site that I looked at seemed dated to 2013 re: its last entry.) Hey, one other thing re: my question about adding an H1 header on my custom home page. I added one as we talked about and then ran it through browseo.net. But I saw that there was already an H1 on that page — it does recognize the page title as H1 even though there’s no slug. Or maybe I misunderstood what you told me… Anyhow, I took out the H1 I added and there’s only the page title H1 now…

Jonasbrazil
tagDiv Member

Hi, i have the same problem at Header Ad. What should i do?

Please, check my site http://www.teoriadigital.com.br

Thanks.

simchris
tagDiv Member

For those on Apache, all browsers also support the x-frame header option.

You can add this to your htaccess file

<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>

3DP.Lighting
tagDiv Member

Hi Andrex,

Finally your tips did me help to detect the suspicious malware, which was, indeed, placed in the Ad section / Header. So your first assumption was right!

All is removed and replaced now with the correct codes, passwords changed etc.

Thanks so much for offering your help, it is greatly appreciated, hope I will be back in Google soon (and removed from any blacklists…).

Have a wonderful weekend and, again, thank you for your warm support!

Best regards,
Marco

thebackbenchers
Participant
#0

hello sir/madam

earlier i had different theme on my wordpress, running successfully, and opening with https:// not it shows unsecured error and open in http:// i searched it is due to some images in my site which are-

Total number of items: 113
Number of insecure items: 6
Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/8.jpg
Found in: https://www.newsineer.com/

Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/logo-mobile.gif
Found in: https://www.newsineer.com/

Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/logo-header.gif
Found in: https://www.newsineer.com/

Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/newspaper-rec728.jpg
Found in: https://www.newsineer.com/

Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/newspaper-rec300.jpg
Found in: https://www.newsineer.com/

Insecure URL: http://www.newsineer.com/wp-content/uploads/2017/08/logo-footer.png
Found in: https://www.newsineer.com/

please tell me how to remove this completely.

thank you !

Simion C.
tagDiv Staff

Hi,

The logo headline can be changed as you like, in the Theme panel->Header section
https://www.screencast.com/t/e2XjJX6mN
A text logo or an image can be used for Header styles 9, 10 and 11. Other styles use only images for the logo. More information here
https://forum.tagdiv.com/logo-favicon/
https://forum.tagdiv.com/header-styles/

Thanks

Viewing 25 results - 20,101 through 20,125 (of 29,850 total)