This topic has 2 replies, 3 voices, and was last updated 7 years by Laura.

  • Author
  • #161851
     andrewjcampbell
    Participant

    Hi, for some reason I can no longer access the ‘theme options’ for my site – I tried disabling all plugins but the problem persists… Could you please advise what might be causing this?

    It was working fine but then suddenly the option to access theme options from within the site dissapeared – it still showed from the frontend but then said that I didn’t have the ability to access that link when I clicked on it…

    The one change I did that might have affected it was adding the line of code

     

     

     

    add_action(‘kleo_before_main’, ‘sq7rdu_show_featured_before_content’);

    function sq7rdu_show_featured_before_content() {

    if (is_single()) {

    if (has_post_thumbnail()) {

    echo ‘<div class=”fullwidth-image-before-content”>’;

    echo the_post_thumbnail(‘full’);

    echo ‘</div>’;

    }

    }

    }

     

    To the template file, as instructed on your site – this worked as expected.

    Is this a common problem, and do you know what might be causing it?

     

    Thanks!

    Andrew

     

    #161852
     Taloche
    Participant

    Hi Andrew,

    Nothing wrong with you. Kleo’s update site has been down for a few hours.
    Either switch to another theme for the time being until their team fixes this or try this method by johnand

    https://archived.seventhqueen.com/forums/topic/backend-issues-after-update

    #162259
     Laura
    Moderator

    Hello, this should be fixed, thanks you @Taloche for sharing that ticket

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?