corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Instagram widgetHello @babyinhandluggage,
Hope you are having a great day and thanks for contacting us!
Our theme has an Instagram feed feature but only in the Pro version. you can see it here: https://help.lyrathemes.com/article/265-wp-instagram-widget-pro-only
If you want to stay in the Free version, you can try any of the many plugins our there. Either one that has a shortcode or widget option should work. As an alternative to the previous message, you could try this one: https://wordpress.org/plugins/instagram-feed/
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Contact Form Shows HTML Code Instead of FormHello @thepanickedfoodie,
Hope you are having a great day and thanks for contacting us!
Make sure you add your shortcode in the Text tab of the page editor. If you did it from the visual tab it could change the reserved tags to render it in the page. It could be something else, but’s let’s try this first.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Sirius Lite] Button in mobile versionHello
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 (max-width:767px){ .nav-links { width: 50%; margin: 0 auto; } }Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Next post/previous post orderHello @thedragonsonfire,
I imagine you are talking about the bottom pagination links, am I right? If so, then you can do the following.
Replace this lines of code:
<div class="previous_post"><?php previous_post_link('%link','%title',true); ?></div> <div class="next_post"><?php next_post_link('%link','%title',true); ?></div>with this ones:
<div class="previous_post"><?php previous_post_link('%link','%title',false); ?></div> <div class="next_post"><?php next_post_link('%link','%title',false); ?></div>That should include all the posts in chronological order for navigating.
Remember that you should do this inside a child theme (https://codex.wordpress.org/Child_Themes) so you don’t loose your changes on future updates.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Font SizeHi @foodopi,
Try using this code:
.single p { font-size: 20px; text-align: justify; }Let me know.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Category Page with missing postsGlad to help!
Please, let me know if you need any further assistance.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Image SizeHello @foodopi,
Landscape images will fit better.
Please, let me know if you need any further assistance.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Font SizeHello @foodopi,
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:
.single p { font-size: 20px; }And change the 20px number to any size you’d like to have.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Kale Theme- how to change font sizeYou’re welcome! Glad to help!
Please, let me know if you need any further assistance.Diego
Forum: Themes and Templates
In reply to: [Kale] Posts Slider – Removing dashYou’re welcome! Glad to help!
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Dropdown menu widthHi @nimage,
If at some point you can make the site public, please let me know so I can take a look.
All the best,
DiegoForum: Themes and Templates
In reply to: [Kale] Dropdown menu widthHello @nimage,
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] Posts Slider – Removing dashHi @konnerkrystine,
If the dash is the one I think it is, then please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.frontpage-slider .caption h2:before { content: none; }Try it and let me know how it worked.
Kind regards,
Diego- This reply was modified 8 years, 1 month ago by corewpress.
Forum: Themes and Templates
In reply to: [Kale] Kale Theme- how to change font sizeHello Beth,
In order to increase the font, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.frontpage-banner .caption .read-more { font-size: 20px; }Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Show catergory descriptionHi @neeviemccabe,
Hope you are having a great day and thanks for contacting us!
You’ll need to edit the category.php file and add the field there. This is not an option in the theme.
You’ll also need to put in place a child theme (https://codex.wordpress.org/Child_Themes) in order to preserve this change on future updates.
Please, let me know if you need any further assistance.
Kind regards,
Diego- This reply was modified 8 years, 1 month ago by corewpress.
- This reply was modified 8 years, 1 month ago by corewpress.