sdiverdan
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Remove the 'More/Event Details' linkHi Melanie, I can answer this question as I just when through it. What you need to do is logon to your WordPress control panel and click on ‘My Calendar’ and then select ‘Template Editor’. Then select the Grid window and delete the line:
<p><a href="{linking}" class="event-link external">{title}</a></p></div>This will remove the Event Details link from the grid details. I also did this to the ‘List’ also. The help gives you the various shortcodes you can use. In my case I added the following after the {hcard} line:
<div class="mc-description">{description}</div> <p>{ical_html} • {gcal_link}</p>This added the description and the ical and google calendar links. That way people can add your event onto their calendars!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Remove the 'More/Event Details' linkThanks Joe, I played around with the various templates and was able to remove the link from the grid and list templates to my satisfaction.
I tried to increase the PHP memory in the .htaccess file however that resulted in a server error which brought the website down. I had to have the internet provider increase the memory at the server level. Increasing the PHP memory to 45MB worked. I was able to activate the all-in-one event calendar plugin and then it worked.
thank you Cais! It works!
An update, I discovered that the current NextGen Gallery Widget does allow an image and the random feature works. So it is possible to retrieve a random image however only with the sidebar widget. Unfortunately the widget does not show the title nor is it centered and there is no link. I would have liked people to click on the image to get the full gallery.
Is it possible to edit the widget to add a title and a link?
Thanks Cais. As my page displays it as left justified it has to be my own css code. I did a careful element inspection and found that the .ngg-slideshow class is part of the .ngg-albumoverview class. I knew I had no .ngg-slideshow overrides but I did find an old .ngg-albumoverview {margin-left: 35px;} in my nggallery.css. Once I removed it the slideshow became centered!
As for placing two slideshows together I no longer use the Shortcode Ultimate [row] shortcut. The Shortcode Ultimate table shortcodes did work but I liked the effect of the normal <table><tbody> commands better. So this problem is resolved. I now have two slideshows side by side using the normal table commands.
I’m now trying to use pure HTML. I’ll try the tables without using Shortcodes Ultimate.
The question on how you center one slideshow is still unanswered. What html works with NextGen Gallery to center the slideshow on a webpage? Is the default left justified for a slideshow?
Ok Cais, but I believe <div> is not a third-party shortcode, how would you suggest I create two slideshows side by side?
If I use the WordPress editor and hit the green button to define a slideshow it left justifies the slideshow. How do you center a NextGen Gallery slideshow in this new WordPress? Other plugins use CSS code to center their slideshows but I cannot find a slideshow_container in photocrati.
If I create two slideshows they are both stacked vertical and both left justified. How do you create two side by side slideshows? How does your plugin accomplish putting two slideshows side by side?
Forum: Fixing WordPress
In reply to: White line to the left of the bannerthanks alchymyth! I also just found it in my banner. I created a solid color banner of various sizes and it worked so I knew it was my banners! I guess I should have made the background black in paint and Gimp to see it. I also did not click on the picture in Flickr so I only saw it with the white background.
thanks… now back to re-creating my banners.
Forum: Fixing WordPress
In reply to: White line to the left of the bannerok, here’s the banner on Flickr https://www.flickr.com/photos/97914524@N03/
I’m pretty sure there is no line on the banner.Forum: Fixing WordPress
In reply to: White line to the left of the bannerthat’s the point, the image does not have this edge. Verified it in Gimp, paint and PS Elements. I suspect it is something to do with adding the header image. The background is black but the white edge appears. Is it possible that the header image background area is white/grey and for some reason it no longer matches the 2014 header size?
Forum: Fixing WordPress
In reply to: White line to the left of the bannerSorry forgot to answer your question… nope never heard of firebug… I’ll search for it now.
Forum: Fixing WordPress
In reply to: White line to the left of the bannerOur website link is: http://www.northumberlandatvriders.com/
I tried to increase the banner to 1265 x 240 but it wants to crop it to 1260 x 240. I unfortunately do not have my test system on the old version of WordPress, it is also on 4.0.1. I don’t know how to fall back to the old version to verify this change.
I also compared the css for Twenty Fourteen 1.2 and 1.1 and although there are changes, nothing that adds or removes that white line. For some reason I cannot get rid of that white line! This problem appears on Chrome, Firefox and IE. Worked great on all three before 4.0.1 and 2014 1.1. In the WordPress admin panel the Header preview shows correctly…all black no white line.
You’ll notice that on my main page is a Sponsor slideshow, before WordPress 4.0.1, I had three NextGen Gallery slideshows each showing 12 of our sponsor’s business cards (36 in total). With 4.0.1, NextGen Gallery with the Shortcode Ultimate row and columns also failed. I had to remove the row/column shortcodes and just use one slideshow. Problem there is I cannot center it. It is obviously a problem with Slideshow in the content area of the column using Shortcode Ultimate. Once I put the slideshow in a column the following end column and end row shortcodes show on the screen as they are ignored. I haven’t raised that issue yet as I’m sure it is do to the 4.0.1 shortcode problems but haven’t worked it out yet.
Cais, thank you! I failed to mention that my theme is the current WordPress 2014. The patch file worked! And much nicer than using the old shortcodes.
Thanks for also responding as quick as you did!
sent a bug report.