intosuwo

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Positioning 2 elements #4670
    intosuwo
    Customer

      Thanx for the reply, i will dive into it and hopefully it works for me.

      in reply to: Portfolio page #3907
      intosuwo
      Customer

        Thanxs Wes this solved my problem.Keep up doing the the best.

        Regards Ton

        in reply to: Portfolio page #3825
        intosuwo
        Customer

          /** Add Widget Area */

          add_action( ‘genesis_before_content_sidebar_wrap’, ‘child_before_content_ad_sidebar’ );
          /** Loads a new sidebar before the content */
          function child_before_content_ad_sidebar() {

          echo ‘<div class=”before-content-ad”>’;
          dynamic_sidebar( ‘before-content-ad’ );
          echo ‘</div>’;

          }

          in reply to: Portfolio page #3805
          intosuwo
          Customer

            /** Register Widget Area */

            genesis_register_sidebar( array(
            ‘id’            => ‘before-content-ad’,
            ‘name’          => __( ‘Before-content-ad’ ),
            ‘description’   => __( ‘Content on top portfoliopage.’ ),
            ) );

            in reply to: Portfolio page #3751
            intosuwo
            Customer

              Hi Wes,

              Thanks for responding, i’ve added a widget, but now this widget is above the Breadcrumbs but i want it beneath.

              I want  first: 1)  Breadcrumbs  2)Page Title  3) description of the page

              Any ideas?

              Regards Ton

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