Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Actually, I found the answer shortly after posting this.

    body.page .entry-header, body.post .entry-header { display: none; }
    
    body.page .entry-header, body.post .entry-header {
        display: none;
    }

    Thanks!

    Greetings,

    I’m using Customizr 3.2.17 and I want to remove the page title text. I looked at the snippet link above and tried the code therein but it did not work. How can I remove the page title text and separator line in Customizr 3.2.17?

    [ https://smechurch.org ]

    Thanks so much!

    Thread Starter rdodds00

    (@rdodds00)

    It’s Corporate 2.0 from NewWpThemes. I don’t see any settings in the theme editor for removing them.

    rdodds00

    (@rdodds00)

    Well, I’ve got my WP pages set up to go to full width/no sidebars for many of the pages. I placed that slider code in the pages templates but since the code isn’t in the full width templates the slider doesn’t show, which is good. No reason to have the slider on every page. Just the home/welcome page would suffice. So that’s what I have. It’s working fine, except the placement isn’t where I’d like it to be. You can see the slider is almost right on top of the Welcome text.

    https://smechurch.org/smechurch/

    Should I place the code somewhere else?

    rdodds00

    (@rdodds00)

    This doesn’t really answer the question of where to place the code. The instructions say:

    Place this: <?php if (function_exists(‘nivoslider4wp_show’)) { nivoslider4wp_show(); } ?> in your templates

    But.. in your templates? Where? In the Edit Post/Page editor? Do I switch to HMTL view and paste the code there? Or do I go to Appearance / Editor and add the code to “page.php?” I’ve done that, added it to page.php like this:

    <?php global $theme; get_header(); ?>
    <?php if ( is_front_page() && function_exists(‘nivoslider4wp_show’) ) { nivoslider4wp_show(); } ?>
    <div id=”main”>

    <?php $theme->hook(‘main_before’); ?>

    which works but the slider is placed so there’s a blank space under the headline and the slider is right against the text of the page. Just looks bad, but there’s really no instructions telling me where, exactly, to put this code.

    Any help or examples would be appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)