careplacement
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Panoramic] Header image won’t load – formatting.php errorNot sure if anyone is even looking at this forum (no one is answering emails sent through the contact us on outthebox’s website either). But if anyone is looking, I just tried downloading the new version (1.1.71), and it did not resolve this issue.
Forum: Themes and Templates
In reply to: [Panoramic] Header image won’t load – formatting.php errorBecause it is taking some time to hear back from anyone and this is having a significant impact on our home page, we have manually changed line 24 of header-image.php in library/template-parts. If you need us to change it back for you to do some testing, we can do that quickly. Otherwise, we’ll just look forward to a theme update with the fix.
Forum: Fixing WordPress
In reply to: Header image won’t load – formatting.php errorThanks. I’ll reach out to them.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Conflict with another pluginThank you. Yes, the filter developers have found the issue.
It has appeared several times over the past few months.
Thank you. That tool will be very helpful in the future. Our goal is to set the meta data offline and upload using the REST API along with the rest of the product details. We actually figured out how to do it, and it wasn’t as difficult as we thought it was. For future reference to anyone else who’s looking for a way to do it, this is what we did:
$data['meta_data'] = [[ 'key'=>'_yoast_wpseo_focuskw', 'value'=>$h->FacilityName ], [ 'key'=>'_yoast_wpseo_metadesc', 'value'=>$shortdesc ] ];Forum: Plugins
In reply to: [WooCommerce] REST API set meta data@judagutor Thank you for redirecting me to the other support forum. I now have posted the question there as well.