abellerby
ParticipantForum Replies Created
-
I also have this problem… #graphene-dynamic-widget-graphene_top_bar appears twice, once inside and once underneath div with ‘top-bar-items’ class.
I have also noticed that there is a new style for top bar links (& :hover):
#top-bar a {
color: #ccc;
color: rgba(255,255,255,0.7);
}
which means that the text in the Google Translate widget is now white and therefore doesn’t show on all 60 of the websites I support!https://broombarns.herts.sch.uk/our-school/accessibility-statement/
I have chosen this page because it is long enough to activate the sticky menu.
Thanks again… I just wanted to check it was OK before setting wp_debug to false.
Thanks – this is better than it was… I now get the following errors appearing at the top of the webpage:
Notice: Undefined variable: child_handles in /home/jow0mii4q4m8/public_html/wp-content/themes/graphene/inc/scripts.php on line 254
Warning: Invalid argument supplied for foreach() in /home/jow0mii4q4m8/public_html/wp-content/themes/graphene/inc/scripts.php on line 254
Ss Alban & Stephen Catholic Schools’ FederationThe error log I have is 400 lines long – how would you like me to share it?
I have 2 files – style.css which just has the comment at the top and functions.php which has:
<?php// enqueue styles for child theme
// @ https://digwp.com/2016/01/include-styles-child-theme/
function ssas_enqueue_styles() {// enqueue parent styles
// https://codex.wordpress.org/Function_Reference/wp_enqueue_style
// wp_enqueue_style( $handle, $src, $deps, $ver, $media )
wp_enqueue_style(‘graphene’, get_template_directory_uri() .’/style.css’);// enqueue child styles
wp_enqueue_style(‘ssasgraphene’, get_stylesheet_directory_uri() .’/style.css’, array(‘graphene’));}
add_action(‘wp_enqueue_scripts’, ‘ssas_enqueue_styles’);The same files (with graphene replaced with twentyseventeen) work with the Twenty Seventeen theme.
All working now – thanks.
PHP version is 7.2.20
Running Graphene 2.6.5 with WordPress 5.2.3. New installations of WordPress & Graphene on both sites on Wednesday last week using GoDaddy hosting. I wanted to use the same settings on both sites so set up one, exported the settings to a file & then tried to import them into the other. I get ‘Sorry, this file type is not permitted for security reasons.’ The one I’m trying to import into has no plugins (except those that came with the WordPress install) and is using a child theme. Please let me know if you would like further details. Thanks
…just adding email notification…