-
jaxtmanParticipant
Hello, 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 TaraKeymasterIn loop-slider.php remove everything that’s located inside <div class=”entry-container”>
jaxtmanParticipantHi 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.jaxtmanParticipantHi 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 TaraKeymasterWhat 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, 5 months ago by Daniel Tara.
jaxtmanParticipantHi 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 TaraKeymasterThere is no way that you have deleted all lines I mentioned above and the text still appears. Please double check.
Daniel TaraKeymasterFrom how your code looks you haven’d actually deleted the divs but just the content inside them.
jaxtmanParticipantHi 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 ) : ?>
jaxtmanParticipantIt 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 TaraKeymasterThe 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.