wnhorne246
Forum Replies Created
-
Looking forward to seeing your solution. Thanks for staying on top of this!
Hmmmmmm? My last 2 posts requesting an update to the update looks to have been deleted? Any reason why?
Thanks for the heads up about the WP Rollback meruth101. I have installed it and hopefully will not have to use it any time soon. Glad to have it and not need it than to need it and not have it. During this last hosting rollback, I did loose some work that I had done for that whole day!
Yes, I did ALL of my testing with the default 2016 Template and all of the plugins turned off except, FooBox, FooGallery, and your Carousel.
I also tested your personal site as well and I may have some more insight.
Did you do your testing in Chrome? It looks to be working there for your site in Chrome, but it does not work in Firefox on your site.
As for my site, it does not work in any of the browsers. And yes, I’m running the latest version of WordPress, and latest version of FooBox and FooGallery.
I also updated to your latest update this morning and it broke the plugin in a few important areas! 1st, the loop issue remains. 2nd, the “square white border with shadow” option still does not work. 3rd, now the “circular white border with shadow” does not display correctly in Chrome! This made me have to call my hosting provider and revert to a backup before upgrading as we are showing this site to a large publishing house tomorrow and there’s a good chance they will use Chrome!
Please see the below screenshots on the issues I’m seeing.
Chrome Circular with White Border Issue with new update
If you look at the second link, you can see that I’m using 2016 theme and the circles can be seen in the background, but the thumbnails are not contained.
Thanks for looking into this for me Matt.
While you are looking into this I’d also like to tell you about a couple more issue I found with the plugin.
1. Once the plugin is installed, the admin area’s “border style” icons and “hover effect” icons had broken image links. From the image path that I could see, the URL was pointing to /wp-content/plugins/foogallery/extentions/default-template/assets/”icon-name”. The correct path should be /wp-content/plugins/foogallery/extensions/default-templates/shared/img/admin/”icon name” with the current version of FooGallery. I created an assets directory after the default-template directory, and copied those icons to it to fix it for now.
2. The standard “square white border with shadow” style did not function. All other styes worked just fine. I’m not using that style but though you would want to know.
Maybe I can help explain a little more about what’s going on here since I have been working with Leo over at FooBox on this issue.
What we’re seeing is once you start the carousel out and start to open each image, the Foobox opens correctly on every thumbnail until the images in the gallery “loop” and start over on the right hand side of the carousel. Once the starting image reappears for the first time during the loop, Foobox does not open it (opens in the browser instead) until the the thumbnail is back in it’s starting position. This also happens to the second image in the carousel after it starts to loop. Once again, after they both reach their original starting positions, everything works perfectly on all thumbnails until they loop again.
It’s as if Foobox does not read them as being there. You can see a screenshot of the issue visually explained HERE.
The URL of my issue can be found at http://www.emilycolin.com/in-the-works/
Thanks for your attention in this issue.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Single Page ViewSorta…The second issue had to do with the plugin and the theme having problems with the breadcrumbs. When I turned off the breadcrumbs I could then see the event posts. This of coarse is not an optimal solution as the breadcrumbs are an important part of a site…just not as important as the events.
I’d be happy to send you any files that you might need to look into this further.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Single Page ViewThanks for getting back to me roblagatta. Your solutions did help me solve the first issue by using…
if( !$eventPosts ) {
$eventPosts = new stdClass();
$eventPosts -> EventStartDate = ‘2012-‘. $month .’-01 00:00:00′;
$eventPosts -> EventEndDate = ‘2012-‘. $month .’-01 00:00:00′;
$eventPosts = array( $eventPosts );
}on line 31 in the plugin’s views/table.php.
The second issue however, is not solved. I have two options in Events -> Settings -> Template. Default Events Template (this gives a full width view of the calendar but does show single events although fully right justified with no margin) and Default Page Template (this gives the correct page view of the calendar but does not show the single page event). I would be happy to either give you the files needed to troubleshoot the issue, or create an admin user for someone to take a look. Either way I will do whatever is needed to sing your plugin’s praises once this has been fixed.