BoardTraveller
Forum Replies Created
-
Ok thanks… i’ll give that a try this weekend.
I’m having one (and only one) of the same issue and also using Prestige.
–> No navigation to additional images from the lightboxLightbox wasn’t working at first but the theme author suggested inserting rel=”lightbox”
in the code box in advanced options in the ngg/lightbox menu. That solved the issue and brought up a lightbox instead of linking to the image url BUT no links to next or previous images came up. So…I too rolled back ( to 1.9.13) and the missing navigation from image to image persists.
Any help would be welcomed.
Thanks Owen that did the trick for me too!! I just hope I won’t have to do it each time I post.
Forum: Fixing WordPress
In reply to: Japanese fonts displaying as ?????I found the solution here:
http://en.forums.wordpress.com/topic/japanese-posts-to-display-proper-charactersRemove or comment out this statement in the wp-config.php file:
define(‘DB_CHARSET’, ‘utf8’);I commented out mine so it now reads:
/** define(‘DB_CHARSET’, ‘utf8’); */This fixed the issue for me!