corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Change color on linksHi @1mecg1,
Welcome and thanks for your question! My name is Diego and I’d love to help you.
Could you share your URL so I can see this first hand? And just to confirm, are you using the Kale theme?
Kind regards,
DiegoHello @witk123 ,
Welcome and thanks for posting your question.
After you create your child theme and duplicate the header.php file on the new folder, open the file header.php and search for the following code:
<!-- Logo --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><i class="fa fa-bars"></i></button> <?php get_template_part('parts/header', 'logo'); ?> </div> <!-- /Logo -->Before or after that (it will depend on where you want your logo), you can add the following new HTML code:
<div class="second-logo"><img src="[LOGO URL]"></div>This will give you the basics for adding it, now you can add the CSS you want to adjust it at your will.
Please let me know if you have any questions.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Search ButtonHello thecontemporaryteacher,
Could you share your URL so I can see what elements did you change and how you could achieve this?
Thanks.
DiegoForum: Themes and Templates
In reply to: [Kale] Sidebar widget formatHello thecontemporaryteacher,
Hope you are having a great day and thanks for contacting us!
Could you share your URL so I can see the border issue first hand?
Thanks.
DiegoForum: Themes and Templates
In reply to: [Kale] changing font on menu bar and “featured posts”Hi trishf7,
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:
.navbar-default .navbar-nav > li > a { font-family: Arial; } .block-title { font-family: Times; }And change the fonts for the ones you want to use.
Try it and let me know how it worked.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] How to increase theme version number in style.css?Hi hiker888,
Hope you are having a great day and thanks for contacting us!
If you can’t find that option it’s probably you don’t have permissions to do so. Try contacting whoever install your WordPress to grant you access.
All the best,
DiegoForum: Themes and Templates
In reply to: [Kale] how to remove sidebarHi tubbadu,
Are you trying to do so on the Homepage or in the internal single view posts?
Let me know.Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Title size changesHi again!
Try adding this as well:
.block-title span, .blog-feed > h2, .sidebar-no-borders .widget-title span { text-transform: lowercase; }Please, let me know if you need any further assistance.
Kind regards,
Diego- This reply was modified 7 years, 11 months ago by corewpress.
Forum: Themes and Templates
In reply to: [Kale] Title size changesHello mummyheartsyou,
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:
div.sharedaddy h3.sd-title, h3#reply-title, .sidebar-borders .widget-title span { text-transform: lowercase; }Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Slider Images Not linking to PostI don’t have the code at hand for it. A basic (empty) child theme will have just a few lines on functions.php and comments on the style.css file. That’s how it’s set (remember to review it here: https://codex.wordpress.org/Child_Themes).
Regarding the customization, you could reach the pro theme support in here: https://www.lyrathemes.com/support/ there you could find some other options.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Slider Images Not linking to PostHello anaturallife,
Hope you are having a great day and thanks for contacting us!
I’m afraid there is no option to make that change built-in the theme. In order to make the full picture clickable, you’ll need to modify the source file to change the HTML. But if you do so, please make sure to do it over a child theme (https://codex.wordpress.org/Child_Themes) so you don’t lose the change on the next update.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Blog post only shows summariesHi jannees,
Could you share a specific post URL so I can see this first hand?
Thanks
DiegoForum: Themes and Templates
In reply to: [Kale] Image problem in dashboardHi crealexiadiy,
Plugins settings are stored in the database and unless your plugin explicitly deletes those from the DB they will stick with you. Otherwise, I wouldn’t suggest that test. Glad that you found them!
I’ll ask you to contact us directly on our support page (https://www.lyrathemes.com/support/) as I’ll need to access to your site to see this first hand.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Blog post only shows summariesHello jannees,
Hope you are having a great day and thanks for contacting us!
Are you trying to show the full content on the homepage? If you go to the single view if the post, can you see the full content there?
Let me know.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Image problem in dashboardHi crealexiadiy,
Hope you are having a great day and thanks for contacting us!
I never heard something similar related to the theme, so my guess is that’s not related. Let’s run a quick test. Please, disable all your plugins and check if you can see it correctly without the issue. If that’s the case, then please activate your plugins one by one until you find the one causing it. If the error is still there with all the rest of the plugins disabled, let me know so we can keep looking for the problem.
Kind regards,
Diego