Search Results for 'header'

Results from the Forum
trigrafik
Participant
#0

1.How can I change the height of the header ( header style 9).

2.And then remove the blue bar on the top of the header.

3.Then add a thin color bar under selected button or hover button like Newspaper theme’s header.

4. https://www.designworld.se .This site’s header does not move when pull on the website down (using safari Iphone), how can I do it

Thank you

sarahgraine
tagDiv Member

Hi !

I have the same issue and tryed this CSS but it doesn’t work.

I also tried this one that I used in my previous site but it doesn’t work either. I already purged the cache.

.td-header-gradient:before {
display: none !important;
}

Thank you for your help. ♥

Catalin
tagDiv Staff

Hello eddycom,

1)I have checked your website and saw the problem with your Big Slide 1. This kind of behaviour appears when your posts have not set the feature image and the placeholder it not activated. Please try to activate this option and make sure that your posts have featured image activated -> http://screencast.com/t/s7nLeqQ6
For more information about these settings, please consult our documentation here -> https://forum.tagdiv.com/featured-image/ Also, as a hint, you can try to find some plugins to get the first image on your post to be featured image. Most of our customers use Auto Post Thumbnail Pro in this case but please notice that is not a tested plugin and we cannot provide support for this type of plugin.
2)Unfortunately, I cannot inspect your banner ad because I cannot find it on your website. So, please ensure that you have entered the right code in each field from our theme. I have tested on my side with another Ads and it display as expected. Also, please ensure that your code supports 728*90 size in order to achieve best results. For more information about Ads implementation, please consult our documentation here -> https://forum.tagdiv.com/header-ad/ Also, I saw that you are using some untested plugins which could create some interferences in our theme and could cause some errors in it. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Thank you for the message!

Andrei L.
tagDiv Member

HI

Try this css in theme panel > custom code > custom css: http://screencast.com/t/B5Exiu0mS

.td-header-row {
width: 1021px;
margin-left: auto;
margin-right: auto;
}
.td-header-container {
width: 100%;
-webkit-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
}

Let me know how it goes.
Thanks

  • This reply was modified 10 years by Andrei L..
eddycom
Participant
#0

Hi,

We having some problems with Big Slide 1 Homepage and banner in the posts page

1) In home page Big Slide 1 doen’t show properly (Attacchment “HOME PAGE 1-2” with debug error). We tried many times to change slider blocks but the result is the same.

2) If we insert a banner in the top header (728×90) near the logo and another of the same size above Articles, the header displays a 336×280 banner (ATTACHMENT: “BANNER”)

On home page displays fine. Instead in posts page shows what you can see in the screenshot

Please help me solve? The website our costumers is http://www.secondopianonews.com

Thanks

ATTACHMENT
BANNER https://www.uploady.com/#!/download/arJRpV7AXNu/bh~_kbMtQFdIpMai

HOME PAGE 1 https://www.uploady.com/#!/download/qrdlHjr4Irx/Y1dY_gFXudLNceKl

HOME PAGE 2 https://www.uploady.com/#!/download/U0sSBxWyCmT/gxLgMuD6s4JdL2Qz

Catalin
tagDiv Staff

Hello George,

If you do not have the menu for your 404 page, you have 2 possibilities to hide it. You can use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.error404 .td-header-menu-wrap-full {
display:none;
}

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

or you can add the condition in core file where the menu is created, like this -> http://screencast.com/t/osvjgxqz6EB

Thank you for the message!

Catalin
tagDiv Staff

Hello onlinetyari,

Unfortunately, our theme does not have such an option for your desire, sorry! If you want to redirect your search icon functionality to a plugin, you need more additional customizations in order to achieve as you want in header-menu.php core file, like this -> http://screencast.com/t/CrVnHtUTsO5 which involves custom work. If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for your because we cannot provide custom services at the moment or try to find some plugins with this functionality and try to adjust it on our theme.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello maruks,

If you want to change your header settings or add somethings, you have to edit/alter the code from header.php core file, like this -> http://screencast.com/t/FlCQYKagD

Thank you for the message!

Catalin
tagDiv Staff

Hello boundary2,

If you want to have the title of the category page in lowercase mode, you have to use a bit of CSS code to change it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_category_top_posts_style_1 .td-category-header .td-page-title {
text-transform: lowercase;
}

The result you should see here -> http://screencast.com/t/lUhyON8Nn

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,

The theme only offers the ad spots from the theme panel. Please understand that any other ad placement you want will have to be made custom and coding skills will be required. For the standard ads from the panel, there are options to hide ads on particular viewports: http://screencast.com/t/iICtxBzkK
If you want to place ads besides the website you need to add them in header.php and then use css to position them with a (fixed position) and hide them for tablet portrait and mobile using media queries.
For example:
You can use a do_shortcode function to add your banner to the site. You can use one of the custom ad spots for it: http://screencast.com/t/XPYCo8hdzn
Then you can target it with css for positioning:
.td-a-rec-id-custom_ad_1{
position:fixed!important;
left:0;
top:300px;
z-index:99999
}

You can repeat this fort the right side ad.

Hope this helps.
Thanks.

Catalin
tagDiv Staff

Hello

I have checked your website and I saw the issue with your logo for Ipad device and also I saw that you have a lot of custom modifications and this kind of issue might be caused by them. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 1140px) and (min-width: 1019px){
.td-header-style-7 .td-header-sp-logo {
margin-right: 0!important;
}
}
@media (max-width: 1140px) and (min-width: 1019px){
.td-header-menu-wrap-full {
height:106px!important;
}
}

The result you should see here -> http://screencast.com/t/qikuMJjyPAB

Thank you for the message!

rishab55555
tagDiv Member

Hello Bogdan,

Thanks for your revert !

Can you just tell me the files in which I have to make the changes. I am ok hardcoding the codes. I am using Google DFP to get my codes placed. I was searching across the forum and found this link :

https://forum.tagdiv.com/topic/several-config-questions/

The person here also wanted a similar kind of a functionality. I want the Ad to come from the top of the site. In his site it is coming below the menu. As mentioned in this link I tried placing the codes in header.php but it din’t worked. Please let me know how can this be achieved.

Also in the advanced CSS section there is just the Desktop, Tablet, and Mobile devices option. Suppose if I want to restrict my ads to display only on devices having width more than 1024px then how can that be achieved.

trigrafik
Participant
#0

how can I modify the header default style 1 to the default header style of Newspaper theme. I mean it white, and have a gradient bar 100% full width under it.

maruks
Participant
#0

Hi There – I have some custom code that I want to load in our header and I have been using the ‘Theme Panel > Custom Code’ entry box but this code only loads in the body and not in the header.

Is there a way through the theme panel to add custom code to the header or will I have to do that manually through FTP,etc?

Thanks

boundary2
Participant
#0

Hi all,

I need to change the font (specifically the text transformation) in my category template. Right now I’m using Category Style 1, and my category pages look like this — http://dev.boundary2.org/category/b2o-an-online-journal/

My problem is I need the header of the page (the part that says “B2O: AN ONLINE JOURNAL” in bold caps) to not be capitalized. I want it to transform it to lowercase to be consistent with the rest of my site, but I can’t seem to do this through the theme fonts section in the theme panel. Any advice? Is there a way to do this without going in and messing with the API?

Thanks!

broadstone
tagDiv Member

Now it’s happening again….

I’m getting this error msg:

cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
Warning: Cannot modify header information – headers already sent by (output started at /home/financial/public_html/wp-content/plugins/infogram/class/class-infogram.php:59) in /home/financial/public_html/wp-includes/pluggable.php on line 1228

Any advice?

broadstone
tagDiv Member

I’m getting this error now even when I edit a post

cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
Warning: Cannot modify header information – headers already sent by (output started at /home/financial/public_html/wp-content/plugins/infogram/class/class-infogram.php:59) in /home/financial/public_html/wp-includes/pluggable.php on line 1228

broadstone
Participant
#0

Hi

I uploaded a plug in (Cookie Notice), tried to activate it, now I’m getting an error message on the Home Panel:

http://imgbox.com/n1WEmgkI

And when I try to go to plug in page I get an error msg:

cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
Warning: Cannot modify header information – headers already sent by (output started at /home/financial/public_html/wp-content/plugins/infogram/class/class-infogram.php:59) in /home/financial/public_html/wp-includes/pluggable.php on line 1228

What should I do? Please help

Thanks

Laurence

haroldparis
tagDiv Member

Hi, thanks for the answer.
Actually, I unloaded the menu completely on those specific pages/categories/postsfromcategory in header-menu.php : https://www.evernote.com/l/AEj8WTuYVFZB5K15X_6upm_16eYR7DocuAQ
Works perfectly.
Cheers !

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.td-header-sp-ads{
margin-top: 0!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Newsmag theme works with shortcodes as well as Newspaper and if the ad’s shortcode it’s valid it should be displayed fine. To display the ad in header using do_shortcode() function you need to edit the ads.php file and place the code here: http://screencast.com/t/zL2e3slyo
Note that the WP PRO Advertising was not tested to work with the theme and we cannot grantee that will work fine. However if the plugin generate shortcodes then using the indicated function the ads should be displayed fine.

Thanks!

Bogdan B.
tagDiv Staff

Hello Rachel,
Anything you add in header-menu.php will be above the shadow border of the menu. If you want to add a banner below that, please add it in the header-style file that you use. I see you are now using style 7 so this would be the file to edit: http://screencast.com/t/LMaxj2T4md
Thank you!

jmma2510
Participant
Scroll bug - topic
#0

Hi there, I found out that when I use my mouse to scroll down one single position (starting from the top of the main page) then I scroll up back and then the top header content disappears. Here’s a video that shows what I mean: https://www.dropbox.com/s/e75ar8u6hbeglpe/scroll%20bug.mp4?dl=0

Dgtacq
tagDiv Member
Ads? - reply

Hi,

I have the same problem. I only inserted the header and the sidebar ads at the Themepanel.

Greets,

Demian

Richard
tagDiv Member

Hi

We really appreciate your prompt and efficient support for the issue which was my fault (incorrect HTML in header ad).

Newsmag is a stunning theme that is intuitive to set-up and manage. The professional design, and fast and responsive performance on all formats, has really improved http://www.womensgolf.com out of sight. Thanks a million!

Richard

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