Search Results for 'header'

Results from the Forum
InstallationComplete
tagDiv Member

How can I resize the height of the header?

Thank you!

IC

Sojan Jacob
Participant
#0

Hello,

Thank you so much for this wonderful theme.
I have situation with my news website, need your help.

My current website is having a mix of english and local language news now. English news are stored in a category named “english” and local news categories are in root level.

Normal site news sample URL : http://www.xyz.com/sports/sports-news
English news sample URL : http://www.xyz.com/english/world/news-one

Now i want to separate my site to english news & local language news for better experience for my viewers.
i have created a new page and made a separate page for english & local language news. The main site is in english now and new page created for local language.

Eg. http://www.xyz.com (default site showing English content only from category English )
http://www.xyz.com/local-language-page ( showing the news only in local language )

The issue i face now is about main nav ( header menu ), Am not finding options to fix separate main nav ( header menu ) for english version and local language respectively. Can you help me understanding the steps required to do this ?

Thanks
Jacob

Bogdan B.
tagDiv Staff

Hi,
You can use this code:

#td-full-screen-header-image .td-backstretch{
transform: translate3d(-50%, -100px, 0px) scale(1.14, 1.14)!important;
}

The middle value from the tranlade3d property is the vertical alignment (-100px). Increase or decrease this value.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

1) I have checked your website and there seems to be some modification done to the menu. If I attempt to remove the sticky menu, your main menu disappears ass well. please revert your modifications to the menu to the theme default. If you do not have any modifications, then please try to disable all your plugins except visual composer and try to use this code:
.td-affix .td-header-sp-logo{
display:none!important
}

This should only remove the sticky menu logo. Not the main menu as well. (It works as expected on my end but in your case it removes the main logo as well)

2)I have checked your logo but could not find anything weird:
>1018px: http://screencast.com/t/v2epvkhYc
<1018px: http://screencast.com/t/23stlGWeU9U
Please provide more details as to how you want to skip the section between the 2 sizes

Thanks.

Bogdan B.
tagDiv Staff

Hello Charlie,

1) This happens because when you set a fixed height to the imge, it loses responsiveness. It will keep the set height on mobile as well. In this case you need to exclude the mobile version by targeting the viewport size with css. You can use the code like so:
@media(min-width:767px){
.td-post-template-6 .td-post-header {
height: 500px !important;
}
.td-post-template-7 .td-post-header {
height: 500px !important;
}
}

2)You can change the name from the translations section of the theme panel: http://screencast.com/t/x49Vt6hxYvTR

3)Our theme uses the wordpress time and date format so you can change it from the wordpress settings: http://screencast.com/t/9aQfuYWCmCi
You can do an online search on how to customize wordpress date and time.

4)You can use css to target only category pages like so:
.category .entry-date{
display:none!important
}

Thank you!

Pohtecktoes
Participant
#0

Hello,

Having some problems with the theme at https://thetravelintern.com

(1) Desktop Sticky Menu Logo –
I can’t seem to get rid of the sticky menu logo even though I selected Disable Logo on Sticky Menu in the theme panel. I am using header style 7.

(2) Desktop Weird Responsiveness at page width 1018px –
The logo becomes smaller and it looks really weird until it becomes page width 767px. Is there a way to skip the portion between page width 768 to 1018px?

Thanks and I appreciate your help!

charlieh10
Participant
#0

Hi guys,

Amazing theme! A few things I need help with.

1. I needed to reduce the featured image height on both post template 6 and 7 so I entered the code:

.td-post-template-6 .td-post-header {
height: 500px !important;
}

.td-post-template-7 .td-post-header {
height: 500px !important;
}

Which worked for desktop but leaves a huge gap between the subtitle and text. Example: http://www.discovercheltenham.com/pubs/harry-cook-free-house/

2. Is it possible to change the text where it says ‘Via’ for the Via Name to ‘Photo Credit’. Assume I have to change something behind the scenes. Where do I find it?

3. Is it possible to show the Time, and Day (Mon, Tues, Wed) on a post? And on the grid?

4. Can I remove the date on the Category post listings. E.g. page: http://www.discovercheltenham.com/category/pubs/ BUT not remove it from all other pages / grids?

Thanks
Charlie

simchris
tagDiv Member

I think simplest way is to insert the shortcode to the header file.

Or, create custom fields, then echo/print those custom fields into the template you;re using.

Kevin
tagDiv Member

Hi Catalin,

I may have figured it out!

I have used this code in custom css:

.category-1 .td-category-header.td-image-gradient-style8 {
background-color: rgba(162, 0, 255, 0.5);
}

To get this result: https://godhelpusall.com/alternative-news

I have then added a new block of code each with the specific category ID and custom colour and all seems to work OK.

Is this code correct? I am not very confident with css and would like to know if there is a more efficient way to accomplish the same result.

Thanks

Kevin

Mela Rossa
Participant
#0

Hi,
i have a problem!!! I tried to enter the adv in smartlist using the instructions on this answer:https://forum.tagdiv.com/topic/article-bottom-ads-are-not-displaying-in-list/

But when i tried to enter the adv code in the theme panel to the smartlist i don’t have the smart list space to insert the code (in your answer http://screencast.com/t/QemDkemj7)!

I have only:
– Header ADS
– Sidebar ADS
– Article TOP, Bottom, inline
– Background ADV
– 5 different custum ADV

Why?

Catalin
tagDiv Staff

Hello Kevin,

Unfortunately, I do not understand very well what you want to achieve … The category 8 like this -> http://screencast.com/t/86JQ3Y1P and I suppose that you are talking about the header colour and into your screenshot do you are referring to content…? So, if you want to change the header color for each category, you have to target the certain category by category ID. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.category-89 .td-banner-wrap-full {
background-color:red
}

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

Hope this helps!

If is not what you mean, please provide more details and be more specific on what you want to change so I will be able to provide a more accurate response.

Thank you for the message!

haychart
Participant
#0

Hi

UPDATED TO 6.6.5

The theme panel not showing any items

Header and Footer work the rest are blank

Kevin
Participant
#0

Hi,

I have managed to change the header colour of the category 8 template (see link below) via the style.css stylesheet but I was wondering if there is a way to have a different colour for each individual category?

http://www.screencast.com/t/vNTPMwlY

Is this possible?

Thanks in advance.

Kevin

Catalin
tagDiv Staff

Hello zawayavision,

I have checked your screenshots and saw that you are referring to the fonts from your post title and you try to change this from header fonts field. The post title fonts are affected by the settings from Post title field and not from the Header. http://screencast.com/t/IRP3v2Leew
If is not what you mean, please provide more details about your problems so I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello VoZz,

Below I gave you an example to header style 9 as you can get a transparent one. Please try the code and add it in Theme panel->Custom CSS area.

.td-header-style-9 .td-header-top-menu-full {
background-color:transparent;
}
.td-banner-wrap-full, .td-header-menu-wrap-full {
background-color: transparent;
}

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

If is not what you mean, please provide more details about your desired changes and also please provide your website URL so I can inspect it closer and give you a more accurate response.

Hope this helps!

Thank you for the message!

muaythaiguy
Participant
#0

Hey there,

Just wondering where I would adjust the header colour for mobile display.

For example.. http://fightpassport.com

I would like to change that header background from grey to black, so the logo blends in better.

Thanks.

VoZz
Participant
#0

Hey guys,

I want to try and have a look how a transparent header looks for header style 9. But I only manage to make the main or top menu transparent. How do i make the header area where the logo is in (semi) transparent?
Thanks!

Chrissss
Participant
#0

Hello tagDiv-Team. I use Newsmag on my blog linuxundich.de since a couple of days. Unfortunately I ran into a problem, which I can’t solve by myself… The problem is, that the site logo gets lost, when I open the blog on a mobile device (Chrome or Lightning Browser on my Xperia Z3) and scroll a little bit down and up again. The logo loads fine at first, but after scrolling the browser shows a missing image…

View post on imgur.com

When I try this with my desktop pc everything is ok. Even when i reduce the width of the browser to a minimum, so that the view is as wide as on a mobile phone…

View post on imgur.com

Thanks,
Christoph

Catalin
tagDiv Staff

Hello MM-Berlin,

Please try to use a bit of CSS to have the same width with the original one.

The code is ->

.postid-149 .backstretch {
display:none;
}
.td-boxed-layout #td-outer-wrap {
width:100%;
}

If you want to add an image for that placeholder from style 8, you have to use a bit of CSS to add background image to fit the image inside the box. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-post-header-holder{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 570px;
}
}

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

Hope this helps!

Thank you for the message!

MM-Berlin
tagDiv Member

Another variant, should we do not find a solution.

Is there a possibility to add an image (only!) in the header category template Style 8 (currently is grey – if background image > is removed)

*Short praise at this point – Newspaper works apart from that flawless – good job 🙂

Catalin
tagDiv Staff

Hello Corrado,

First of all, thank you for your message.

As I said you above, the header.php is the single file where is created our theme header. This file calls the header both on pages and on posts and if you want to add the HTML tag you must insert between the head tag … as you can see in our backend here -> http://screencast.com/t/vnEFAqG8eKbT and for each template file the header will be called with get_header() function. As you can see here, the loop single(1,2,3,…) and single template(1,2,3…) files are used to create the content for posts and page.php, page-pagebuilder-latest.php, page-pagebuilder-title.php to create the content for pages and will call the same header, like this -> http://screencast.com/t/JwrY6oDHPQ -> http://screencast.com/t/WgWD3rL2ZX Also, if you want to do some changes in header style, you have to change this kind of files, according to header style used by you -> http://screencast.com/t/CiSOLjAPHq

I hope that I have managed to answer for all your queries related to this topic.

Thank you for your understanding!

Michael
tagDiv Member

Regarding the floating tower ads outside theme border, would this work?

In header.php after </head>

<div id=”float-left”>
Your Ad Code Here
</div>
<div id=”float-right”>
Your Ad Code Here
</div>
Replace ‘Your Ad Code Here’ with your ad code.

AND Custom CSS

/* Begin Floating Ads Style */
#float-left {
position:fixed;
top: 5px;
left: 10px;
bottom: 5px;
width: 120px;
height: 600px;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}

#float-right {
position:fixed;
top: 5px;
right:10px;
bottom: 5px;
float:right;
width: 120px;
height: 600px;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}
/* End Floating Ads Style */

If so would this work on desktop only? How would I turn off for mobile?

Is this something you could ad on next version of theme, same as this Newspaper site http://www.fitnessfirst.com.au/mag/

thanks,

  • This reply was modified 10 years by Michael.
  • This reply was modified 10 years by Michael.
Adam4d
Participant
#0

nm figured it out 😛

cstyn
tagDiv Member

Am incercat toate codurile gasite pe net, inclusiv

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

am aceasta eroare in consola. numele siteului e in #95321

imagebam.com

cstyn
tagDiv Member

Hi.

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

doesn’t work. Site is pes-patch .com

Viewing 25 results - 25,026 through 25,050 (of 29,850 total)