Slider Image text

Viewing 14 posts - 1 through 14 (of 14 total)
  • #5496
    jaxtman
    Participant

    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.

    http://www.studioruedp.com

     

    #5500
    Daniel Tara
    Keymaster

    In loop-slider.php remove everything that’s located inside <div class=”entry-container”>

    #5515
    jaxtman
    Participant

    Hi 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.

    #5537
    jaxtman
    Participant

    Hi 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.

    #5551
    Daniel Tara
    Keymaster

    What 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.
    #5556
    jaxtman
    Participant

    Hi 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.

    #5562
    Daniel Tara
    Keymaster

    There is no way that you have deleted all lines I mentioned above and the text still appears. Please double check.

    #5563
    Daniel Tara
    Keymaster

    From how your code looks you haven’d actually deleted the divs but just the content inside them.

    #5566
    jaxtman
    Participant

    Hi 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 ) : ?>

    #5568
    jaxtman
    Participant

    It 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?

    #5570
    jaxtman
    Participant

    I will send sections.

    rel=”bookmark”>

    #5571
    jaxtman
    Participant

    Well that isn’t working either. Grrr…any thoughts. Thanks!!

    #5575
    Daniel Tara
    Keymaster

    The 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.

    #5577
    jaxtman
    Participant

    Thank you so much Danie!! I am thrilled. It works perfectly. The problem is solved. Again, I appreciate all your help and love the website template. Is is perfect for my needs.

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.