sojweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Issues with WP 4 latest VersionThanks so much! I really appreciate the plugin and the fix!
Forum: Plugins
In reply to: [Advanced Editor Tools] Issues with WP 4 latest VersionMy last post was actually incorrect. It seems that when using the Beta version of the plugin, my captions and alignment disappear each time I add more than one image to a post. The first image shows fine and the rest of the images lose data upon a post save.
Forum: Plugins
In reply to: [Advanced Editor Tools] Issues with WP 4 latest VersionThe caption and alignment issues are happening on my main site, but I have a test site running TwentyThirteen and the issue is not occurring there — captions and alignment are working fine. I think it must be a theme or plugin conflict.
Forum: Plugins
In reply to: [Advanced Editor Tools] Problems with updateI am also having this problem. Captions are not saving properly. I’m using multisite if that matters at all. I tried switching back to the last version, but still had the same issue.
Forum: Fixing WordPress
In reply to: WordPress 3.5 Has Many Bugs. Here are 4.Thanks for investigating this fix, Avi.
There is also a “per page” option that can be set in the database by visiting wp-admin/options.php. If you set the number high enough, you can avoid the paging issue altogether. 🙂
I think I discovered the problem. The navigation at this page is pointed directly at wp-admin/admin, so for me it was pointed at the wrong install of wordpress. I need to look more closely at the code, but I have work-around. The string works as long as you have your url correct.
So, if your site set up is totally standard, (EXAMPLE) bug.com/wp-admin/admin.php?page=wpsqt-menu§ion=questions&subsection=quiz&id=2 will work.
But, if your site is for example bug.com/image/resources/wp-admin/admin.php, you’ll need to modify your url to see the 2nd and 3rd pages of questions.
Did you try this before the loop?
<?php query_posts(array( 'post__not_in' => $exl_posts, ) ); ?>Hey, I figured it out. I stripped out all of my extra code and it works just fine. Thanks again.
Forum: Plugins
In reply to: [ZenphotoPress] [Plugin: ZenphotoPress] Text Link to AlbumHi Simbul,
Might be worth a shot. Thanks for the idea. 🙂
Forum: Plugins
In reply to: [ZenphotoPress] [Plugin: ZenphotoPress] Text Link to AlbumHi Simbul,
That’s what I was wondering as well. I’m not sure how the lightbox script would find the images without displaying them. Perhaps ZPP could attach the images to a particular post via the media gallery table without displaying them.
I’m currently doing something similar (not attaching images, but displaying a text link) with a Gallery2 plugin that authenticates using ‘Gallery Remote’, but I didn’t write the plugin. Plugin pulls the images in and displays them on a plugin options page. A custom field on the post level designates the exact album.
Here is a live example of that functionality.
Might be a cool feature for a future release. I use a text link often since we embed gallery links into posts that tend to have a lot of bulk already and we are linking to somewhat large albums.
Thanks so much for all of your help. 🙂
Forum: Plugins
In reply to: [ZenphotoPress] [Plugin: ZenphotoPress] Albums Won't Show Up Using Pop UpI had my path wrong. Figured it out. Thanks again for the plugin.
Forum: Plugins
In reply to: [Zenphoto Gallery] [Plugin: Zenphoto Gallery] fopenHi Raphael,
Debugging through wp-config didn’t shed much light on the issue. I also double-checked my permissions for json.php. I’m still getting that same ‘check configuration for details’ message where the album should appear.
My gallery is at: http://journalism.indiana.edu/apps/zenphoto/
I’m attempting to call a sub album by like this:
[zenalbum album=ErniePyle/BackHome]
Do you have any other tips? I’ve been thinking about installing a wp pear debug or something similar.
Thanks again for your time.
Forum: Plugins
In reply to: [Zenphoto Gallery] [Plugin: Zenphoto Gallery] fopenReturning true didn’t help, so I ended up enabling fopen on my server briefly to see if that would help. Still no luck, but at least now I know that it isn’t an fopen issue. Seems like it might be a permissions issue on json.php inside of zenphoto.
Thanks again for your help.
Forum: Plugins
In reply to: [Zenphoto Gallery] [Plugin: Zenphoto Gallery] fopenHi Raphael,
Thanks very much for your response. I really appreciate your help. I will make these changes and see if all works.