corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] image size problemHello @crealexiadiy,
Hope you are having a great day and thanks for contacting us!
For your image issue, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
img.alignnone.wp-image-223.size-large { width: 100%; }Regarding the double link on your post, I’m not sure what that is, but you could check if you didn’t add any HTML in the excerpt area of the post. Or maybe you’ve add the read more break on the content?
you could also try adding a second post to see if that happens too.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Vega] CTA2 not showingHi @simunvisevic, glad you find the answer!
Remember to mark this ticket as resolved.Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] User status displayHello @eugemac,
Hope you are having a great day and thanks for contacting us!
Depending what you need to do with that status there are different options.
If you want to show a custom message, you could use an IF statement with the following boolean function: https://developer.wordpress.org/reference/functions/is_user_logged_in/If you want a more sophisticated behavior, like a sidebar login, or a frontend account, or a different menu for logged in users, then it’ll be easier if you use a plugin.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Change photo sizeHello @thelucyspace,
Welcome back!
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.entry img { width: 650px; }This code will fix all the images in ALL your posts to be 650px width. I hope this is what you were looking for.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Font SizeHi @foodopi,
In order to target just to the body of the post, use this:
.single .entry p { font-size: 20px; text-align: justify; }Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Banner/slider on the front pages of bilingual siteHello Judit (@pinterjuco),
Hope you are having a great day and thanks for contacting us!
1) Our theme is compatible with WPML so you should use that plugin to translate your pages. By using it you’ll have all the elements in the homepage ready in any language you need.
2) Could you send me the 2 urls so I can take a look directly to it?
3) You could use this compatible plugin to show or hie widgets at your convenience: https://wordpress.org/plugins/widget-logic/
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Comments issueHello @babyinhandluggage,
Hope you are having a great day and thanks for contacting us!
Comment notification is not something related to the Kale theme. But you can read this tutorial to see how to activate it, or even enhance it if you need. Check here: http://www.wpbeginner.com/wp-tutorials/how-to-manage-wordpress-comment-notification-emails/
If none of this works, try asking your hosting to see if you have the mailing module enabled on your server.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Change title size within a widgetYou’re welcome! Glad to help!
You can give me a virtual hug 😉Remember to mark this as resolved.
All the best,
DiegoForum: Themes and Templates
In reply to: [Kale] Center align image in sidebarYou’re welcome! Glad to help!
DiegoForum: Themes and Templates
In reply to: [Kale] Kale Theme- how to change font sizeHi @kamilika,
Sure I can help!
Try this code:
h2 a, h3 a { font-size: 20px; }If that doesn’t work, please share your URL with me so I can take a look.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Featured Images Not the Same SizeHello @konnerkrystine,
Hope you are having a great day and thanks for contacting us!
Could be possible that the original images were different in their aspect ratio? That’s probably why the looked different. The RT tool may have worked, but you didn’t see any difference because of that.
But, I’m glad you could fix it!
Please, let me know if you need any further assistance.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Change title size within a widgetHello @dfiness,
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:
.video-section .item h3 a { font-size: 15px; }Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Center align image in sidebarHi @dailydotssk,
Using this code will align the image in both languages:
#media_image-18 img, #media_image-20 img { width: 100%; }Regarding making it smaller, you could remove the code I gave you and add a little margin on the left to move it to the center, but that won’t work well for every device. This is the way to solve this and make it responsive.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Instagram widgetHello @babyinhandluggage,
You can add it to any widgetized area available in the theme. You’ll find the available options on your WP Admin > Appearance > Customize > Widgets.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Center align image in sidebarHello @dailydotssk,
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:
#media_image-20 img { width: 100%; }Try it and let me know how it worked.
Kind regards,
Diego