skyle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Athena] Multiple GalleriesThanks for implementing this! But there is no documentation to show how to gracefully use it. Right now it looks like you create a page for each gallery and then populate your menu with submenu items of each gallery. Unfortunately I cannot see how these galleries can function in the way the first lightbox gallery did as they don’t allow a title for the gallery and cannot be displayed as a grid on one page in the way your Team plugin does.i.e. https://www.fullscalearchitecture.com/press/selected-projects/
Forum: Themes and Templates
In reply to: [Athena] Styling Sub-menus, Child menusSorry, I just noticed that the Smartcat website (https://smartcatdesign.net) header does what I was looking for in my item #1 above. Is there a way to employ this header animation in Athena. Basically the text AND image both scale or move to recreate (or what I perceive is creating) a new center justification when the page scrolls up.
Forum: Themes and Templates
In reply to: [Athena] Allow both a logo image *and* text in the headerCan you provide info on what you changed and where you changed it? Including where you changed the style rules. Thanks!
Forum: Themes and Templates
In reply to: [Atahualpa] [Theme: Atahualpa] Rotating header issuesI have tried VeGenesist’s Header fix but it does not solve the problem. No rotation. FIle names lower case no-spaces. Delay is set to 2 with no fade or pre-load.The page loads random image function fine. Loading other Atahualpa sites into my browser works fine and have rotation. My host is Network Solutions. Site starting at https://www.gallowayfarm.com/press. Why so hard?
Forum: Plugins
In reply to: Automatically List All Pages of the Same ThemeHow about if you want to list all pages that were created by the Page Template named ‘programs’?
Forum: Fixing WordPress
In reply to: PHP and Internet Explorer 7 (PC) – Custom ThemeWould you mind looking at the validator link that you posted and go to the first error. The “>” is there. Leave it to me to have a problem like this.
Forum: Fixing WordPress
In reply to: PHP and Internet Explorer 7 (PC) – Custom ThemeHugh? The unclosed tags don’t show up in the original code that you pasted. I can’t see any errors in my code either.
Forum: Plugins
In reply to: Exclude Sidebar on Parent AND Children AND Future ChildrenSome bright chap figured this out. Here’s the solution:
<?php if (is_page() && (is_page(8) || $post->post_parent==”8″)==false) { ?>This says “don’t show the code that follows on a blog page and page 8 or the children of page 8.”
Just logic is all. In may case what I’m not wanting to show is a sidebar recent post list.
<div id=”right_blog”><?php if (is_page() && (is_page(8) || $post->post_parent==”8″)==false) { ?>
<div class=”heading”>Stories</div>-
<?php $postlist = get_posts(‘showposts=5’);
- “><?php the_title(); ?>
foreach ($postlist as $post) :?><?php endforeach;
?>
<?php } else { } ?></div>
Forum: Plugins
In reply to: Add Picture from Album in NEXTGENThe Add Media tab was not working because my ISP was using PHP4. I had them move my site to a server running PHP5 and it works now.
THanks.
Forum: Fixing WordPress
In reply to: nextgen-gallery – two pictures in Thickbox effect V0.99Ooops. It looks like it was the Slimbox plugin. I turned that off and now both NGG and pb-embed work well together.
Forum: Fixing WordPress
In reply to: nextgen-gallery – two pictures in Thickbox effect V0.99I’ve got a similar issue with pb-embedFlash (by Pascal Berkhahn) plugin that displays SWF media using Lightbox or Thickbox. So if you’ve got images being shown box NGG you can’t also display Flash videos on the same page using the pb-embedFlash. See the following link for an example.
https://www.fullscalearchitecture.com/images/lightbox-thickbox.jpgForum: Fixing WordPress
In reply to: Akismet shows only first page of spamI’ve got the same problem with second pages. Did you resolve yours?
Forum: Plugins
In reply to: Add Picture from Album in NEXTGENHow do you place an image from a specific gallery into a post!!!
Thanks.Forum: Plugins
In reply to: Add Picture from Album in NEXTGENHi skyle: I guess nobody knows what you’re talking about. Or Nextgen is being used by many people because this seems like such an obvious flaw that if no one is coming across it they must not be using it.
Watch out, here comes a tumbleweed.
Forum: Themes and Templates
In reply to: Nextgen Gallery Sidebar Widget for each PageNude pages!