Two problems with blog

I have two problems regarding the blog. First, related posts
are showing dates, and I put them not to appear in posts, in short I would like
to disable these dates. And you can also see that there is an unevenness in the
photos, one bigger than the other, all of which are 640x640.

https://prnt.sc/qsh3uy

 

Second, it is in relation to the spacing between the header
and the content, there is a giant blank space but only on mobile. I already
went to options and "Remove Spacing", but it is very stuck to the
header, is there no way for me to choose the distance?

https://prnt.sc/qsh3jm

Comments

  • Hey,
    you can disable all dates in theme options>blog under the metadata fields.

    for the blank space, go to theme options>header&subheader>header and change the minimalist options to "without header space"

    thanks
  • Hello, all the instructions that you passed were already
    active on my website, as much as deactivating the dates, as the option
    "without header space" and even so they don't work. And you did not answer about the image of the related posts
    is bigger than the others!

    https://prnt.sc/qssdne

    https://prnt.sc/qsse49

  • 1) Your images of featured image does not have the same size, that's why they are different.
    To change the size of the images used in portfolio/blog, please navigate
    to theme options>blog,portfolio&shop>featured image
    Notice!
    Remember to use thumbnail regeneration after you make your changes. Otherwise, the images will not change their size.


    2) It's a subheader fault, you are using the Transparent header which does not have any height value and your content is pushed down by 50px.
    You can hide the subheader in the Theme Options > Header & Subheader > Subheader. (or change the padding value to decrease his height)
    Thanks
  • 1) How to do "thumbnail regeneration after making
    changes"?

    2) When I hide the subtitle in Theme options> Header and
    subtitle> Subtitle on the phone it works, but on the desktop it is totally
    disorganized!

    3) What about dates, in related posts? You passed me up
    instructions that are already on my website!

  • 1) It's a plugin, you have to simply click regenerate of that plugin.
    You can download it in the featured image route I told you in previous post.

    2) Yes, because header you use is "Transparent", which mean that it does not have any height value.
    You would have to use other style of header to prevent that.

    3) You can hide them with this CSS code:
    .post-related .date_label{
    display: none !important;
    }
    Thanks
  • 1)  I installed and activated the plugin and my images are still
    different sizes!

    2)  Okay, there's no way I can use the "Transparent"
    header and have a distance from the header for the content? LOL


    3) OK
  • 1) That's probably because you set too big size.
    If some of the images are not crossing that value (their original size is smaller), then they will stay with the same size, they will not be touched.
    Please, change the size of featured images to the smaller value and use the forge regeneration once more.

    2) This type of header is made for kinda different websites, in your case, you should use the "Classic" header or one of similar.
    But, you can attach other header on certain pages, what you have to do, is a custom layout - you can find it on the wordpress dashboard.

    Thanks
  • 1) Sorry, i dont understand


    2) OK
  • 1) Let's say, that you set the size of featured images 800x800 and used the forged regeneration plugin, then if some of your images does not cross that value (for example, their size is 250x250), they will not change to 800x800, they will stay with original size.
    To change your images to 800x800, all of them must have equal or higher size.
    Thanks
Sign In or Register to comment.