Search Results for 'header'

Results from the Forum
efromdc
tagDiv Member

Ahhhhh…I get it. If you have 99 posts, the big grid displays posts 1-5 of the category and the archive lists posts 6 – 99.

Got it. Understood 100%

OK so THIS is my goal:

– I want PAGE with big grid.
– I want block 11 below that lists posts

BUT BUT BUT

– I need a horizontal list of pages between them that looks JUST like the horizontal category archive menu on a category page.

In other words, I have category global settings as Style 1, Article display view of M11. But in between them, there is a horizontal menu of categories.

I want a section that would list my pages w/ the css / layout that matches your horizontal menu of categories because its PERFECT for smartphones / mobile phones / androids / iphones. I dont want my mobile users to have to open the “td-demo-header-menu” on their mobile because it appears on the left and its not always clear how to switch pages. I want them to simply click the page links. Thats it. Just as if it were that horizontal category menu…but its a list of pages.

Get it?

Is there a way for you to take the php that creates that horizontal category menu, change it so that it lists pages instead…and then tell me how to insert it into the space between my chosen layout: Big Grid on top, horizontal page menu in the middle, block 11 on the bottom?

TheMediumUTM
tagDiv Member

Hi,

Okay, try any search at http://themedium.ca, e.g. “election”. (Note that I’ve made the search inline, not dropdown.)

Right now I’ve included
.med-nav-search-results .header-search-wrap a:after {
display: none;
}

So use display: initial or something similar to see the problem, like so:

http://www.screencast.com/t/6HCJM82PZRh

sirajcmr
tagDiv Member

Hi, I need to switch back the header now as I am leaving and dont want the website to be in the same shape for long. Its weekend 🙂

I tried your suggestion at : https://forum.tagdiv.com/topic/im-new-here-got-plenty-of-things-to-do/ where the user was experiencing same issue with “style 8 Header style” (like me). There is blank space at the top. it is reported by another user as well. Also the Mob logo does not work in Sticky menu.

Please let me know whether any CSS code is there which will allow me to use MOB logo on sticky menu bar than showing my original Header Logo (When used with Style 7 – Hybrid Menu on right with logo).

Regards
Siraj

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue only on Chrome, maybe a plugin overwrite this. You can try this custom css, it should work: http://screencast.com/t/vTWjAKVIgH

.menu-td-header-container .sf-menu > .td-menu-item > a {
color: #ffffff;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to use more specific target using the bellow css and also clear cache:

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

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

These header styles were designed to use the same logo also for sticky menu, it has a specific css code when the sticky menu is activated – http://screencast.com/t/vCoZP7Eg8eo
Please provide a link for the white space above the los as I need to inspect this.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css:

.td-header-style-1 .td-header-sp-recs{
left: 10px;
}

Result – http://screencast.com/t/y6cn9Jx3P you can modify the value as you like.

Thanks!

Andrei L.
tagDiv Member

Hi

Check the header.php file, or the header template that yo’re using: http://screencast.com/t/px87UxRfn9tc if you have every html tag closed.

Thanks!

sirajcmr
tagDiv Member

To add, this issue happens with Style 7 and style 8 Header style.

Also any idea why I see blank space above the logo when I use style 8 header style?

Please check this link: http://s10.postimg.org/cj3rzemm1/Tagdive_support_query.gif

Regards
Siraj

Andrei L.
tagDiv Member

Hi

Add this css in theme panel > custm css:

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

Here is the result: http://screencast.com/t/QNuCjZrTaC

Thanks!

sirajcmr
Participant
#0

Hi,

Started building website using Newspaper theme and found below said issue.

Header Style: Style 7 – Hybrid Menu on right with logo
STICKY MENU: Always at the top of the pages
LOGO ON STICKY MENU: Mobile Logo

I uploaded different logo under “LOGO UPLOAD” and “LOGO MOBILE”.

However, when I scroll down and up, the sticky bar still shows my Head logo not the mobile logo.

I checked in two test website and it happens the same.

Am I missing anything here?

Regards
Siraj

Daniel Finch
Participant
Ad Spacing - topic
#0

I would like to increase the space between the logo and header ad.: http://take.ms/fxKSAN

Here’s the CSS I am using for the header: http://take.ms/Q0o6D

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can change to spanish language so the date will be translated – http://screencast.com/t/fImeOqil7SB
Also you can add a background color via custom css in Theme Panel > Custom Css: http://screencast.com/t/4nUCQY35cNQ

.td-header-sp-top-menu .td_data_time {
background-color: red;
padding: 0 5px;
}

2. Not sure what you mean, please provide more details, it should look like this – http://screencast.com/t/hjUToufXV2n

3. Also for this provide more details and a link. The featured image for default post style use this thumb size – http://screencast.com/t/Yru7CsgMI3v

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css in Theme Panel > Custom Css to remove the border – http://screencast.com/t/3Q0qcODBbG4y

.td-header-style-8 .td-header-top-menu {
border-bottom: none;
}

Seems to be a z-index issue, please try this custom css until we fix this:

.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}

2. The megamenu menu use javascript and depends by the server response time if you refer to the time loading articles when you hover the category.
3. You can change the color for breadcrumbs via custom css – http://screencast.com/t/2YHHgqBYtc37

.entry-crumbs, .entry-crumbs a {
color: red;
}

4. Big Grid 3 use these modules – http://screencast.com/t/XaI8ms73Gt so you can enable/disable category tag on those modules from Theme Panel > Block Settings > Category tag on modules/blocks – http://screencast.com/t/QLacmCc2edxu

5. The theme supports bbpress without any custom modifications and the can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here you can find the plugin’s documentation – https://codex.bbpress.org/

Thanks!

Lucian
tagDiv Staff

Hi,

You can use the mobile logo and the header logo location and make a condition to detect the page id and set the logo you need on it. It should look something like this: http://screencast.com/t/Psyz0CAF
Please note that this needs customization to theme’s code so you need custom work and/or coding knowledge to do it, if you don’t know how too we advise you to ask help from a developer or hire a freelancer because we cannot provide customization services at the moment. Sorry!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can use one of the headers styles with full logo: http://screencast.com/t/IR4GHgN1WI and use a larger header logo image.

1. No, switching to the child theme without any customization added will work just like the main theme does.

2. You can find all of them in theme’s config file: http://screencast.com/t/KbzHMqyb

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how that happened as I don’t see it overwritten here: http://screencast.com/t/lyh4temBOW so please make sure you have its header background color set: http://screencast.com/t/LQBwhxWQ or use custom css to change it: http://screencast.com/t/UmUeghsbA

.td_block_social_counter .block-title > span {
background-color: #882d28;
}

Thanks

ealdaz
Participant
#0

Hi i don’t know why but appears ” /> in header, can you help me?

societymediagroup
tagDiv Member

Ok, I am using an ad rotating plug in for the header ad but when I put the <php> code in place of where your code was, it misaligns the ad. I need the correct css tags to use in the header-style-1.php file so that the ad will show the same way as if I used the theme provided code.

Thank you

drFabian
Participant
#0

Hey there,

I just purchased the theme and played around with it, ofc I love it (otherwise I would not have purchased it haha – thank you!). Now I have several questions and problems (visit http://data-reality.com to check them out):

VERY IMPORTANT 1. Im using the header style #8 hybrid menu 2. There is an ugly grey 1px border on top of the navigation, can you fix this? And: The header logo is not completely click-able, you can only click on the bottom-half of it. Please fix this too!

IMPORTANT 2. Im not sure if I like the latency of the mega menus when hovering. How exactly can I change that?

VERY IMPORTANT 3. click me – the color of the breadcrumb is way too bright, you can barely read it. How to change that?

CAN WAIT 4. I know I have to use the “featured” category for the articles to show up in the big slide on the front page. But is there any way to not display that at the article page (above the title)? I cannot think of any way how the category would be useful for the public, its only purpose is to bring the articles into the big slide.

LOOKING FORWARD TO 5. For the future, I’d like to see you to make this theme bbPress ready (yeah, you claim it to be already, but to be honest, this is not true it all, it sucks :D)

Thank you very much guys! 🙂

chirino9221
Participant
#0

Hola, buenos días

Me podrían apoyar con la siguiente situación: Quiero tener dos páginas y ambas con diferentes logos en el Header ¿se puede?.

Hi
Does anyone can help me in this situation?. I want in my site two pages with different logo in the Header. It’s possible to do that?. Thanks

mmcreaties
tagDiv Member

Yes this works only the social counter header will now be black forever what ever you try haha

bArA
Participant
#0

Hi everyone, first I want to say Newspaper 6 is amazing beautiful and conigurable News Wp theme I’ve ever seen,dashboard it’s fantastic, GOOD WORK Team.
But I have a problem, when I change thisand other ad code it’s disappear.

<a href="http://frtya.com/go/btbDW_sGvf/DEFAULT" target="_blank"><img src="http://e1.static.hoptopboy.com/22129/49629/337441/22129A/300x250-xxa_5666.jpg" /></a>
or for header


<a href="http://frtya.com/go/dP_btbDX_sGvf/DEFAULT" target="_blank"><img src="http://e1.static.hoptopboy.com/22129/49629/337433/22129A/728x90-075a_5183.jpg" /></a>

BTW. You have link error in header ad settings http://prntscr.com/81ka8y

Sorry for my language, it’s not my native.

meriksson
tagDiv Member

This is the page:

http://mitti.artilect.com/wordpress/

Example of the menu working on pages other than the frontpage:

http://mitti.artilect.com/wordpress/archives/tag/botk

It is not a caching issue. We have explored that possibility carefully and caching is currently turned off.

It looks to me as if the frontpage uses another header template than the other pages, i.e. it uses parts/header/header-menu.php while other pages use parts/header/top-menu.php and the code is slightly different. So perhaps there is some issue with header-menu.php which makes it not recognize the menu…?

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately this comes from bbpress plugin as we don’t alter the plugin’s code, it supports bbpress without any custom templates. So you will have to edit the plugins file if you want to change this – http://screencast.com/t/zzHKRw2ct
You can implement popup log in/register widget using:

echo '<a class="td-login-modal-js" data-effect="mpf-td-login-effect" href="#login-form"><strong> Log in/Register</strong></a>';

2. Unfortunately the top menu was not designed for mobile devices, we will try to find a better implementation for sign in/register widgets in a future update. Until then you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/cw4mTt1hSINv

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

Thanks!

Viewing 25 results - 26,601 through 26,625 (of 29,850 total)