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 » Center area post/pages »

[SOLVED] Commenting out code not working for me


  #1  
Old Mar 28, 2013, 09:25 AM
markzip
 
60 posts · Jan 2010
[SOLVED] Commenting out code not working for me

http://www.mayapplepress.com
WP 3.5.1
Atahualpa 3.7.7

On http://mayapplepress.com/submissions/ I need to comment out a block of text in the middle of the page and then have the page resume after the commented out block. But when I insert the standard html tags
Code:
<!-- here is the stuff I want to remove -->
all it does is kill the rest of the page below the start of the comment.

  #2  
Old Mar 28, 2013, 10:05 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
are you just inserting that into the post?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 28, 2013, 10:34 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Using some html may be iffy for a variety of reasons but you could just use something like the following.
HTML Code:
<div style="display: none;">Text I want to hide</div>
You could also create a class of, for example hide-text and put the following in CSS Inserts
HTML Code:
.hide-text {
display: none;
}
and then use the following wherever you want
HTML Code:
<div class="hide-text">Text I want to hide</div>
__________________
~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.

Bookmarks

Tags
commenting out, html code, html parsing, pages



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add rules/guidelines for commenting in the comment box Kimberly Gill Comments, trackbacks & pings 1 Sep 26, 2010 12:28 PM
[SOLVED] Video code not working in new version 3.53 stevecahill New Versions, & Updating 3 Aug 3, 2010 08:40 PM
[SOLVED] how can I fix my disqus commenting system? Jurgen Estanislao Comments, trackbacks & pings 5 May 30, 2010 09:34 AM
Help me with commenting Shepherd Jim Atahualpa 3 Wordpress theme 0 Dec 7, 2009 08:48 AM


All times are GMT -6. The time now is 07:35 AM.


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