Viewing 20 posts - 1 through 20 (of 29 total)
  • Author
    Posts
  • #302503
    catwingz
    Participant

    Hi,

    My client is really excited about this theme. So far there are just a few things I’m having trouble figuring out. The site is here.

    How can I change the name of the Testimonials section?

    I changed the styling of the View More and Continue Reading buttons on the Home page. The Continue Reading buttons were square and I gave them rounded corners. The text was smashed against the left side of the button so I added padding and centered it. The problem is that now the buttons want to stretch the full width of the column. I’ve tried multiple variations bu this is the best I’ve done so far (Your code tick is gone!):

    p.more-link {
    background-image: linear-gradient( rgb(217,81,6),rgb(153,58,26))!important;
    padding:auto 0 auto 3px;
    border-radius: 5px;
    text-align: center;
    }

    What am I missing?

    Thank you

     

    #302524
    Skandha
    Participant

    @catwingz: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #infinite-post-wrap .more-link {
    width: 150px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #303059
    catwingz
    Participant

    Hi Skandha,

    The buttons are perfect now. 🙂

    How can I change the name of the Testimonials section?

    Thank you

    #303080
    Skandha
    Participant

    @catwingz: Hello there,

    There was bug in the option to change the Testimonial Title and Description and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    #303088
    Skandha
    Participant

    @catwingz: Hello there,

    The update has been released. Please update the theme to the latest version and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    #303157
    catwingz
    Participant

    Hi Skandha,

    This update solved one problem but created another. It is now possible to change the title of the section but when I did this I discovered that the font had changed to the one used for the site title, except much larger and orange. This is not acceptable. The font should be able to stay the same as the other sections.

     

    #303159
    Skandha
    Participant

    @catwingz: Hello there,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #303346
    catwingz
    Participant

    These links don’t last very long… here’s another one:

    #303332
    catwingz
    Participant

    This is temporary. I’m having to develop it using a hosts file

    http://4mogh.skipdns.link

    Testimonials is there in orange.

    #303348
    Skandha
    Participant

    @catwingz: Hello there,

    The issue has been fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    #303410
    Skandha
    Participant

    @catwingz: Hello there,

    The update has been released. Please update the theme to the latest version and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    #303449
    catwingz
    Participant

    Thank you @Skandha!

    #303476
    Skandha
    Participant

    @catwingz: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/euphony/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

     

    #303516
    catwingz
    Participant

    @ Skandha, I’ve left reviews before but it’s been awhile so I’d be happy to do another.

    I do have one more question about this though. I’ve decided I’d like to change the font these heading are using and I’m getting some push back. When I add

    h2.section-title {
    font-family: “Whisper” !important;
    }

    with or without the important, the font does change, but not to anything like what I’m considering. What am I missing?

    Thank you

    #303538
    Skandha
    Participant

    @catwingz: Hello there,

    To use the Whisper font you will need to create a child theme first and enqueue the font files in the child theme and then use the CSS Code.

    Let me know if you are familiar with child theme customization so that I can guide you.

    Kind Regards,
    Skandha

    #303638
    catwingz
    Participant

    Hi Skandha,

    A child theme is easy, but what is the CSS for the font change? I haven’t chosen the replacement but would like to have something more readable.

    Thank you

    #303669
    Skandha
    Participant

    @catwingz: Hello there,

    Please follow this link to know how you can use custom fonts.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #303720
    catwingz
    Participant

    Hi Skandha,

    This brings me back to where I started. Is this the correct selector for me to target?: h2.section-title

    Also, I ran into this after I submitted my last post but the tool made me wait.


    @skandha
    , I just discovered the buttons on the home page have more tricks. This is a battle of the buttons. Read all of this first because there are two different sets of buttons with different problems.  I only need one set and am not sure which is the better way to go.
    #1) I am putting content in the Featured section and found that the automatically generated Continue Reading buttons there have the same problem the buttons on the blog posts had. It looks like they should have the same code but clearly not.  https://tinyurl.com/y45ovq4w
    This is what is in place:
    a.readmore {
background-image: linear-gradient( rgb(217,81,6),rgb(153,58,26))!important;
}
#infinite-post-wrap .more-link {
width: 150px;
}
p.more-link {
background-image: linear-gradient( rgb(217,81,6),rgb(153,58,26))!important;
padding:auto 0 auto 3px;
border-radius: 5px;
text-align: center;
}
    #2) I decided to try shortening the excerpts manually because the Illustration/Dandelion wine box on the right actually has a text link which doesn’t work or show in the normal excerpt. With the shorter excerpt this link is removed but the buttons change. I could live with these if I could center them. I prefer the other buttons but suspect that fixing the text link issue would be more difficult.
    http://buttons generated by manual excerpt
    Is it possible to center these buttons? I tried and failed.
    Thank you

    #303723
    Skandha
    Participant

    @catwingz: Hello there,

    The correct selector would be .site-title
    Please post your site URL so that I can look into the buttons issue.

    Kind Regards,
    Skandha

    #303906
    catwingz
    Participant

    @Skandha, the buttons may have to wait until his domain registration issue is resolved. Here’s a temporary link. They don’t last long, but just in case: https://j1tef.skipdns.link

    It turned out the correct selector was .section-title. My mistake was to put the h2 in it. Problem solved.

    I think the buttons may be the last thing to do. It will be a great looking site when it’s done.

    Thank you

Viewing 20 posts - 1 through 20 (of 29 total)
  • The topic ‘Testimonials Heading & Continue Reading buttons’ is closed to new replies.