rosebean
Forum Replies Created
-
I am having the same issue.
I figured out how to get the ImageBrowser to display after a thumbnail is clicked on. Unfortunately now I can’t figure out to edit the ImageBrowser template. I found the instructions on how to create a template for the gallery.php but not imagebrowser.php. Any help?
Yes, been trying to get this to work as well but no luck.
Would love to have this feature back as well. I am stuck using the old version until then. As far as I can tell this hasn’t been fixed in the current version.
Forum: Plugins
In reply to: [Totally Booked] Display orderFigured it out… I just replaced the Page Ordering code in the totally-booked.php file with this:
if( class_exists( 'Simple_Page_Ordering' ) ){ if( is_page( 'books-4' ) ){ $query->set( 'orderby' , 'menu_order' ); $query->set( 'order' , 'ASC' ); } }
The ‘books-4’ is the slug for the page.
Forum: Plugins
In reply to: [Totally Booked] Display orderI found out the problem. Because I wanted all of my genres to show on one page, I placed the short code for each genre on one standard page. The Page Ordering only seems to work when the genre is displayed automatically on an actual genre page.
Any idea how I can get it to work how I need it to? I see the code for it in the totally-booked.php file and see it only refers to is_post_type_archive . I need it to refer to gallery as well.
Thanks!
Forum: Plugins
In reply to: [Totally Booked] Display orderI installed the Simple Page Ordering Plugin but when I reorder the books the changes aren’t reflected on my books page.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Filter By Category linksI showed it to the client and they seem happy with it as is. Thanks for getting back to me though. Great plugin!
Forum: Fixing WordPress
In reply to: After upgrade to 3.5 post editor window is too highThis has happened to me too… still looking for solution.
I was able to save the Event Location details only when I filled in all of the fields. Problem is that I am not able to edit the existing Event Location. All of the orginal details remain and I cannot remove them. Cannot remove them without deleting the entire event.
Forum: Fixing WordPress
In reply to: SEO Columns in Screen OptionsSame problem here.
Forum: Fixing WordPress
In reply to: SEO Columns in Screen OptionsSame problem here.
I’d like to know this too. Thanks!
Forum: Fixing WordPress
In reply to: Blog does not send password to users who sign upI tried the plugin mentioned above and it did not fix the problem of not sending a password to new users who register.
Forum: Fixing WordPress
In reply to: Add pagination to list of child pagesWould love an answer to this as well. Thanks for any help.