donnytree
Forum Replies Created
-
I tried both the attachment and media file links, but it is still broken.
OK I just updated it so you should be able to see. Thanks!
Hi Jeremy,
Thanks! I am not using a minify plugin on this site. Here are two examples. On this Page the gallery breaks: https://www.arboretum.harvard.edu/research/
On this Post, it remains in tact: https://www.arboretum.harvard.edu/trees-natures-architects/I reverted the plugin though. If you let me know when you are testing, I can update the plugin again so that you can see, but I don’t want to leave it like that for too long.
Thank you!
DonnaHi @sonamhum,
Not sure if you’ve already figured out how to do this, but if you create a child theme you can easily alter the width of the sidebar. You have to add a new style and change the width percentage.
I hope this helps,
DonnaForum: Plugins
In reply to: [The Events Calendar] sticky event on home pageThanks Barry, I understand and appreciate your response.
Forum: Plugins
In reply to: [Yoast SEO] OG URL problem for like count issue after HTTPS migrationHi, sorry if I confused, I have the same question. Is there anyway to update the likes without having to click on every single one, e.g. “One more thing :Evnthough we have changed back to old og:url ,the like count will give old correct data only if we clicked on it atleast once .So if you know any other solution kindly help us”
Thank you!
Forum: Plugins
In reply to: [Yoast SEO] OG URL problem for like count issue after HTTPS migrationI did the same customization and my likes are not showing up again, it worked for the first post – after I re-liked it as @rohitreubro observed – but no others.
Forum: Plugins
In reply to: [The Events Calendar] Double tribe-events-cal-linksHi Shelby,
I finally just figured it out! Per this page, https://theeventscalendar.com/knowledgebase/change-the-text-for-ical-and-google-calendar-export-buttons/, I added the custom code to my functions.php file of my child theme and if I remove the code in functions.php, then the code only appears once.
Anyway, just thought I would let you know. Thanks!
DonnaForum: Plugins
In reply to: [The Events Calendar] Double tribe-events-cal-linksOK, thanks so much Shelby!
Forum: Plugins
In reply to: [The Events Calendar] Double tribe-events-cal-linksHi Shelby,
Thanks so much and thank you for the awesome plugin. When I switched to the TwentyTwelve theme the double buttons did go away, but I see a section that is not appearing when my theme is active instead of the second set of buttons?
It’s on my dev site which is not publicly accessible, but I have screenshots:
https://donnatremonte.com/wp-content/uploads/2017/01/twentytwelve-ex.jpg
https://donnatremonte.com/wp-content/uploads/2017/01/origin-ex.jpgHere is the code from single-event.php:
<div class="entry-content"> <?php while ( have_posts() ) : the_post(); ?> <!-- Event content --> <?php do_action( 'tribe_events_single_event_before_the_content' ) ?> <div class="tribe-events-single-event-description tribe-events-content"> <?php the_content(); ?> </div> <!-- .tribe-events-single-event-description --> <?php do_action( 'tribe_events_single_event_after_the_content' ) ?> <?php endwhile; ?> </div> </div><!-- .tribe-events-event-meta --> <!-- Event header --> <div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>> <!-- Navigation --> <h3 class="tribe-events-visuallyhidden"><?php printf( esc_html__( '%s Navigation', 'the-events-calendar' ), $events_label_singular ); ?></h3> <ul class="tribe-events-sub-nav-2"> <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?></li> <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?></li> </ul> <!-- .tribe-events-sub-nav --> </div> <!-- #tribe-events-header --> <?php do_action( 'tribe_events_after_the_content' ); ?> </div></div><!-- end content, end hfeed -->
Thank you again in advance,
DonnaForum: Plugins
In reply to: [EWWW Image Optimizer] Latest update – Fatal errorSame here. When I updated the plugin from 3.1.3 to 3.2 on WP 4.7, I have to disable to plugin or I can no longer access dashboard.
Forum: Plugins
In reply to: [Instant Articles for WP] custom transformer rules@jeremyclarke finally circling back to this. The IgnoreRule worked, thanks so much!
Forum: Plugins
In reply to: [Instant Articles for WP] custom transformer rulesAh, thanks @jeremyclarke, I will try that! I knew I was missing something, which is why I thought I needed to make a MyCustomRule class.
So per this thread, https://www.ads-software.com/support/topic/content-being-stripped-out-between-tags/, IgnoreRule will make the class not show at all, so I think I need to use the PassThroughRule if I want it to display still.
This helped a lot though Jeremy, I will try it out and let you know. Thanks!
Forum: Plugins
In reply to: [Instant Articles for WP] remove author name or set constantThanks @courtb. I don’t like to edit plugin files because then future updates break and it can become a maintenance nightmare. There must be another solution?
Forum: Plugins
In reply to: [Instant Articles for WP] custom transformer rules@jeremyclarke, thanks! The problem is I don’t know how to fix the JSON. So if I get the following error message from the plugin:
“No rules defined for <div class=”addtoany_share_save_container addtoany_content_bottom”> in the context of InstantArticle”
What should the JSON be to fix it? I attempted:
{ "rules": [{ "class": "AddtoAnyRule", "selector" : "div.addtoany_share_save_container" }, { "class": "AddtoAnyRule", "selector" : "div.addtoany_content_bottom" } ] }
But that didn’t work.
Thanks!
Donna