abellerby
ParticipantForum Replies Created
-
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…
Hi, Do you have an update to this? It’s still not working and I now have a situation where I need to use the same settings on several sites.
I also have this problem & it’s urgent because I’m trying to combine content from one website and a theme from another… on new hosting. Can you give me an update as to when the next theme update will occur? Or is there an alternative way of importing the theme settings?
- 1
- 2