Search Results for 'header'

Results from the Forum
Irreverent Gent
Participant
#0

Hi Guys,

After I copied my GA code and pasted it into the appropriate box in the theme panel, it started displaying above the header of my site. See here for example:

http://www.irreverentgent.com/

How do I fix this?

Also, I’ve installed the code, but I don’t see any results in GA. How can I make sure it’s connected properly?

Thanks!

Andrei L.
tagDiv Member

Hi

First you need to register a new menu in theme’s code. This can be achieved by editing td_menu.php file like here: http://screencast.com/t/tgr3kM9WCL5 Then you’ll need a new template for your custom menu where will be generated its html structure. The file can be included in /parts/header for example: http://screencast.com/t/NChrbwmx2 Last step would be to call this file where you want to display the new menu. It can be called in header.php like here: http://screencast.com/t/mOD9rmKghttp://screencast.com/t/DpakexXBZ

This was just a basic example about how can be added a new menu but it can be customized in many different ways to achieve the desired result. Note that this is a very complex task which require many customizations in theme’s files and also good coding skills are involved in order to complete it. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Catalin
tagDiv Staff

Hello all,

If you want to display the top-bar menu on your mobile version, you have to use a bit of CSS code to dod that. Please try the code below and place it in Theme panel->Custom CSS area. Also, please notice that the mobile menu will remain with the same structure because this is the own design for the mobile version and cannot be changed to be displayed as on desktop version, because it is not a simple task and require more additional customizations that involve custom work.

The code is ->

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

Thank you for your understanding!

Andrei L.
tagDiv Member

Hi

Try this css: http://screencast.com/t/pgp6C8U5ll

.td-affix .td-header-sp-logo, .td-header-style-7{
height: 106px!important;
}
.td-affix .td-header-sp-logo img{
max-height: 106px!important;
}

The code provided by Bogdan works fine as can be seen in this screen: http://screencast.com/t/ImhgoWQx1bSO Try to clear all caches then test the code again.

Thanks!

chrisb3c
Participant
#0

I am using this header option but it is not replacing the newsmag logo with the one i uploaded.

jgreenwood
Participant
#0

Hello, I am looking to add an additional navigation menu that is similar to what can be seen on menshealth.com and popularmechanics.com … it is a little three-bar icon to the left of their header logo, and when clicked, a full menu appears in the left side of browser window.

http://www.menshealth.com/
http://www.popularmechanics.com/

It is almost like the kind of icon you see when a nav menu gets minimized on a mobile device. .. same style. But, in my case, I will make this ‘additional menu’ actually not appear on mobile. I just want that functionality as seen on those other modern sites. Any ideas on how best to implement this? Is there a built-in way to do this with the Newspaper theme? Or perhaps I will need to custom code. Open to suggestions, thanks!!

yube
Participant
#0

I just integrated WPML to my wordpress, the main problem i cant adding / Modifiying td-demo-header-menu
so my menu totaly blank.

How to solve this problem / can you check it to my web ?

Mayapur Voice
tagDiv Member

For me it’s different although I have enabled the top header https://gyazo.com/9d6b6668ebda8be8cf9bf39aabb4296b

Which version is this? I am still using 6.6.5

Bogdan B.
tagDiv Staff

Hi,

You can use this code:

@media (max-width:767px){
.td-header-sp-top-menu {
display: block!important;
}
.td-header-top-menu-full {
display: block!important;
}
.td-header-style-8 .td-header-top-menu{
display:block!important;
margin-left:auto;
width: 100%!important;
}
.top-bar-style-1{
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
}}

Add this code in the theme panel->custom css box. http://screencast.com/t/bzS1a7P5

Thank you!

efaq
tagDiv Member

Edit:

I wanted to replicate the homepage. But the background image is still not shown. Watch here: http://gefrierschrank24.net/testhomepage/

I followed this guide: https://forum.tagdiv.com/topic/how-to-stop-top-header-image-from-stretching/ (except copying the code, because it cannot be copied from a image”http://screencast.com/t/SUt9ItUc” )

But everything is the same. Also td travel code is set, as it should be. Why is the background image not shown? watch here: http://abload.de/img/unbenanntj3q9q.png

Thanks for helping 🙂

Bogdan B.
tagDiv Staff

Hello,

@Georoge
1) The header menu will make the logo fit the scrolling menu. Do you want to have the full size logo in the scrolling version of the menu?
2) you can use this css to remove the menu on a 404 page:
.error404 #menu-new-menu-1{
display:none!important;
}

3) This issue is caused by the plugin you use for the contact form. Please use contact form 7 as that is the tested plugin with our theme.


@Cybi

Please create your own topic when having support questions not related to the topic you post on. Your issue is very different. For some reason, your theme cannot find the index.php file. I think you are not installing the theme correctly or maybe the chilf theme. please follow this guide to properly install you theme: https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

freshmademedia
Participant
#0

Hello,

yesterday we bought Newspaper and installed the theme – problem: The plugins Visual Composer and Rev Slider can’t be installed – also Woo Commerce – we got error messages like:

Visual Composer
Das Plugin hat keinen validen Header.
Die Datei konnte nicht kopiert werden. js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css

Rev Slider
Verzeichnis konnte nicht angelegt werden. /homepages/16/d254593094/htdocs/clickandbuilds/Cadzand/wp-content/plugins/revslider/rs-plugin

We did the installing like in tutorial…other plugins can be installed…

Thanks for your support
Michael from Hamburg

Catalin
tagDiv Staff

Hello ealeksa,

If you want to have the same colour for your header style, you have to manage it only from your Theme panel, like this -> http://screencast.com/t/FG4O72N7ws2F

Thank you for the message!

Catalin
tagDiv Staff

Hello mystudent,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-recs {
margin-top: 18px;
}

The result -> http://screencast.com/t/p6FJFi2z8n

Thanks.

Andrei L.
tagDiv Member

Hi

To achieve that are required some customization in theme’s header style. Just replace the code from header-style-9.php with this one: :http://screencast.com/t/7nBefxoIkLAIhttp://pastebin.com/RnWiaDQZ The rezult should be like here: http://screencast.com/t/kRa9gwVjZcL

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme was designed to display same header for each page. To display a different header style for each category page you will need some customizations in theme’s core files.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

schindyguy
tagDiv Member

@thesend, thanks for the help! when you write

@schindyguy, I suggest you to
a) simply paste the code of DFP ad units in the ad section of the theme (header, sidebar, custom slots, etc.);
b) add the javascript of DFP in the header of the theme. You should change and customize this part of the code if you want to make ads responsive (see Catalin’s link for the complete tutorial).

For b) does your js include all the default ad width/dimensions based on tagdiv’s adsense integration? Check out http://screencast.com/t/yr3IO4SuW – lines 98+ of /includes/shortcodes/td_block_ad_box.php show the ad slot name along with the custom “responsive” dimensions that fit within the themes layouts

se900se
tagDiv Member

I have updated theme and visual composer, but not sure that problem is solved.
For some reason load time of site has increased as well.

Header images (previews of featured posts) almost never load.
Tried different browsers – same thing with everywhere, it’s just gives a grey screen.
Please see screenshot: http://imgur.com/j4mUq65

Cybi
tagDiv Member

Hello support

One issue after the other.. About two weeks ago, I posted on Forum regarding below message.
Broken Themes

The following themes are installed but incomplete.

Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. Delete

I was told to reinstall the theme which I did.. Today, that text showed up again?

What can I do? Thanks

saibos
tagDiv Member

I update .htaccess like this, but problem is still there.
Is there another solution?

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

ZacharyDash
Participant
#0

Hello Newspaper, I love the theme! One thing I am trying to accomplish is to have the same “Post Template (8)” as my homepage. I have tried:

1) Putting the Post Template Styling into a Page, however, could not figure out how to do this.

2) Making a post the front page. The problem is that when I assign my Front Page Display to “Latest Post”, the styling does not transfer.

Example of what I am trying to make the front page look like (mainly interested in the top image header styling): http://lyvesports.com/twhs/

Any ideas?

ealeksa
tagDiv Member

What I wnat is that the header of the page http://www.pedagog.rs/nastava-i-vaspitanje/ looks like the header of the post http://www.pedagog.rs/2016/01/20/novi-broj-csopisa-nastava-i-vaspitanje-4-2015/
How to do that?
Thank you in advance for your help

kim-3
Participant
#0

I made Header Logo.

It was 32 Bit, and 11KB:(

But the default Header Logo was just 3KB png file.

Could I ask how to make that..?

neoandrej
Participant
#0

Hello.

When some one click Next button in smart list is there a way to jump not to the top on next page but to the next slide header. http://myformat.club/yumor/20-sobak-spyat-gde-i-kogda-ugodno/4/

Example: http://mywebsite.com/article/2/#next

DaneOLeary
tagDiv Member

@andrei_luca, can you tell me what the dimensions a custom social icon would need to be? Is it 25x25px?

Also, would would you get a custom social icon to behave as the others do? In the top menu, the icons change color on hover and in the footer the icons get a colored square behind them on a hover. How would I get a custom icon to do that?

I just tried using a custom icon for Calendly and has some major issues. I finally got it to look okay in the top menu, but the hover effect never worked. I didn’t initially know the dimensions so I started off making 100x100px icons assuming the theme would resize them, which it did to an extent. But it seems less able to do so in the footer. Even when I started making the icons 25×25, the alignment was way off in the footer. Like I said, it looked right up with the social media icons in the header, but in the footer my custom icon would be like 8 or so px higher than the line on which the other icons sit. Not really sure what I’m doing wrong.

If it’s too difficult I’ll just go back to the FA icon for Calendly, but I’d like to figure out how to make this work for future reference.

Viewing 25 results - 24,301 through 24,325 (of 29,850 total)