Search Results for 'header'

Results from the Forum
paulberrow
tagDiv Member

Thanks, it helped partly with search bottom, but other things still look bad.
http://files.webfile.ru/19d8d3c3ee7ada64f87e30950e984218
This is the only one browser, but most of them have issues like this. My sidebar from main page drops down and i have this kind of double header on the place where used to be menu.

simchris
tagDiv Member

Just as an additional comment, we’ve had good success with the smtp mail plugin, as we had similar issue testing woocommerce on one of our sites here and nobody was getting the email sent via the wordpress/php/sendmail function.

Basically what the smtp plugin does, is login to your domain mail system as a mail account user for the domain (not a user of the wordpress install), with password and authentication, then the email is sent as the email account user vs being sent as “the web server” — this ensures it has “better headers” for the receiving mail system to validate.

  • This reply was modified 11 years by simchris.
Lucian
tagDiv Staff

Hi,

You can edit the loop-single.php file and remove the feature image like this: http://screencast.com/t/ZrBeyueDPv
Do the same for other post types also and leave it enabled just for post template 3.
For the title issue with video posts please use this custom css: http://screencast.com/t/9hplmCY0

.single-format-video.single_template_3 header{
position: relative;
}

.single-format-video.single_template_3 .post header .entry-title {
color: #222222;
margin: 10px 0px 20px 0px !important;
}

.single-format-video.single_template_3 .post .td-image-gradient:before {
display: none;
}
.single-format-video.single_template_3 .td-post-header-full {
background-color: transparent;
}

.single_template_3 .td-post-header-full .meta-info {
margin-left: 0px !important;
}

Thanks

  • This reply was modified 11 years by Lucian.
jeanpaultarte
Participant
#0

Hi,
Need help to fix my main header using megamenu.
As you can see my megamenu is always shift few pixels right >> http://i.imgur.com/EMj3eBE.png
Instead of being fix in the container (left and right side) as your demo site >> http://i.imgur.com/cGtbfqh.png

The site is here >> http://letorrefacteur.fr
Could you have a look please?

Pjump
Participant
#0

Hi,
If I try to print this article to PDF, the header logo disappear and only shows the “ACONTESER” banner. Do you know why?

Thanks

ceppetto
Participant
#0

Hi Guys,

This morning I noticed that my header logo is not visible on my android & Iphone. On the tablet it’s visible normally. Can you take a look at it for me?

ceppetto.com

Thanks in advance!

yandesa
Participant
#0

Hello,

I am having trouble about how to create different template for each page from the menu header. For example I would like to have a menu header with different pages for Fashion, Politics, Business and etc and I would want these different pages to have their own different template so that they won’t share content as Latest content for Politics will be only for Politics not for other pages.

Also you can email me at info@yandesa.com

Thanks.

simchris
tagDiv Member

On our site when we were having issues with the icon fonts as well as Open Sans loaded locally, we added this to our htaccess for stupid web browsers

# Add correct content-type for fonts
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg

This is likely *not* needed, but somebody who can’t see the icons on their own site could try adding that for laughs and see what happens.

CDN SHENANIGANS:

For those on CDNs, this was the code we added to htaccess in addition to CORS rule at CDN to allow fonts to load at all off CDN vs local domain

<FilesMatch "\.(ttf|otf|eot|woff|svg)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

and of course this applies to Apache server; if running something else can’t help ya.

vj1023
Participant
#0

Hello ,
I m a not techie guy , i just purchased the theme a week ago and simply setup the pages reading the documentation which was very useful to me.
I have added the Join us/Sign in Option in the top header menu and on clicking it a pop-up comes which asks me to either log in or Register as a subscriber.
Although i couldn’t figure out one problem , whenever i try and register i don’t get the mail of password which i should receive to log in.
but the user gets created , which i can see in my admin panel.

Please help me with this , so that it is fixed and the users could subscribe to my website on registering.

NOTE: The password is sent , when i create a new user from the admin panel and on selecting send the password via mail to this user. so a mail from wordpress.nameOfMyWebSite.com comes to user containing the user name and the password.

So i would like to know , what should be done so my user gets the password directly on registering from the webpage and i would like the sender to be just “nameofmywebsite.com” instead of wordpress.nameOfMyWebSite.com

Please help me out.

simchris
tagDiv Member

Note you cannot put “sponsored link” above Google ads, as that is a violation of their ad policy. They *will* give you warning and disable your payments if you do so.

You can put - advertisement - or similar, however. I traded some email with Radu about possibly adding this in future.

For sidebar, pretty easy, just put the text in a text widget, wrapped in a div tag with class named “adheaderzx” or similar. Add the following to your custom CSS box in the theme panel.

.adheaderzx{margin-bottom:-20px; font-size:10px; color:#BBB; text-align:center; padding-top:8px}

paulberrow
Participant
#0

Hi!
It’s been ok, but now i’ve got some issues again. Using iphone 4S with Safari and Motorola with Opera, can see only part of header and i have no logo in it, the button Search droped down from the search form on the main page. All pictures in my posts got centered (maybe it’s not a big deal, looks not bad).

Also i wonder if my site should be fill all the screen width and height? Now i have to scroll all the time, when i open a page/post

Branstone
tagDiv Member

Hi there,

Thanks for the reply.
First of all – what do you mean by “if you have enabled the author”??
I haven’t enabled anything that has to do with “author” since installing the theme,
is there something I am missing?

Well, I followed your advise and replaced the line in the loop-single-1.php as well.

But when I wanted to replace it also in the Single_Template-2, Single_Template-3 and so on,
I noticed it’s not the same lines as in the loop-single files.
The lines in the Single_Template files are like this:

<header>
<?php echo $td_mod_single->get_title();?>

<div class=”meta-info”>
<?php echo $td_mod_single->get_category();?>
<?php //echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_commentsAndViews();?>
</div>
</header>

So should I replace the line: echo $td_mod_single->get_author(); in the exact same way in these files as I did in the loop-single files?

The URL for the site is this:
http://www.cobras.org

Thanks!

Lucian
tagDiv Staff

Hi,

You can use this custom css to customize the post style 7 header, like this: http://screencast.com/t/u5JY4OGIFk

.single_template_7 header {
background-color: black;
padding: 10px;
}

.single_template_7 header h1, .single_template_7 .meta-info, .single_template_7 .td-post-author-name a, .single_template_7 .td-post-comments a, .single_template_7 .td-icon-comments:before {
color: white;
}

Thanks

Dinozero
Participant
#0

Sorry if this is a stupid question with an easier answer and I am just overlooking it. But I am new to your theme and haven’t came across this option yet.

I know you offer 7 (awesome) styles for “Post” but I was wondering if there was one way to customize the header of the post title box.

These pictures should explain what I’m asking better.

If you choose “Style 4” and have featured images turned “Off” it looks like this.

Image 1

Well when I was experimenting with the different styles I realized I REALLY liked that dark bg on the title.

However, I do not like it that big.

So I was wondering if I could keep using my default style like this

Image 2

But I would like to get that same dark background image to show (from style 4) in the default style. (My default style is 7 if that matters)

Thanks!!

Lucian
tagDiv Staff

Hi,

I have checked your site and seems that this image appears to be set as logo image: http://screencast.com/t/lsuh4xa7fxs that is why the same image appears on mobile also as when using header style 3 or 6 the same logo used on desktop is also used on mobiles.
Please make sure you add the logo right and check again and let me know!

Thanks

Atantou
tagDiv Member

hi again, thanks for your reply,
1. first i want to remove the dates from this page which use “block 6” http://iserres.gr/%CF%80%CE%B1%CF%81%CE%BF%CF%85%CF%83%CE%B9%CE%AC%CF%83%CE%B5%CE%B9%CF%82-%CE%BC%CE%B1%CE%B3%CE%B1%CE%B6%CE%B9%CF%8E%CE%BD/
2.Second in a post of this page i want the date in header’s picture to be removed http://iserres.gr/cityzen/
3.In my first demo page the weather widget works great with greekcharacters, you can check it here http://www.atantou.com
Now in the http://www.iserres.gr, i make the same changes (insert same greek .po and .mo files) and insert at the wp-config.php the code “define (‘WPLANG’, ‘el_GR’) but the characters still to be english. Also i try to copy all the files from atantou/…./plugins/weather-widjet and install it to iserres/…./plugins/weather-widget but nothing changed. Do you have any idea why this happened??
thank a lot for your answers

  • This reply was modified 11 years by Atantou.
Lucian
tagDiv Staff

Hi,

For the first issue please use the css like this: http://screencast.com/t/kM5UDCHsH

@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}

.sf-menu .td-menu-item > a {
height: 54px;
padding-top: 5px;
}
}

For the second you can use the css below and add a margin to the bottom of the menu, like this: http://screencast.com/t/h8WUzNmcauED

.td-header-menu-wrap {
margin-bottom: 20px;
}

Hope this helps!

Thanks

LikaOnline
tagDiv Member

Thank you for the answer. When I do as you told me, the page header, gets doubled- as in the picture

http://prntscr.com/5clofm

katsdelight
Participant
#0

Hi,

After I installed the child theme I have these eror in the dashborad

Warning: include(/home/katsdeli/public_html/review/wp-content/themes/Newsmag/includes/td_wordpres_booster.php) [function.include]: failed to open stream: No such file or directory in /home/katsdeli/public_html/review/wp-content/themes/Newsmag-child/functions.php on line 9

Warning: include() [function.include]: Failed opening ‘/home/katsdeli/public_html/review/wp-content/themes/Newsmag/includes/td_wordpres_booster.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/katsdeli/public_html/review/wp-content/themes/Newsmag-child/functions.php on line 9

Warning: Cannot modify header information – headers already sent by (output started at /home/katsdeli/public_html/review/wp-content/themes/Newsmag-child/functions.php:9) in /home/katsdeli/public_html/review/wp-includes/option.php on line 750

Warning: Cannot modify header information – headers already sent by (output started at /home/katsdeli/public_html/review/wp-content/themes/Newsmag-child/functions.php:9) in /home/katsdeli/public_html/review/wp-includes/option.php on line 751

Please can you let me know what the problem could be.

simchris
tagDiv Member

Where it gets really confusing is that HTML5 actually suggested using more than one h1 on a page, such as having containers (think a parallax page for example), to denote the primary heading for a section inside a semantic container, such as the primary headline for a section on one page about the company, versus how to contact company. However, Google/Bing have said they prefer *one* H1 on page which is the defacto “title” for page, and is used with the meta title in SERPS. h2 can be used as “big section headers” on a page multiple times, h3 then used a subordinate headers for anything which is not a “major” section. h4 and h5 often used for tiny things, but are less common though semantically correct to use in place of a bold/strong tag for some things. Again, think of it as an identifier that it’s a “header” versus something offset in bold for effect.

It’s always an adventure 🙂

simchris
tagDiv Member

You get no SEO penalty for using many h3 tags. The h1 tag is primary title, h2 is a primary sub head. h3 tags are then used throughout sites for things like sub heads in articles, posts, about us pages, sidebar topic headers etc. This denotes a heading of the third order. You can have 100 of them on a page and it does not impact your SEO … it’s only a “semantic” element to identify something as a type of header, vs simply bolded/strong text. They are used correctly for this theme for modern semantic usage, and for SEO.

sbo
tagDiv Member

I apologize, I have tested it with Gallery set and all have a featured image. I am guessing there is supposed to be the featured image at the top of the post itself? I may have hidden it and I have such a long amount of custom CSS that i need to clean up. Maybe if you can help and see if it is in here so I can remove it that would be awesome!

.td-a-rec-id-sidebar {
  margin-bottom: 26px !important;
}
.td_mod6 {
  margin-bottom: 5px !important;
}
.post {
  position: relative;
  padding-bottom: 16px !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.next-prev {
  padding-bottom: 11px !important;
 display: none !important;
}
.widget_text {
margin-bottom: 10px !important;
}
div.gallery {
  width: 100% !important;
}
div.gallery .gallery-item *{
  position: relative !important;
  width: 100% !important;
  left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px !important;
}
.similar-articles {
padding-bottom: 0px !important;
}
.td_mod2 .meta-info, .td_mod5 .meta-info, .td_mod6 .meta-info {
margin: 2px 0px 22px 0px !important;
}
#ssWidget2797 .ssWidgetTitle strong {
display: block;
height: 0px !important;
line-height: 27px;
font-weight: inherit;
}
.single .page-nav-post {
text-align: center;
}
.single .page-nav span {
min-width: 20px;
min-height: 25px;
font-size: x-large;
}
.ss_item_sb img {
width: 326px !important;
height: 145px !important;
border: 0px solid #D7D7D7;
padding: 2px;
}
#ss_wrapper_sb .ss_link_txt_sb:hover {
color: #333333 !important;
text-decoration: underline !important;
}
#ss_wrapper_sb .ss_link_txt_sb {
color: #333333;
display: block;
font-family: 'Roboto Condensed',sans-serif;
font-size: 21px;
letter-spacing: inherit;
text-decoration: underline;
text-transform: none;
}
.td-social-like-tweet {
margin-bottom: 22px !important;
}
.td-social-sharing {

margin-bottom: 10px !important;
}
.td_mod2 .meta-info, .td_mod3 .meta-info, .td_mod5 .meta-info { 
display: none; 
}
.header-search-wrap {
display: none;
}
.page-nav-post {
padding: 0px;
margin-bottom: 0px !important;
}
@media (max-width: 767px){
.td-header-bg .header-style-3 .td-logo img {
position: fixed;
top: 3px;
z-index: 3;
width: 180px;
height: 48px;
}
.td-menu-placeholder .td-affix {
height: 48px;
z-index: 2 !important;
position: fixed !important;
}
.container-fluid {
padding: 0 15px !important;
}
.row-fluid .span4 {
 margin-left: 1.20% !important;
}
@media (min-width: 1200px)
.row-fluid .span8 {
width: 68.174129353234% !important;
}
#ssWidget2198 .ssWidgetTitle strong {
display: none;
height: 0px;
line-height: 27px;
font-weight: inherit;
}
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu { margin: 0px 0px 0px 0px !important
}
.td-header-menu-wrap .menu-top-container {
float: left;
}

And if its not in there, what file its in and the line so I can see if I may have manually removed it?

  • This reply was modified 11 years by sbo.
gusrblanco
Participant
#0

Hi there!

Good template!!!

I’m having trouble with the logo for mobile in this site: http://marionegri.com.ar

I’ve defined this image (300 x 100): http://marionegri.com.ar/wp-content/uploads/2014/11/logomovil.jpg

but when I browse the page through my phone the template shows the header (not mobile) logo but in a tiny version

Regards
Gustavo

Lucian
tagDiv Staff

Hi,

First set the header style to default (header style 1) then go to theme colors and set the header background color to white, like this: http://screencast.com/t/W79xcBpoG9h
Result: http://screencast.com/t/aicGE4GFL5

Thanks

Thakksy
Participant
Post error - topic
#0

Does anyone have any idea what the following error is:

Warning: Invalid argument supplied for foreach() in /home/thakksy/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 345

Warning: Cannot modify header information – headers already sent by (output started at /home/thakksy/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home/thakksy/public_html/wp-admin/post.php on line 233

Warning: Cannot modify header information – headers already sent by (output started at /home/thakksy/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home/thakksy/public_html/wp-includes/pluggable.php on line 1179

Only getting this error when trying to edit one of my posts at http://www.cruisehive.com/disney-magic-suffers-from-minor-power-failure/5127

Viewing 25 results - 28,151 through 28,175 (of 29,850 total)