subfooter with wrap

Homepage Community Forums Epik Theme Support subfooter with wrap

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12641
    alexadark
    Customer

      Hi,
      i need to make this type of footer: http://www.micro-greffe-cheveux.net/, so i succeed making the 4 col
      but now i have created a subfooter widget area (i use extender)
      but there’s no wrap, so it’s not nice, and i don’t know how to had it
      then i tried to make a hook box adding html wrap, but then i need to had the search widget inside and i can’t
      how can i achieve that
      here is the site: http://greffe-de-cheveux.eu/

      #12644
      alexadark
      Customer

        i have tried that: http://cobaltapps.com/forum/forum/main-category/web-design-talk/17301-how-do-i-add-div-wrap-in-custom-widgets
        with hook box and shortcode, but nothing appears, and i don’t understand why

        then i tried that withe code method, and paste this code in functions.php

        genesis_register_sidebar( array(
        'id' => 'subfooter',
        'name' => __( 'subfooter', 'epik' ),
        'description' => __( 'widgets before footer', 'epik' ),
        ) );
        
        add_action( 'genesis_before_footer', 'alex_genesis_widget_area' );
        function alex_genesis_widget_area() {
                        genesis_widget_area( 'custom-widget', array(
        		'before' => '<div class="subfooter_wrapper"><div class="wrap">',
        		'after'  => '</div></div>',
            ) );
        
        }

        In both cases the widget area appears u-in the back off, but nothing in front 馃檨

        #12675
        Wes
        Moderator

          Did you get this working? I can see a widget area there, but I wasn’t sure if you got it looking the way you wanted it or not. If not just let me know what else you need to add.

          #12676
          alexadark
          Customer

            Hi,
            yes it works with hook boxes !
            before it was not working because my host has release a new cache and i don’t know that it was activated 馃檨

            #12688
            Wes
            Moderator

              Ok great! If you have any other questions please feel free to ask 馃檪

              #12766
              myerswb
              Customer

                Great Site Alexadark,

                How do you get your images to slide in from the sides like that?

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.