-
Author
-
May 18, 2017 at 03:06 #161851andrewjcampbellParticipant
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
May 18, 2017 at 03:16 #161852TalocheParticipantHi 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 johnandhttps://archived.seventhqueen.com/forums/topic/backend-issues-after-update
May 22, 2017 at 14:19 #162259LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.