Search Results for 'header'

Results from the Forum
Matija
tagDiv Member

I now have this: https://postimg.cc/3yr73zdV

this is all my custom css:

.td-header-style-4 #td-header-menu ul.sf-menu > .td-menu-item > a {
word-break: break-word;
max-width: 142px;
min-height: 78px;
line-height: 20px;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;
/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}
.td-header-style-4 #td-header-menu .td-icon-menu-down {
display: none;
}

.td-header-style-4 #td-header-menu {
margin: 0px auto;
display: table;
}

header style is 4…

nicfraternity
Participant
#0

I have installed this demo to start a site and love it. However, I can’t find where to alter the “DONATE” button that appears in the top right of the header.
https://demo.tagdiv.com/newspaper_nature/

I have looked everywhere I can think of. Using developer tools in Chrome, I see the coding but don’t know where it is and need to change the color and link. Help?

Calin
tagDiv Staff

Hi Matija,

In order to center align the main menu please add this custom css to above css
.td-header-style-3 #td-header-menu {
margin: 0px auto;
display: table;
}

See results: https://www.screencast.com/t/R7xYO4GKmzA

Thanks.

  • This reply was modified 7 years by Calin.
0754ben84
Participant
#0

Hey guys,

So I’m using the smart list feature on some of my blog posts.

I generally apply the feature to the h3 tag as my lists usually fall under a h2 heading.

But how can I apply the smart list numbers to just the list section of my article and not to every h3 tag on the page?

Thanks

Ben

Catalin
tagDiv Staff

Hello kytmagic,

You should change the Heaed3er Style to another one which displays the logo in full width, like Header Style 10, as an example.

Thanks for your understanding!

Edward
tagDiv Member

Try to remove the lines 17 & 18

<?php /* scroll to top */?>
<div class="td-scroll-up"><i class="td-icon-menu-up"></i></div>

in file

header.php

of the theme.

rodrigosicone
Participant
#0

Hi,

How do I add click tracking on the header banner ad?

My goal is to measure how many people clicked on a header banner that I created for my website. When someone click on the header banner they will be diverted to a different website that I have no control of.

Thanks
Rodrigo

kytmagic
Participant
#0

Hey guys,

I am trying to keep my logo here at the recommended: 272 x 90px but it makes the text on the logo look a bit small. Are there any suggestions? Is it bad if I go beyond the recommended size?

http://backup.facetofacegames.com

Much thanks!

pbc
tagDiv Member

Hi, Simion.
In the guide you mentioned, they suggest to post this code:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>

into header.php file, in child theme. I’ve added it, and nothing shown. What file do I need to post this into?

Thanks

IFP News
tagDiv Member

Hello
Please let me know how can I have different size of AMP logo with the mobile version and the main logo sizes for the theme?
It is different and it should be 600*60 for the AMP logo and it is not suitable for mobile and desktop footer or header logos.

Simion C.
tagDiv Staff

What header style are you using? Is there a background color set for the main menu in the theme panel colors section? If there is a color set there the menu will not be transparent (I could give you a CSS code if that is the case).

I tried it with header style 5 in this example – http://prntscr.com/lelgtb

Let me know.

McDohl
tagDiv Member

Yes, it is happen right after I make another change on theme panel and save it, yesterday, I remove my adsense code on header in theme panel and save it. then I refresh the page by clicking theme panel again, and check 404 page revert back to default template.

Catalin
tagDiv Staff

Hello DJJones,

This issue happens in particular cases and is tied to a specific server and PHP configuration. There are a few steps in solving this issue, however.
1. Check file permissions: http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
2. change PHP version on your host and check security modules.
3. comment out the check for the error from the WordPress code:
https://scotty-t.com/2011/03/28/fix-for-the-plugin-does-not-have-a-valid-header/
4. Install the plugins via FTP: http://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/

Hope this helps.

Thank you!

Simion C.
tagDiv Staff

Hi,

Either manually enter the verification code in the theme main header file, between the HTML head tags (can be done in a child theme)
https://www.screencast.com/t/halA2xBG

Or easier, simply enter the code in this section – https://www.screencast.com/t/rMkLP4yW
It will be loaded in the theme header if entered there. The code will also not be lost after a theme update.

Or maybe use a plugin that can insert or load code in the header. But this would not be necessary if there is a theme panel section that can do that.

Thanks

Catalin
tagDiv Staff

Hello liveitupdoral,

Unfortunately, please notice that the header section is unique for the whole website. Notice that the WPML will create a new page for your translated version with the same header. IF you want to add some new ads inside them you need to directly add to a page.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You could use the menu overlay page template, that will make the header transparent and the content will start from the top
https://www.screencast.com/t/IR0QX1brxuG
It would be similar to this theme demo – https://demo.tagdiv.com/newspaper_living_mag/
But in your case the revolution slider will be at the top of the page.

Thanks

Calin
tagDiv Staff

Hi,

Yes, this is possible; if you don’t use the mobile theme all you need to do is to disable the ads on which device you don’t want to be showing, please read Header ads -> https://forum.tagdiv.com/header-ads-adsense/
If you are using mobile theme please check the ads from mobile theme, please read more about it here-> https://forum.tagdiv.com/the-mobile-theme/
Hope this will help you.

Thanks.

PhotoWorkout
Participant
#0

I’m using these codes on the banner ads:

<div class="td-visible-desktop">
</div>

and


<div class="td-visible-phone">
</div>

I have disabled the view for tablet view (both horizontal and landscape).

However the first second of loading (on desktop or mobile), still both banners will show for a second and only then will the one not applicable disappear and the site will align.

Can this be done in a more efficient way? Without displaying two banners then hiding one?

See screenshot: https://www.screencast.com/t/p2TYluQvkE

pdaveyt
Participant
#0

Hello,

I just want the Text Logo from Theme Panel –> Header to show up, and not Text Logo Tagline. If I leave Text Logo Tagline blank, the theme adds “DISCOVER THE ART OF PUBLISHING” as the tagline. I’m curious how to get rid of this by hiding it, etc.

Thanks!

Patrick

DJJones
Participant
#0

New install of WordPress, just purchased Newspaper which seemed to install fine. Then came the plugins and this happens.

Installing Plugin: tagDiv Composer

The plugin does not have a valid header.

Downloading installation package from https://www.domainname.com /wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5bddf7b6669a1…

Download failed. cURL error 6: Couldn’t resolve host ‘www.domainname.com%0D%0A’

Return to tagDiv plugins panel

nicomaramckay
Participant
#0

Hi, I’m using AdSanity and neither the shortcode nor the template code seem to work with Newspaper.

I have tried both options suggested here:
https://adsanityplugin.com/help/guide/placing-ads-on-pages/ and here:
https://adsanityplugin.com/help/guide/placing-ads-on-pages/template-tags/

But neither work. I’ve also tried placing it in the div tag suggested for Newspaper, with no results.

<div class="td-all-devices">
<?php
adsanity_show_ad_group(
array(
'group_ids' => array(30076), // an array of valid group ids (you can get these from the main list of ad groups
'num_ads' => 1, // number of ads to show total
'num_columns' => 1 // number of ads to show per row
)
);
?>
</div>

Suggestions? I’ve got a paying client, and I need to get this shorted ASAP. Thanks!

McDohl
tagDiv Member

Just paste the adsense code on theme panel>ads>header

Hope this help man.

vineetaggar
Participant
#0

Hi,

I submitted the application for adsense. On submitting they presented the page having the code which they are asking me to paste between <head> and </head> tags on the homepage of website. The screenshot of their instructions is here. http://www.screencast.com/t/cX6nqknOOZo
This is what they are instructing
//
Connecting your WordPress site
If you’re new to AdSense, one of your first tasks is to connect your site to AdSense. This requires you to copy the code on your AdSense homepage and paste it into the HTML of your page, between the <head> and </head> tags. To do this in WordPress, you can either:
Use a plugin to insert the code. You can use one of the plugins that lets you make changes to the “header” of your site
Or, place the code through your WordPress theme settings. We recommend not editing theme files directly. If the theme you edit is updated, your changes will be overwritten.
Your existing plugin or theme may have a feature for inserting the code. Here’s some additional resources from partners that you may be already using:
Genesis themes (see documentation)
Insert Headers and Footers plugin (see documentation)
Advanced Ads plugin (see documentation)
Ad Inserter plugin (see documentation)
Be aware that not all themes and plugins allow you to insert code into your site’s header. Note that Google is not responsible for malicious third-party themes or plugins.
//

Is there any option in newspaper theme that I can paste the code between <head> and </head> tags so that I can complete the adsense application process?

Thanks
Vineet

liveitupdoral
Participant
#0

I am using WPML to make the multilanguage newspaper website (english / spanish) but I want to place a different Ad for each language. I can not find a way to do it.

If you know the “Header Banner code” to use, please share it as soon as possible.

Thanks in advance.

ruslangr
Participant
#0

Hi, is anyway possible to remove Google ad in mobile header section and where is this option located in admin? thanks!

Viewing 25 results - 16,576 through 16,600 (of 29,850 total)