pinkerton84
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] How To Make Post Headlines BIGGER?Aces! That worked like a charm. Thank you.
Forum: Themes and Templates
In reply to: [Kale] Page not load correctly after current update (Nov 28 2022Steven, awesome. Thank you. The page formatting has returned to normal. Really happy we can get that worked out without any major issues.
Thank you again.
Forum: Themes and Templates
In reply to: [Kale] Page not load correctly after current update (Nov 28 2022Ok, thank you. I will do that and report back.
Forum: Themes and Templates
In reply to: [Kale] Page not load correctly after current update (Nov 28 2022<?php
add_action( ‘wp_enqueue_scripts’, ‘kale_child_enqueue_styles’ );
function kale_child_enqueue_styles() {$parent_style = ‘kale-style’;
$deps = array(‘bootstrap’, ‘bootstrap-select’, ‘font-awesome’, ‘owl-carousel’);
wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ , $deps);wp_enqueue_style( ‘kale-style-child’, get_stylesheet_directory_uri() . ‘/style.css’, array( $parent_style ), wp_get_theme()->get(‘Version’) );
}function kale_get_option($key){
global $kale_defaults;$parent_theme = get_template_directory();
$parent_theme_slug = basename($parent_theme);
$parent_theme_mods = get_option( “theme_mods_{$parent_theme_slug}”);$value = ”;
$child_value = get_theme_mod($key);
if(!empty($child_value)){
$value = $child_value;
}
else if (!empty($parent_theme_mods) && isset($parent_theme_mods[$key])) {
$value = $parent_theme_mods[$key];
} else if (is_array($kale_defaults) && array_key_exists($key, $kale_defaults))
$value = get_theme_mod($key, $kale_defaults[$key]);
return $value;
}
?>Forum: Themes and Templates
In reply to: [Kale] Page not load correctly after current update (Nov 28 2022Hello, after reviewing my page building notes, I did actually create my own child theme. I also edited the php with the code on the github.
Forum: Themes and Templates
In reply to: [Kale] Page not load correctly after current update (Nov 28 2022Hello, sorry. Yes, I’m using version 2.6.
I am using a child theme, which is where I grabbed that other version number from.
In answer to your other question, no I didn’t make my own child theme. It is: kale child by LyraThemes.
It doesn’t look like I need for the child theme, at least there is nothing prompting me for an update on my dashboard.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateI contacted my hosting service after you told me that you could replicate the problem.
After some troubleshooting with them, they told me they “have increased some of the PHP limits.”
After that, I can now edit and make new posts. Thank you for the help and sorry for the trouble.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateI can find my log section in my cpanle, I just don’t what information you want to see.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateI’m on PHP 7.4.
Running Yoast SEO 16.6.1 and WP 5.7.2.
Sorry, but how I access the server’s logs?
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateHere is a link to my screenshot.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateSo, I went through the troubleshooting mode. Thank you for the awesome link and video, that was really helpful. I had everything deactivated, theme and plugins.
I activated the Twenty Twenty theme, kept all the plugins deactivated, and I was able to enter wordpress edit for new posts normal. No issues.
Next, I activated only the Yoast plugin, and I was unable to edit or create a new post in wordpress. I received this error: The editor has encountered an unexpected error.
I am fully updated in WordPress, Yoast, and php.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateHi, I took a screenshot, but I just realized there is no way to attach that here.
Forum: Plugins
In reply to: [Yoast SEO] PHP 7.4.20 compatibilityGot things sorted with my php, but that has not helped. I still get the same issue. Seems that only way I can get things to run right is to rollback to version 16.5.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateHello, thank you for the detailed reply. I have updated my php to 7.4, however taht hasn’t not helped. I still get the same error.
I ran the health check, and there doesn’t seem to be any issue. There is the troubleshooting mode, but I need some time to research that to use it correctly.
Currently I am still rolling back the plugin to 16.5 to get it to work correctly.
Forum: Plugins
In reply to: [Yoast SEO] issue creating new posts with the 16.6 updateHi Suwash, so I just realized my php is still on version 7.3.28, so I’m in the process of updating that, but it’s taking a while. It’s been a few hours, but still hasn’t clicked over yet. I hope that is the cause for the issue, but we’ll have to wait and see.
To answer your question, I am fully unable to edit or create new posts. When I try to do either, I get stuck in my WP dashboard area with a note saying ‘The editor has encountered an unexpected error.’