Support ForumCustomize blog post details (date, categories, tags, comments) on overview page via child theme – Support Forum https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/feed/ Mon, 06 May 2024 13:32:03 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5050 <![CDATA[Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5050 Mon, 13 Oct 2014 19:42:10 +0000 seuils To the left of blog posts, the following details are displayed:
– date
– category
– tags
– comments count
This takes too much space, vertically.

How can we control:
– which details are displayed
– whether to display blog post details (vertically as left sidebar, or horizontally before or after each post entry)

thanks!

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5057 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5057 Wed, 15 Oct 2014 09:29:28 +0000 IshYoBoy Hi Seuils,

This part can be changed by updating the PHP code in the following files:

wp-content/themes/nalleto/content-post-standard.php
wp-content/themes/nalleto/content-post-audio.php
wp-content/themes/nalleto/content-post-video.php
wp-content/themes/nalleto/content-post-image.php
wp-content/themes/nalleto/content-post-quote.php
wp-content/themes/nalleto/content-post-link.php

If you edit them, you can see the following code:

So you can update this code or move it inside the next “grid10” div to personalize it to your needs.

We recommend using a child theme and copying all these files from the root of the parent theme to the root of the child theme and doing the changes inside the child theme. The parent theme files will remain untouched. Once done you can upload and activate the child theme and the changes will be live. In this way you will not loose or have to reproduce the changes when you update the parent theme next time.

We provide a starter child theme along with all the files of the theme you purchased so you don’t have to build it from scratch. To learn more about this topic read the WordPress codex page https://codex.wordpress.org/Child_Themes

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5610 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5610 Sun, 23 Nov 2014 13:16:55 +0000 seuils We moved the relevant code inside the next “grid10” div to personalize it to our needs.

We also made changes to child theme css, setting the relevant classes as display:inline.

However, the blog post details keep displaying as blocks (in spite of child theme css setting the relevant classes as display:inline), stacking up vertically.

How can we display the blog post details, so they follow each other in one single line (instead of stacking up vertically)?

thanks!

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5631 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5631 Mon, 24 Nov 2014 07:38:45 +0000 IshYoBoy Hey,

Please provide the URL where we can see it implemented. We can then provide more accurate feedback. Our answer now would be very general. Have you done the changes in the child theme inside “child-theme.css”? If not, they will be ignored as all parent CSS files will be loaded after the child theme ones and therefore will override your changes.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5647 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5647 Mon, 24 Nov 2014 09:01:19 +0000 seuils Please find the url as requested:

Blog

As stated in #5610, we implemented inline change in child-theme.css – to no avail.
So we restored child-theme.css back to its original state.
Either way, the blog post details keep displaying as separate blocks – instead of lining up on the same line.

How can we display the blog post details, so they follow each other in one single line (instead of stacking up vertically)?

cheers!

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5651 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5651 Mon, 24 Nov 2014 11:18:00 +0000 IshYoBoy Hey Seuils,

If you use the original structure, without overriding the PHP template and re-style the layout using pure CSS like the one below, you should get the desired outcome:

A CSS developer should be able to tweak the original css like this in few minutes.

Now you can override the PHP template to disable some of the displayed information and move the “grid2” either before or after the “grid10”

Hope the code helps so you can move one with the rest of your page ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5684 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5684 Wed, 26 Nov 2014 14:28:29 +0000 seuils Thanks again for the code, which nailed it ;)

nb: We chose to ignore code lines 1-4, so as to keep the original theme layout.

have a great day!

]]>
https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5689 <![CDATA[Reply To: Customize blog post details (date, categories, tags, comments) on overview page via child theme]]> https://support.ishyoboy.com/forums/topic/customize-blog-post-details-date-categories-tags-comments-on-overview-page-via-child-theme/#post-5689 Wed, 26 Nov 2014 17:22:39 +0000 IshYoBoy Hey,

Sure thing ;) The code is just an example how to do it. It’s up to you to personalize to fit your needs.

Cheer

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>