Receiving PHP error

Home Forums Gillion Theme Receiving PHP error

Home Forums Gillion Theme Receiving PHP error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • sarahk
    Participant

    On blog posts: http://juna.co/2019/06/6-ways-to-help-postpartum-hair-loss/
    Receiving this error:

    Notice: Undefined variable: position in /home/content/p3pnexwpnas09_data01/98/42264898/html/wp-content/themes/gillion/single.php on line 438

    Attachments:
    You must be logged in to view attached files.

    Hi @sarahk,

     

    I hope you are well today and thank you for your question.

     

    I could confirm the issue on my test site which only occurs when we disable related post option in the theme settings, therefore, notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile, you can resolve it by enabling the related post option in the theme settings as shown in the attached screenshot and then hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .post-related-title,
    .single-post .post-related,
    .single-post .post-related-arrows {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

Viewing 3 posts - 1 through 3 (of 3 total)