colevalleygirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox for Youtube embedded videosThanks; that’s helpful. I need to go and have a good long think ??
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox for Youtube embedded videosThanks. I’ll need to find a way to make it simpler for my users… and to retrofit it to existing video content.
Forum: Plugins
In reply to: [WP Video Lightbox] Video not opening in popup and odd appearanceShould add: WordPress 6.3.2, PHP 8.1.24
And nothing showing in the error log.
- This reply was modified 1 year ago by colevalleygirl.
Forum: Plugins
In reply to: [WP Video Lightbox] Video not opening in popup and odd appearanceI’ve made the edit as requested to include double quotes. No impact.
Changing the theme does not help.
I have tested with all other plugins deactivated. Still broken.
Forum: Plugins
In reply to: [All-in-One Video Gallery] CategoriesI too would like the ability to use an existing taxonomy for categories and tags, rather than duplicate what I already have.
I’m using Duplicator Light 1.5.3.1. I will contact Developer Pro support.
How is changing the encoding going to fix these error which are identical to what I experienced:
Comment at start of installer resulting in 500 error | www.remarpro.com
Bad Comment at end of installer.php | www.remarpro.com
As that first problem report is 6 months old, I’m somewhat surprised it hasn’t been fixed already.
The installer.php encoding is UTF-8
It begins:
<?php /* ------------------------------ NOTICE ---------------------------------- If you're seeing this text when browsing to the installer, it means your web server is not set up properly. Please contact your host and ask them to enable "PHP" processing on your account. ----------------------------- NOTICE --------------------------------- */ namespace { use Duplicator\Libs\DupArchive\DupArchiveExpandBasicEngine; $disabled_dirs = array( 'backups-dup-lite', 'wp-snapshots' ); if (in_array(basename(dirname(FILE)), $disabled_dirs)) { die; }
The white space at the top, plus the entire NOTICE comment must be removed to make the installer work.
It ends:
/* DUPLICATOR_INSTALLER_EO
This comment needs to be terminated properly to make the installer work.
PHP 7.2.34 here (experiencing the same issue)
- This reply was modified 4 years, 1 month ago by colevalleygirl.
Forum: Plugins
In reply to: [WP Search with Algolia] Template for refinementListSorry — I got this sorted using the following template code:
` search.addWidget(
instantsearch.widgets.refinementList({
container: ‘#facet-skill-level’,
attributeName: ‘taxonomies.skill_level’,
operator: “or”,
sortBy: [‘name:asc’],
limit: 10,
templates: {
header: ‘<h3 class=”widgettitle”>Skill Level</h3>’, item: ‘<input type=”checkbox” class=”ais-refinement-list–checkbox” value=” {{name}}” {{#isRefined}}checked=”true”{{/isRefined}}> {{name}} <span class=”ais-refinement-list–count”>({{count}})</span>’,
},
})
);’Forum: Plugins
In reply to: [Broken Link Checker] Doesn’t check internal links?Thanks. At least we don’t need to change out theme — my co-website builder would cry!
Forum: Plugins
In reply to: [Broken Link Checker] Doesn’t check internal links?The theme is Labbook Child: https://wordpresschildthemes.com/labbook-child-theme/
Pods settings at https://www.dropbox.com/s/7jci9ydks926hku/pods.txt?dl=0
Forum: Plugins
In reply to: [Broken Link Checker] Doesn’t check internal links?I did this on my development system.
The conflicting plugin is Pods 2.70.20.1, which is pretty fundamental to the site.
Forum: Plugins
In reply to: [Broken Link Checker] Doesn’t check internal links?Any update on this? — a missing option seems pretty fundamental…
Forum: Plugins
In reply to: [Broken Link Checker] Doesn’t check internal links?I’ve uninstalled and reinstalled; it hasn’t helped. Screenshot attached.
https://www.dropbox.com/s/3v215mdoqfsfpfw/link%20checker.png?dl=0
- This reply was modified 4 years, 5 months ago by colevalleygirl.