Search Results for 'header'

Results from the Forum
tvsullivan
Participant
#0

I did the latest update and now my header doesn’t fit the rest of my site. It was fine before the update.

Any idea what happened?

mrmobile
Participant
#0

Please tell me how I can put in the header background image, or how can I change the header color to transparent

thanx 😉

gmoradiez
tagDiv Member

Replying myself:
In my case, the blog was in a subdirectory, affected by a not-wordpress .htaccess, with ‘header-exipres’ instructions affecting the blog.
After cleared that, the site seems to work like a charm.

Thanks!

Marius
tagDiv Staff

Hello,

We hide it on mobile because there is no space for 2 menus. You can display it again from style.css search for .td-header-menu-wrap and change like here http://screencast.com/t/JnPrGv0P

Thanks for the message!

Marius
tagDiv Staff

Hello,

@ocbln
You can disable the time from top menu temporary and when you are live we will take a look exactly.

Thanks for your message!
Thanks @mbasche

mbasche
tagDiv Member

Same here. I solved it temporally with .td_data_time {float: left}. But it can’t be the gloabal solution cause it seems that noone else have this problem. (Maybe a german problem?)

ocbln
tagDiv Member

Sorry Radu, Site is not online – working this time on xampp… 🙁

Radu
tagDiv Staff

Can you please give me an url ? 😉

tvsullivan
tagDiv Member

Thanks, dude. That did the trick.

ocbln
tagDiv Member

Hello Marius,
not on my Site – there the date in one row and the navi under it. See here an img snippet from desktop device.

  • This reply was modified 12 years by ocbln.
  • This reply was modified 12 years by ocbln.
Marius
tagDiv Staff

Hello,
The image size should be at 1170px to full cover

Thanks

Marius
tagDiv Staff

Hello,
Is in one row, see here: http://screencast.com/t/0HEt0aF8UA

Show me your site to see the issue.
Thanks

mbasche
tagDiv Member

You’re welcome. 🙂

Hope you recognized the future bugix here:

You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);

ocbln
Participant
Top Header - topic
#0

Would like the date and Navigation and social links in one row in the top header. Is that possible?

tvsullivan
tagDiv Member

That didn’t seem to do the trick either. Are the dimensions of my header picture just not big enough? I believe it is currently 1100 px wide

Marius
tagDiv Staff

Hello,
Try with important

.header-style-3 .td-grid-wrap,
 .header-style-3 .container-fluid {
	 padding: 0px !important;
 }

Thanks

sarang44
Participant
#0

Hey, thank you for great theme, but found few problems, whope will get in upcoming updates.

You had provided options to change header, menu background color, but no option to change menu font color.

And provided option to upload logo, background image, but also link option also needed, so we can insert logo / background image links.

tvsullivan
tagDiv Member

I did that, and it didn’t seem to change anything?

mbasche
tagDiv Member

Found the solution and the bugfix for next update.
You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);

Marius
tagDiv Staff

Hello,
Add this in style.css

.header-style-3 .td-grid-wrap,
 .header-style-3 .container-fluid {
	 padding: 0px;
 }

Thanks

webfocus
Participant
#0

Hi there,

I can’t get the social counter to work; two issues:

1. For facebook the id is ‘pittig.be’ and I assume that is where the issue is because I tested some others id’s and they do work… I expect it is the ‘.’ that causes the issue but how to fix?
2. For facebook the id is ‘PITTIG_’ but I don’t think this has anythng to do with it since I also did some tests (including ‘envato’ 🙂 and when I add an id only the header of the page is visible and no body or footer, just blank

Please assist asap, thanks!!

Vince

tvsullivan
tagDiv Member

I have the same exact problem, how do I fix it??

abosami
Participant
#0

Hi guys ,

I have a problem with logo when I upload it to website

plz see my website

http://www.mahdedu.gov.sa/wp/

screenshot:

Marius
tagDiv Staff

Hello,
1. Edit category-header.php and add this code

'limit' => 2,
'autoplay' => '2',

like here: http://screencast.com/t/aVY8NAtu and edit the value limit is the limit post and autoplay value is seconds.

2. Change here to 3 http://screencast.com/t/7ZXSKv1KE and here http://screencast.com/t/wLKQ4mWo the go to Theme customizer and set on Post Settings to 3.

Thanks

sunkast
tagDiv Member

Nevermind. I figured it out. I moved the new WP_Query code above get_header() and the title now has the right page count.

Viewing 25 results - 29,751 through 29,775 (of 29,850 total)