Wes

Forum Replies Created

Viewing 50 posts - 4,251 through 4,300 (of 4,305 total)
  • Author
    Posts
  • in reply to: different portfolio with different categories #805
    Wes
    Moderator

      Yes, this can actually be done with all of our themes. The portfolio code is setup the exact same way.

      in reply to: Changing home template #803
      Wes
      Moderator

        If you only want the Genesis Slider, then you could just use the slider widget and leave the other home widgets blank and it will be the only thing that shows. Have you tried that first?

        in reply to: different portfolio with different categories #800
        Wes
        Moderator

          Yes, just create a new page and select the portfolio template. Then create a custom field and enter query_args in the name field, and cat=1 (for example) in the value field. Replace 1 with the category ID that you want to use and it will show only the category that you added in the value field. I am planning to create a blog posts on how to do this pretty soon.

          in reply to: Home Sidebar/Home Featured Posts Not Manifesting #757
          Wes
          Moderator

            I took a look at your code, and I have no idea why its doing that on your site. There could be an error in the code that you typed in, I would double check everything, especially your text widgets.

            If you add a “clear: both;” to the .home-bottom in your css it will automatically fix it…….but you shouldn’t have to do that since it should just work as is, just like the demo.

            Also, I added a few updates to the theme not too long ago, the horizontal menus when in mobile view, and I removed the Home Feature 3 and 4 widgets. All you have to do is stack the widgets in the same featured area (1 and 2). You can redownload the new update from here – appfinite.com/my-account

            in reply to: Slider #715
            Wes
            Moderator

              Yes it is. You should be able to load it right up, just like the demo.

              Is it working ok?

              in reply to: Added Sidebars Not Showing Up Right In Mobile #707
              Wes
              Moderator

                You can re-download it now.

                I actually made a lot of updates in different places of the theme – Style.css, Functions.php, Home.php, and the Read Me file.

                in reply to: Added Sidebars Not Showing Up Right In Mobile #703
                Wes
                Moderator

                  Yes it will.

                  You can use something like this – http://www.diffchecker.com/ which will compare the code and show each line that is different.

                  In the future, you could create an additional custom css file and link to it from your style.css…..or add your custom css at the bottom of your style.css file. So when an update is made you just place your custom code back at the bottom.

                  in reply to: Added Sidebars Not Showing Up Right In Mobile #701
                  Wes
                  Moderator

                    Yes I’m aware, thats why I’m working on the update right now.

                    in reply to: Added Sidebars Not Showing Up Right In Mobile #699
                    Wes
                    Moderator

                      Just giving you a heads up, I’m actually working on that update right now. I’ll let you know as soon as I’m done.

                      in reply to: Added Sidebars Not Showing Up Right In Mobile #697
                      Wes
                      Moderator

                        I would go back and delete those extra featured areas you created because you don’t need them to do what you are doing. Actually in the next update I will be removing Feature 3 and 4 so it will be just Feature 1 and 2. All you have to do is stack the widgets in the same featured area.

                        For example, on your site you can stack Rent, Pets, and Lease all under Feature 1 and stack Utilities, Would you like to see it?, and Up Front Costs under Feature 2…..it will turn out the exact same way.

                        in reply to: Responsiveness questions #602
                        Wes
                        Moderator

                          Im using the new Genesis Responsive Slider – http://wordpress.org/extend/plugins/genesis-responsive-slider/

                          in reply to: Responsiveness questions #600
                          Wes
                          Moderator

                            Ok, whenever I get some free time I’ll take a look at the Generate theme and see how the form is setup so you can keep the responsive code.

                            in reply to: Responsiveness questions #597
                            Wes
                            Moderator

                              I don’t have an iPhone in front of me, so I have no idea what it looks like without the responsive code. If the menu is cutoff, you could also try adding a width to the “.head-wrap” in your style.css file on or around line 195.

                              
                              .head-wrap {
                              background: #4c5e6b;
                              width: 960px;
                              }
                              
                              in reply to: Responsiveness questions #596
                              Wes
                              Moderator

                                You could change “max-width” to “width” on the “#inner” id. Should be on or around line 587 in your style.css file. Although I can’t really make any promises that it will look right since you removed the responsive code which was needed for it to fit mobile browsers of that size.

                                in reply to: Responsiveness questions #593
                                Wes
                                Moderator

                                  I use a separate program when I edit my files and they are automatically updated through FTP. On a mac I use Espresso, there is Coda, Text Wrangler and a few others. For windows I would use Notepad++.

                                  You could just copy the code from your style.css and place it into an editor and find the line numbers that way.

                                  Yes thats the correct way to comment out.

                                  in reply to: Firefox 11 problem – welcome section of the homepage #592
                                  Wes
                                  Moderator

                                    Its fixed.

                                    I recently added the Genesis Responsive slider and it did that. By adding “clear:both;” to the Welcome area fixes it.

                                    
                                    .welcome-wrap {
                                        clear: both;
                                        margin: 0 auto;
                                    }
                                    

                                    You can add the code above, or re-download the theme and the update should be there. https://appfinite.com/my-account

                                    in reply to: Responsiveness questions #589
                                    Wes
                                    Moderator

                                      Yes its pretty easy. To remove the responsive features of your site you can comment out or delete the responsive css section at the bottom of your style.css file. It starts on line 2922 and goes all the way to the end of the file. I would recommend commenting it out. If you don’t know how to comment out just let me know.

                                      in reply to: Responsiveness questions #587
                                      Wes
                                      Moderator

                                        Ok, now I see why. You are using the image as a “background-image” in your css, and I don’t know if its possible to make a background-image responsive. All of the images that you see that resize and are responsive are embedded in the code in one way or the other.

                                        For example, you can make that same image responsive by adding it into your code this way –

                                        <img src="http://www.legitimatepaidsurveyscritic.com/wp-content/uploads/2012/03/generate-box.png">

                                        However, the issue with doing it that way, is that it will be difficult to keep the elements inside (like the forms) to stay in place.

                                        The best solution in my opinion is to set it up exactly like how they have it in the Generate theme by StudioPress…..(I’m assuming you already have it since you have the image). If you look at the Generate theme http://demo.studiopress.com/generate/, you’ll notice the image is in separate parts, and as you resize your browser some of those parts remove and are replaced with images that can repeat (giving the appearance that they are resizing). So if I were you I would do it the exact same way.

                                        Let me know if this makes sense.

                                        in reply to: Responsiveness questions #585
                                        Wes
                                        Moderator

                                          Thanks for purchasing!

                                          Do you have a link so I can take a look at the text issue in the slider area?

                                          For the navigation, I don’t have a quick solution yet, but its something I’ve been working on recently. I came up with a few ideas but still running tests on another theme. As soon as I have it ready, it will be applied to all of my themes as an update.

                                          I don’t currently know of a way to disable mobile view. I know it exists, I just haven’t seen it done yet with Genesis themes.

                                          in reply to: Sidebar Custom Nav Menus CSS #580
                                          Wes
                                          Moderator

                                            I just got it updated. If you go to your account page here – https://appfinite.com/my-account/ you should be able to re-download it.

                                            Let me know if you get everything working ok.

                                            in reply to: Sidebar Custom Nav Menus CSS #578
                                            Wes
                                            Moderator

                                              Oh ok, I thought I had the css updated for Optimal too.

                                              The reason why its showing up like that is because it is using the same styles from the top primary menu, and it’s supposed to show up different for the sidebar. A “.sidebar menu a” and a few other things will need to be added to the css and the necessary styles so it shows up separate. I’ll be doing this for each color skin and will let you know as soon as its done.

                                              I’ll definitely have this done today, shouldn’t take too long.

                                              in reply to: Sidebar Custom Nav Menus CSS #576
                                              Wes
                                              Moderator

                                                Do you have a link that I can take a look at?

                                                in reply to: Remove copyright adapt theme at the end of footer #566
                                                Wes
                                                Moderator

                                                  If you look at the StudioPress tutorials page – http://www.studiopress.com/tutorials in the Footer section it has a few links on how to edit them. Here they are below –

                                                  Customize the Return to Top of Page Text
                                                  Customize the Credits Text
                                                  Customize the Entire Footer

                                                  in reply to: Change Background #557
                                                  Wes
                                                  Moderator

                                                    Yes, you would need to remove it if you don’t want it to show.

                                                    in reply to: Change Background #550
                                                    Wes
                                                    Moderator

                                                      In your style.css file the #wrap has a background #fff (which is white) and thats the reason you don’t see the background image, or color that you added. All that you would need to do is remove the background from #wrap and it should work.

                                                      #wrap {
                                                      background-color: #fff;
                                                      margin: 0 auto;
                                                      padding: 0;
                                                      }
                                                      in reply to: Replace title with logo #549
                                                      Wes
                                                      Moderator

                                                        Yes, first find out the exact size of the image that you want to use. Then in your functions.php file change the header size to match the size of your logo, the default is 960px width 100px height.

                                                        Then look under the tab “Appearance” and click “Header”, and you should be able to upload your logo to the exact size that you specified in the functions.php file.

                                                        Wes
                                                        Moderator

                                                          On line 1432 (in your style.css file) change the margin to look like this –

                                                          margin: 0 0 20px;

                                                          In your widgets section, remove the title from the “Title” section of the widget. Then inside of the Genesis Featured Page widget click the option “Show Page Title” instead and it will show underneath the image.

                                                          in reply to: Portfolio #542
                                                          Wes
                                                          Moderator

                                                            You’re welcome!

                                                            in reply to: Secondary navigation #540
                                                            Wes
                                                            Moderator

                                                              It didn’t show up automatically?

                                                              in reply to: Portfolio #539
                                                              Wes
                                                              Moderator

                                                                It should be in your Genesis Theme Settings. Go to your account page and re-download the theme, I have updated a line of code that fixes the options menu in Genesis 1.8.

                                                                https://appfinite.com/my-account/

                                                                Wes
                                                                Moderator

                                                                  I’m sure more code will need to be added depending on what all you are trying to do. For now, here is the css for making the Featured page widget float side by side in the home-featured-posts section.

                                                                  .home-featured-posts .featuredpage {
                                                                  float: left;
                                                                  width: 240px;
                                                                  clear: none;
                                                                  }

                                                                  You can place this code in your Home Featured Posts section, which starts around line 714 in your style.css file. Add the necessary changes as needed, such as width, color, etc.

                                                                  Wes
                                                                  Moderator

                                                                    The best way is through css. The intention was to use it for featured posts, but it can easily be adjusted and used however you prefer.

                                                                    Do you have a link to your site?

                                                                    in reply to: help with slider and info area #531
                                                                    Wes
                                                                    Moderator

                                                                      You may want to check for html and css errors within your code. I can’t see what is causing it exactly from my end. Make sure that everything is typed correctly or it won’t be read properly.

                                                                      in reply to: Blog posts don't show up #524
                                                                      Wes
                                                                      Moderator

                                                                        Great!

                                                                        in reply to: Blog posts don't show up #522
                                                                        Wes
                                                                        Moderator

                                                                          When using most Genesis themes, the Reading Settings page should always have “Front page displays” set to “Your latest posts”. You don’t have to set the home or blog page here, its already setup for you.

                                                                          Your home page will automatically show the home.php file within your theme.

                                                                          For the blog, you simply create a page, name it Blog (or whatever you want) then select “Blog” from the template selector on the right of the page.

                                                                          This is how most Genesis themes are setup, at least the ones with the home.php file already included.

                                                                          in reply to: Menus don't show up #520
                                                                          Wes
                                                                          Moderator

                                                                            Great! Let me know if you need anything else.

                                                                            in reply to: Menus don't show up #518
                                                                            Wes
                                                                            Moderator

                                                                              In order to show the menu in the sidebar (like the demo), first create a menu from the Menus page…..then use the “Custom Menu” widget and place it inside of your “Header Right” widget area.

                                                                              The Agile theme is setup differently than other themes, all of the content that you see in the sidebar is setup using widgets. The Header Right widget, and the Primary Sidebar widget are what we use in the demo. – http://demo.appfinite.com/agile/

                                                                              in reply to: issue with adjusting slider area #509
                                                                              Wes
                                                                              Moderator

                                                                                Great!

                                                                                in reply to: issue with adjusting slider area #507
                                                                                Wes
                                                                                Moderator

                                                                                  Place the secondary 1 and 2 inside the “slider-inner” div containers in your home.php……the slider-wrap and slider-inner should wrap around the secondary 1 and 2 widgets.

                                                                                  If you can’t get it, post the code from your home.php. You don’t need to post the entire file, but just the code pertaining to the slider area including the secondary 1 and 2.

                                                                                  in reply to: issue with adjusting slider area #505
                                                                                  Wes
                                                                                  Moderator

                                                                                    This all depends on what you have displayed in your home.php file.

                                                                                    I’m seeing 2 “slider-wrap” and “slider-inner” when there should only be one……(thats why you see 2 shadows)

                                                                                    Your home.php should have this setup –

                                                                                    <div class="slider-inner">
                                                                                    <div class="slider-wrap">
                                                                                    YOUR CONTENT HERE
                                                                                    </div>
                                                                                    </div>
                                                                                    
                                                                                    in reply to: Top area where the sub nav goes question #503
                                                                                    Wes
                                                                                    Moderator

                                                                                      You can use that plugin if you want. I prefer to use the functions.php through FTP, so if I ever have an error in my code, (a typo, etc) I can easily undo or correct the mistake if the site goes down.

                                                                                      in reply to: Top area where the sub nav goes question #501
                                                                                      Wes
                                                                                      Moderator

                                                                                        You would need to add a hook and you could register a widget to be placed in that area if you wanted to use a widget. Otherwise, using a hook in your functions.php to place content there would work fine.

                                                                                        Plenty of information on how to create hooks and register widgets on the StudioPress tutorials page – http://www.studiopress.com/tutorials

                                                                                        in reply to: section to full width #487
                                                                                        Wes
                                                                                        Moderator

                                                                                          You’re almost there. You just need to add a div under the “home-bottom-message” div in your home.php file. Maybe you can call it “home-bottom-message-wrap”. Then style “home-bottom-message-wrap” with margin: 0 auto; width: 960px;

                                                                                          So look for this in home.php and add the “home-bottom-message-wrap” next to “home-bottom-message” like this –

                                                                                          echo '<div class="home-bottom-message"><div class="home-bottom-message-wrap">';

                                                                                          then look for the closing tag (which should already be there) and add the “home-bottom-message-wrap” next to it like this –

                                                                                          echo '</div><!-- end .home-bottom-message --></div><!-- end .home-bottom-message-wrap -->';
                                                                                          in reply to: section to full width #483
                                                                                          Wes
                                                                                          Moderator

                                                                                            It looks like the message section and the bottom widgets are all under the same div called “home-bottom”. First you’ll want to separate them into 2 different div containers so they don’t effect each other. Take a look at your home.php file and make the changes from there. You will probably have to create an extra div or two.

                                                                                            The way you would set up the “message” section is to have the outer div first, (which would be the white background) then the second div which would be the inner part (the text). The second div should have “margin: 0 auto;” and “width: 960px;” to make it centered inside the outer div (1st div/white background).

                                                                                            You would of course make these changes in your home.php file. Make sure and take a look at what is already there like the echo '<div class="home-bottom">'; – (open tag) and echo '</div><!-- end #home-bottom -->'; (close tag) and reference these for an example on how its done.

                                                                                            Try and use the link you were sent to your email to re-download the theme. If that doesn’t work, I’ll have to send it to you.

                                                                                            in reply to: section to full width #480
                                                                                            Wes
                                                                                            Moderator

                                                                                              You’ll have to look at your home.php file and change the area that looks like this –

                                                                                              add_action( 'genesis_loop', 'optimal_home_loop_helper_middle' );
                                                                                              add_action( 'genesis_loop', 'optimal_home_loop_helper' );

                                                                                              ^ and change “loop” to “after_header”.

                                                                                              All of the content is placed inside of the #inner id, which has a width of 960px and won’t allow anything to go beyond it. Changing the above code removes it from the #inner div so that you can go in and add or remove space, etc.

                                                                                              I would also recommend using the new version, 1.1. “Responsive” features were added plus much more. Backup your files first, or start from scratch if you do.

                                                                                              in reply to: Lining Up the Top Menu #477
                                                                                              Wes
                                                                                              Moderator

                                                                                                Ok, thats what it was, the width of the logo and the widget area is too long to fit in the 960px space.

                                                                                                In your style sheet if you look for line 237, try changing the width to “auto” like this


                                                                                                #header .widget-area {
                                                                                                float: right;
                                                                                                padding: 40px 0 0;
                                                                                                width: auto;
                                                                                                }

                                                                                                in reply to: Lining Up the Top Menu #475
                                                                                                Wes
                                                                                                Moderator

                                                                                                  Do you have a link that I can take a look at?

                                                                                                  If the menu is too long to fit to the right of the header/logo it will fall under it towards the right.

                                                                                                  in reply to: Problem with "responsiveness" #465
                                                                                                  Wes
                                                                                                  Moderator

                                                                                                    This actually isn’t an issue with the theme, the theme looks perfectly fine. It’s the plugin that you are using that isn’t setup to be responsive.

                                                                                                    You can try contacting the plugin creators – http://support.slidedeck.com/slidedeck/ to see if they have a responsive version coming soon, or if they have a tutorial of some sort to make it responsive.

                                                                                                    Otherwise you would probably need to hire someone to make this responsive if you want to use this plugin, as it could take some time and quite a bit of code.

                                                                                                    in reply to: "responsive" #460
                                                                                                    Wes
                                                                                                    Moderator

                                                                                                      Looks like you are using the old version which is 1.0

                                                                                                      The new version is 1.1, which was updated a little over a week ago. Try and re-download from the link you were sent, then check the theme version (style.css) to see if its 1.1.

                                                                                                      If it still says 1.0 use the contact form at http://StudioPress.com/contact and tell them that you need the download link for 1.1.

                                                                                                      in reply to: Problem with "responsiveness" #456
                                                                                                      Wes
                                                                                                      Moderator

                                                                                                        Ok, sounds good. Like I said in the email, I’m quite sure its something small that I can easily adjust.

                                                                                                      Viewing 50 posts - 4,251 through 4,300 (of 4,305 total)