rickydeez
Forum Replies Created
-
I’ve had to manually insert the nextgen_basic_album.css for whatever reason…
But now, all the albums just link to:
http://www.tiee.org/childrens-workshop/photo-gallery/nggallery
I’m using the shortcode:
[ngg_images album_ids=”1″ display_type=”photocrati-nextgen_basic_compact_album”]
Thank you for the quick response. I believe it was something like v1.8 – but i’m not entirely sure.
Are all the correct CSS/JS being called? The only CSS I could find was:
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/nextgen_gallery_related_images.css?ver=4.0.1
Which doesn’t really have much in it. What else is it missing? Shouldn’t it be included automatically?
How about my issue?
Same problem here:
Forum: Plugins
In reply to: [Simple Social Bar] not working….Agreed – not working for me.
Forum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] How to exclude pages?Add: &pages=0
Forum: Plugins
In reply to: RSS Feed – Customize "Read more on…"No one?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to a page after form succesfulDoesn’t work, need fix ASAP.
Forum: Fixing WordPress
In reply to: How do I make the Commentor’s Name Link Open in New WindowHeres some code to check to see if the Author URL is empty or not.
$comment_author = get_comment_author_url(); if (!empty($comment_author)) { ?><a href="<?php comment_author_url(); ?>" rel="nofollow" target="_blank"><?php comment_author(); ?></a><? } else { comment_author(); }Forum: Fixing WordPress
In reply to: Missing Category Next/Prev linksJust tried that and still get nothing:
<div class=”navigation”><p><?php posts_nav_link(); ?></p></div>
It only displays 10 articles per category.