• Resolved szecsenke

    (@szecsenke)


    Hello i would like to have a full width slider shortcode:

    <?php 
    echo do_shortcode('[smartslider3 slider=1]');
    
    ?>

    put tightly above the main menu, the way the “posts” are featured now (so in place of that item)
    The header php looks weird and contains hooks and im totally lost. Please help.
    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Gabor

    (@nextendweb_gabor)

    Szia @szecsenke!

    Mi is magyarok vagyunk a Smart Slider 3-nál, talán így k?nnyebb lesz beszélni! ??

    Megnéztem a témád kódját és ez a fálj készíti a header rész html kódját:
    wp-content\themes\blossom-feminine\inc\template-functions.php
    a function blossom_feminine_header(){…} kód. Ezt a “Szécsénke” logót szeretnéd kicserélni? Az itt készül, a 87. sortól:

    <div class="header-m site-branding"<?php echo $bg; ?>>
        <div class="container" itemscope itemtype="https://schema.org/Organization">
            <?php
            if (function_exists('has_custom_logo') && has_custom_logo()) {
                the_custom_logo();
            } ?>
            <h1 class="site-title" itemprop="name"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"
                                                      itemprop="url"><?php bloginfo('name'); ?></a></h1>
            <?php
            $description = get_bloginfo('description', 'display');
            if ($description || is_customize_preview()) { ?>
                <p class="site-description" itemprop="description"><?php echo esc_html($description); ?></p>
                <?php
            }
            ?>
        </div>
    </div><!-- .header-m -->

    szóval azt az egész rész kit?r?lhetnéd és odatehetnéd a shortcode PHP kódunkat:

    <?php 
    echo do_shortcode('[smartslider3 slider=1]');
    ?>
    • This reply was modified 6 years, 5 months ago by stephencottontail. Reason: removed email
    Thread Starter szecsenke

    (@szecsenke)

    Szia!
    Nagyon k?szi a választ, ezt a “cikkek” részt szeretném helyettesíteni a sliderrel

    ja és bocsi, nem menü f?lé, hanem alá szeretném illeszteni…:)

    View post on imgur.com

    • This reply was modified 6 years, 5 months ago by szecsenke.

    @nextendweb_gabor: Please do not ask people to contact you off-forum.

    Thread Starter szecsenke

    (@szecsenke)

    Anyway thanks for the great help, its a very cool plugin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Positioning an item in the header’ is closed to new replies.