Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Content added w/ TDE Web Editor missing

Guest
Oct 17, 2010 Oct 17, 2010

I am building my first major site  thru DW CS5.  I have been working the design and adding content  identifiers to add content through TDE web editor.  I added Vista  Buttons and removed my spry menu, after doing this I ran into an issue  with Vista Buttons and had to delete all files related to it, and added  my spry menu back in until I figure out the vista buttons issue.

After  adding my spry menu back in and linking all the menus to the correct  files, I republished. Checking the site after republish I noticed the  pages aren't populated and all the content that is still in TDE Web  editor, that was added prior to this issue isn't showing.  Checked TDE  Web editor, all content is still there and populated correct, all of my  Content Identifiers set up are still in my code on each page needed.   What has caused all this content to not show... I beleive I made a  change to the code that caused this but dont know what I changhed to  change it back.  All content I add thru DW populates after publiush but  TDE content does not.

http://0319020.netsolhost.com

please help 😕

TOPICS
Extensions
853
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 18, 2010 Oct 18, 2010

Hi

Have you configured your pages for use with this editor? The reason I ask this is that this cms is normally used on php pages and you are using html as your page extension.

PZ

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 18, 2010 Oct 18, 2010

Yes, the pages are configured correct since TDE web editor gives the option to add to non-php pages.  The content on TDE has worked prior, and only since my change with spry to vista buttons did I see this issue after republish, once I put the spry menu back in and linked all the pages, the content disappeared.  I can go to my admin panel for TDE and all the content is still there.  I am thinking that when I changed back to the spry menu and deleted the code added in when I added Vista Buttons I accidentally deleted something I shouldnt have...  any other ideas???

I really want to avoid starting from square one here 😕

Any help would be much appreciated!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 18, 2010 Oct 18, 2010

Hi

This would be my opinion as well -

I am thinking that when I changed back to the spry menu and deleted the code added in when I added Vista Buttons I accidentally deleted something I shouldnt have...  any other ideas???

All I can suggest is that you create a 'new' temp site with one page, and compare the code generated.

PZ

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 18, 2010 Oct 18, 2010
LATEST

After some troubleshooting of my own, I'm thinking for whatever reason I have overlapping tables (if that makes sense).  It seems the footer and the sidebar are in the same div, the sidebar is fine, I would like to either move the footer to the bottom of the page, or just completely delete it without taking my sidebar with it, can someone please provide some insight on how this might be done.. The footer table is covering up my content table which I'm thinking is the reason for nothing showing up on TDE

Thank you for any help provided!

Here is the code:

<div class="footer">
    <div class="footer">
      <p class="sidebar1"><img src="../images/adds_up.jpg" alt="Valoancaptain.com" width="300" height="240" class="side_img" /><br />
        <br />
      Sign up for our <strong>Free</strong> VA Loan Captain Newsletter!  Just enter you information below to <strong>register</strong>!      <br />
      <br />
Enter your name:<br />
  <input type="text" name="namefield" id="namefield" />
  <br />
        Enter your email:<br />
  <input type="text" name="email" id="email" />
  <br />
  <input type="radio" name="task" value="subscribe" checked="checked" />
        Subscribe
  <input type="radio" name="task" value="unsubscribe" />
        Unsubscribe<img src="/TDE_Newsletter/admin/sender.php" border="0" width="1" height="1"/><img src="TDE_Newsletter/admin/sender.php" border="0" width="1" height="1"/><br />
  <input type="submit" name="subbtn" id="subbtn" value="Submit" />
      <br />
    </div>
  </div>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines