steinAK
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Photos Gallery with Shortcodes] Images view as one columnI’m seeing the same problem on one site I’m working on:
http://akdemocrats.org/rep_tarr/photo-gallery/?album_id=5841418891922242289I created a blank page template without sidebars and I’m still seeing only a single column of images.
I did ‘Live Previews’ with some other themes and they exhibited the same behavior.
Any ideas? Thanks!
Forum: Networking WordPress
In reply to: Can actual subfolders exist with same name as MU sites?Yes, keeping the names generic as to avoid confusion.
Maybe this will help:
Main site is a legislative caucus, Representatives.
For 10 years each member had files (newsletters, images, press releases, etc.) in their own subfolder off root.
With an MU site, I’d hoped that I could maintain the subfolder “appearance” with the blogs sharing the name of the folder.Since there are thousands of files across a dozen subfolders I am looking for a solution so the links stay unbroken.
I’m heading towards renaming the subblogs “rep_lastname” and then returning the folders “lastname” to their original location.
Any other ideas?
Forum: Networking WordPress
In reply to: Can actual subfolders exist with same name as MU sites?Thanks for the confirmation.
Following your suggestion, I’ve placed the image.jpg file in multiple locations and then tested the URL http://www.domain.com/example/image.jpg in a browser and found:
domain.com/example.jpg — NO
domain.com/wp-content/image.jpg — NO
domain.com/wp-content/blogs.dir/image.jpg — NO
domain.com/wp-content/blogs.dir/4/image.jpg — NO
domain.com/wp-content/blogs.dir/4/files/image.jpg — NOI did find that URL domain.com/image.jpg works with:
domain.com/wp-content/blogs.dir/image.jpg — YESbut that doesn’t solve my problem.
Can anyone explain where I place image.jpg so it can be called by URL domain.com/example/image.jpg?