botvillian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] 'not found'on the bottom of the pagehello Yana GoodDay.
open your style.css and put the following code lines right at the bottom:
body.home #primary { display: none; }
if you want to set posts later you have to remove them again.
regards
torstenForum: Themes and Templates
In reply to: [evolve] disabling theme codeI have found the solution on the german wordpress forum:
open style.css and put the following code at the bottom:
body.home #primary { display: none; }
done!
thanks for your help.
regards
torstenForum: Themes and Templates
In reply to: [evolve] A front page with no postshello FarzamF.
he/she wants to keep the slider but remove the posts section.
just like me … ??
PS: deleting the lines didn’t have any effect.
Forum: Themes and Templates
In reply to: [evolve] disabling theme codejust this minute I found this website:
they write:
To hide or deactivate PHP code in a template file:
<?php // the_content(Continue Reading...); ?> or <?php /* the_content(Continue Reading...); */ ?>
I also tried this. I put
<?php //
at the beginning of line 880 and
?>
at the end of the line.
same for line 884.
no effect.
what am I doing wrong?
the whole original code section I want to change is:
<h1 class="entry-title"><?php _e( 'Not Found', 'evolve' ); ?></h1> <!--BEGIN .entry-content--> <div class="entry-content"> <p><?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'evolve' ); ?></p>
It’s in the index.php of my theme folder:
/wp-content/themes/evolve
Forum: Themes and Templates
In reply to: [evolve] disabling theme codehi FarzamF.
thanks for your reply.
I tried to disable the code by putting a hash at the beginning of each of both lines. but that obviously was not expedient.
what do I have to do exactly?
regards
torstenForum: Themes and Templates
In reply to: [evolve] disabling theme code–
Forum: Themes and Templates
In reply to: [evolve] html file name of startpagehello bydlo.
thanks you for reply.
for now the topic is closed for me.
regards
torsten