lamamedia
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Video Lightbox] [Plugin: WP Video Lightbox] video dimensions in html codeHi Zingseven,
If you have WP Video Lightbox installed I believe you need to call it with a shortcode like this: [video_lightbox_youtube video_id=XX width=640 height=480 anchor=YY]
Forum: Plugins
In reply to: [WP Video Lightbox] [Plugin: WP Video Lightbox] video dimensions in html codeHi Judy,
Try this:
<a href="http://www.youtube.com/watch?v=9_nBrNqH4Tk?width=840&height=880" rel="wp-video-lightbox"><span style="text-decoration: underline;">Watch SEO Scholars on WABC-TV Eyewitness News!</span></a>Thanks natty!
I tried to find the documentation but failed. Is there a list of all the available documents & tutorials?Hi ktis,
Sorry I wasn’t able to help.
Best of luck.Hi ktis,
Whoever designed the Delicate skin didn’t make this easy.
One way to fix the problem should be to move them to the folder: wp-content/themes/delicate/images/header, not the default image folder.
Another possibility worth trying is to add “../../” (without the quotes) before uploads/xxxxxx.jpg, so it reads ../../uploads/xxxxxx.jpg — dot-dot-slash says to look back up a level in the directory tree.
Hi, I haven’t found a way to do it without editing the code, but it is relatively easy.
The simplest way if you only have 2 images is to replace header.jpg and headers.jpg in the wp-content/themes/delicate/images/header folder.
If you have more than 2 images, place them all in that same folder and then edit the file wp-content/themes/delicate/header.php. Near the bottom of the file you will see 2 lines that start
echo '<div><div class="tagline">...Those are the lines that load in the slideshow images. Copy and paste as many as you need and then change the tagline text and the file name just before the .jpg.Good luck!
Forum: Fixing WordPress
In reply to: Edit content in multiple divsHello Weaselandalf,
Did you ever find a solution to this issue?
Thanks.