ckadmin
Forum Replies Created
-
Thanks, this removed the arrow area.
But now there is just a blank square space net to the ‘About the author’, in place of the arrow section. And it looks weird.Is it possible to remove that space entirely and only have the Author section?
Forum: Themes and Templates
In reply to: [JustWrite] How to remove the 2/3rd slider from homepageI deselected my posts from being featured posts, so now that slider is gone.
I am not using this theme’s default main slider, so this doesn’t affect the look of my page.
Thanks.Thanks you 🙂
I am not referring to the size of the logo font.
What i wish to do is reducet the the height of the logo area (that is currently in black color) on which the logo lies.Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageOk, now that I have added few sample posts to my page, now the slider is gone!
Slider is still selected in Customize > Layout options.I am not sure why this is happening.
Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageMy website URL is http://www.chitrakathaa.com.
Since I have re-installed wordpress, most of the content I placed for testing is gone.Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageThis slider feature is part of ‘Justwrite’ wordpress theme. I am not using any separate plugin to design sliders.
Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageIs it possible to do through code?
Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageHi Tara,
Yes I have done that. I am using W3 Total Cache for this. I also cleared browser cache and cookies.
As the last resort, i uninstalled entire wordpress and re-installed, testing this on 2 different machines, but this strange issue still persists.Forum: Plugins
In reply to: [Cresta Social Share Counter] Reduce spacing between the social buttonsThanks! Works like magic 🙂
Can you please tell me the en-queuing content of my functions.php?
Parent theme folder name: mh-magazine-lite
Child theme folder name: mh-magazine-lite-child.Is this correct?
function mh_magazine_lite_child() {
wp_enqueue_style(‘mh-magazine-lite’, get_template_directory_uri() . ‘/style.css’);
wp_enqueue_style(‘mh-magazine-lite-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘mh-magazine-lite’));
}
add_action(‘wp_enqueue_scripts’, ‘mh_magazine_lite_child’);- This reply was modified 9 years, 7 months ago by ckadmin.
Thanks for your reply.
I will start working on creating a child theme for my changes.Few queries.
When I upgrade the theme, will all the widgets/plugins and their placements be lost too, or only the changes that I have directly done to the code will be lost?
Also, I went through the links you shared and they were quite helpful. But in there I did not understand how should I add my code modifications to functions.php or style.css.
For example: In order to increase/decrease the sidebar width, I modified the below line from style.css.
.mh-sidebar { width: 25%; float: right; }How will I achieve this in child’s style.css?
Simple place this line in there? Please guide.Thanks.
Thank you. I was able to increase the width after your suggestion.
Is is possible to increase this width to a value higher than 1080px?
I have tested my webpage on various platforms, and I feel the whitespaces on the left and right on the page are considerable. I would like to reduce them a little.- This reply was modified 9 years, 7 months ago by ckadmin.
Here is what I did.
First I removed this line from content-single.php: <?php mh_magazine_lite_featured_image(); ?>
This removed the featured image from all the posts.Then, using WP Featherlight widget, I added desired images on the top of the posts where I would like featured image to be displayed.
Simple enough!
This serves my purpose perfectly. I have featured images only on the posts where I add images separately.