Search Results for 'header'

Results from the Forum
dennis
tagDiv Member

Warning: Empty row packet body in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: mysqli_query(): (00000/0): in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: Error while sending QUERY packet. PID=8710 in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: Error while sending QUERY packet. PID=8710 in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: mysqli_query(): MySQL server has gone away in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: mysqli_query(): Error reading result set’s header in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Warning: Error while sending QUERY packet. PID=8710 in /home/kdennis/public_html/kenyannews.co.ke/wp-includes/wp-db.php on line 1877

Simion C.
tagDiv Staff

Hi,

There is no option to insert ads in the category pages or the other pages you mention. All the theme’s add capabilities can be found in the documentation
https://forum.tagdiv.com/header-ads-adsense/
This could only be achieved by using a plugin that can provide these options or by editing the theme files.
If you are using the mobile theme plugin, this comes with predefined layouts for the homepage, posts etc. You can use the mobile editor to insert content in pages, in order to be displayed when using the mobile theme
https://www.screencast.com/t/OcJtl6Kd141
The front page will display a grid containing featured posts, and a Latest articles section
https://forum.tagdiv.com/featured-posts-2/
Page editors cannot be used on mobile pages. Please note that this plugin is optional, you can choose not to activate it and then the same content from desktop will be displayed on mobile. The theme is fully responsive and will adapt for all devices with the best results.
More information about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Header style 2 uses a logo of 272×90, yes. Maybe you have uploaded a thumbnail of your logo though: https://www.screencast.com/t/xGSLqNmr

Thank you!

Simion C.
tagDiv Staff

Hi,

If you mean something like this
https://www.screencast.com/t/MImPUbnJ
You can do that with a code like the one below, just enter it in Theme panel->Custom CSS

.td-header-style-10 #td-header-menu {
float: right;
}

Thanks

Catalin
tagDiv Staff

Hello fredyyv,

Sorry for this, but please notice that your request is about implementing an untested plugin which is not covered by our support. Please notice that plugin has not been tested with our theme and also, we have no idea about their implementation in our theme, sorry! Above, I have explained you which is the role of this file (header.php) but it is possible that code <?php do_action( ‘body_open’ ); ?> do not have to be put in that section/file. Please consult the plugin documentation in order to achieve best results wit this and then, try to add that code where it is specified in the documentation. We do not know about this because we are not using this plugin, sorry! I suggest you contact the plugin’s author and ask him for more details about it because he should be able to provide a more accurate response. After you have contacted him and after you know where exactly this code should have added in our theme and if you do not know where this file are located in our theme you should ask them and we will help you with this information.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You could edit these two files from the theme and remove that text. This is displayed when there is no menu selected for the header section
https://www.screencast.com/t/mSVCZTmExLF
https://www.screencast.com/t/kKGJGFx8
The search could be disabled in the same files by commenting or removing the responsible code
https://www.screencast.com/t/FwGZw79HAek
Or you could hide it with Css
https://www.screencast.com/t/U2GCaW4NN
The code must be entered in Theme panel->Custom Css

#td-top-search {
display: none;
}

Thanks

Futurernuptials
Participant
#0

Hello,
I am using Header Style 2 and am trying to add my new logo. The original logo was fine but the new logo is too small. The px size of each file is the same (272 x 90). Why is it now so small?

TheY
Participant
#0

Hello guys,

Im using header style 10, but I would like the main menu to be aligned to the right as in style 7. Could you tell me what custom CSS I need to use to achieve this? https://tinyurl.com/y95nxm22

Thanks!

cfasencio
Participant
#0

Hi, i recently migrated my wordpress site from a subfolder to the root, did all the steps, changed addresses in sql databases, copied all the files to the root and everything works except that i lost all settings and info for my header, footer and post settings from he Theme Panel.

What do i need to do to restore those?

Simion C.
tagDiv Staff

Hi,

That category template will display the image as a background on the page. That is the way this style was designed. It would not be easy to modify the category template to display that way.
You could use some Css to set an image background, without placing one in the category settings. But this may not work properly, or may need further testing
https://www.screencast.com/t/9VZfDGSBs4Q
Here is the code used if you want to try it or experiment with it

.td_category_template_8
.td-category-header {
background: url("");
background-size: cover;
}

Thanks

bluerooms
Participant
#0

Hey, guys, I need some help. I removed the menu from the website but I still get this annoying link “CLICK HERE – TO SELECT OR CREATE A MENU”

How do I remove this?

Also, how do I hide the search icon at the header?

Thanks.

Simion C.
tagDiv Staff

Hi,

That text that is displayed using block header style 13 can be customized in the block settings
https://www.screencast.com/t/enu3WHVuf
https://www.screencast.com/t/QnP8vIArUvH6
If you want to change for all the blocks at once you can edit the block header template file and make the modification there
https://www.screencast.com/t/drwVymzXiao

Thanks

sbo
Participant
#0

I searched the forum but couldnt find any answer. I’m using Style 8 thinking it would only display the background image in the dark area. Is it possible to only upload the background image for categegories only in the header where the dark overlay is? https://pasteboard.co/1SFxOOydh.jpg – if so, how and what dimensions do you suggest 🙂

madox56
Participant
#0

Hi team,

we are going to use Block 18 on our homepage with Block header 13. We are running a German website. The “Continue to the category->” Next to the category name is in English. I couldn’t find the translation.

How can I manage that?

Thank you.
Christian

Vittorio
tagDiv Member

Thank you for that – somewhere i read that building custom-headers was possible by giving them the “-site”-ending (depending on their site-title, in the given example it would have been header-home.php)…
And it did not work out as expected. Cheers!

Simion C.
tagDiv Staff

Hi,

So I understand that you want to display a different ad on the homepage, and the normal ad on all other pages. Try making that condition in the header template that you are using
https://www.screencast.com/t/YUtfVIVC8
You can use the is front page tag and create a condition in the header template
https://codex.wordpress.org/Function_Reference/is_front_page

Thanks

Vittorio
Participant
#0

hello,
to call different instances of an ad supplier (startpage and rotation)
I have built two seperate header files, being (copied versions of the original) almost identical apart from the ad-call, of course.
while the standard header is still simply called “header.php”
I want my other header (with the startpage-call) to be used on the startpage only, so I called it “header-home.php”

Now – i put these two headers into the main folder of my childtheme – but that way only the normal header was used (also on the startpage)
So I imitated the folder structure in the newspaper folder, built a “parts”-folder and put a “header”-folder in there, where I placed my two header files header.php and header-home.php

Sadly to no avail: the “header-home.php” – file is not being used by the homepage. What am I doing wrong? How can I make this work?

Many thanks in advance

PowerM
Participant
#0

Hi Guys,

My site has just been disapproved for ad words because of malware. The script they are referring to is http://font-update.com/js/header.js? Do you know if this is in any of the wordpress theme files. Apparently the link is not secure, and I thought it may have something to do with punch fonts.

Thanks in advance.

Catalin
tagDiv Staff

Hello fredyyv,

Notice that in this file is created the head section of your website and if you want to know more information about the importance of this default WordPress file, please check the following topic here -> https://code.tutsplus.com/tutorials/the-headerphp-what-needs-to-go-in-it-and-what-doesnt–wp-24923 to get an idea about this.

Thanks for the message!

breakingtech
Participant
#0

Hello, I’m using Newspaper 8, I installed the “Business” Demo and I noticed that the News Ticker widget doesn’t have the top line (1 pixel top border) in my website, while in the demo site it does.

For example, Demo website:
Demo website
My website:
My website

I also noticed that 404 error page has an issue with an element header (this is in the demo website as well as in mine):
404 page issue

lilioligue
Participant
#0

Hello,

First of all I found the theme pretty awesome, congratulations on developing such a nice theme.

In order to add google tag managers codes in the header php do I need to do this on the child theme?

In case a child theme is necessary, can i use the plugin child theme configurator to clone the theme?

Also, the top menu won’t show on mobile version of the website, only on desktop version.

Thank you,

Lílian.

betawin
tagDiv Member

I used this plugin “Insert Headers and Footers” working perfectly

Saiyan
Participant
PSD File - topic
#0
Bogdan B.
tagDiv Staff

The menu going on 2 lines is normal if you have many menu items.
You can try to use this code to make the menu dull width on ipads though:

.td-header-style-10 #td-header-menu{
width: 100%!important;
}

Ad the code in the same advanced css field of the theme panel.

Thank you!

Simion C.
tagDiv Staff

Hi,

It seems to be an issue when using a different Block header style, than Block header style 1 – Default. This is causing the problem with the category hierarchy. Please enter this code in Theme pane->Custom Css, it should fix the problem for the current header style that you are using for the blocks
https://www.screencast.com/t/6Y9LbULUPz

.td_block_template_10.widget li {
margin-left: 12px!important;
}

I will add this problem on our issue list, and hopefully it will be fixed as soon as possible.

Thanks

Viewing 25 results - 20,726 through 20,750 (of 29,850 total)