Search Results for 'header'

Results from the Forum
Catalin
tagDiv Staff

Hello Mommywentrogue,

Sorry for this but please notice that our theme does not have any such an option for this, sorry! Another way, in this case, would be tried to implement your desired header style via such custom work. Also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

Please check the date:
https://www.screencast.com/t/4AExLYv4n
A solution provided 3 years ago will most likely not work anymore.
You can edit the header style that you use and then insert a do_shortcode function in the specific header code: https://www.screencast.com/t/iLTdHRY3APMF

Thanks.

llucson
tagDiv Member

Hi.
No. It doesn’t work.

Do I have to introduce some kind of specific element for blog header template?
I’m using Block Header 2

majorfuss
Participant
#0

Hi,

The header for my website, using Style 8, currently looks like this: https://snag.gy/Un5CLw.jpg

I prefer the sticky menu version of it, though. Like this: https://snag.gy/m2JeXV.jpg

Is there a way to make the sticky menu version the main, permanent header?

Also, is it then possible to include my social buttons from the Top Bar inside my header menu? So it would look like this: https://snag.gy/AkmgDP.jpg

Bogdan B.
tagDiv Staff

Hello,
You can do it by simply changing the line height of the main menu to about 60px and then add this custom css in the theme panel-> custom css box:
.td-header-style-7 .sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
float:none;
}

Thanks.

raymukesh
Participant
#0

When I am putting the code given by amazon associate program, the banners are not displaying the header, sidebar and other places as well. Kindly Help

Amit
tagDiv Member

@alexandru

You have to configure headers correctly.
Tip: If you don’t wanna use CloudFlare expiry headers you can choose respect existing headers option from CloudFlare dashboard.

Mommywentrogue
Participant
#0

Hi There. I am trying to insert my logo into the middle of the menu bar in the header. I am using the travel guides demo. There are 12 templates for the header but I want my logo in the middle of the menu bar. Check out this website to see what I mean: Nomadicmatt.com I am completely new to this and am trying to get my site published but after uploading my logo, I don’t like any of the locations that are available. Is there a place I can change the code to accomplish this?

barronlau
Participant
#0

Hi,

I’ve created a new post with a default side bar position however the body content is under the side bar. I’ve just updated the site theme to 8.1 as well.

http://streamtheplanet.com/ott-tv-box/

Ali Zoghi
Participant
#0

Hi

I shared the header of http://www.example.com/parent with http://www.example.com/child with switch-blog function of multisite. It means that the child site has no menu for itself and it uses the menu and header+footer of the parent site. There are some issues:
1) Mega menu ajax is not working
2) search button in mobile size is not working (I think again it relates to ajax call)
3) Sticky menu is not working
Would you please say me what is the problem and how can I solve them.

simchris
tagDiv Member

You can try do disable XMLRPC as that is often used as an attack vector from people trying to do pingbacks or comments via injections.

Disable pingbacks from the WP admin panel; then disable XMLRPC using line added to functions.php

add_filter('xmlrpc_enabled', '__return_false');

Also consider adding other tools like disabling password reset function, use security plugins like “limit login attempts” to stop bots pummeling your logins.

Add the hack to theme to disable images in the search box, or disable search in the header, and use simple classic search in sidebar.

Checking the error logs for site also useful, check post pages with F12 console to see what is loading and from where.

But, pretty much as I stated, you’ll need to determine WHAT is causing all the queries to go crazy.

emperor
Participant
#0

I wanna modify header 7 for better look and spacing. I’d like the logo to be smaller similar to the menus height so that the header isn’t too tall. As you can know, the header has three elements, logo, main menu and the search icon. I want these elements to be parallel to each other. In other words, the logo remain on the left but smaller and the menu in the center. Also the search icon should be with the menu, not far right..

Hevila
tagDiv Member

I think you do not express me with correction, sorry,
my problem is soon I added the Craft Ideas theme and in the style header settings. I put the style 10. When I put my logo is very large, very small, and my image is the size of the image that came in the theme previously. Look at the original, the one that came https://demo.tagdiv.com/newspaper_craft_ideas/ and now look at mine already on my site http://mundodofeltro.com/. My problem is this, I want it to be the same size as the original that comes in the theme, but I’ve tried it in several ways and it’s not right.

JimmyARobert
tagDiv Member

So I found the option to change the global block header style in the theme panel, but that doesn’t change it for the page titles. I would like them to be the same as well.

asiogroup
Participant
#0

I am showing a 7280×90 banner in the Header Ads section.

But It seems the Container has no fixed width. (https://pasteboard.co/GJpjZeY.png)

How to keep it from going outside the body and not override the background.

Here is one of the live posts https://foodtippr.com/mutton-masala-biryani/

Simion C.
tagDiv Staff

Hi,

Each demo is custom made, including the block header in this demo
https://www.screencast.com/t/mdcj8ZyV2
You can change the block header style in general in the theme panel
https://www.screencast.com/t/GNezJMJqh
For pages built in the composer this general block header can be overridden, in this case the pages can be edited with the composer and each block can be customized
https://www.screencast.com/t/SZV9Am2BODy
Please correct me if I misunderstood what you wanted.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try a code like this for example
https://www.screencast.com/t/xKwwd8KL2x
https://www.screencast.com/t/RdtSdPqv57t
The cdeo must be entered in Theme panel->Custom CSS (the color can be changed to what you want)

#bbpress-forums li.bbp-header {
background-color: red;
}

Thanks

Catalin
tagDiv Staff

Hello Hevila,

Unfortunately, I do not know what kind of logo you are using, sorry! Please provide your website URL so I can take a closer look at it. You can try adding the logo from our demo craft ideas, like this -> https://demo.tagdiv.com/newspaper_craft_ideas/wp-content/uploads/2017/03/header-logo3.png

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Please try to refer to these links here -> https://forum.tagdiv.com/topic/call-to-undefined-function-get_header/ and https://forum.tagdiv.com/topic/site-not-reachable/ and follow the steps which have been given there to solve your problem.

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That is a background image set for the block title, for that particular demo
https://www.screencast.com/t/du63pHkve0v
Each demo is built custom, normally the block header style used would display like this
https://demo.tagdiv.com/newspaper/block-header-6/
But it is customized with a background image and other properties.

Thanks

Simion C.
tagDiv Staff

Hi,

The code must be entered in the theme header.php file, between the head tags
https://www.screencast.com/t/3ORNutEVslq
The ad code themselves can be entered in the theme panel ad locations that you want
https://forum.tagdiv.com/ads-adsense-overview/
Please note that there is also a waiting period according to Google before the ads will be displayed on the website
https://support.google.com/adsense/answer/76228?hl=en

Thanks

simchris
tagDiv Member

I think we did something on one site for that,
we made an index.php file that had a refresh header

although I think we then instead did an htaccess file for the them folder,
and did 301 redirect for index.php to home page of site. Something like that.

Downside is you need to replace those each time theme is updated.

Or, just grimace when you do theme update and month later see that single entry in your search console. I usually just go “(sigh) … stupid Google…”

I mean, how stupid do you have to be in the data mining business to not auto-ignore /wp-content/themes/ for indexing ANYTHING? Duh.

simchris
tagDiv Member

If you have already been infected; be sure to check your
>> theme option - header ad field

Clear that and resave. If it comes back, then you need to clean your dbase also!

simchris
tagDiv Member

The theme is fast — but theme cannot manage your server settings, content you already have like giant unoptimized images, lack of gzip/deflate running, expiration headers, etc., which need to be done for ALL sites/themes.

Test one of your posts with GTMetrix.com to see actual help and recommendations if you’re new to WordPress.

irisliu
Participant
#0

hi I just bought “Newsmag – News Magazine Newspaper” from ThemeForest.

I installed workpress. And I upload all the files under “Newsmag” in my installation package I downloaded from ThemeForest.

Then I got this error:
Fatal error: Call to undefined function get_header() in /hermes/bosnaweb22a/b2728/nf.ccstrategyca/wordpress/index.php on line 7

Could you please let me know how to fix this issue? Thanks a lot.

Viewing 25 results - 19,976 through 20,000 (of 29,850 total)