Support » Theme: InstaBlog » Front page not working

  • Resolved AW

    (@angelawillemsen)


    Hi there!

    I’ve just installed the InstaBlog theme and I’m experiencing some difficulties with the front page… Some how I don’t get the bigger and smaller image but just two blogposts underneath each other. I’ve selected the posts I want to use in the customizer menu and gave the posts their own featured image. I’ve got no idea of what I’m doing wrong. Could someone help me out?

    Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi angelawillemsen,

    Could you share us your site url and locate the changes you want to make more specifically? That would make it more easier.

    Best Regards,

    Thread Starter AW

    (@angelawillemsen)

    Thank you for your reply!

    I’ve got some help and found out I missed this part:

    Home Page posts
    – Create any posts with feature images.
    – Create Home page and select Home page template.
    – Latest post will be displayed in Home page.

    I do have some other questions:

    – Is it possible to change the colour of the red dot in the menu?
    – and is it possible to remove the slideout sidebar menu? Since I’m only using the regular menu.

    My website is http://www.angelawillemsen.nl

    Thanks, Angela

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Hello Angela,
    You can add the following css inside the additional css section of your customizer;

    /* color of the active menu item */
    .main-navigation .current-menu-item:before {
        color: #b19a9a;
    }
    /* toggle menu */
    .site-header .sidebar-toggle {
        display: none;
    }

    Note: Change the color code of your own

    Thanks!

    Thanks!

    • This reply was modified 6 years, 5 months ago by Shaped Pixels.
    Thread Starter AW

    (@angelawillemsen)

    Thank you! This works perfectly!

    One final question, I’ve noticed that when you view the website on a smaller screen the social icons get a yellowish colour in de slide out menu. Is there a way to change this? Everything else is black/grey/white so it stands out a bit to much. I’ve tried multiple things but I can’t seem to get it done.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    It seems your site is in maintainance mode. Let us know if we can get an acces to the site so we could sort out the issue.

    Thanks!

    Thread Starter AW

    (@angelawillemsen)

    Yes I use this while I work on a new site but I’ve disabled the maintenance mode now.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Hello AW,

    Please add the following css inside the additional css section of your customizer;

    @media screen and (max-width: 768px){
      .menu_social_wrap_responsive .social a {
        color: #77746c;
    
      }
    }

    Note: you can change the color code of your own.

    Best Regards,

    • This reply was modified 6 years, 5 months ago by Shaped Pixels.
    Thread Starter AW

    (@angelawillemsen)

    It’s perfect like this! You guys are great! Thanks for all the help 🙂

    Hey! I am having similar issues with my homepage. I tried the steps AW provided regarding the home page template without success. Can someone please provide assistance or guidance to what I may be doing wrong? Thank you!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Hello jiavhannie,

    Could you tell us where exactly are you stuck into?

    Please share us your site url and locate the changes you want to make.
    Also we request you to find a separate thread and reopen your query so it’d be easier for better customer experience.

    Thanks!

    Hey, I was actually able to figure it out. Thanks again!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Front page not working’ is closed to new replies.