krvz
Forum Replies Created
-
Forum: Plugins
In reply to: FooGallery Free displaying image twice when FooBox activatedNever mind, had another lightbox type plugin activated. Thanks.
Thanks for the reply. I should have clarified. The link at the bottom of the last event (says “click here to register”) is to a second page created using a different plugin. The booking feature that is intrinsic to events manager hasn’t been working for me on either firefox or chrome. Thanks.
Forum: Fixing WordPress
In reply to: Static front page with custom template not working…That’s what I thought. I cannot for the life of me figure out why that isn’t occurring. Just a thought, I’m doing the work on MAMP, that couldn’t be screwing it up, could it?
Forum: Fixing WordPress
In reply to: Static front page with custom template not working…I don’t have any named home.php, the default is index.php, and the customs I have made I tried both custom_home.php and front-page.php. According to the hierarchy, either of those should supersede the default index.php template, right?
Forum: Fixing WordPress
In reply to: Static front page with custom template not working…Any thoughts?
Forum: Fixing WordPress
In reply to: Static front page with custom template not working…I’m sorry if I wasn’t clear. That is what I did. I created both pages in advance, chose the template for the front page, then assigned them under settings->reading. Sorry for the confusion.
No problem, don’t apologize. Thanks for looking into it.
Thanks for the reply. The plugin wp e-commerce doesn’t seem to be compatible. Thanks for looking into it!
Having trouble getting it to work. The viewer is visible on the page, but won’t scroll between images. Are there image requirements that I’m missing? Also, the text overlay is actually the beginning of the next post (ie, I have it set to display 4 posts, the text overlay is the beginning of the 5th post). Any thoughts?
Forum: Themes and Templates
In reply to: Problems with CSSGot it! Found out that my css was being stored in a different folder than the test blog. Strange. End result here. Thanks again!
Forum: Themes and Templates
In reply to: Problems with CSSI had forgotten that I had changed it back while experimenting. I re-added the code you mentioned and am able to separate the images by the loop (you can see that half are sized differently to prove the logic is working). However, I still can’t understand why the CSS isn’t being applied. I made sure the different items were still in the CSS file (see below). Thanks for helping me!
div#sidebar div.item_image_left img {
border:medium none;
max-width:none !important;
padding:2px 0px 0px 2px;
}div#sidebar div.item_image_right img {
float:right;
border:medium none;
max-width:none !important;
padding:2px 0px 0px 2px;
}Forum: Themes and Templates
In reply to: Problems with CSSCrap, had thought I linked it, sorry.
Real site is: http://artistsforhope.org/
Test site is: http://foreveryoungoriginals.com/testblog/Thanks!