How to remove heading title page from fullwidth page
9 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up template_fullwidth.php and delete following code:
<h1 class="siteheading"> <a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','habitat')?> <?php the_title(); ?>"><?php the_title(); ?> </a> </h1>Posted 2 years ago # -
Thanx, now it works.
Tthe problem was that WP found it , two similar template_fullwidth.php , one was my backupPosted 2 years ago # -
Another two question
how to center the map?
http://www.visualproject.it/wp/about/maps/
Myabe the problem is my modified css..
Posted 2 years ago # -
Hey,
try adding
style="margin-left: 30px;"to the iframe. Maybe you need to adjust the margin value.
Posted 2 years ago # -
Where ? in the template_fullwidth.php? or in the style.css
Posted 2 years ago # -
I'm not sure how you embed your map but normally you get an iframe code which you have to insert in your post/page content text field. After <iframe ... add
style="margin-left: 30px;"Posted 2 years ago # -
this may code
<p><iframe width="900" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&hl=it&t=h&msa=0&msid=105223402105815322183.000447ae58e67cb235e6f&ll=44.393294,8.98969&spn=0.004661,0.009785&output=embed"></iframe><small>Visualizza Visualproject tirrenian division in una mappa di dimensioni maggiori</small></p>
ok
Posted 2 years ago # -
Hey,
try:
<p><iframe style="margin-left: 40px;" width="900" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&hl=it&t=h&msa=0&msid=105223402105815322183.000447ae58e67cb235e6f&ll=44.393294,8.98969&spn=0.004661,0.009785&output=embed"></iframe><small>Visualizza Visualproject tirrenian division in una mappa di dimensioni maggiori</small></p>You can adjust the margin value - at the moment it's 40px.
Posted 2 years ago #
Reply
You must log in to post.














