m

Forum Replies Created

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • in reply to: Less than a Half Inch on Both Sides of My Site… #15648
    m
    Customer

      Hey Kronos,

      Thank you very much, it worked!!!

      I truly appreciate it. Yes, you are right, it had to be a typo of some sort when I was modifying it a while ago.

      Thanks again, very helpful!

      in reply to: Less than a Half Inch on Both Sides of My Site… #15588
      m
      Customer
        This reply has been marked as private.
        in reply to: How to remove the H1 tag from the Logo? #15485
        m
        Customer

          Ok Eric, thank you for your time, appreciate it very much!!!

          in reply to: How to remove the H1 tag from the Logo? #15435
          m
          Customer

            Hey Eric, thank you for your help! Unfortunately I need to remove the h1 tag from the logo only, not the title.

            I appreciated it your help!!!

            in reply to: Moving the Order of the Widgets Please… #15390
            m
            Customer

              Wes, thank you very much!!! I appreciated it a lot.

              Strangely I did not change the first part (functions) or maybe I did but do not remember.

              Thank you again and stay well!!!

              Wish you tons more success with your fantastic Epik theme!!!

              in reply to: Moving the Order of the Widgets Please… #15351
              m
              Customer
                This reply has been marked as private.
                in reply to: Moving the Order of the Widgets Please… #15269
                m
                Customer
                  This reply has been marked as private.
                  in reply to: Moving the Order of the Widgets Please… #15258
                  m
                  Customer

                    Also I forgot to ask a small question if anyone can help me please. I need to remove the h1 tag from the logo, how do I do that?

                    Wish to remove it altogether or at least make it into h2. I searched for it in the php of Epik but could not find this function anywhere. Thank you!!!

                    in reply to: Moving the Order of the Widgets Please… #15257
                    m
                    Customer

                      Hey Wes, I purged the cnd completely as I use Maxcdn and cleared all caches multiple times and it does not seem to work.

                      If there is a way I can message you privately, I will send you admin login into the WP of my site, I have it backed up in case something goes wrong, no worries.

                      Thank you very much, really appreciate it!

                      in reply to: Moving the Order of the Widgets Please… #15240
                      m
                      Customer

                        Hey Wes, thank you for being so kind and patient.

                        I am sure you get bombarded every day by all of your Epik users :).

                        If the solution is simply moving the code of the section 9,10,11,12,13,14 all the way up and paste it right after the section of 1,2,3,4 like seen below, then it did not work, things have remained the same. Is that all that is involved in moving widgets?

                        Or do I need to modify something else please?

                        Thank you!

                        /**
                        * Display widget content for “Home Feature 1, 2, 3, and 4″ sections.
                        *
                        */
                        function epik_home_loop_helper_middle() {
                        
                        if ( is_active_sidebar( ‘home-feature-1′ ) || is_active_sidebar( ‘home-feature-2′ ) ) {
                        
                        echo ‘<div class=”home-feature-bg-alt”><div class=”wrap”>';
                        
                        genesis_widget_area( ‘home-feature-1′, array(
                        ‘before’ => ‘<div class=”home-feature-1″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-2′, array(
                        ‘before’ => ‘<div class=”home-feature-2″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        echo ‘</div><!– end .wrap –></div><!– end #home-feature-bg-alt –>';
                        
                        }
                        
                        genesis_widget_area( ‘home-feature-3′, array(
                        ‘before’ => ‘<div class=”home-feature-bg”><div class=”wrap”><div class=”home-feature-3″>’,
                        ‘after’ => ‘</div></div></div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-4′, array(
                        ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-4″>’,
                        ‘after’ => ‘</div></div></div>’,
                        ) );
                        
                        }
                        
                        /**
                        * Display widget content for the “Home Feature 9, 10, 11, 12, 13, and 14″ sections.
                        *
                        */
                        function epik_home_loop_helper_bottom() {
                        
                        if ( 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′ ) ) {
                        
                        echo ‘<div class=”home-feature-bg”><div class=”wrap”>';
                        
                        genesis_widget_area( ‘home-feature-9′, array(
                        ‘before’ => ‘<div class=”home-feature-9″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-10′, array(
                        ‘before’ => ‘<div class=”home-feature-10″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-11′, array(
                        ‘before’ => ‘<div class=”home-feature-11″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-12′, array(
                        ‘before’ => ‘<div class=”home-feature-12″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        genesis_widget_area( ‘home-feature-13′, array(
                        ‘before’ => ‘<div class=”home-feature-13″>’,
                        ‘after’ => ‘</div>’,
                        ) );
                        
                        echo ‘</div><!– end .wrap –></div><!– end #home-feature-bg –>';
                        
                        }
                        
                        genesis_widget_area( ‘home-feature-14′, array(
                        ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-14″>’,
                        ‘after’ => ‘</div></div></div>’,
                        ) );
                        
                        }

                        Thanks again, truly appreciate it! I am sure a lot of users moving forward, will benefit from this post if they wish to move the display order of the widgets.

                        in reply to: Moving the Order of the Widgets Please… #15224
                        m
                        Customer

                          Thank you Wes and Jason again for your help.

                          Unfortunately for me, I am not understanding yet how to move the whole block of 9,10,11,12,13,14 and make it show after the block #4.

                          Thank you for all your help, do not feel like bothering you again.

                          You have been very supportive and I appreciate it.

                          Thank you!

                          in reply to: Moving the Order of the Widgets Please… #15197
                          m
                          Customer

                            Jason thank you for your reply!

                            Also thank you for your patience, you said that I can move the order anyway I wish to but am still confused on how to do this.

                            Do I take this section for 9,10,11,12,13,14 and simply move it up and paste it right after 1,2,3,4 like this below?

                            /**
                            * Display widget content for “Home Feature 1, 2, 3, and 4″ sections.
                            *
                            */
                            function epik_home_loop_helper_middle() {
                            
                            if ( is_active_sidebar( ‘home-feature-1′ ) || is_active_sidebar( ‘home-feature-2′ ) ) {
                            
                            echo ‘<div class=”home-feature-bg-alt”><div class=”wrap”>';
                            
                            genesis_widget_area( ‘home-feature-1′, array(
                            ‘before’ => ‘<div class=”home-feature-1″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-2′, array(
                            ‘before’ => ‘<div class=”home-feature-2″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            echo ‘</div><!– end .wrap –></div><!– end #home-feature-bg-alt –>';
                            
                            }
                            
                            genesis_widget_area( ‘home-feature-3′, array(
                            ‘before’ => ‘<div class=”home-feature-bg”><div class=”wrap”><div class=”home-feature-3″>’,
                            ‘after’ => ‘</div></div></div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-4′, array(
                            ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-4″>’,
                            ‘after’ => ‘</div></div></div>’,
                            ) );
                            
                            }
                            
                            /**
                            * Display widget content for the “Home Feature 9, 10, 11, 12, 13, and 14″ sections.
                            *
                            */
                            function epik_home_loop_helper_bottom() {
                            
                            if ( 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′ ) ) {
                            
                            echo ‘<div class=”home-feature-bg”><div class=”wrap”>';
                            
                            genesis_widget_area( ‘home-feature-9′, array(
                            ‘before’ => ‘<div class=”home-feature-9″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-10′, array(
                            ‘before’ => ‘<div class=”home-feature-10″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-11′, array(
                            ‘before’ => ‘<div class=”home-feature-11″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-12′, array(
                            ‘before’ => ‘<div class=”home-feature-12″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            genesis_widget_area( ‘home-feature-13′, array(
                            ‘before’ => ‘<div class=”home-feature-13″>’,
                            ‘after’ => ‘</div>’,
                            ) );
                            
                            echo ‘</div><!– end .wrap –></div><!– end #home-feature-bg –>';
                            
                            }
                            
                            genesis_widget_area( ‘home-feature-14′, array(
                            ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-14″>’,
                            ‘after’ => ‘</div></div></div>’,
                            ) );
                            
                            }

                            Or do I change the order here:

                            f ( is_active_sidebar( ‘slider-wide’ ) || 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( ‘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′ ) )

                            For example I would write:

                            f ( is_active_sidebar( ‘slider-wide’ ) || 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( ‘home-feature-4′ ) || 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′ ) || is_active_sidebar( ‘home-feature-5′ ) || is_active_sidebar( ‘home-feature-6′ ) || is_active_sidebar( ‘home-feature-7′ ) || is_active_sidebar( ‘home-feature-8′ ) )

                            as you can see above I moved 9,10,11,12,13,14 right after the “home feature 4”.

                            Thank you again, truly appreciate it!!!

                            in reply to: Moving the Order of the Widgets Please… #15170
                            m
                            Customer

                              Thank you very much Jason for your reply! I appreciate it.

                              Yes, I do use ftp in case something goes wrong, plus I make regular backups at the hosting level, WordPress level and manually as well.

                              Just trying to figure how to edit this home.php file to achieve this change of display order. Unfortunately for me, I use all the widgets, which is why I need to move 9,10,11,12,13 up right after 4.
                              If anyone can suggest how, here is the code:

                              <?php

                              add_action( ‘genesis_meta’, ‘epik_home_genesis_meta’ );
                              /**
                              * Add widget support for homepage. If no widgets active, display the default loop.
                              *
                              */
                              function epik_home_genesis_meta() {

                              if ( is_active_sidebar( ‘slider-wide’ ) || 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( ‘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’ ) ) {

                              remove_action( ‘genesis_loop’, ‘genesis_do_loop’ );
                              add_action( ‘genesis_after_header’, ‘epik_home_loop_helper_top’ );
                              add_action( ‘genesis_after_header’, ‘epik_home_loop_helper_welcome’ );
                              add_action( ‘genesis_after_header’, ‘epik_home_loop_helper_middle’ );
                              add_action( ‘genesis_after_header’, ‘epik_home_loop_helper_mid_bottom’ );
                              add_action( ‘genesis_after_header’, ‘epik_home_loop_helper_bottom’ );
                              add_filter( ‘genesis_pre_get_option_site_layout’, ‘__genesis_return_full_width_content’ );

                              }
                              }

                              /**
                              * Display widget content for “Slider Wide” and “Slider” sections.
                              *
                              */
                              function epik_home_loop_helper_top() {

                              genesis_widget_area( ‘slider-wide’, array(
                              ‘before’ => ‘<div class=”slider-wide”><div class=”wrap”>’,
                              ‘after’ => ‘</div></div>’,
                              ) );

                              genesis_widget_area( ‘slider’, array(
                              ‘before’ => ‘<div class=”slider”><div class=”wrap”>’,
                              ‘after’ => ‘</div></div>’,
                              ) );

                              }

                              /**
                              * Display widget content for the “Welcome-wide”, “Welcome Feature 1”, “Welcome Feature 2”, and “Welcome Feature 3″ sections.
                              *
                              */
                              function epik_home_loop_helper_welcome() {

                              if ( is_active_sidebar( ‘welcome-wide’ ) || is_active_sidebar( ‘welcome-feature-1’ ) || is_active_sidebar( ‘welcome-feature-2’ ) || is_active_sidebar( ‘welcome-feature-3’ ) ) {

                              echo ‘<div class=”welcome”><div class=”wrap”>’;

                              genesis_widget_area( ‘welcome-wide’, array(
                              ‘before’ => ‘<div class=”welcome-wide”>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              echo ‘<div class=”welcome-features”>’;

                              genesis_widget_area( ‘welcome-feature-1’, array(
                              ‘before’ => ‘<div class=”welcome-feature-1″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘welcome-feature-2’, array(
                              ‘before’ => ‘<div class=”welcome-feature-2″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘welcome-feature-3’, array(
                              ‘before’ => ‘<div class=”welcome-feature-3″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              echo ‘</div><!– end .welcome-features –></div><!– end .wrap –></div><!– end #welcome –>’;

                              }

                              }

                              /**
                              * Display widget content for “Home Feature 1, 2, 3, and 4″ sections.
                              *
                              */
                              function epik_home_loop_helper_middle() {

                              if ( is_active_sidebar( ‘home-feature-1’ ) || is_active_sidebar( ‘home-feature-2’ ) ) {

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

                              genesis_widget_area( ‘home-feature-1’, array(
                              ‘before’ => ‘<div class=”home-feature-1″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-2’, array(
                              ‘before’ => ‘<div class=”home-feature-2″>’,
                              ‘after’ => ‘</div>’,
                              ) );

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

                              }

                              genesis_widget_area( ‘home-feature-3’, array(
                              ‘before’ => ‘<div class=”home-feature-bg”><div class=”wrap”><div class=”home-feature-3″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-4’, array(
                              ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-4″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              }

                              /**
                              * Display widget content for “Home Feature 5, 6, 7, and 8″ sections.
                              *
                              */
                              function epik_home_loop_helper_mid_bottom() {

                              genesis_widget_area( ‘home-feature-5’, array(
                              ‘before’ => ‘<div class=”home-feature-bg-dark”><div class=”wrap”><div class=”home-feature-5″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-6’, array(
                              ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-6″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-7’, array(
                              ‘before’ => ‘<div class=”home-feature-bg”><div class=”wrap”><div class=”home-feature-7″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-8’, array(
                              ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-8″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              }

                              /**
                              * Display widget content for the “Home Feature 9, 10, 11, 12, 13, and 14″ sections.
                              *
                              */
                              function epik_home_loop_helper_bottom() {

                              if ( 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’ ) ) {

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

                              genesis_widget_area( ‘home-feature-9’, array(
                              ‘before’ => ‘<div class=”home-feature-9″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-10’, array(
                              ‘before’ => ‘<div class=”home-feature-10″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-11’, array(
                              ‘before’ => ‘<div class=”home-feature-11″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-12’, array(
                              ‘before’ => ‘<div class=”home-feature-12″>’,
                              ‘after’ => ‘</div>’,
                              ) );

                              genesis_widget_area( ‘home-feature-13’, array(
                              ‘before’ => ‘<div class=”home-feature-13″>’,
                              ‘after’ => ‘</div>’,
                              ) );

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

                              }

                              genesis_widget_area( ‘home-feature-14’, array(
                              ‘before’ => ‘<div class=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-14″>’,
                              ‘after’ => ‘</div></div></div>’,
                              ) );

                              }

                              genesis();

                              Thank you again!

                              in reply to: Moving the Order of the Widgets Please… #15159
                              m
                              Customer

                                And also forgot to ask if moving the order of the widgets can affect the responsiveness or the css in any way?

                                Thank you!

                                in reply to: Updating WordPress will change… #12525
                                m
                                Customer

                                  Eric thank you very much! Got it.

                                  in reply to: Updating WordPress will change… #12505
                                  m
                                  Customer

                                    I did update genesis and wordpress to the latest. No changes have been made to the appearance. I have Epik which as I understand functions as a child theme, correct?

                                    If yes, my only question is how do I change the folder in the ftp? Deleting old Epik theme and inserting the new one?
                                    Where do I re-download the new one?

                                    Thank you very much!!!

                                    in reply to: Updating WordPress will change… #12504
                                    m
                                    Customer

                                      Eric thank you for the reply! What I am confused about and am not quite clear is, I did make some changes to the appearance of the theme, like inserting custom code to the Epik theme functions file like:

                                      // Add support for custom header
                                      add_theme_support( ‘genesis-custom-header’, array(
                                      ‘width’ => 120,
                                      ‘height’ => 64
                                      ) );

                                      When I upload the new theme, I would do this through ftp, but do you have a tutorial just to see which folder is to be replaced in the “public html folder” of godaddy?

                                      Thank you!

                                      m
                                      Customer
                                        This reply has been marked as private.
                                        m
                                        Customer
                                          This reply has been marked as private.
                                          in reply to: Windows Surface support, bug… #10741
                                          m
                                          Customer

                                            Actually after I searched on Google, this is an issue with Surface. Sorry, and I thank you for your prompt reply. It is terrible that they did not fix this yet. Thanks again!

                                            in reply to: Font size gets weird on Internet explorer 8… #9466
                                            m
                                            Customer

                                              I solved this by adding span style specifying font size and color but the line height between the words is still higher than normal, will wait for someone to post a fix, hopefully. Thank you anyone in advance!

                                              in reply to: Bug with Internet explorer 8 #9465
                                              m
                                              Customer

                                                I added span style, specified font size 18px, and color #333, now on IE8 it looks normal, at least for one site, on another the line height between the words is higher than normal. Hopefully somebody will post a solution, thanks again!

                                                in reply to: Slider Pictures Look Blurry when Viewed on Mobile… #9464
                                                m
                                                Customer

                                                  You might be right, I contacted the sliders designers, if I get a solution, I will post it here. Thank you again for your prompt reply, time and help!

                                                  in reply to: Bug with Internet explorer 8 #9454
                                                  m
                                                  Customer

                                                    My site is : longislandpctech.com, you will see the text of white color when viewed on IE8. Thanks

                                                    in reply to: Portfolio – Link to Pages Instead of Post #9451
                                                    m
                                                    Customer

                                                      You can try a few different portfolio plugins, some of these give you the option to link to pages rather than posts.
                                                      Sorry I cannot be of any more help.

                                                      in reply to: The Navigation Submenu does not appear on Surface Tablet #9438
                                                      m
                                                      Customer

                                                        OK, thanks Wes, I will wait. Appreciate it.

                                                        m
                                                        Customer

                                                          Eric thank you again for taking the time to help me, I truly appreciate it!

                                                          I did exactly like you said, first I removed the min-height 164px, removed the line of code height 77px then I adjusted this:

                                                          .header-image .site-header .widget-area {
                                                          padding: 10px 0;
                                                          padding: 1.0rem 0;

                                                          The nav is back into the blue area on the phone and iPad. I only have one curiosity left if you could answer it please:

                                                          Why is it that I had to modify the css this way to make it look like the demo but the css in the demo is different?
                                                          Meaning, in the demo the height of the header is small indeed in the css Wes keeps the min-height to 164 and neither he had to adjust the padding rem in the line above, what makes the difference?

                                                          Thank you again Eric, I appreciated your help!

                                                          m
                                                          Customer

                                                            Here is the link of the mobile Epik demo: http://my.studiopress.com/themes/epik/#demo-phone You can see the logo: “Epik”, right below using the same background color (dark grey) you can see the nav links (custom menu widget).

                                                            With my website, you will see the logo on top just like in the demo, and right below you see the nav links (custom menu widget) but with a grey background color instead. This means that the header responds and extends the height for tablet/phone but with my site it stops at 77px because of the line of code I added.

                                                            If i remove that line of code (height: 77px), the site will respond to tablet/phones but then in the desktop version the height is doubled.

                                                            Hope you can see what I am trying to explain. Thanks again!

                                                            m
                                                            Customer

                                                              Eric thank you for your help, truly appreciate it. The logo issue is solved, the solution was in editing the php functions so I could upload the size of my logo.

                                                              Now I have another issue:

                                                              In the Epik demo there is no line of code to make the header 77px. I had to insert that line myself to make my header look like the demo’s one.
                                                              It is obviously not the right solution because when you look at my site from an iPad vertically or from a smartphone you will see the “custom nav menu” appears in the grey area, then you see the slider. I wanted the “custom nav menu” to appear in the blue area right after the logo just like in the demo.

                                                              The demo is responsive to the tablet/phone but not my site. I hope you can help me getting out of this tunnel 🙂
                                                              Thank you!

                                                              in reply to: Making the Header Narrow, Reducing the Height… #9355
                                                              m
                                                              Customer
                                                              Viewing 30 posts - 1 through 30 (of 30 total)