Tamal Anwar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BlogKori] BlogKori Theme Adjustments1. To reduce the gap, use this CSS:
#title { margin-bottom: 0; }
Add these codes in the theme customizer > custom CSS box.
3. This one is a custom call to action button in my site. I will share about this later.
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …Hi Debbie, you notice that your custom footer edits and nav menu edit is gone.
You should copy the footer.php into the child theme folder via FTP and then edit the child theme files. Any other files that you wish to edit, just copy them to the child theme folder and do so.
This will keep your changes when you update the version.
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …Hi just go to themes menu, and click on add, then click on upload button where you should upload the zip and activate the child theme.
Forum: Themes and Templates
In reply to: [BlogKori] BlogKori Theme Adjustments1. Do you want to reduce the gap of the top title and the tagline?
BlogKori Theme
————————<— this area?
A WordPress Theme for Bloggers, by a Blogger2. Widening the site:
@media (min-width: 1200px){ .container { width: 900px; } }
^change 900 to any desired width you like, ex: 1170px.
3. Can you elaborate it please? Do you want the whole page to be blue? Can you draw it on paint and show me please? Thanks
You can do these changes by adding the CSS to the customizer, or can download the sample child theme from here and put your css on it’s style.css file: https://github.com/tamalanwar/blogkori-starter-child-theme
- This reply was modified 7 years, 8 months ago by Tamal Anwar.
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …You have to upload the child theme zip and activate the theme just like any other theme. For this CSS you have, you can use it from the customizer, no problem but for other files you edit, like the footer, you have to put that on the child theme folder.
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …Use this child theme: https://www.dropbox.com/s/cewrz5vcwmlpegc/askdebbyq.zip?dl=0
I have added the category.php file which will show only the excerpts.
Mainly in that file there is
the_content
which I have replaced withthe_excerpt
I suggest you copy and drop all the files you are editing in this child folder like index.php, header.php, footer.php.
This way you can update the core theme but your customizations will still be there.
See the starter child theme for more info: https://github.com/tamalanwar/blogkori-starter-child-theme
Thanks
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …Hi there, you have designed a very nice looking website! Have you created a child theme for the customization? If not, your changes will be lost if you update your theme. Let me know please. I will help you with the code, in a child theme. Thanks
Hi there, I haven’t made any option which you can click and show the excerpts. But I can supply you a child theme which will have excerpts on the BlogKori theme homepage/blog index page. Let me know please.
Forum: Themes and Templates
In reply to: [BlogKori] posts issue, would like summery on category page …Hi there, currently the category pages and archive pages are set to display full content. You will have to edit code to show summary. In where did you saw/sety the summary please can you tell me? Thanks