- This topic has 28 replies, 3 voices, and was last updated 2 years, 7 months ago by
Sakin.
-
AuthorPosts
-
April 2, 2022 at 2:47 am #302503
catwingz
ParticipantHi,
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
April 2, 2022 at 6:26 am #302524Skandha
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,
SkandhaApril 11, 2022 at 4:20 pm #303059catwingz
ParticipantHi Skandha,
The buttons are perfect now. 🙂
How can I change the name of the Testimonials section?
Thank you
April 12, 2022 at 2:00 am #303080Skandha
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,
SkandhaApril 12, 2022 at 2:20 am #303088Skandha
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,
SkandhaApril 13, 2022 at 2:54 pm #303157catwingz
ParticipantHi 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.
April 13, 2022 at 11:41 pm #303159Skandha
Participant@catwingz: Hello there,
Can you please post in your site URL so that I can look into the issue?
Kind Regards,
SkandhaApril 18, 2022 at 1:57 am #303346catwingz
ParticipantThese links don’t last very long… here’s another one:
April 18, 2022 at 2:00 am #303332catwingz
ParticipantThis is temporary. I’m having to develop it using a hosts file
Testimonials is there in orange.
April 18, 2022 at 2:44 am #303348Skandha
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,
SkandhaApril 19, 2022 at 2:14 am #303410Skandha
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,
SkandhaApril 19, 2022 at 3:17 pm #303449April 20, 2022 at 1:47 am #303476Skandha
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,
SkandhaApril 20, 2022 at 7:57 pm #303516catwingz
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
April 21, 2022 at 2:20 am #303538Skandha
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,
SkandhaApril 23, 2022 at 12:12 am #303638catwingz
ParticipantHi 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
April 24, 2022 at 12:55 am #303669Skandha
ParticipantApril 25, 2022 at 2:24 am #303720catwingz
ParticipantHi 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 youApril 25, 2022 at 4:13 am #303723Skandha
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,
SkandhaApril 28, 2022 at 1:58 am #303906catwingz
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
-
AuthorPosts
- The topic ‘Testimonials Heading & Continue Reading buttons’ is closed to new replies.