-
jaxtman
ParticipantHello, I have one more question to ask to figure out my issue. With the home page slider images, I created my own text vertically in the images. How do I make the text that shows up to create the new post (featured image) go away but still having the image remain as the featured image. I would like to use the text that I created instead. Please help. Thank you and I love the template. It is perfect for my site.
Daniel Tara
KeymasterIn loop-slider.php remove everything that’s located inside <div class=”entry-container”>
jaxtman
ParticipantHi Daniel,
Thanks for the help however it didn’t completely cure my problem. Now the text has moved to the top with no bar behind it. How do I now get rid of the text all together? Thanks again for an awesome template. It is perfect.jaxtman
ParticipantHi again Daniel,
I am sure you are very busy but I wondered if you had any thoughts on my little issue of getting rid of the text that is now at the top of the slider images. I want it to be completely gone. Please let me know what I should do. Thanks again for your help. I really appreciate it.Daniel Tara
KeymasterWhat I meant wasn’t that you remove just that line but the entire block of content, mainly this piece of content:
<div class="entry-container"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <div class="entry-summary"> <?php the_excerpt(); ?> <div class="clear"></div> </div><!-- .entry-summary --> </div><!-- .entry-container -->
- This reply was modified 12 years, 7 months ago by Daniel Tara.
jaxtman
ParticipantHi Daniel. Thank you for the reply. It kind of worked. I deleted everything that you had marked in blue and still the text remains but now it is blue. What next? Thanks again for your help. I almost have it just not sure what to delete now. Looking forward to hearing from you.
Daniel Tara
KeymasterThere is no way that you have deleted all lines I mentioned above and the text still appears. Please double check.
Daniel Tara
KeymasterFrom how your code looks you haven’d actually deleted the divs but just the content inside them.
jaxtman
ParticipantHi again. It is possible I haven’t deleted everything I am supposed to. I apologize I really don’t understand code and I wasn’t really sure on everything I was supposed to delete. I am going to copy in the code for loop-slider.php and hopefully you can tell me what has to still be deleted. Could you possibly highlight everything either in a different color or something so I know exactly what I am supposed to get rid of. Thank you again and sorry for the trouble. I am new at websites. Appreciate your help.
4,
‘paged’ => $paged,
‘ignore_sticky_posts’ => 1
);
$args = wp_parse_args( $args, $wp_query->query );
?><div id="post-” style=”background:url() center no-repeat”>
<a class="overlay" href="” rel=”bookmark”>
max_num_pages > 1 ) : ?>
jaxtman
ParticipantIt looks like not everything copied in. Maybe it is to long. I will try something else.
Any recommendations how I can get you the full code?Daniel Tara
KeymasterThe code you need to delete is in the post above. Each line comes right after the other one and you must delete each full line highlighted in the post above.
You must be logged in to reply to this topic.