• Resolved Cazalenko

    (@cazalenko)


    Hi,

    I am wanting to have only a excerpt of my blog posts on the blog page – How do you do this?

    I am also wanting to stop the images from zooming (moving) on all pages.

    Please can you advise?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Cazalenko

    (@cazalenko)

    Also – How do I remove tags from the home page in the blog post section?

    Hi,

    1) Please make child theme and create post-content.php in child theme directory.

    Now copy code from LINK and paste to post-content.php that you created in child theme directory.

    Save the changes.

    2) Now create home-blog.php in child theme and copy code from LINK and paste to home-blog.php that you created in child theme directory.

    3) Now go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS Editor.

    Now copy below CSS in Custom CSS Editor

    .enigma_home_portfolio_showcase:hover img {
      transform: none !important;
    }
    .enigma_blog_thumb_wrapper_showcase:hover img {
      transform: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter Cazalenko

    (@cazalenko)

    Hi, Nothing comes up on the links you gave me without having an encryption code which I don’t have. Thanks

    Hi,

    Links Work perfect.

    Thanks.

    Thread Starter Cazalenko

    (@cazalenko)

    I managed to get the links to work using chrome rather than safari.

    I have followed the instructions but it hasn’t fixed my problem. Can you advise?

    Hi..

    Please explain your problem in detail.

    Let’s know further assistance.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Excerpt & Photo Images’ is closed to new replies.