Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter djmwr

    (@djmwr)

    Found the option for this:

    Settings > Reading > Blog pages show at most [enter your preferred number]

    Thread Starter djmwr

    (@djmwr)

    The update works for me as well (ie: no more missing posts).

    It’s a shame that the Theme itself doesn’t really have a ‘true’ infinite scroll, in that the Theme’s version of infinite scroll is a ‘+’ button at the bottom of each scroll – instead of just loading the next amount of posts automatically. I thought infinite scroll was something that took out user intervention (ie: not having to click a button)?

    In the Settings > Reading menu I have just set the ‘Blog pages show at most’ option to something crazy like 1,000 – so all of my posts load in one go and you can scroll down without having to click anything (as infinite scroll should do). This is probably pretty inefficient on the loading though.

    Thread Starter djmwr

    (@djmwr)

    After 3 weeks of trying different things on my own (due to lack of response on here) I have managed to find the below solution:

    In the functions.php on the parent-theme I have changed Codeline 106 from

    wp_enqueue_style( 'hitchcock_fontawesome', get_stylesheet_directory_uri() . '/fa/css/font-awesome.css' );

    to

    wp_enqueue_style( 'hitchcock_fontawesome', get_template_directory_uri() . '/fa/css/font-awesome.css' );

    Then once I have activated the child-theme it has pulled the Social icons through correctly.

    Thread Starter djmwr

    (@djmwr)

    Ok, I’ve been playing around with this and it seems that, with the above code enabled the theme will load the first 12 posts, skip the next 12, then load the rest.

    This follows if I change the ‘posts per page’ number. Example: if I change it to 3, it will load the first 3, skip the next 3, then load the rest etc…

    Anyone know how to amend the code so that it stops doing this?

    Thread Starter djmwr

    (@djmwr)

    Ok, thanks for getting back to me. I will investigate media queries.

    Also, on smaller screens, the theme seems to align left – in that the white boxes containing the text fill the mobile screen and look good but then you’re able to swipe right and move across so that you can no longer see the content boxes, just the background image (the unlocked menu bar across the top also ‘stops’ inline with the content boxes).

    Is this an issue with the theme in general? And will inputting some CSS media queries solve this?

    Thread Starter djmwr

    (@djmwr)

    Thanks for the reply. ??

    I’ve deactivated the mobile theme in Jetpack and it’s done away with the teal banner.

    Although now, on mobile, it doesn’t seem to format properly. The menu button (the three horizontal lines) located on the black menu bar across the top aren’t visible when the page loads, you have to ‘zoom’ out to find them but this makes the white boxes that contain the posts take up only half the screen.

    I have used the below CSS to ‘lock’ the black menu bar across the top, removing this seems to fix the issue on mobile but I still want to have a locked menu bar on both desktop and mobile – is there a solution?

    #header-wrapper {
    position: fixed;
    }

    Thread Starter djmwr

    (@djmwr)

    This works. Thank you. ??

Viewing 7 replies - 1 through 7 (of 7 total)