lpnotes
Forum Replies Created
-
Forum: Your WordPress
In reply to: WordPress Headline A/B TesterHI @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.
@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’s question.
Forum: Plugins
In reply to: centering nextgen slideshowSorry 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
In reply to: centering nextgen slideshowThis 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; }@brajesh, how do you import the sql file from jet-event-system-for-buddypress/sql?