Title: lpnotes's Replies | WordPress.org

---

# lpnotes

  [  ](https://wordpress.org/support/users/lpnotes/)

 *   [Profile](https://wordpress.org/support/users/lpnotes/)
 *   [Topics Started](https://wordpress.org/support/users/lpnotes/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lpnotes/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lpnotes/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lpnotes/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lpnotes/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lpnotes/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [WordPress Headline A/B Tester](https://wordpress.org/support/topic/wordpress-headline-ab-tester/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-headline-ab-tester/#post-1779332)
 * HI [@bhalliburton](https://wordpress.org/support/users/bhalliburton/). I’m wondering
   if there’s any way unique URLs can be generated for each headline variant — so
   that when people share the post, their friends see the same headline they saw
   when they click to go to the post.
 * I’m trying to figure this out since I’m shareability.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Text Link to Single Image Pop-up](https://wordpress.org/support/topic/plugin-nextgen-gallery-text-link-to-single-image-pop-up/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-text-link-to-single-image-pop-up/#post-1644399)
 * [@bare](https://wordpress.org/support/users/bare/) Thank you so much! I just 
   missed adding the “title” text inside the class. The only other thing I couldn’t
   figure out, though, was how to get a hyperlink inside the description.
 * `title="description <a href="#"> description"`
 * didn’t work for obvious reasons.
 * I’m also interested in knowing the answer to [@designwise](https://wordpress.org/support/users/designwise/)’
   s question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [centering nextgen slideshow](https://wordpress.org/support/topic/centering-nextgen-slideshow/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/centering-nextgen-slideshow/#post-2200246)
 * Sorry I didn’t see your post sooner!
 * If you go to Appearances -> Editor in the backend, you’ll see all the files you
   need. The style.css file is where you put the CSS code and you put your gallery
   code in a PHP file depending on where you want it to be located. A safe choice
   might be index.php, which is your main page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [centering nextgen slideshow](https://wordpress.org/support/topic/centering-nextgen-slideshow/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/centering-nextgen-slideshow/#post-2200106)
 * This is what I did:
 * IN .PHP FILE WHERE YOU WANT IT
 *     ```
       <div id="ngg">
       <?php echo neggShowGallery(PUT GALLERY ID NUMBER HERE) ?>
       </div>
       ```
   
 * IN .CSS
 *     ```
       #ngg {
       width: [NUMBER PX]
       left: 50%;
       margin-left: [1/2 of the NEGATIVE OF THE WIDTH];
       }
       ```
   
 * So for example:
 *     ```
       #ngg {
       width: 1000px;
       left: 50%;
       margin-left: 500px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Text Link to Single Image Pop-up](https://wordpress.org/support/topic/plugin-nextgen-gallery-text-link-to-single-image-pop-up/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-text-link-to-single-image-pop-up/#post-1644396)
 * [@bare](https://wordpress.org/support/users/bare/) and [@inhouse](https://wordpress.org/support/users/inhouse/)
 * `<a class="shutterset_set_8" title="Wires under right side cover" href="/wp-content/
   image_gallery/tech/electrical/load_eq/done.jpg">this picture</a>` works for me
   as well, but the image description text does not show up when the image pops 
   up.
 * Can anyone help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jet Event System for BuddyPress] [Plugin: Jet Event System for BuddyPress] Broken plugin: There was an error saving event details, pl](https://wordpress.org/support/topic/plugin-jet-event-system-for-buddypress-broken-plugin-there-was-an-error-saving-event-details-please-try-again-001/)
 *  [lpnotes](https://wordpress.org/support/users/lpnotes/)
 * (@lpnotes)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-jet-event-system-for-buddypress-broken-plugin-there-was-an-error-saving-event-details-please-try-again-001/#post-1852029)
 * [@brajesh](https://wordpress.org/support/users/brajesh/), how do you import the
   sql file from jet-event-system-for-buddypress/sql?

Viewing 6 replies - 1 through 6 (of 6 total)