blackessej
Forum Replies Created
-
Forum: Hacks
In reply to: Sticky Footer for TwentyTenThe best solution I’ve found is Ryan Fait’s: http://ryanfait.com/sticky-footer.
With a little CSS elbow grease, it should be pretty easy to make it work for any WordPress theme…
Forum: Themes and Templates
In reply to: Calling styles in the WYSIWYG/HTML editorThought as much. Inline styles are no good because I’m talking about changes to elements outside of the content area. I’ll just create style classes by post IDs. Thanks.
Forum: Themes and Templates
In reply to: Calling styles in the WYSIWYG/HTML editorI realize I can use the post ID as a selector in the main stylesheet, but it would be easier for my if I could use the above method…
Thanks.
<?php $content = "[galleryview id=1; showPanels=true showCaptions=false showFilmstrip=false panelWidth=450 panelHeight=338 panelScale=crop transitionSpeed=2500 transitionInterval=3000 fadePanels=true navTheme=dark startFrame=1 pauseOnHover=false]"; do_shortcode($content); ?>This is the php I’m using to call the gallery on the homepage, which is:
Appreciate any help. Thanks.
Forum: Fixing WordPress
In reply to: script to add page content to page.phpThought it might be something along those lines. Thank you, for the help and the knowledge.
Forum: Fixing WordPress
In reply to: script to add page content to page.phphttp://pastebin.com/embed_js.php?i=qhHePYGE
Thanks, alchymyth.
Forum: Fixing WordPress
In reply to: Comment Post Callback ErrorSolved. Read my last comment on the above link.
Forum: Fixing WordPress
In reply to: Comment Post Callback ErrorUpon further investigation, there is no mention of
twentyten_commenton line 1308 ofcomment-template.php. Does wordpress cache posts somehow, or is it possible that it’s being cached by a plug-in or something else? I also have the question listed on stackoverflow, if any information posted there helps…http://stackoverflow.com/questions/3593266/call-user-func-valid-callback
Any response would be appreciated!
Forum: Plugins
In reply to: "Unknown Error Has Occurred" when I try to search for Plug-InsNevermind. I see it’s a server side error. Just need a little patience (air guitar).
Forum: Plugins
In reply to: My plugin management says “an unknown error has occurred”Same problem. With a relatively fresh install (haven’t added any plug-ins yet).
Forum: Developing with WordPress
In reply to: Comments not working at allSimple solution, of course. Thanks @samuel B.