troy

Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Does or can Ally be updated? #22040
    troy
    Customer

      I might add as well, I noticed they had px and em, then they went to just px, and not they are back at both. Why do they do this, why not one or the other, why both?


      Life’s Hard, its a lot Harder if you are stupid

      in reply to: Does or can Ally be updated? #22039
      troy
      Customer

        I gotcha, it’s a great theme.
        I will probably get the newest one you have and go from there. I like the two newest ones, but can’t remember the names.


        Life’s Hard, its a lot Harder if you are stupid

        in reply to: Two Quick issues #20147
        troy
        Customer

          Hey Wes, was that going to be released in update? I bought mine off of the studio press site, if that makes a difference. Not sure how often it gets changed to the latest version


          Life’s Hard, its a lot Harder if you are stupid

          in reply to: Two Quick issues #19934
          troy
          Customer

            Ok, i fixed the First issue by this thread

            That did the trick

            Now working on the blog post on home page


            Life’s Hard, its a lot Harder if you are stupid

            in reply to: li and ul messed up on front page in Home middle 1 #15204
            troy
            Customer

              Your looking at Common Symptoms of Whiplash, sorry forgot to put that in


              Life’s Hard, its a lot Harder if you are stupid

              in reply to: Default color #14321
              troy
              Customer

                Lisa, i just removed everything under theme colors in the style sheet. If you are using the default color scheme, its not listed in the theme colors section.


                Life’s Hard, its a lot Harder if you are stupid

                in reply to: Ally theme #14276
                troy
                Customer

                  Carol, you are the one who inspired me to go crazy with Ally.
                  I love your use of colors in the theferriswheel

                  My brain gets squashed when it comes to being creative and colors, I can build, I can do CSS ( dangerously)


                  Life’s Hard, its a lot Harder if you are stupid

                  in reply to: Ally theme #14200
                  troy
                  Customer

                    Scratch Brentdawson.org, copied the theme out for Accident Doctor and it has genesis sample on it now


                    Life’s Hard, its a lot Harder if you are stupid

                    in reply to: Columns on Front page sidebar #14109
                    troy
                    Customer

                      Well crap, im figuring it out
                      Seems I have to run a plugin Ultimate shortcodes to get the sidebar columns to work. I don’t want to run this plugin
                      I’ll keep plugging away at it


                      Life’s Hard, its a lot Harder if you are stupid

                      in reply to: I have messed something up on the head wrap #14101
                      troy
                      Customer

                        resolved, I screwed up something in the functions


                        Life’s Hard, its a lot Harder if you are stupid

                        in reply to: I have messed something up on the head wrap #14082
                        troy
                        Customer

                          I probably did, im going to check it and see
                          I did not think i messed with the head-wrap, but its possible i did

                          Thanks Eric


                          Life’s Hard, its a lot Harder if you are stupid

                          troy
                          Customer

                            What do you use to edit the CSS. I want something that i can see the number on the line. It appears when i back down the css via FTP, Microsoft web expression put the spacing in for some reason. I like using expression web because its what im use to.

                            This stinks, erasing all the white lines


                            Life’s Hard, its a lot Harder if you are stupid

                            troy
                            Customer

                              Thanks Wes, that makes sense now, still trying to figure some things out with CSS
                              Any suggestions on how i can remove all those white spaces, this is going to take a while


                              Life’s Hard, its a lot Harder if you are stupid

                              troy
                              Customer

                                Wes, im not going to ask you why that fixed it, but it did.

                                Thank you Very Much
                                now to erase all those white lines in the CSS


                                Life’s Hard, its a lot Harder if you are stupid

                                troy
                                Customer

                                  I’ve noticed the spacing, i use a ftp to edit the CSS and then just upload it.
                                  I’ve been using Microsoft web expression (i know its out of date, but its what i have used in the past)

                                  Every time i change the CSS i try to eliminate some of the white spacing, seems odd to me. It snot just this site i notice the white space, it seems everything i touch has twice the CSS lines


                                  Life’s Hard, its a lot Harder if you are stupid

                                  in reply to: Fonts #12999
                                  troy
                                  Customer

                                    Thanks Wes, very helpful!


                                    Life’s Hard, its a lot Harder if you are stupid

                                    in reply to: Ive asked to much , but have border around image issue #12998
                                    troy
                                    Customer

                                      Ok, I finally got this resolved
                                      I added this in my style sheet

                                      .border-black {
                                      border: #000 solid 1px;
                                      padding: 4px;
                                      }

                                      When I want to add a border on a certain image, I open the image on the page in the WP editor after I have put the image on the page and add border-black to the css class in the image advanced options.


                                      Life’s Hard, its a lot Harder if you are stupid

                                      in reply to: Ive asked to much , but have border around image issue #12973
                                      troy
                                      Customer

                                        Thanks for the reply Eric. I am using word press to add them.
                                        What you are saying makes sense, and example would be helpful
                                        Here is were I want borders
                                        https://personal-injury-doctor.com
                                        here is were I do not want borders
                                        https://personal-injury-doctor.com/join
                                        but this was done in css with the img align right ( no border), there will be some images that align right that I would like to put a border around, I’ve fried my brain trying to figure this out, its no good anymore, I appreciate your help
                                        Thank you


                                        Life’s Hard, its a lot Harder if you are stupid

                                        in reply to: Fonts #12947
                                        troy
                                        Customer

                                          Interesting, never knew that’s how Google fonts work Thanks!!
                                          Now the biggest problem is there are to many to chose from!!


                                          Life’s Hard, its a lot Harder if you are stupid

                                          in reply to: Issue with border around image #12938
                                          troy
                                          Customer

                                            Ok, i think i got it.
                                            Not sure if this is right, but this is what works

                                            .home-feature-1 .featuredpost img,
                                            .home-feature-1 .featuredpage img {
                                            border: 1px solid #0e2941;
                                            padding: 3px;
                                            }
                                            .home-feature-2 .featuredpost img,
                                            .home-feature-2 .featuredpage img {
                                            border: 1px solid #0e2941;
                                            padding: 3px;
                                            }
                                            .home-feature-3 .featuredpost img,
                                            .home-feature-3 .featuredpage img {
                                            border: 1px solid #0e2941;
                                            padding: 3px;
                                            }

                                            This is resolved


                                            Life’s Hard, its a lot Harder if you are stupid

                                            in reply to: Issue with border around image #12937
                                            troy
                                            Customer

                                              Follow up, i took the above code out for the time being, still trying to work on this, Thanks


                                              Life’s Hard, its a lot Harder if you are stupid

                                              in reply to: Featured Pictures on the blog page #12936
                                              troy
                                              Customer

                                                Ok, i resolved this by adding a few lines to themes functions.php
                                                These are the lines
                                                add_image_size(‘Sidebar’, 50, 50, TRUE);
                                                add_image_size( ‘thumbnail’, 100, 100, TRUE );

                                                You also have to regenerate the thumbnails, i used a plugin to do this

                                                But this has been resolved


                                                Life’s Hard, its a lot Harder if you are stupid

                                                in reply to: I know Ally is responsive, but #12880
                                                troy
                                                Customer

                                                  You know what, nevermind. I might need to start wearing my glass’s


                                                  Life’s Hard, its a lot Harder if you are stupid

                                                  in reply to: Hide primary menu on one or more pages? #12843
                                                  troy
                                                  Customer

                                                    Nevermind, i got it!!!!

                                                    Here is the code

                                                    .page-id-8013 .nav-primary {
                                                    display: none;
                                                    }

                                                    Put it in my Ally stylesheet


                                                    Life’s Hard, its a lot Harder if you are stupid

                                                    in reply to: Running Columns in one of the Wide sections #12794
                                                    troy
                                                    Customer

                                                      You know what Eric, i think i got it.
                                                      I’m still working on it and im kinda embarrassed, its not finished
                                                      but ill show it to you

                                                      Well, crap, my link wont show up


                                                      Life’s Hard, its a lot Harder if you are stupid

                                                      in reply to: Home Middle 1 & 2 #12793
                                                      troy
                                                      Customer

                                                        Carol, Wes, sorry to barge in.
                                                        Carol, i think you have done absolutely a wonderful job with Ally. It looks awesome!!!
                                                        You have inspired me!!!


                                                        Life’s Hard, its a lot Harder if you are stupid

                                                        in reply to: Running Columns in one of the Wide sections #12767
                                                        troy
                                                        Customer

                                                          Maybe im dumb, and something completely flew over my head with this columns thing, im going to keep plugging away at it till I figure it out.


                                                          Life’s Hard, its a lot Harder if you are stupid

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