My blog not working correctly. - by richnation

This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson

  • Avatar: richnation
    richnation
    Participant
    October 29, 2015 at 17:50

    I started a thread a week or two ago because my blog would not change layout styles based on what I selected in the theme options. You guys got the FTP info from me and re-uploaded the theme to fix the problem and that did work.

    The problem that I am having is that there is no way to go to my post unless I create a “read more” button and you click on that. In your demo on Themeforest, I can click the title, image and read more button, all of which will direct me to the post.

    Also, the blog layout called “small” seems to do the same as “default”, is that supposed to be?

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 29, 2015 at 20:11

    Hello,

    As I see you have this code in child style.css:

    .post-info, .post-title {
        display: none;
    }

    which hides the title of your post and there is no title to click.
    Check the changes you’ve made in your child theme.

    Regards,
    Eva Kemp.

    Avatar: richnation
    richnation
    Participant
    October 29, 2015 at 20:49

    That kind of fixed the issue but I don’t want the title meta to show on the posts so that will not work for me.

    It appears that the blog part of your theme will not work out for me. Can I just create my own blog page and get a plugin to display my posts the way I would like them without having any issues?

    You also didn’t answer my question about the “small” blog layout vs. the “default” layout.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 30, 2015 at 08:26

    Hello,

    You need add this css code to hide title meta:

    .post-info {
        display: none;
    }

    To create your own blog page you need remove “Blog” page in Settings > Reading > Front page displays > Posts page and you can use Posts Grid element in Visual Composer editor to show the posts.

    You see the same layout because you didn’t add featured images for your posts. If you add the images you’ll see the difference between Small and default layouts.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.