Eric

Forum Replies Created

Viewing 41 posts - 2,051 through 2,091 (of 2,091 total)
  • Author
    Posts
  • in reply to: speak your mind #2308
    Eric
    Customer

      You’re Welcome Tom!


      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      in reply to: Legacy Home page not displaying content properly #2307
      Eric
      Customer

        Do you have a link?

        If you want the menu to show up, you’ll need to go to your Genesis Theme settings and check the box that says “ Include Primary Navigation Menu?“.

        Are you sure you have content inside the widget areas?  Try reloading the widgets page and add your content again to see if it works.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        in reply to: Noob Alert: Need Help Replicating "Demo Site Home Page" Look #2306
        Eric
        Customer

          No problem!

          We’re using the Simple Social Icons plugin for the social links in the demo. You can download it here – http://www.studiopress.com/plugins/simple-social-icons


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          in reply to: Slider Problem: Only Displays "Imported Size" for Images #2305
          Eric
          Customer

            If you’re referring to the Genesis Responsive slider (like the one in the demo), that is actually developed by StudioPress. We only designed the widget area that you can place the slider in, but not the slider itself. We made a widget area so you can place any slider you want inside of it. There is no slider that comes with the theme, but we do link to the Genesis Slider in the read me file of the theme.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            in reply to: Slider Problem: Only Displays "Imported Size" for Images #2296
            Eric
            Customer

              I’m not exactly sure how to do that. Since this is an external plugin that we haven’t created, it would be best to contact the author/developer of this particular plugin for the proper solution. If you don’t find the answer you’re looking for, you could try a plugin called Meteor Slides – http://wordpress.org/extend/plugins/meteor-slides/ This is also responsive and you can individually add images exactly how you want them to appear in the slider.


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              in reply to: added widgets not showing properly #2295
              Eric
              Customer

                I don’t see anything wrong.

                Does the widget area show up on your widgets page? If not, have you added it to your functions file with the other widgets? You don’t have to post the entire functions file, but if you do have it there, and the widget area is showing, try reloading your widgets page and then re-add content to see if it works then.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                in reply to: How to Center the Primary Nav #2294
                Eric
                Customer

                  In your css file, add “text-align: center;” to line 306 (.menu-primary).

                  Then on or around line 317 change the float to “none” and add “display: inline-block;” like this –

                  .menu-primary li, .menu-secondary li, #header .menu li {
                  display: inline-block;
                  float: none;
                  list-style-type: none;
                  }


                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  Eric
                  Customer

                    If you have multiple questions or issues, you’ll need to create separate threads/topics for each one individually, (not in the same post). This helps us keep the forum easy to read and manage for everyone. Since you’re new, take a quick look at the forum rules – https://appfinite.com/topic/forum-rules/ (specifically Rule 3, 4, and 5)….and this will help us be able to answer your questions better, if we can.

                    Thanks!


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    in reply to: Home Page Div Headings Mis-Aligned? #2286
                    Eric
                    Customer

                      Everything is working fine, you just have one side with more text than the other. The first 2 widgets inside of the “home-feature-1” widget area are completely separate from “home-feature-2”. Think of them as two separate vertical columns that sit next to each other.

                      The only way to match those up is to have the same amount of text on both sides. You currently have 4 lines of text under “TOTAL TANK MANAGEMENT” and only 3 lines under “WHY TANK TEAM?”…..that’s why it appears that way.


                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                      in reply to: added widgets not showing properly #2285
                      Eric
                      Customer

                        Since this appears to be custom code that you’ve added I’m not sure what it could be. I would suggest re-checking all of your code, making sure everything is typed correctly, no duplicates, etc. You may need to start from scratch and re-add it if you’re unable to see why its not working.


                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                        in reply to: speak your mind #2284
                        Eric
                        Customer

                          You can add this to your css –

                          #reply-title {
                          font-size: 16px;
                          }

                          ….and then make your adjustments as needed.


                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                          in reply to: How to change post header colour? #2280
                          Eric
                          Customer

                            If you can provide a link I can tell you exactly what you’ll need to change.


                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                            in reply to: How to Center the Primary Nav #2279
                            Eric
                            Customer

                              Are you referring to the Primary Navigation that shows under the logo/header or the header right widget area?  Because all I see is the header right widget area nav.


                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                              in reply to: new widgets not showing up #2268
                              Eric
                              Customer

                                Since you got this one working I’ll go ahead and close the thread.  Let us know if you need anything else.

                                Thanks


                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                in reply to: How to Center the Primary Nav #2267
                                Eric
                                Customer

                                  If you can provide a link to your site then I can tell you which line you’ll need to adjust in your css.


                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                  in reply to: speak your mind #2266
                                  Eric
                                  Customer

                                    If you can post a link to your site then I can tell you which line in your css that you would need to adjust.


                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                    in reply to: Followed Tips for Slider and it will not show up. #2265
                                    Eric
                                    Customer

                                      Currently the only way to add images is by uploading Featured Images to your pages and posts.  If you don’t want to do that, then maybe you could try a plugin called Meteor Slides – http://wordpress.org/extend/plugins/meteor-slides/ ….I’m sure there are many more out there, you can search WordPress if you need more – http://wordpress.org/extend/plugins/search.php?q=responsive+slider


                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                      in reply to: Columns not responsive on WordPress 3.5 #2264
                                      Eric
                                      Customer

                                        The columns are supposed to get thinner in order to adjust with the browser size.  The WordPress version doesn’t have anything to do with it, if there is an issue its just the css that would need to be adjusted.

                                        The columns in your theme should appear the same as the demo.  Do you have a link so I can take a quick look?


                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                        in reply to: Followed Tips for Slider and it will not show up. #2251
                                        Eric
                                        Customer

                                          We would need a bit more information to be able to know what the issue is.  Can you provide the steps you’ve taken so far?


                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                          in reply to: Header and menu not resizing correctly on mobile version #2240
                                          Eric
                                          Customer

                                            Your link doesn’t seem to be working, can you repost it?


                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                            in reply to: website loads very slowly #2239
                                            Eric
                                            Customer

                                              I’m not sure if Genesis loads javascript or not.  If it is, I don’t think that would be the issue or I would have ran into that issue as well.

                                              The only thing I can recommend is to try creating a separate subdomain and see if the problem persists…..or maybe add the same setup on a local install like mampp or xampp (if you know how to do that) and then see if it still happens.  If it doesn’t and you think its your host, then I would move to a different host, especially the hosting companies that advertise speed and good performance as one of their features.

                                              You can also try the “Yslow” plugin, if it works you may be able to see which files are causing your site to load slowly.


                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                              in reply to: background image #2215
                                              Eric
                                              Customer

                                                You’re Welcome!


                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                in reply to: background image #2199
                                                Eric
                                                Customer

                                                  If you take a look at the Readme file in your theme, their should be a link to a plugin that handles this better.  I believe its this one – http://wordpress.org/extend/plugins/simple-full-screen-background-image/


                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                  in reply to: Header Color #2187
                                                  Eric
                                                  Customer

                                                    I’m just catching up since I was out for the holidays and there was a lot to read here which sort of made things a little confusing. Are you having different issues other than the original request? If so, you’ll need to create a separate topic/thread. This makes it easy on us so we can properly manage and organize threads without them piling up with too much content or off topic issues. (Wes mentioned this in the rules if you haven’t seen it already – https://appfinite.com/topic/forum-rules/)

                                                    I took a quick look at your site and it looks like you got everything working fine (unless I’m missing something). If you need to change the background color of the “head-wrap” code I gave you earlier, you can find the hex code (color) at a site like this – http://www.colorpicker.com/ (6 digit letters/numbers at the top).

                                                    If you’re original issue has been solved I’ll go ahead and close this thread and we can take of your other issues on a separate thread.

                                                    Thanks!


                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                    in reply to: Header Color #2181
                                                    Eric
                                                    Customer

                                                      The background feature is actually a WordPress feature (not really a Legacy feature)…..and its for the entire background (or “body”) of your site. There is no background “color” option specifically for the Header alone, you can only add a background image and change the text color of the header.

                                                      In another thread, Wes recommended adding the following code to your functions.php file –


                                                      /** Before Header Wrap */
                                                      add_action('genesis_before_header', 'before_header_wrap');
                                                      function before_header_wrap() {
                                                      echo '<div class="head-wrap">';
                                                      }
                                                      /** After Header Wrap */
                                                      add_action('genesis_after_header', 'before_after_wrap');
                                                      function before_after_wrap() {
                                                      echo '</div>';
                                                      }

                                                      Then add this to your style.css file –


                                                      .head-wrap {
                                                      background: #ff0000;
                                                      }

                                                      You can change the background color to whatever you want.

                                                      The #header is only 960px width, so if you add color it won’t fill up the entire space and you would have white on the sides of the header. This is why you should add the above code since it will add a “wrap” behind the header making the background color full width.


                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                      in reply to: Followed Tips for Slider and it will not show up. #2179
                                                      Eric
                                                      Customer

                                                        You can take a look at this tutorial if you haven’t already – https://appfinite.com/tutorials/how-to-add-the-genesis-responsive-slider/


                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                        in reply to: Sidebar Titles #2178
                                                        Eric
                                                        Customer

                                                          You’re Welcome Tom!


                                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                          in reply to: Header Color #2177
                                                          Eric
                                                          Customer

                                                            When I mentioned “Link” I was referring to the URL to your Website (which is tomjdolan.com).

                                                            The reason the background doesn’t show is because the “wrap” has a color (white) that shows up on top of whatever background color you choose in the appearance area by default.  To remove this (so the other color shows up) you’ll need to go into your css file and remove the “background-color: #fff;” on or around line 183 in your style.css file.

                                                            It will look like this –

                                                            #wrap {
                                                            background-color: #fff;
                                                            margin: 0 auto;
                                                            padding: 0;
                                                            }


                                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                            in reply to: website loads very slowly #2173
                                                            Eric
                                                            Customer

                                                              It could be anything really.  It may be the hosting (most likely) or it could be a plugin.  Its definitely not the Child theme as there isn’t anything within the theme that would cause it to be that slow.

                                                              Unfortunately there isn’t much we can do.  I would recommend deactivating your plugins if you’re using any, or try a different host.


                                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                              in reply to: Sidebar Titles #2172
                                                              Eric
                                                              Customer

                                                                You could add – “text-align: right;” to – .widget-area h4 in your style.css file.


                                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                in reply to: Header Color #2171
                                                                Eric
                                                                Customer

                                                                  Do you have a link so we can see what the issue is?


                                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                  in reply to: Search form as a menu item on the Main Nav bar #2143
                                                                  Eric
                                                                  Customer

                                                                    Ok great!  If you have any other questions feel free to ask.

                                                                    Thanks!


                                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                    in reply to: Putting contact Information on the Header Right #2142
                                                                    Eric
                                                                    Customer

                                                                      You can use the “Header Right” widget and it will show up automatically.


                                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                      in reply to: Add four columns in a page #2133
                                                                      Eric
                                                                      Customer

                                                                        You’re Welcome!


                                                                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                        in reply to: Add four columns in a page #2130
                                                                        Eric
                                                                        Customer

                                                                          If you scroll to the bottom of this page – http://demo.appfinite.com/ally/classes/columns/ you’ll see the exact code that is being used for the columns.


                                                                          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                          in reply to: Add four columns in a page #2127
                                                                          Eric
                                                                          Customer

                                                                            Can you provide a link to an example of what you’re referring to?


                                                                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                            in reply to: How to upgrade from Legacy 1.0 to 1.1 #2057
                                                                            Eric
                                                                            Customer

                                                                              The style.css was updated to be responsive and work with the new Genesis 1.8 version (it was new at the time).  The functions.php, home.php, and page_portfolio was updated.  Pretty much everything has been updated, but if you made customizations to your style.css file and a new update appears, you can use a site like – http://www.diffchecker.com/ to compare which part of the code has changed.

                                                                              Child themes aren’t really that easy to update when dealing with css, especially when Legacy was made responsive and updated to work with Genesis 1.8…..there was a lot that needed to be changed.  The link above should help you compare changes.  If you just want the responsive features, you could start by adding the responsive code at the bottom of the css and then make the adjustments as needed…..but only do this if you know how to create responsive code, otherwise I’d recommend hiring a developer to do this for you as it could take a lot of work.

                                                                              Also, you could maybe setup a local install of the new Legacy version, and then just add in your navigation code (replacing what you have).  If this seems like too much work I’m sure you could hire someone to do this for you quickly.  I know Wes (the creator) could get this done fast, and you could also check the StudioPress recommended developers as well.


                                                                              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                              in reply to: Home page, blog page & #2056
                                                                              Eric
                                                                              Customer

                                                                                Hello,

                                                                                To setup your homepage with this theme (and many other Genesis themes) all you have to do is add your content to the “Home” widget areas.  Then go to Settings > Reading and select “Your latest posts“.  You don’t need to set a frontpage or posts page since the home.php file will automatically become the homepage, and your blog page will be set by creating a page called “Blog” and selecting the “Blog” template.

                                                                                We have a one question per thread policy (this helps us keep the threads organized and on one single topic) so if you have any other issues/questions please start a new thread and we’ll be glad to assist.

                                                                                Thanks!

                                                                                 


                                                                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                in reply to: Display problem #2045
                                                                                Eric
                                                                                Customer

                                                                                  Ok great!


                                                                                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                  in reply to: Display problem #2040
                                                                                  Eric
                                                                                  Customer

                                                                                    I’m not seeing an issue, so I’m guessing you got it fixed?


                                                                                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                    in reply to: Display problem #2027
                                                                                    Eric
                                                                                    Customer

                                                                                      Hello carolepyke,

                                                                                      You’ll need to contact the plugin author/developer for this.  The forums are here to assist if you have any theme related issues (issues that are caused by the theme itself).  All external issues caused by plugins, or any external sources should be handled by the developers of those plugins.

                                                                                      Please take a look at the Forum Rules (if you haven’t already) – https://appfinite.com/topic/forum-rules/

                                                                                      Thanks!


                                                                                      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                                                                                    Viewing 41 posts - 2,051 through 2,091 (of 2,091 total)