Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #132107
    luismarioochoa
    Participant

    Hello,
    Hello,

    I am struggling with setting up a working Blog page as blogs are not showing with the exception of the Hello Word sample.
    My settings are: Home Page Settings: Static Page, Homepage = Home, Posts page = Blog. The Hello World post sample shows and I cannot delete it as it does not shows up in the Dashboard All Posts and I have created a Post, but it does not show on the Blog page.
    I checked the Blog settings in the other 3 sites I have using Catch Themes but everything seems to be in order. Please help. Thank you.

    http://www.bloomrestaurant.com/blog

    Thank you in a advance

    Luis

    #132112
    Skandha
    Participant

    @luismarioochoa: Your homepage has Catch Box Pro Theme activated whereas your blog page has a different theme twenty sixteen theme activated. Please check your web server, it looks like there is a new wordpress installation inside your /blog folder.

    Let me know if the issue is resolved.

    Regards,
    Skandha

    #132265
    luismarioochoa
    Participant

    Hello Skandha,
    Thank you so much. It worked!

    One more question, and I know they are different themes but maybe there is a CSS workaround.

    Is it possible to make the layout on this blog http://bloomrestaurant.com/blog/ to display as this one http://destinationvows.ca/blog/? Image to the left and excerpt to the right?

    Thank you

    Luis

    #132269
    Skandha
    Participant

    @luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .entry-summary a {
        float:left;
        margin-right:25px;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #132274
    luismarioochoa
    Participant

    Hi Skandha,

    Worked nicely.

    Any chance that the title could also be moved to the right of the image? http://bloomrestaurant.com/blog/ vs http://destinationvows.ca/blog/ and add a divider below to separate future posts?

    Thank you so much!

    Luis

    #132374
    Skandha
    Participant

    @luismarioochoa: Please replace the previous css code i provide you with the following code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-summary img {
    	float:left;
    	margin-right:20px;
    }
    
    	#content {
    	width:800px;
    }
    
    .entry-title, .entry-meta {
    	float:right;
    }
    
    .entry-summary img {
    	position:relative;
    	top:-25px;
    }

    It looks like you are using very old version of the theme. Please update the theme to its latest version to make best use of the theme.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Struggling with setting up a Blog page on a static Website’ is closed to new replies.