walidmrealtor

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Welcome Feature 4-6 #3260
    walidmrealtor
    Customer

      The functions.php and CSS seem to be working fine, I just can’t get the home.php correct…

      in reply to: Welcome Feature 4-6 #3259
      walidmrealtor
      Customer

        OK.

        It looks like I’m trying to insert my 3 widgets code in between these two…

         

        if ( is_active_sidebar( ‘home-feature-3’ ) ) {

        echo ‘<div id=”home-feature-bg”><div class=”wrap”><div class=”home-feature-3″>’;

        dynamic_sidebar( ‘home-feature-3’ );

        echo ‘</div><!– end .feature-3 –></div><!– end .wrap –></div><!– end #home-feature-bg –>’;

        }

         

        if ( is_active_sidebar( ‘home-feature-4’ ) ) {

        echo ‘<div id=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-4″>’;

        dynamic_sidebar( ‘home-feature-4’ );

        echo ‘</div><!– end .feature-4 –></div><!– end .feature-4 –></div><!– end #home-feature-bg-alt –>’;

        }

         

         

        Do I create home feature 3 as one separate section, then duplicate it and name section 4 as a separate section, then duplicate welcome feature 1-3 (rename 4-6), then insert welcome feature 4-6 in between them?

        Sorry I keep getting errors, I’m trying to figure out how to go about this…

        in reply to: Welcome Feature 4-6 #3253
        walidmrealtor
        Customer

          Here’s what I’m trying to display…

           

          http://i.imgur.com/DyUeGkQ.png

          in reply to: Welcome Feature 4-6 #3244
          walidmrealtor
          Customer

            With the code from the previous post I keep losing the slider widget….

            I added 4,5,6 to the functions meta but it’s still not coming out right.

            function epik_home_genesis_meta() {

            if ( is_active_sidebar( ‘slider’ ) || is_active_sidebar( ‘welcome-wide’ ) || is_active_sidebar( ‘welcome-feature-1’ ) || is_active_sidebar( ‘welcome-feature-2’ ) || is_active_sidebar( ‘welcome-feature-3’ ) || is_active_sidebar( ‘welcome-feature-4’ ) || is_active_sidebar( ‘welcome-feature-5’ ) || is_active_sidebar( ‘welcome-feature-6’ ) || is_active_sidebar( ‘home-feature-4’ ) || is_active_sidebar( ‘home-feature-5’ ) || is_active_sidebar( ‘home-feature-6’ ) || is_active_sidebar( ‘home-feature-7’ ) || is_active_sidebar( ‘home-feature-8’ ) || is_active_sidebar( ‘home-feature-9’ ) || is_active_sidebar( ‘home-feature-10’ ) || is_active_sidebar( ‘home-feature-11’ ) || is_active_sidebar( ‘home-feature-12’ ) || is_active_sidebar( ‘home-feature-13’ ) || is_active_sidebar( ‘home-feature-14’ ) ) {

            in reply to: Welcome Feature 4-6 #3243
            walidmrealtor
            Customer

              /**
              * Display widget content for "Home Feature Middle" section.
              *
              */
              function epik_home_loop_helper_middle() {

              if ( is_active_sidebar( 'home-feature-1' ) || is_active_sidebar( 'home-feature-2' ) ) {

              echo '';

              if ( is_active_sidebar( 'home-feature-1' ) ) {
              echo '';
              dynamic_sidebar( 'home-feature-1' );
              echo '<!-- end .feature-1 -->';
              }

              if ( is_active_sidebar( 'home-feature-2' ) ) {
              echo '';
              dynamic_sidebar( 'home-feature-2' );
              echo '<!-- end .feature-2 -->';
              }

              echo '<!-- end .wrap --><!-- end #home-feature-bg-alt -->';

              }

              /**
              * Display widget content for the "Home Feature 2" section.
              *
              */
              function epik_home_loop_helper_welcome() {

              if ( is_active_sidebar( 'welcome-feature-4' ) || is_active_sidebar( 'welcome-feature-5' ) || is_active_sidebar( 'welcome-feature-6' ) ) {

              echo '';

              echo '';

              if ( is_active_sidebar( 'welcome-feature-4' ) ) {
              echo '';
              dynamic_sidebar( 'welcome-feature-4' );
              echo '<!-- end .welcome-feature-4 -->';
              }

              if ( is_active_sidebar( 'welcome-feature-5' ) ) {
              echo '';
              dynamic_sidebar( 'welcome-feature-5' );
              echo '<!-- end .welcome-feature-5 -->';
              }

              if ( is_active_sidebar( 'welcome-feature-6' ) ) {
              echo '';
              dynamic_sidebar( 'welcome-feature-6' );
              echo '<!-- end .welcome-feature-6 -->';
              }

              echo '<!-- end .welcome-features --><!-- end .wrap --><!-- end #welcome -->';

              }

              }

              if ( is_active_sidebar( 'home-feature-3' ) ) {
              echo '';
              dynamic_sidebar( 'home-feature-3' );
              echo '<!-- end .feature-3 --><!-- end .wrap --><!-- end #home-feature-bg -->';
              }

              if ( is_active_sidebar( 'home-feature-4' ) ) {
              echo '';
              dynamic_sidebar( 'home-feature-4' );
              echo '<!-- end .feature-4 --><!-- end .feature-4 --><!-- end #home-feature-bg-alt -->';
              }

              }

              in reply to: Welcome Feature 4-6 #3240
              walidmrealtor
              Customer

                Is the code I’m using above correct? I’m not quite sure where to paste it in the functions.php.

                 

                I took out the wide portion because I don’t need a second welcome feature wide, but I’m not sure I recoded it correct.

                I get an error when I insert it.

                in reply to: Thin Banner (header) #3112
                walidmrealtor
                Customer

                  10px Did it!

                  Perfect

                  Thank you Wes, I appreciate that!

                  in reply to: Thin Banner (header) #3106
                  walidmrealtor
                  Customer
                    in reply to: Change Hover color for links #3100
                    walidmrealtor
                    Customer

                      I figured it out.

                      in reply to: Social Icons #3096
                      walidmrealtor
                      Customer

                        I switched, that worked out perfect.

                         

                        Thanks Wes!

                        in reply to: Question regarding home.php #2033
                        walidmrealtor
                        Customer

                          I did, that doesn’t work.

                          I think something’s going on with the conditional tags that’s preventing it from showing in the right place.

                          in reply to: Question regarding home.php #2024
                          walidmrealtor
                          Customer

                            Oops, here’s the images of the issue –

                             

                            I’d like it to butt up against the bottom of the slider (or even move to the bottom of the slider)…

                            http://i.imgur.com/JctXa.jpg

                             

                            http://i.imgur.com/kSraH.jpg

                            in reply to: Question regarding home.php #2023
                            walidmrealtor
                            Customer

                              Ok. I can get it to show up; however, it shows up in the spot where the slider is.

                               

                              Can you help me get it to position directly under the slider?

                              in reply to: Question regarding home.php #2022
                              walidmrealtor
                              Customer

                                Ok, I have the following code loaded first in home.php

                                 

                                <?php

                                 

                                 

                                /** Add Generate Box after header **/

                                add_action( ‘genesis_after_header’, ‘generate_box’ );

                                function generate_box() {

                                 

                                if ( is_active_sidebar( ‘generate-box’ ) ) {

                                echo ‘<div id=”generate-box”><div class=”wrap”>’;

                                dynamic_sidebar( ‘generate-box’ );

                                echo ‘</div><!– end .wrap –></div><!– end #generate-box –>’;

                                }

                                 

                                }

                                 

                                add_action( ‘genesis_meta’, ‘optimal_home_genesis_meta’ );

                                /**

                                * Add widget support for homepage. If no

                                 

                                 

                                I’ve added all of the CSS except for the responsive. Nothing. None of the CSS is showing up. Is this code affecting that?

                                in reply to: Question regarding home.php #2018
                                walidmrealtor
                                Customer

                                  No, I figured I’d check with the expert first 🙂 That was actually the portion that slowed me down and prompted me to contact you.

                                  I’m not very familiar with this particular coding though I do have limited understanding…

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