Michael Goitein
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] v2.0 Crashes One Specific PageHi Martin – Thanks so much for taking a look at this!
Really appreciate it.
I reinstalled & activated your plugin and the page is functioning fine:
https://michaelgoitein.com/speaking/
Thanks for being so supportive & responsive.
Have a great rest of the weekend.
MG
I was using a child theme with the WooTheme’s Delicious Theme – for me, it was even simpler.
I just saved an instance of index.php as front-page.php, and then tracked down the code starting at around line 7:
<?php if ( function_exists( 'yoast_breadcrumb' ) ) { yoast_breadcrumb( '<div id="breadcrumb"><p>', '</p></div>' ); } ?>
I just deleted that code, uploaded the file, and “Presto!” – the unsightly breadcrumbs on the home page were gone.
Yoast is normally super accurate with his code and usability, so I imagine it must have just been an oversight on his part.
The fix (in the WooThemes framework, at least) is pretty simple.
The update to 1.0.8 fixed this issue.
Thanks very much for the truly excellent plugin and great work!
I went through many calendar and event plugins before settling on this one, and have to say, it’s really well thought-out and very useful.
https://www.thecitytherapist.org/
Cheers!
I’m using a WooTheme (Gazette), and their fields were visible, but nothing else.
This worked for me, as well, so I could finally see my custom fields again…
Thanks!
Forum: Hacks
In reply to: Child theme – Canvas – adding 2nd menuJason,
If you haven’t found an answer for this, this might help:https://stackoverflow.com/questions/4771611/wordpress-child-theme-adding-secondary-menu
Hope that helps.
Mike
Forum: Themes and Templates
In reply to: downloadSpencer- Good choice going with AppThemes – their stuff is great, and they’re an extremely talented bunch of people.
I hope you will continue to get a percentage of sales, as this could be big.
I know I’ll very likely invest in the full version when they release it!
Cheers.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Running NGG with Shadowbox – Images will open twiceGood to see someone else having the same issues I did.
The way I solved it was simply by enabling Thickbox for NextGen Gallery slideshows (Gallery >> Options >> Effects.
Both now work fine. Admittedly, we didn’t resolve the Lightbox issue, but the .js craziness was getting way out of hand. Thickbox seems to have a much more compatible footprint.
Another way to handle this is noted in this post:
Just set the automation for Shadowbox to “off” here:
Settings>Shadowbox>Automation>images – OFFHope this helps…
Forum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PrioritySpence,
Got it back up & running myself – had to delete most of the old tickets, and re-attribute taxonomies to the open ones to get things to work again.MG
Forum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PrioritySpence –
A few kinks here.After doing the export, I then deleted my install of WordPress.
After re-installing, I then had issues trying to re-download your original theme, so I re-uploaded my backup of your theme.
Once I re-imported the XML export, I’m getting this error on the “Recent Activities” tab:
Catchable fatal error: Object of class WP_Error could not be converted to string in /HOMOE-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/templates/loop.php on line 37.
Individual tickets throw this error:
Catchable fatal error: Object of class WP_Error could not be converted to string in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/single.php on line 41
I’m happy for you that you’ve been able to sell the theme – it’s certainly excellent work, and you deserve to be fairly compensated for your effort.
Any possibility of a fix, or am I FUBAR’d?
Thanks,
MikeForum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PrioritySpencer
I think I’m going to export all tickets (WP – XML format), delete the existing WP installation, reinstall WP, re-download & install your theme, and then add and enable the child theme.Then I’ll try to reimport back in the existing tickets.
Any other suggested protocol?
MG
Forum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PriorityHey Spencer,
Good to hear that that particular error has been fixed.Rest assured, if the taxonomy had been created, and present in the admin, I would not have opened this ticket.
I just have the standard taxonomy options:
TICKETS
Add New
Categories
Tags
States
MilestonesAny other debugging I might be able to do?
Thanks,
MikeForum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PriorityWith
WP_DEBUG
set totrue
, this is what we have printing in place of the ticket content:# Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148
Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148
Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
0.3
# Tags
Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148
Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
iva
# Category
Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 148
Notice: Undefined variable: post in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
Notice: Trying to get property of non-object in /HOME-DIRECTORY/public_html/bugs/wp-content/themes/quality-control/inc/classes/class-create-taxonomy.php on line 149
FunctionalityForum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PrioritySpencer,
Yes, I de-activated & re-activated the child theme.And yes, that’s the only code in functions.php…
Any recommended debug plugin I can use to see if the module is being loaded?
Forum: Fixing WordPress
In reply to: Quality Control Theme – Ticket PriorityHey Spencer,
Thanks for getting back to me.Here’s my child theme structure:
/childtheme/
/images/
/inc/modules/priorities.php
functions.php
style.cssfunctions.php:
<?php function quality_child_test() { add_theme_support( 'ticket-priority' ); require_if_theme_supports( 'ticket-priority', locate_core_file( 'inc/modules/priorities.php' ) ); } ?>
priorities.php:
<?php /** * @package Quality_Control * @subpackage Ticket Taxonomies * @since Quality Control 0.2 */ if ( ! class_exists( 'quality_ticket_priority' ) ) : /** * Create the status taxonomy. Nothing custom here. * * @since Quality Control 0.2 */ class quality_ticket_priority extends quality_create_taxonomy { /** * Just create the name, slug, and labels. The rest is * done automagically. * * @since Quality Control 0.2 */ function quality_ticket_priority() { parent::quality_create_taxonomy( 'ticket_priority', 'priority', array( 'name' => __( 'Priorities', 'quality' ), 'singular_name' => __( 'Priority', 'quality' ), 'search_items' => __( 'Search Priorities', 'quality' ), 'popular_items' => __( 'Popular Priorities', 'quality' ), 'all_items' => __( 'All Priorities', 'quality' ), 'update_item' => __( 'Update Priority', 'quality' ), 'add_new_item' => __( 'Add New Priority', 'quality' ), 'new_item_name' => __( 'New Priority Name', 'quality' ), 'edit_item' => __( 'Edit Priority', 'quality' ) ) ); $this->actions(); } } endif; $ticket_priority = new quality_ticket_priority; ?>
Anything else I can get you to help clarify?
Thanks,
MikeUlf –
I found a bug with the new version of the plugin.I’m going to just put in some representative code, as the site is for a client and off-limits:
[caption id="attachment_1228" align="alignright" width="227" caption="The photo caption"]<img src=”https://www.sd.com/wp-content/uploads/2010/10/the-photo.jpg” alt=”” width=”227″ height=”300″ class=”size-medium wp-image-1228″ />[/caption]
What was happening here was that the caption was being duplicated, as your plugin seemed to be picking up the [caption] in addition to the “title” as the caption. I had to switch to another lightbox plugin due to this bug. (Lightbox 2)
Please let me know if you need any more info, or if this makes sense.