gregnowak
Forum Replies Created
-
OK, thank you for the clarification.
Trailing comma error “$gradient_attr_key” should not have trailing comma:
Correct function in the file:function get_background_color_var(
$attributes,
$bg_color_attr_key,
$gradient_attr_key
) {
if (!empty($attributes[$bg_color_attr_key])) {
return $attributes[$bg_color_attr_key];
} else if (!empty($attributes[$gradient_attr_key])) {
return $attributes[$gradient_attr_key];
} else {
return "";
}
}Hi, does this work even when quic.cloud CDN is not used?
Hi @wfpeter!
Thank you very much for the info about wp-load.php, this did the trick and import function works!
Is there anywhere I can find this information in the documentation?
Thanks again.
/Greg
Or is the wordfence-api only available for the paid version of the wordfence plugin?
Forum: Themes and Templates
In reply to: Baskerville 2 – Menu LocationsDid you install jetpack?
According to the quite hidden documentation: https://wpcom-themes.svn.automattic.com/baskerville-2/readme.txt