Eric

Forum Replies Created

Viewing 50 posts - 1,951 through 2,000 (of 2,091 total)
  • Author
    Posts
  • in reply to: Exclude specific page from breadcrumbs #3424
    Eric
    Customer

      I am confirming that the code is valid and working fine for me as well. Please double check your code, ID, and your settings. Here is the StudioPress tutorial (just in case) – http://my.studiopress.com/snippets/breadcrumbs/


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

      in reply to: Responsive Logo loses the ahref #3423
      Eric
      Customer

        By default, the logo should work fine with the theme….However, it looks like you’ve added customizations which cause it to disappear. From looking at it, it appears to have something to do with this code – img.remove {display: none;} that you’ve added. Try removing, or adjusting it and it should work, since the image appears exactly the same on my end.


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

        in reply to: Welcome Widgets Font Color #3421
        Eric
        Customer

          In your style.css file, take a look around line 1209 for – “#welcome .widgettitle“. This is where you can add a color, adjust font size, etc…

          #welcome .widgettitle {
          color: #aaa;
          font-size: 36px;
          font-weight: 300;
          line-height: 46px;
          }


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

          in reply to: IE – Serious Display Issues #3420
          Eric
          Customer

            Wes actually doesn’t have IE since he only has Mac computers…..so I’ll try and assist.

            First, I wouldn’t depend on the IE “Compatibility” mode because it’s definitely not the same as the “real thing”. In my experience it has been very unreliable. So I would recommend testing under the actual browser itself rather than any “emulator” or you will get unrealistic results.

            Most developers support IE8 and higher nowadays. Can you tell me which browser version you’re using so I can see if I (have it) and can take a look?


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

            in reply to: Adding "Home" on the main nav #3419
            Eric
            Customer

              “Sorry for all the questions, but I’m bewildered.”

              ….and I’ve noticed you’ve had quite a few questions recently, which is why I’m here to help out (as much as I can) since Wes is usually busy throughout the day. Remember, most questions can be found by searching this forum here – https://appfinite.com/forums/ or here – http://studiopress.com/forums/ at StudioPress’ forum.

              You can also take a look at the Tutorials that we have, and all of the Tutorials on StudioPress which should definitely answer most of your questions. The reason I’m posting this is because most of your questions are “common” and have already been asked and responded to by others. It would be much easier and (much faster) to search for these common questions instead of waiting on anyone else to answer these for you. There is a lot of documentation on StudioPress.com already, which is where most people come from.

              I’m posting because I’ve been in your shoes before. I know how it is as a beginner, and I just want to help 🙂


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

              in reply to: Adding "Home" on the main nav #3418
              Eric
              Customer

                You would simply create a “Custom Link” in your Menu which “links” to your homepage.

                This is a standard WordPress feature that works on any WordPress theme – http://en.support.wordpress.com/menus/#adding-custom-links


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

                in reply to: My main menu appears below the logo, not on its right #3417
                Eric
                Customer

                  You just need to add a custom menu widget to the “Header Right” Widget area.

                  Deactivate the primary menu….


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

                  in reply to: Which theme have you used for you own appfinite site? #3416
                  Eric
                  Customer

                    This site isn’t based on a theme, it is a custom design from scratch.


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

                    in reply to: Invalid W3c and css validator #3415
                    Eric
                    Customer

                      I think you may have made a mistake, because the validation that you used was an error in and of itself. There definitely aren’t “dozens of errors” anywhere….please double check and make you’ve entered the url in correctly.

                      I only see around 6 small errors. These aren’t really “errors” and they aren’t that big of a deal since they are just referencing multiple ID’s that are being used as backgrounds (they still work just fine). Wes actually has an update that will make them all unique ID’s, coming out soon. It’s still not really an issue regardless. The update will change – “home-feature-bg-alt” and “home-feature-bg” to different ID’s or classes.

                      Again, not really an issue, but Wes already has an update for this, should be out soon.


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

                      in reply to: Close the gap on home page between widgets #3414
                      Eric
                      Customer

                        There are other places that you would need to adjust. Take a look at – “home-feature-wrap” around line 694 in your css. You can also adjust the home feature 1 and 2 areas as those are the widgets that are actually adding space since you are using the feature page widgets in those areas – .home-feature-1 .widget, .home-feature-2 .widget (line 757 margin: 0 0 30px;)


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

                        in reply to: Secondary Menu Position #3413
                        Eric
                        Customer

                          Just change it to float: left; instead of right on line 374 in your style.css. It will show up in reverse (as you’ve seen), but all you have to do is change the order in your menu 🙂

                          .menu li {
                          float: right;
                          list-style-type: none;
                          }


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

                          in reply to: Broken in Internet Explorer #2958
                          Eric
                          Customer

                            I’ll close the thread since there are multiple off topic posts. As Wes already mentioned, if you have separate issues, please start a separate thread and we’ll be more than happy to help 🙂 https://appfinite.com/topic/forum-rules/


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

                            in reply to: Navigation Menu #2953
                            Eric
                            Customer

                              Are you saying, if you don’t use the Simple Hooks, then the menu shows up?

                              If so, and you just need to upload a header image, first you’ll need to figure out the exact size of your image, then look in your functions.php file and change the sizes to match the size of your image……then upload your image using the WP uploader and it should upload fine without having to crop or scale anything.

                              Let me know if that fixes the issue.

                              BTW Yes we usually ask everyone to create separate topics for each question. This helps us keep everything organized.


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

                              in reply to: Price Plan Boxes Like Epic #2943
                              Eric
                              Customer

                                You’re Welcome


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

                                in reply to: Navigation Menu #2942
                                Eric
                                Customer

                                  You can send it to the contact form, addressed to Eric.


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

                                  in reply to: Navigation Menu #2936
                                  Eric
                                  Customer

                                    There’s not much I can really tell you since I don’t have enough details on whats going on. I would definitely need more info since I have no idea what your settings are in your admin/backend.

                                    If you can create a temporary login, I can go in and take a quick look to see what the issue could possibly be. I’m sure it’s something simple.


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

                                    in reply to: Site-URL.Demo Links #2933
                                    Eric
                                    Customer

                                      No problem. Glad you got it fixed.


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

                                      in reply to: Navigation Menu #2932
                                      Eric
                                      Customer

                                        I would need a little bit more info to know what the issue is. If you’ve created a menu, labeled it, and then added it in your header right area it should work fine. That’s the way the demo is setup.

                                        I looked at your site and didn’t see any header widgets. Try reloading your widgets page, and check to see if the widget is there…..if not, then that could be the reason why it didn’t show up. Just re-add the widget and it should work.


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

                                        in reply to: Need to add drop shadow around wrap #2931
                                        Eric
                                        Customer

                                          Yeah that’s the correct way to do it. It should work if you’re adding it to the wrap or inner (whichever one you want), it works fine for me.

                                          No matter where you place the code, the shadow should at least show up around the ID or Class you assign it to.


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

                                          in reply to: Price Plan Boxes Like Epic #2922
                                          Eric
                                          Customer

                                            Looks like this was designed specifically for the Epik theme, so it wouldn’t work with the Ally theme unless you created the css for it. If you’re going to try and do it, the best thing I can recommend to do is take a look at the html tutorial Wes added to the Epik forum (sticky at the top).


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

                                            in reply to: Need to add drop shadow around wrap #2921
                                            Eric
                                            Customer

                                              If you’re trying to place a shadow around the wrap, you’ll first need to add a width (if you haven’t already). Then you can apply the css to it. Here is how the other site you linked to is doing it – box-shadow: 0 0 20px #333333;

                                              You can also Google how to add box-shadows. I came across this – http://css-tricks.com/snippets/css/css-box-shadow/ and there are plenty more.


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

                                              in reply to: Menu styling #2867
                                              Eric
                                              Customer

                                                Yeah that’s weird, I’ve never seen that happen before. My guess is it could be your css, but I’m not sure exactly.

                                                I’ll ping Wes to see if he can assist.


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

                                                in reply to: header/logo-nav-slider are not showing responsive #2866
                                                Eric
                                                Customer

                                                  You’re Welcome!

                                                  If you have any other questions just let us know


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

                                                  in reply to: header/logo-nav-slider are not showing responsive #2862
                                                  Eric
                                                  Customer

                                                    You actually don’t have to add anything for the theme to be responsive, since its designed to be responsive from the beginning. Although it looks like you’ve added fixed widths in certain areas of your design. When you do that you have to also add the responsive width for each one. It looks like there are many other things that you’ve done that actually affect the responsive css. You could go through each section and try and adjust it…..or you could hire a developer to do it for you.

                                                    For the header/logo you could either upload a smaller image and have it only show for smaller browser sizes or you could use the Genesis Responsive Logo plugin by “NickTheGeek” which should take care of it automatically.


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

                                                    in reply to: Problem with sf-with-ul and sf-sub-indicator #2861
                                                    Eric
                                                    Customer

                                                      It looks like you have a css error somewhere in your file. I can’t seem to find exactly where its located. However, when I add text-align: left; to it…..it seems to disappear. That’s not really the solution, but it will definitely hide it in this case.


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

                                                      in reply to: Menu styling #2856
                                                      Eric
                                                      Customer

                                                        All menus work just fine for me.  I can’t replicate the issue.  This could happen if you’re using custom code (css, js, plugins, etc)  Double check any custom code you’ve added, because it should work fine by default since this is pulling from the Genesis Framework itself.


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

                                                        in reply to: Changing Header image size? #2854
                                                        Eric
                                                        Customer

                                                          You’re Welcome!


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

                                                          in reply to: 404 page & borders/background color for comment forms #2853
                                                          Eric
                                                          Customer

                                                            You’re Welcome


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

                                                            in reply to: Changing Header image size? #2843
                                                            Eric
                                                            Customer

                                                              Yes you’ll need to first look for the “genesis-custom-header” in your functions.php file and edit the sizes.  Then you can upload your image to the WP header uploader…..make sure it’s the exact size you specify in your functions file before you upload.


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

                                                              in reply to: 404 page & borders/background color for comment forms #2842
                                                              Eric
                                                              Customer

                                                                The 404 page is inside the Genesis Framework itself, and usually not apart of Child Themes unless you create one.  You can do a Google search for – “How to create a 404 page in Genesis” and you’ll see plenty of tutorials that will show you exactly how to do it in a child theme.

                                                                If you have any other/unrelated issues or questions you’ll need to create a separate thread for each one individually.


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

                                                                in reply to: Legacy Color styles #2731
                                                                Eric
                                                                Customer

                                                                  You’re Welcome


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

                                                                  in reply to: Set-up guide #2728
                                                                  Eric
                                                                  Customer

                                                                    You can take a look at the first few Sticky Posts at the top of the Legacy forum here – https://appfinite.com/forum/legacy-theme-support/ ……there are a couple more tutorials here – https://appfinite.com/tutorials/ and the ReadMe file in your theme as well.


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

                                                                    in reply to: How to set it up as static page #2727
                                                                    Eric
                                                                    Customer

                                                                      With most Genesis themes, you actually don’t have to set the homepage as a static page, you would leave it at the default “Latest Posts” in Settings > Reading. The home.php file in your theme will automatically be detected and used as the homepage.

                                                                      For the blog, you would simply create a new Page and name it Blog (or whatever you want) and then select the blog template……then add that link to the menu. That’s how the demo is setup, right along with all other Genesis themes.


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

                                                                      in reply to: Legacy Color styles #2722
                                                                      Eric
                                                                      Customer

                                                                        You probably didn’t remove it all. They are located in the main css and both responsive css sections. Once you remove it there is no way it will comeback. Css files are 100% controlled by you, just like a text file. They don’t have any abilities to operate or make decisions on their own or anything like that.

                                                                        You can remove it all if you want, but it won’t make any difference to your load times.


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

                                                                        in reply to: How to deleet excess space on homepage? #2721
                                                                        Eric
                                                                        Customer

                                                                          If you take a look around line 624 in your css file…..or if you do a “search” in your css you’ll see this –

                                                                          .home-bottom {
                                                                          border-top: 1px solid #eee;
                                                                          margin: 0 auto;
                                                                          overflow: hidden;
                                                                          padding: 40px 0;
                                                                          width: 960px;
                                                                          }

                                                                          You can change the padding to this – 40px 0 10px; the “10px” represent the bottom padding. Adjust that number up or down until you get the spacing you want.


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

                                                                          in reply to: Broken in Internet Explorer #2720
                                                                          Eric
                                                                          Customer

                                                                            If you are having issues with the Genesis Slider plugin then it would be best to contact the original developer of the plugin – (http://www.studiopress.com/forums/) since this wasn’t created by us.

                                                                            Also keep in mind that the Genesis Slider isn’t apart of the theme, nor is it required to be used. Wes only added it in the demo for “demonstration” purposes. You can use any slider plugin you want. As CyndiP menioned, the Meteor Slides plugin is pretty good. There are many more that you can use as well. Although I haven’t personally had any issues with the Genesis Slider myself, so the problem could be a css issue in your custom code.


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

                                                                            in reply to: portfolio image disappears #2719
                                                                            Eric
                                                                            Customer

                                                                              There’s no way to really tell whats going on from just looking at the site itself…..But I would recommend just reverting back to the original code and trying the tutorial again. I don’t see an image or the code for the image either, so you probably just left out some code, or removed the wrong thing. Give it another try and it should work fine.

                                                                              If you have more questions about different topics you’ll need to create a separate thread for each topic since there is a “One question per thread” rule for the forums here (it helps keep everything organized).

                                                                              Let me know if you get the original issue working

                                                                              ….BTW your site looks like its coming along nicely. Nice and clean! Can’t wait to see the final product.


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

                                                                              in reply to: Archive Page #2649
                                                                              Eric
                                                                              Customer

                                                                                You’re Welcome Tom!


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

                                                                                in reply to: How to make the theme look like the demo? #2646
                                                                                Eric
                                                                                Customer

                                                                                  Wes will be creating more tutorials for all themes here pretty soon.  For this particular theme you can take a look at this thread – https://appfinite.com/topic/getting-ally-to-look-like-demo/ …..the homepage shows up like the demo as you add content/widgets into the “Home” widgets. If you leave all of the home widgets empty then it will automatically show your blog posts on your homepage.

                                                                                  Also, there are a couple tutorials located here – https://appfinite.com/tutorials/ and there will be many more to come soon.


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

                                                                                  in reply to: Does Ally Support WordPress 3.5.1 ? #2644
                                                                                  Eric
                                                                                  Customer

                                                                                    Great!  I’ll keep that in mind just in case another user comes across the same issue.

                                                                                    Thanks for letting us know.


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

                                                                                    in reply to: Does Ally Support WordPress 3.5.1 ? #2640
                                                                                    Eric
                                                                                    Customer

                                                                                      Yes all Genesis themes work with WP 3.5.1, as you can see the demo is working fine – http://demo.appfinite.com/ally/ and the editor is working fine as well.

                                                                                      I’m not sure why your editor isn’t working, but the Ally theme itself won’t affect this part of WordPress.  There isn’t anything within the child theme that would prevent it from working.


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

                                                                                      in reply to: Archive Page #2639
                                                                                      Eric
                                                                                      Customer

                                                                                        When I refer to “default” or “body” I’m referring your main css at the top of your style.css page. Once you change that you change the default font style for your entire site. Just look for “body” at the very top of your css where the styles begin. It’s located under – /* Defaults


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

                                                                                        in reply to: Hide Page Title on page #2628
                                                                                        Eric
                                                                                        Customer

                                                                                          Great! You’re Welcome


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

                                                                                          in reply to: Archive Page #2627
                                                                                          Eric
                                                                                          Customer

                                                                                            “But I don’t like the grey color of the Page font which I believe is coming from the Legacy css”

                                                                                            As mentioned earlier the archive widget uses the default font/color/size of the theme you are using (the body text). In other words, there isn’t anything in your css to point to for the archives because its not defined in your stylesheet. It references the default font in the body. If you switched themes it would use the default font of the body of that theme as well. You would have to create a style in your css specifically for the archive section.


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

                                                                                            in reply to: breadcrumbs #2622
                                                                                            Eric
                                                                                            Customer

                                                                                              You’re Welcome


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

                                                                                              in reply to: breadcrumbs #2609
                                                                                              Eric
                                                                                              Customer

                                                                                                It does, you just need to activate it in your Genesis Theme Settings page (scroll until you see “Breadcrumbs“).


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

                                                                                                in reply to: Hide Page Title on page #2608
                                                                                                Eric
                                                                                                Customer

                                                                                                  Give this plugin a try and see if it works for you – http://wordpress.org/extend/plugins/genesis-title-toggle/


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

                                                                                                  in reply to: Disable Author Link #2606
                                                                                                  Eric
                                                                                                  Customer

                                                                                                    You’re Welcome!


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

                                                                                                    in reply to: Click on Post, Goes to All Posts #2605
                                                                                                    Eric
                                                                                                    Customer

                                                                                                      Great, that’s good to know just in case I run across a similar issue in the future.


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

                                                                                                      in reply to: Clicking Author Link Goes To Posts Page #2604
                                                                                                      Eric
                                                                                                      Customer

                                                                                                        You’re Welcome


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

                                                                                                      Viewing 50 posts - 1,951 through 2,000 (of 2,091 total)