sjs.dogsrule
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Start in View Photos mode?I was able to get it using the scripting codes.
%%wppa%% %%album=$Quilt%% %%size=900%% %%align=center%%Still curious what the shortcode should be.
I know this is an older post, but I just ran into this problem as well and solved it. Since there was no solution posted here, I thought I would add my solution which might help someone else.
My problem was my ISP Apache configuration was only set for html files, and not htm files. Since it was an unknown file type it tried to bring up the download window. The simple solution was to add the following line in my .htaccess file to tell the server to parse htm files as html.
AddType text/html .html .htm
— Scott
Forum: Plugins
In reply to: [Add From Server] [Plugin: Add From Server] Upload file time not correct?The found my problem. I had uploaded the zip file into the uploads/2012/10 directory and did the add from server there. All the files had a date of 10/1/2012.
I moved all the files to the uploads directory and did the Add from Server from there. Now all the files went into individual directories with the correct date.
Forum: Fixing WordPress
In reply to: Sibling page not found errorMust only be a firefox thing. Works ok in IE and Chrome. In firefox I cleared cookies and cache and restarted the browser. Still no luck.
Anyone else seen something like this?Forum: Fixing WordPress
In reply to: RSS FEED not validingIn your feed template does the header look like:
header(‘Content-Type: application/rss+xml; charset=’ . get_option(‘blog_charset’), true);