Wes Modes
Forum Replies Created
-
As I mentioned, I’m using a stripped down single-* page (single-thing.php) that doesn’t have most of the headers and footers.
I’m switching from an understraps-child theme to understraps to make finding templates easier.
As soon as I resolve another Insert Pages error (“Error loading block: Invalid parameter(s): attributes”), I will test again.
Hi Paul,
I’m working with Elementor. What I don’t see is my template (or a way to specify it).
Here’s what I see in Edit Post:
Here’s what I see in Elementor:
And here’s what I have at the top of my template, single-thing.php:
<?php /** * Template Name: Thing Page * Template Post Type: thing,page,post * * Page for displaying a single ad. * * @package understrap */Should I see my template offered as an Insert Pages template? What am I missing?
Is “Default Template” supposed to select the default template for the post_type? If so, it doesn’t seem to be selecting single-thing.php which is the default for my “thing” post_type.
Thanks for the quick response. I’ll test it.
I see now what you are doing, that you are setting the
.insertpage-template-selectselect box disabled by default and changing it via JS when you select “template” in.insertpage-format-select.However, it appears that the JavaScript event handler in widget.js that includes:
$( '.insertpage-template-select' ).removeAttr( 'disabled' );is not being called.
It appears that this selection box is disabled in the source:
<select name="insertpage-template-select" id="insertpage-template-select" disabled="true">And in the rendered HTML of my version of Insert Pages:
<select class="insertpage-template-select" name="widget-ipw[REPLACE_TO_ID][template]" id="widget-ipw-REPLACE_TO_ID-template" disabled="disabled"> <option value="all">Default Template</option> <option value="page-templates/blank.php">Blank Page Template</option> <option value="elementor_canvas">Elementor Canvas</option> <option value="elementor_header_footer">Elementor Full Width</option> <option value="page-templates/empty.php">Empty Page Template</option> <option value="page-templates/fullwidthpage.php">Full Width Page</option> <option value="page-templates/left-sidebarpage.php">Left Sidebar Layout</option> <option value="page-templates/both-sidebarspage.php">Left and Right Sidebar Layout</option> <option value="page-templates/right-sidebarpage.php">Right Sidebar Layout</option> <option value="single-test.php">Test Page</option> <option value="single-thing.php">Thing Page</option> <option value="content-thing.php">Thing Template</option> </select>The template selections are there, but not available.
Justin, FYI I don’t have a
wp-content/mu-pluginsfolder in my wordpress install. Were you suggesting I create one? I can also install your debug plugin.I figured an easy way to get importing working again was to delete the plug in and reconfigure. But like others have reported, I can’t delete the plugin. I can delete the files, but when I reinstall, all of the database info and config is still there.
Any hints on deleting?
It was working on my site/server automatically. Though I am unsure whether it was an update or other config/plugin addition that caused it to stop automaticing.
I’ll try the file. Will it report if the Importer tries and fails?
Hi Justin, thanks for this.
I was able to verify that wp-cron is running:
peoplesriverhistory.us 172.19.25.232 - - [30/Jul/2017:07:47:41 +0000] (0 s) "POST /wp-cron.php?doing_wp_cron=1501400861.9247078895568847656250 HTTP/1.1" 200 20 "http://peoplesriverhistory.us/wp-cron.php?doing_wp_cron=1501400861.9247078895568847656250" "WordPress/4.7.5; http://peoplesriverhistory.us"Which is consistent with my scheduled posts working.
Is there anything specifically regarding Instagram Importer I can look for in the logs?
What else can I check that Importer is dependent on?
Wes
Forum: Plugins
In reply to: [Media Deduper] Pro Feature ClarificationThank you for the answers. Two more questions:
1) When you attempted to upload an image that was a duplicate the previous version of MDD would simply balk rather than delink and insert the existing version. How does MDD pro behave around this?
2) you mentioned that you can manually choose which duplicate image you want to choose. This is les a practical if you have 100s of duped images which might have dozens of dupes. Is there an automatic mode?
Forum: Plugins
In reply to: [Media Deduper] Feature Request: Replace links to all deleted imagesPing.
Forum: Plugins
In reply to: [Media Deduper] Feature Request: Replace links to all deleted imagesHi, thanks for the note.
Just to clarify: The new pro version will identify duplicates within the post content, remove the duplicates, and relink the image references? Does that work for both attached and linked images? Does it handle resized images?
How does it handle metadata like titles and captions? My preference would be to optionally merge data with an optional preference for earliest or latest.
Forum: Themes and Templates
In reply to: [Destin Basic] Submenus work inconsistentlyI changed the parent elements to “custom link” with a URL of ‘#’. Still it only works on index pages.
Example of it working: http://peoplesriverhistory.us/category/photos/
Example of it not working on a post page: http://peoplesriverhistory.us/photos/secret-history-shantyboat-under-stormy-skies/
Suggestions?
Forum: Themes and Templates
In reply to: [Destin Basic] Submenus work inconsistentlyOn my site, the menus and submenus work on the front page and other index pages. But the content pages do not work on either desktop or mobile. (I am using an iPhone.)
Did you try a content page? Try the menus on this page: http://peoplesriverhistory.us/blog/kickstarter-just-a-few-days-left-and-almost-there/
Wes
Forum: Themes and Templates
In reply to: [Destin Basic] Masonry Featured PostThanks for the response. How does one flag posts as sticky?
Is your theme setting the widths of the tiles or does Masonry take care of that? I was thinking that if you could effect the width BEFORE Masonry repositioned them, it would use the width of the thumbnail and calculate the other posts around it.
Forum: Fixing WordPress
In reply to: A Way to Trigger EXIF Map Point Creation?Ignore this. I meant to post in Code People Post Map support pages.