JRiley21
Forum Replies Created
-
Forum: Hacks
In reply to: Possible jQeury/Javascript Conflict IssuesGood Morning Esmi,
Thanks for the reply!
I have unsuccessfully tried the first 3 of those suggestions, and will go ahead and give the 4th one a shot right now.
The test page I have the slider on is here (where it’s clearly stacking the images and ignoring the jquery): http://rideonrevolution.com/slider-test-page.
I did notice that the last guy working on this site has four other themes installed (but inactive). Is there any way the presence of those inactive themes could possible have something to do with this?
Thanks again!
-JasonForum: Themes and Templates
In reply to: Sidebar Won't Align After PaginationThanks for the replies, I appreciate it. I went ahead with alchymth’s suggestion and pasted my home.php code here.
I went through and closed my DIV tags, but it actually complicated the problem and forced the sidebar down the page. Clearly, there’s something bigger I’m missing.
I appreciate everyone’s help!
Forum: Fixing WordPress
In reply to: Using Images with wp_link_pagesIt took me forever to figure out a solution for this, but for anyone that runs across this post and need it, here’s what worked for me:
<?php wp_link_pages(array('before' => '<div class="pagenav" style="text-align: center";><strong></strong>', 'after' => '</div>', 'next_or_number' => 'next', 'nextpagelink' => __('<img src="IMAGE SRC HERE" />'), 'previouspagelink' => __('<img src="IMAGE SRC HERE" />'))); ?>Forum: Themes and Templates
In reply to: Image Caption Alignment HelpEsmi- Thanks, that helped with aligning the image inside the caption area,which is great, but not entirely what I was going for. 🙂
I need the entire image (with the caption) to line up with the post content.
Here’s an illustration referencing the spacing issues that I’m talking about: Here.
Forum: Themes and Templates
In reply to: Image Caption Alignment HelpThanks for the quick reply. I think I probably explained this pretty poorly, I apologize.
It’s the image positioning on captioned photos. For example, the image on the post I attached above sits about 10px too high and maybe a few pixels in from the left border.
Forum: Fixing WordPress
In reply to: wp-caption issuesWorked like a charm. 🙂 I appreciate your help!
Forum: Themes and Templates
In reply to: Horizontal NavBar with Hovering Sub-PagesEsmi,
Thanks. I actually tried that. Took their navigation code and dropped the HTML/CSS into my theme, and for some reason, the sub-pages still didn’t display on hover. Everything else worked.
No sure why…
Forum: Fixing WordPress
In reply to: Easing Slider ProblemsDid you ever get an answer to this? If so, please share. 🙂
Forum: Plugins
In reply to: [Cross Slide] [Plugin: Cross Slide Cross Fade] How to Publish the galleryHas anyone figured out how to link the images? I’ve tried playing with the plugin code, but haven’t had any success. Any help would be greatly appreciated! Thanks. 🙂
Matthew – Thanks for the reply. Is this feature only available in the premium version? Or is there an upgrade I’m missing on the Easing Silder? I don’t have any settings option (other than ‘edit’) for this plug-in.
Forum: Fixing WordPress
In reply to: NavBar Menu OrderThanks for the suggestion – that actually just removed the home page from the list all together… :-/
Forum: Fixing WordPress
In reply to: NavBar Menu OrderAdditionally, I think it’s important to point out that I’m using a custom home page (via home.php)… which is why I think the ‘My Page Order’ plug-in didn’t work for me.
Matthew, love the slider – having the same issue here w/ multiple jQuery calls. Can you tell me how to remove the call for jQuery from the Easing Slider?
I appreciate your help. 🙂
Forum: Fixing WordPress
In reply to: Pagination Issue Using query_postsMichael – That’s exactly what I needed, thanks a TON! You’re a life saver. 🙂
Forum: Fixing WordPress
In reply to: Using the "posts_nav link"Hi. 🙂
Sorry, I should have used the pastebin for my code. Basically, I’m trying to list a certain # of posts per page (which I’ve done) and then have a next & previous button at the bottom of the page.
The
<?php posts_nav_link(); ?code I’ve tried doesn’t seem to display anything at all.Here’s that section of code I’m using on my custom page: Here
The only area in my Index file that looks like it relates is this piece of code: Here
Any help you can give me would be more than appreciated! 🙂 Thanks.