corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Post archive pageHello @loveandgrub,
Hope you are having a great day and thanks for contacting us!
That’s something that come built in into WordPress. You just need to go to the following link: http://146.66.99.115/~lovean09/category/lifestyle/ and you’ll see all your LIFETIME’s posts. If you change that for other of your categories, then you’ll see the new one.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Elara] Category Post in Highlight Post doesn’t changeHi @alegar373,
I’d need to access your WP Admin area to take a look at this, but you can’t share the details over here. Could you please, send us a message at the following form: https://www.lyrathemes.com/support/ and ask for me to check on this? I’ll ask you then the access and we can move forward from there.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Copyright text – CSS change spaceHello again @diannadk,
Try using this code:
.footer-copyright { margin: 50px 0; }And play with the 50px to fit your needs.
Diego
Forum: Themes and Templates
In reply to: [Kale] How do I change the space in widget?You’re welcome! Glad to help.
And thanks for sharing your results!Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] How do I change the space in widget?Hello @diannadk,
Hope you are having a great day and thanks for contacting us!
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
hr { margin: 35px 0; }Then reduce the 35px number to the size of your choice.
Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Centering Header ImageYou’re welcome! Glad to help!
Please, mark this one as resolved.If you have any further issues, please let us know.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Elara] Category Post in Highlight Post doesn’t changeHello Noe (@alegar373),
Hope you are having a great day and thanks for contacting us!
Are you referring to the first post on the featured slider? Could you send me a screenshot so I’m sure to be reviewing the same as you?
Looking forward to your reply.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Centering Header ImageHello
Hope you are having a great day and thanks for contacting us!
the reason the image is not centered is that is a small one (800px), but you could enlarge it with a simple CSS code snippet. Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.frontpage-banner > img { width: 100%; }This will cover the whole space, but it may get your image pixelated. The way to fix that is uploading a bigger image (at least 1200px wide).
Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Change photo sizeHello @ayoungerskin,
It will depend in what template are you. The 650px is for the internal pot template. But an easy way to test that, is adding the code and check how it looks.
If you have any issues or it doesn’t fit well, just let me know.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Centred Page TitlesForum: Themes and Templates
In reply to: [Kale] Theme Width + PhotosHello @nboether,
Hope you are having a great day and thanks for contacting us!
The URL you’ve provided it’s not working (http://www.myhappyhomeschool.com), could you check what’s happening so I can review your questions based on your real case?
Let me know when you have it up & running again.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] image size problemGlad you find the solution!
Please, let me know if you need any further assistance.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Vega] CTA2 not showingThanks!
Forum: Themes and Templates
In reply to: [Kale] Variation ButtonHello @angkianchong,
Hope you are having a great day and thanks for contacting us!
Could you share your URL so I can see this first hand?
Thanks.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] image size problemHi @crealexiadiy,
Can’t say about the plugin, but you could try disabling it to make sure it’s not interfering.
Regarding the code, try this one instead:
@media (min-width: 980px) { img.alignnone.wp-image-223.size-large { width: 100%; } }Try it and let me know how it worked.
Kind regards,
Diego- This reply was modified 8 years ago by corewpress.