Evan Scheingross
Forum Replies Created
-
I too am getting this same problem.
I have a checkbox field that is pre-populated with a custom taxonomy.
When I try to fill out the form, selecting the first couple of taxonomy terms from the checkbox field seems to work, but all of my more recently created taxonomy terms that appear throw a validation error when selected.
So essentially the user cannot submit the form unless they select one of the first few terms from the checkbox list.
Any advice would be greatly appreciated here.
Forum: Reviews
In reply to: [List all URLs] Main Category not reflectedThanks for your support of my plugin!
That “make primary” category feature appears to be part of the latest version of the Yoast SEO plugin, and not WordPress itself. (See https://yoast.com/yoast-seo-3-1/).
Nevertheless, it is definitely a good idea to accommodate for this scenario if possible. I will need to do some additional research on it.
I would love to roll out an update to address this, but it’s just not realistically possible for me to do so in the very near future. However I’m going to keep this one in the long-term roadmap.
Forum: Plugins
In reply to: [Categories Images] Problem after moving websiteUnfortunately not yet.
The only fix is to re-upload individual images for all categories/taxonomies.
I’m guessing there is some way to automate the process, but I haven’t hit on anything yet.
The plugin saves the full image URL in the database. Maybe there’s some way to grab custom images sizes based on the full image URL? I’m not entirely sure.
Regardless, thank you for following up!
Forum: Plugins
In reply to: [Categories Images] Problem after moving websiteFor what it’s worth, I had to migrate this website to yet another new URL this morning and the exact same problem happened.
Forum: Plugins
In reply to: [Categories Images] Problem after moving websiteHey thanks for the tip. I use that plugin all the time, but unfortunately it didn’t help.
All necessary images sizes were already created on the local development version of the website. No new image sizes should be necessary. When I migrate the site to a new URL on the live web server, the original (full) image URLs are being pulled in instead of the URL for the custom thumbnail size.
I ran the Regenerate Thumbnails plugin anyway just to see if it would fix things, but the same problem persists.
For what it’s worth, this is the code I’m using to display the images:
<?php echo z_taxonomy_image_url($cat->term_id, 'factoring-thumbnail'); ?>That should allow me to pull in a custom image size called “factoring-thumbnail,” but instead I’m getting the original image in its place.
Forum: Plugins
In reply to: [Categories Images] Problem after moving websiteHey first off, great work on this awesome plugin!
I’m having the same problem as snecz mentioned above after migrating my site to a new URL.
However even if I re-save the category/taxonomy image it’s still giving me the original “full” image size instead of the custom thumbnail size specified in my code.
The only solution I’ve found thus far is to reupload the image with a new filename.
Is there any way around this?
Forum: Plugins
In reply to: [LBDesign Button Shortcode] Awesome Plugin! A few bugs (and fixes)You rock! Just updated the plugin on a local site I’m working on and so far, so good. Will let you know if I notice any bugs that crop up.
Forum: Plugins
In reply to: [LBDesign Button Shortcode] Awesome Plugin! A few bugs (and fixes)Hey just a quick update…
This little plugin is really useful and I’m using on several sites now.
Regarding issue #2 I had mentioned in my original post, I see you have updated line 15 of lbdesign-button-shortcode.js to
image : '../../wp-content/plugins/lbdesign-button-shortcode/img/icon-grey.png'However when I am developing locally it delivers an incorrect URL for that icon, so it doesn’t appear for me to click on. Changing that line to
image : './../wp-content/plugins/lbdesign-button-shortcode/img/icon-grey.png'works for me regardless of the URL at which the website is running. (Note the single . at the beginning of the URL instead of the double ..)
Thanks!
D’oh!
The issue was theme related due to some unnecessary JS that was being loaded.
I was able to fix this and everything is functioning as intended.
I’m marking this thread as resolved.
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Taxonomy archive post orderThank you chrispink for sharing your code. It worked perfectly and saved from from pulling my hair out and/or switching to a different plugin!
Forum: Plugins
In reply to: [LBDesign Button Shortcode] Awesome Plugin! A few bugs (and fixes)One final thing… Might be a good idea to change the shortcode to something more unique than [button] to eliminate the chance of a conflict with another active plugin trying to utilize the same exact shortcode.
Forum: Plugins
In reply to: [LBDesign Button Shortcode] Awesome Plugin! A few bugs (and fixes)Regarding #1 mentioned above, you’ll also need to strip out the
$full_widthvariable on line 40 of lbdesign-button-shortcode.phpUnless of course you want to finish coding in the option for the user to set whether or not the button will display at full width (which would actually be a nice option if you ask me).
Forum: Plugins
In reply to: [AM Events] Custom Field (URL) for EventHey great work on this awesome plugin!
Your URL custom meta box example posted above was extremely helpful for me.
However I ran into a problem with the code. If I include this if statement:
if (!empty($url))Deleted URLs won’t be saved.
So, for example, if I add a URL to an event and then later decide I want to remove it, my URL won’t be deleted.
The only way I found around this was to remove that if statement completely, which I assume causes a blank custom field to be saved in the database for every event created without any data input in the URL field.
Not a big deal, but wondering if there’s a better way to handle this edge case scenario.
Thanks!
Forum: Plugins
In reply to: [Latest Tweets Widget] Problem with tweets being updated?I’m sad to report that even the shortcode implementation of this plugin fails to work properly for me, regardless of whether or not a user is specified within the shortcode.
I’ve tested across multiple installations and have not been able to track down a consistent error.
As such, I’m forced to abandon my use of this plugin until a fix is in place.
Forum: Plugins
In reply to: [Latest Tweets Widget] Problem with tweets being updated?GB – I can now confirm that I’m having this same issue with the widget implementation of this plugin. Unfortunately, the only fix for me was to switch to a shortcode implementation instead of using the built-in widget.