chrishe
Forum Replies Created
-
Forum: Plugins
In reply to: [Media File Manager] Improve styling (my hack)Thanks!
Forum: Plugins
In reply to: [Widget Logic] Modify text in a text widget?Thanks, done as you suggest with two widgets!
Forum: Plugins
In reply to: [Event Calendar] extra functionalitiesI switched to Event Organiser plugin (free version), which is pretty good, and kept up to date by the author. You could try that!
Sounds like theme conflict (or a plugin the theme uses). I “roll my own” websites, so can’t advise re theme alley, as I prefer to identify/fix any issues myself.
Did you get it sorted?
ChrisForum: Plugins
In reply to: [NextGEN-Galleryview] [not a valid template] with NextGEN 2.0.30Works for me with NextGen v2.0.33 and Galleryview v1.3.3 with WordPress 3.7, PROVIDING this file is in your themes folder i.e. themes/mytheme/nggallery/gallery-galleryview.php
Hope that helps!
ChrisForum: Plugins
In reply to: [NextGEN-Galleryview] Text Input Loses Focus When on Same Page w/ NG-GalleryP.S. This occurs with Chrome browser Version 30.0.1599.101 m
problem does not occur in Firefox v25 or IE v10Forum: Plugins
In reply to: [NextGEN-Galleryview] Text Input Loses Focus When on Same Page w/ NG-GalleryI have exactly the same problem. On my pages I have a text widget to enable login. As soon as the galleryview starts a transition the focus is taken away from the text box, so users cannot complete login!
Wordpress 3.7.1, NextGen 2.0.33 and GalleryView 1.3.3
Please help!@madina
The plugin works ok for me on WP 3.7 and 3.7.1 (also worked on 3.6 and 3.6.1)
Of course yuor browser must be set to accept cookies! – suggest try the usual of disable other plugins, try with standard themes 2011/2012/2013 to see if there is a conflict.Re Stylesheet issue – This was on my dev. pc (Windows/apache etc on Localhost). Have now installed v2.07 onto my staging server (linux shared host) this does _not_ show the same issue – the nggallery.css URL is correctly formed!
Sorry if this was a red herring.Oh, P.S. to above,
Changing the file via Gallery -> Other Options DOES update the file correctly, (so NextGen knows where it is) but just creates the malformed URL when the web site home page is loaded.
ChrisThis may be related, as it is a stylesheet issue:
I see 404 errors because slashes between directories are missing – it is trying to load the following:
/wordpress/wp-contentngg_stylesnggallery.cssver=3.6Running NextGen 2.0.7 with WP3.6 on WAMP stack.
(Fortunately I don’t have custom css styles in this file, so my site is ok, but if I DID it would be messed up!)HTH
ChrisHi Photocrati,
After much effort I have found that it IS possible! But it is NOT easy..
From WP Edit post/page, “Add Media”. Then IGNORE the only two choices at the top (Upload Files/Media Library), and DO NOT choose “Set Featured Image” from the sidebar (!!!), but instead choose NextGen from the sidebar. Then “choose Gallery”=>”Show”=>”Use as featured Image”. THEN close the window with top left X icon. And it does work!I have to say that this is not practical for my site, which has multiple authors! My theme “Suffusion” has a “Set Featured Image” box in the edit screen sidebar, and that goes directly to the “Add Media” screen but WITHOUT the sidebar options. So they will never find the method above!
I really think the integration could be improved substantially. e.g. TO add a “From NExtGen Gallery” as a to tab in the “Add Media” screen would help. Just my suggestions, what do others think?
ChrisForum: Plugins
In reply to: [Event Calendar] Widget not displaying multiple events@plugandpray5:
Suspect this is also the bug in the shortcode – see my post “Bug in Eventlist shortcode” for possible hack to the code!
Hope that HelpsForum: Plugins
In reply to: [Event Calendar] Event title display on new line?try adding this in your theme style.css
.fc-event-title { float: left; }
NOTE: it must be loaded after the plugin css or you wont see any change.
To test it, try using Firefox “Web Developer” plugin and inspect a calendar element, then add the above. (OR similar tool in Chrome)Forum: Plugins
In reply to: [Event Calendar] Widget Not WorkingYes, there is a fix, as I think you are having same problem I had.
See my post “Bug in EventList shortcode for a simple patch (adding 2 lines)