• I am not sure my posts are making it to the forum.

    I am having trouble with the blog landing page and the single post page having a slider appear. The theme seems to call for it but even though its turned on in the main page for the blog it does not appear. Please help.

    dev.tspkey.com Thanks!

    Sorry if this is duplicated.. but my posts do not seem to be showing up.

Viewing 6 replies - 1 through 6 (of 6 total)
  • goredshift cannot really see this issue..
    Could you be more specific, where the slider is missing? A link to this post could help..

    Thread Starter goredshift

    (@goredshift)

    I have hard coded an image in a separate header called header-blog.php

    <div class="carousel-inner">
    
                            <div class="item active">
    
                               <div class="carousel-image slider-full">
                                <img src="<?php bloginfo('url');?>/assets/mtns.jpg" class="attachment-slider-full">                       </div>
    
                            </div>
    
                                          </div><!-- /.carousel-inner --></div>

    The code snippet not working is.. <?php do_action ( ‘__slider’ ) ?>

    The blog main posts page and the single page are not displaying.

    Does that help? Thanks!!

    Thread Starter goredshift

    (@goredshift)

    https://dev.tspkey.com/blog/

    I have deprecated the previous code so you can see what i mean.

    Thanks.

    You’re using a very old customizr version, it could be difficult to get support for that, said that..
    What’s the connection between that hardcoded html and the action hook __slider ?
    This blog page is a page? Cannot set the slider editing the page?

    Thread Starter goredshift

    (@goredshift)

    I just updated and the theme totally hosed my child theme.

    The reason I hard coded a banner was that the slider was not working on the blog page / post page.

    I guess I will not try to fix my child theme.. UGH! ??

    Well probably you had customizr core files copied in your child-theme?
    If you want you can come back to 3.0.9 .
    I don’t know why the slider didn’t worked, probably ’cause the blog was empty? (I mean you don’t have posts..?) But honestly don’t know how that old version worked..
    But the problem is let’s say you come back to 3.0.9 and have that hardcoded html in that template part.. the thing is that you want to call it basing on the slug, something like archive-{slug}.php . This is something which will not work (if I’m not wrong):
    https://codex.www.ads-software.com/Template_Hierarchy

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Banner Image Not Showing’ is closed to new replies.