[Support request] Problem at bottom of page

Home Forums Support [Support request] Problem at bottom of page

Home Forums Support Problem at bottom of page

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #2523718
    Bob

    At the bottom of my posts the images (for other posts) don’t show and I get the following code showing above where the images should be:

    1, ‘include’ => $prevPost->ID ); $prevPost = get_posts($args); foreach ($prevPost as $post) { setup_postdata($post); ?>
    PREVIOUS
    1, ‘include’ => $nextPost->ID ); $nextPost = get_posts($args); foreach ($nextPost as $post) { setup_postdata($post); ?>

    I would send a screen image, but don’t see how to attach one.

    Please tell me how to fix this.

    Regards,

    Bob

    #2523775
    Ying
    Staff
    Customer Support

    Hi Bob,

    Any chance you can provide an admin login using the private info field so we can take a look at the backend?

    #2523809
    Bob

    See private information.

    #2523817
    Ying
    Staff
    Customer Support

    You can use support@generatepress.com 🙂

    #2523826
    Bob

    OK. You should have an email coming to you with login details.

    #2523827
    Bob

    See private info in case you didn’t get the login URL.

    #2523889
    Fernando
    Customer Support

    Hi Bob,

    Can you set the password for the created user, and share the credentials here through the Private Information field?

    #2523908
    Bob

    See private information

    #2523910
    Fernando
    Customer Support

    I tried logging in, but the password shared isn’t working. Can you check?

    #2523938
    Bob

    I don’t know why it didn’t work. I sent you a link so that you can reset the password. Let me know if you don’t receive it.

    #2523953
    Fernando
    Customer Support

    We got it.

    PHP isn’t being executed. You can try doing this: https://docs.generatepress.com/article/generate_hooks_execute_php/

    Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets

    As an alternative, you can also try using a Block Element – Post Navigation instead. See: https://docs.generatepress.com/article/block-element-post-navigation/

    #2523954
    Bob

    Are you able to log in?

    #2523957
    Fernando
    Customer Support

    Yes. Kindly check my response here for the solution: https://generatepress.com/forums/topic/problem-at-bottom-of-page/#post-2523953

    #2523962
    Bob

    I can’t find the functions.php file.

    I was looking for it like this: WP Admin Dashboard > Appearance > Theme Editor (but there is nothing that says, “editor.”

    I was going to add the following code per your instructions above: add_filter( ‘generate_hooks_execute_php’, ‘__return_true’ );

    How do I find the functions.php file?

    #2523975
    Bob

    Are you still there, Fernando?

Viewing 15 posts - 1 through 15 (of 27 total)
  • You must be logged in to reply to this topic.