Cara
Forum Replies Created
-
hmm that’s very strange 🙁
all i can ask if you backed it up? if you have the patience you could restart. i can’t say too much more than that. sometimes there’s just a glitch that’s unpreventable. 😛Is “forum” a subdomain? That’s what I did when I used to have phpBB3…
Forum: Plugins
In reply to: Integrating Galleriffic into WordPressHey! Ah yea, I see.
So I got it to work, but there’s one issue that I still can’t figure out. That’s different from the example.
If you go to this testing page, you’ll see that the padding, or whatever around the thumbnails isn’t flush to the image on the top or the bottom, unlike the example. So the spacing is weird. I’m not sure why that’s happening or how I can get it back to normal.
Thanks.
Forum: Plugins
In reply to: Integrating Galleriffic into WordPressWAIT! I got it! OMG, thank you so much!!! 😀
Actually I sort of followed your directions?Ok, well this is what I did…for anyone who might wish to reference this post in the future:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta tags... blah blah blah /> <title><?php bloginfo('name'); wp_title(); ?></title> <link rel="stylesheet/pingback stuff...ect. /> <?php wp_enqueue_script("jquery"); ?> **CALL JQUERY** <?php wp_head(); ?> <!-- GALLERIFFIC --> <link rel="stylesheet" href="/css/galleriffic-2.css" type="text/css" /> <script type="text/javascript" src="/js/jquery-1.3.2.js"></script> <script type="text/javascript" src="/js/jquery.galleriffic.js"></script> <script type="text/javascript" src="/js/jquery.opacityrollover.js"></script> <!-- We only want the thunbnails to display when javascript is disabled --> <script type="text/javascript"> document.write('<style>.noscript { display: none; }</style>'); </script> </head> <body> **GALLERIFIC GALLERY** </body>Forum: Plugins
In reply to: Integrating Galleriffic into WordPress@misiri
Do you have any idea how I could call jQuery into the header? Can you show the code that you’re using? Thanks so much for your help!! 😀Forum: Plugins
In reply to: Integrating Galleriffic into WordPressCan anyone help? I’m still encountering the same problem as described above. Thanks!!
Forum: Plugins
In reply to: Integrating Galleriffic into WordPressI just rechecked the path, which someone had suggested (elsewhere) but that’s all fine. Anyone?
Forum: Themes and Templates
In reply to: Link Characteristic Inherited for Permalink Post HeaderOh sorry, here’s the link: http://schoolhouse.everimagine.net/
This: “Lorem ipsum December 2nd, 2010 · No Comments · Uncategorized” is the issue.
The other issue I’m having is with where it says: “Logo”. It worked fine in HTML until I uploaded it as a theme.