Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

cant delete top of page text?


  #1  
Old Aug 30, 2011, 09:50 AM
zipzap
 
9 posts · Jul 2011
I cant see anyway of deleting mysterious text at top of page - its a copy of a paragraph further down the page dont know how it got there or how to delete it. its not appearing in any of the edit page panels url is http://www.mynationalparks.co.uk/ offending para is top one about brecon beacons.

Any ideas appreciated?
  #2  
Old Aug 30, 2011, 07:05 PM
Jam's Avatar
Jam
 
1,112 posts · Mar 2011
Perth, Western Australia
Check the code in your Style and edit header area. Its a leftover piece of code, you may have edited the header area includes but left some code?
__________________
May the learning curve never plateau... Thanks Larry for teaching me heaps.
My Themeframe built sites
  #3  
Old Aug 31, 2011, 07:44 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Also it looks like you may have Atahualpa 3.6.7 installed but the patches are not applied. The patches can be found in the new versions and updating forum. You should apply ALL the patches as the items they fix are not necessarily just the ones listed.

I am not sure if that is your issue with that text but it will at least eliminate it as a possibility.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #4  
Old Aug 31, 2011, 09:19 AM
zipzap
 
9 posts · Jul 2011
Thanks will try patches if nothing else works - though maybe quicker to redo whole page? I did remove image from header area inluded header items are:

%pages %logo %bar1 %bar2

Does that help - not really sure what I am looking for in header code shall I just paste it all here?
  #5  
Old Aug 31, 2011, 12:13 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Please apply the patches before doing anything else
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Sep 3, 2011, 10:36 AM
zipzap
 
9 posts · Jul 2011
OK all patches applied at 17.30 GMT - How long do I need to wait before they are "live"?
  #7  
Old Sep 3, 2011, 11:19 AM
zipzap
 
9 posts · Jul 2011
Just spotted something else at Very top of same page. There is charectors " />
You think this may be related to other issue? If not do i need to do a seperate post and which forum?
Thanks
  #8  
Old Sep 3, 2011, 10:05 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I would look through the setting for the theme and look for that code somewhere.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #9  
Old Sep 5, 2011, 08:59 AM
zipzap
 
9 posts · Jul 2011
If you mean the erronious " /> charectors. Ive looked in header codr but of course " /> appears at end of all php code lines. There did seem to be an extra " /> inbetween lines of code so i deleted and saved and updated but didnt make any difference. Maybe header is wong place to look? here it is anyway:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php global $templateURI, $homeURL; ?>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<?php // if index.php or another page template (copied from index.php) was not used
if (!isset($bfa_ata))
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options(); ?>
<?php if ( isset($bfa_ata['IEDocType']) ) {
switch ( $bfa_ata['IEDocType'] ) {
case "None":
break;
case "EmulateIE7":
?><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<?php
break;
case "EmulateIE8":
?><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
<?php
break;
case "IE8":
?><meta http-equiv="X-UA-Compatible" content="IE=8"/>
<?php
break;
case "IE9":
?><meta http-equiv="X-UA-Compatible" content="IE=9"/>
<?php
break;
case "Edge":
?><meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<?php
break;
default:
break;
}} ?><?php bfa_meta_tags(); ?>
<?php if ($bfa_ata['favicon_file'] != "") { ?><link rel="shortcut icon" href="<?php echo $templateURI; ?>/images/favicon/<?php echo $bfa_ata['favicon_file']; ?>" />
<?php } ?>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( $bfa_ata['css_external'] == "External" ) { ?><link rel="stylesheet" href="<?php echo $homeURL; ?>/?bfa_ata_file=css" type="text/css" media="all" /><?php } ?>
<?php if ( function_exists('wp_list_comments') AND is_singular() ) { wp_enqueue_script( 'comment-reply' ); } ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?><?php bfa_incl('html_inserts_body_tag'); ?>>
<?php bfa_incl('html_inserts_body_top'); ?>
<div id="wrapper">
<div id="container">
<table id="layout" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<?php if ( $left_col == "on" ) { ?><col class="colone" /><?php } ?>
<?php if ( $left_col2 == "on" ) { ?><col class="colone-inner" /><?php } ?>
<col class="coltwo" />
<?php if ( $right_col2 == "on" ) { ?><col class="colthree-inner" /><?php } ?>
<?php if ( $right_col == "on" ) { ?><col class="colthree" /><?php } ?>
</colgroup>
<tr>

<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">

<?php echo bfa_header_config(); ?>

</td>
<!-- / Header -->

</tr>

<!-- Main Body -->
<tr id="bodyrow">

<?php if ( $left_col == "on" ) { ?>
<!-- Left Sidebar -->
<td id="left">

<?php // Widgetize the Left Sidebar
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Left Sidebar') ) : ?>

<div class="widget widget_categories"><div class="widget-title">
<h3><?php _e('Categories','atahualpa'); ?></h3>
</div>
<ul><?php wp_list_categories('show_count=1&title_li='); ?></ul>
</div>

<div class="widget widget_archive"><div class="widget-title">
<h3><?php _e('Archives','atahualpa'); ?></h3>
</div>
<ul><?php wp_get_archives('type=monthly'); ?></ul>
</div>

<div class="widget widget_text"><div class="widget-title">
<h3>A sample text widget</h3></div>
<div class="textwidget">
<p>Etiam pulvinar consectetur dolor sed malesuada. Ut convallis
<a href="http://wordpress.org/">euismod dolor nec</a> pretium. Nunc ut tristique massa. </p>
<p>Nam sodales mi vitae dolor <em>ullamcorper et vulputate enim accumsan</em>.
Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. <strong>Nulla nulla lorem</strong>,
suscipit in posuere in, interdum non magna. </p>
</div>

<?php endif; ?>

</td>
<!-- / Left Sidebar -->
<?php } ?>

<?php if ( $left_col2 == "on" ) { ?>
<!-- Left INNER Sidebar -->
<td id="left-inner">

<?php // Widgetize the Left Inner Sidebar
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Left Inner Sidebar') ) : ?>

<!-- no default content for the LEFT INNER sidebar -->

<?php endif; ?>

</td>
<!-- / Left INNER Sidebar -->
<?php } ?>


<!-- Main Column -->
<td id="middle">
  #10  
Old Sep 5, 2011, 11:36 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I was talking about in the theme settings. I never mess with the theme files themselves. If you have added code there that's whole different issue.

Have you modified any of the theme files?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by juggledad; Sep 5, 2011 at 11:51 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to remove delete or get rid of &quot;Sample Text Widget&quot; helpsolve Sidebars & Widgets 2 Apr 14, 2011 06:47 PM
Help: Did I just delete my home page?! andrew_k Page & Category Menu Bars 6 Mar 4, 2011 08:06 PM
[SOLVED] How do I delete an unwanted text widget on static page? Catpriestess Sidebars & Widgets 2 Sep 23, 2010 03:27 PM
[SOLVED] ShareThis plugin: need to delete text it placed agrossman Atahualpa 3 Wordpress theme 2 Sep 2, 2009 08:46 PM
[SOLVED] Text Widget - how can I highlight all text (ctl-A) for a fast delete? Leoni Plugins & Atahualpa 5 Jul 14, 2009 07:38 PM


All times are GMT -6. The time now is 01:19 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.