Rose
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pretty permalinks to subdomains rewrite HELP!Surely someone has even a little snippet of info? ??
Forum: Fixing WordPress
In reply to: Pretty permalinks to subdomains rewrite HELP!Sorry, I forgot to mention that I’m on a shared server so I cannot create wildcard subdomains but as I won’t be requiring a kajillion subdomains, I don’t mind entering each subdomain manually into the htaccess ??
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Not working.With regards to the error, it’s never ideal to have errors – they can cause all sorts of unforeseen problems.
The “Headers already sent” error is usually caused by whitespace. Can you check your
vid.php
andpage-css.php
files for extra lines and whitespace (‘ ‘ i.e. spacebar spaces) at the beginning and end of the files. There shouldn’t be any whitespace before the first (opening)<?php
tag or after the last (closing)?>
tag.
You can read more about this particular error at https://codex.www.ads-software.com/FAQ…Headers_already_sent_warning_problemHiya, can you confirm that this has been resolved as this issue does not occur on our test server. Thanks! ??
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Not working.Looking at the source code of your page, I can see everything in the <head> that’s supposed to be there however the NGG Video Extend and Shadowbox JS javascript that should be in the footer are absent.
Can you check your theme’s
footer.php
forwp_footer();
. It should be right before the closing</body>
tag.
e.g:<div id="footer"> Footer stuff here.... </div> <?php wp_footer(); ?> </body> </html>
If it’s missing, you’ll need to add it in and then recheck your page ??
Just an FYI as well, your template is throwing the following error:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/42/7644142/html/turkey/wp-content/themes/ryanknipptheme/vid.php:7) in /home/content/42/7644142/html/turkey/wp-content/themes/ryanknipptheme/page-css.php on line 1
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery NavigationNo problem at all!
Just as an FYI, you can use the default lightbox rel (i.e.
rel="lightbox[%GALLERY_NAME%]"
) instead of rel=”shadowbox… as Shadowbox JS can also use ‘lightbox’.Glad you like it – always nice to get good user feedback! ??
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery NavigationHi,
We’ve been able to replicate your problem on our test server and it seems for some reason a
player=img
is getting appended to your link rel (e.g.rel="shadowbox[post-581];player=img;;width=480;height=390"
). Thatplayer=img
is what’s stopping it from working.
In NextGen Gallery Options > Effects > ‘JavaScript Thumbnail effect’ which drop-down item is selected and what is in the ‘Link Code line’?Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Not working.Hi zkirshner,
From the looks of things it sounds like jquery and/or the javascript isn’t getting enabled:
1. Are you using a custom template rather than a WordPress default like Twenty Ten?
2. Are you using a custom NextGen Gallery template or an altered one?
3. Try changing the “Javascript Thumbnail Effect” torel="shadowbox[%GALLERY_NAME%]"
.
4. If #3 doesn’t work, can you post a link to the page with the problem or paste in a copy of the source code.Hiya, sorry for the loooong delay in getting back to you! (between my M.E. and our 4 month old, we haven’t had a lot of time).
We have updated the plugin to now work with single pics. You have to wrap the shortcode in
<span class="ngg-gallery-thumbnail nggve"></span>
i.e.<span class="ngg-gallery-thumbnail nggve">[singlepic id=x]</span>
. There’s more detailed info in the installation instructionsAlso note that we have changed the shortcode in 1.4 so if you update, you’ll need to change your shortcode to
[nggvid][/nggvid]
This will also now work for any video format ??Hi Tofitoke. Sorry for the late reply! Our 4 month old baby takes up a lot of our time at the moment (not surprisingly).
Can you please update to version 1.4 and use the new shortcode[nggvid][/nggvid]
then let me know if that resolves the issue ??Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Doesn't work!Hi Brian, apologies for the tardy reply! Can you please tell me the following:
What version of WordPress and NGG Video Extend are you using?
What type of video are you trying to embed and what’s the URL?
How exactly is it not working i.e. what is it or isn’t it doing?
Have you checked Shadowbox JS’s settings?Hi Thomas, apologies for the slow reply!! (our 4 month old tends to require a lot of our time ^^)
If you update to 1.4 you can now use all the same video formats as Shadowbox JS including mp4’s by using the new shortcode [nggvid][/nggvid]. ??
Your theme’s style.css ??
It just makes it a little difficult to ensure that I give you the right code for your particular needs. If you want you can email it to me – support [at] liquidsilver.net.nz
Otherwise have you tried adding
.ngg-slideshow {margin:0 auto !important;}
to your template’s style.css?Hi Dana, can you link me the website url that your gallery/slideshow is on.