Modify Hover Text Color for Button-Large Class

Homepage Community Forums Aspire Theme Support Modify Hover Text Color for Button-Large Class

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #19552
    B_David
    Customer

      Hi Wes –

      Hope you had a fine weekend. 馃檪

      Quick question about styling the .button.large class on the patschuler.com site.

      I’ve got the colors for the button background and hover background where I want them, but I can’t seem to get the right location to change the hover text to white instead of the default #fa5738. (I’d like the colors to match the “Start Here” button in the nav menu).

      Could you kindly point me in the right direction on this one? Figured it needed to be in the styling around line 435 or 537, but I just haven’t been able to ‘crack the code.’

      Many thanks! Much appreciate the help.

      Brian

      P.S. Would you still be willing to help out on the code insertion for https://appfinite.com/topic/change-post-title-location-for-single-posts/ ? Much obliged for the help – just let me know what you need from me. 馃檪

      #19583
      Wes
      Moderator

        Try and add this to your CSS and it should override the orange color –

        .front-page-1 .button:hover {
        	color: #fff;
        }

        For the other issue, all I would need is a login. FTP login if possible, since it’s safest way to make changes/edits to PHP files. Just make sure to set your post here as a Private Reply.

        #19587
        B_David
        Customer
          This reply has been marked as private.
          #19615
          Wes
          Moderator
            This reply has been marked as private.
            #19660
            B_David
            Customer
              This reply has been marked as private.
              #19677
              Wes
              Moderator

                Wait a sec, I think I was confused, I thought you wanted the Title first, then the Date, and then the Featured Image under those 2. I’ve had a few posts from other users who requested it to show up in that order and I must have gotten your request mixed up when I read the other thread based on what the other users wrote.

                If you want the Featured Image to be on top, Title 2nd, and then the date (the exact same way the demo is displayed) then you won’t need to add any code. The option is already available within the theme by default.

                When I looked at your source code I noticed that the reason your Featured Image doesn’t show on top of the Title is because you haven’t selected a Featured Image. It looks like you added an image from within your content/post. Images that are inside your content will only show up inside your content area. In order to have your Image show on top of the Title, you’ll need to look at the sidebar on the right of the Post Editor, and select Featured Image. Then upload or select the image you want to use from your Media library. Save the post and then check to make sure that it shows up.

                I would setup one post as an example but I don’t have access to your WP admin (I just have the FTP).

                Once you select the Featured Image, you’ll probably want to remove the Image you added inside your Content area or you’ll have 2 of the same images on your page.

                Let me know if that helps.

                #19684
                B_David
                Customer
                  This reply has been marked as private.
                  #19685
                  Wes
                  Moderator

                    I just logged in, but the account doesn’t have Admin access.

                    I bet if you stripped the code you were talking about it would probably work, but I’d need to see it first.

                    #19686
                    B_David
                    Customer

                      Sorry ’bout that, Wes. Did it pretty fast – apologies for wasting your time.

                      You’ve got admin access now. Thanks for taking a look. 馃檪

                      #19687
                      Wes
                      Moderator

                        Ok just got it done 馃檪

                        Ready for a laugh? I spent this entire time scanning the code in your theme files. Checking your featured images by removing and uploading them back again. Enabling and disabling plugins, and yet none of that fixed anything. But guess what it was? This little checkbox – http://i.imgur.com/2BRC0vM.png

                        So now all you’ll have to do is remove the extra images in the post content.

                        #19691
                        B_David
                        Customer

                          Holy cow, Wes! What a wild ride. You really took the bit between your teeth on this one, and I am forever grateful. If we were in the same city, I’d buy you a drink!

                          At any rate, Hallelujia! And what a difference a checkbox can make. That checkbox is

                            very

                          well buried.

                          Well, we’re all smarter now – and we have a great story to tell our kids. : ) Thanks for sticking with this and investing so much of your time.

                          And let me know if I can

                            do anything to help

                          in return!

                          Will also drop you a note here when the website is ready for prime time.

                          Thanks for everything,

                          Brian

                          #19693
                          ArtistClara
                          Customer

                            Wes,
                            I tried reading from the beginning of this thread but I’m not sure I got exactly what the problem it is that you were trying to solve with featured posts. I have a featured post issue that I wonder if is the same as the one you were discussing here.

                            I want my featured images to show on my blog posts. I have checked that small featured image box shown above, but the result is that I have images showing on pages and posts on which I didn’t set featured images but have images in the content of the pages.

                            My question is, how do I limit featured images to only posts on which I select “set featured image”?

                            Thanks.

                            #19703
                            B_David
                            Customer

                              Hi Wes –

                              After all we’ve been through on this thread, I really hate to say this – but I think I’m having the same issue as Artist Clara.

                              After we changed the featured image setting (Genesis / Theme Settings / Content Archives / Featured Image) I discovered a stray image on my home page. I believe it’s posting to the beginning of the content Front Page Content Section Display. (Under Appearance / Customize / Front Page Content Section Display I have it set to “Show content section” – and even though I’m choosing not to display blog post updates here, I needed the section visible so I could build out the rest of the front page).

                              So it turns out that the image displayed was the very first image that was uploaded to the image library. (It’s also one of the images that displays in the testimonial slider, which is the first section in the Front Page Content Section Display). I thought it might have something to do with an image setting, so I deleted out the image. After that, the old image was immediately replaced by the next image in the library.

                              And, of course, the stray image disappears as soon as I turn off the featured image setting. I’ve left it displaying on the website now (patschuler.com).

                              -sigh- Has to be something straightforward that we’re overlooking here, just not sure where to start digging.

                              If you would be willing to take one more look at this, I would really appreciate it. Thanks as always for the great help!

                              Brian

                              #19717
                              Wes
                              Moderator

                                @B_David and @ArtistClara I think I may have a better solution for the Featured Images. I was working last night testing the current code in the functions file (featured images) for something that works a little better. If you want me to login and add this in just let me know. I’m probably going to use this new code in the next update for this theme.

                                #19724
                                B_David
                                Customer

                                  Thanks so much, Wes! Really appreciate you burning the late night oil on this.

                                  I think that’s a great idea – why don’t you login and add the code in. The login credentials are the same. Just give me a comment line in the .php so I know where to find the code if I need to.

                                  And, as always, thanks for the great support!

                                  Brian

                                  #19728
                                  Wes
                                  Moderator

                                    @B_David I tried logging in but it doesn’t seem to be working. I tried the user/pass that you gave in the previous post above.

                                    @artistclara I went ahead and fixed your issue with the login you gave from the other thread. I added the code in the functions file under this title –

                                    // Add featured image above the entry content


                                    @B_David
                                    let me know once you get the login working again, unless I’m adding in the wrong info. I’m confident it’ll get fixed with this new update I’ll be adding.

                                    #19734
                                    B_David
                                    Customer
                                      This reply has been marked as private.
                                      #19735
                                      Wes
                                      Moderator

                                        Ok, let me try again.

                                        #19736
                                        Wes
                                        Moderator

                                          For some reason I don’t have access to the Editor (under the Appearance tab). Are you not able to access it either?

                                          I’ve seen that happen to a few other users but I never found out how or why that was happening.

                                          If we can’t get access to the editor then we’ll probably have to edit the file using FTP. I just need access to the functions.php file.

                                          #19739
                                          Wes
                                          Moderator

                                            @B_David I just checked in and realized you gave me FTP access not too long ago. So I was able to login, add the code, and now it looks like it’s working.

                                            I left the old code in the functions file and placed the new version right under it so you can see what was changed. Just search for this –

                                            // Add featured image above the entry content (UPDATED VERSION)

                                            The extra featured image on the homepage is gone now.

                                            #19741
                                            B_David
                                            Customer

                                              Thanks so much Wes – everything looks terrific! And I appreciate the trail of bread crumbs. 馃檪

                                              We’re all good on this one. I trust the new code will save you some time in the future.

                                              Thanks again for everything – and I’ll let you know when the site is ready for prime time.

                                              All the Best,

                                              Brian

                                              #19758
                                              Wes
                                              Moderator

                                                You’re Welcome!

                                              Viewing 22 posts - 1 through 22 (of 22 total)
                                              • The topic ‘Modify Hover Text Color for Button-Large Class’ is closed to new replies.