burrowsja
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Permalinks and multisitesThanks for the response – just to confirm as I was going to use subdomains rather than subfolders – if i use subdomains there’s no impact to permalinks?
works great; thanks so much for this, I’ll be rolling it out soon on my site.
Hi Ian
Thanks for your response above; the !important worked in the plugin css but i still get the scroll bar because of the gap between the heading and the body of the placemark text. I can’t see where this is controlled?
I’m looking to be able to write a company name and website for each placemark, to be visible on the click of the placemark balloon.
I’m having the same issue with my theme (Structure by Organics). I can change the code to make the letters uppercase but I can’t control the font-size with this:
.bgmp_placemark h1
{ margin: 0;
font-size: 11px;
padding: 5px 0;
}the current text looks too big: http://www.woodindesign.com/designer-map/
cool; thanks guys,appreciate the help and quick responses…
this is the line of code I see on line 351:
$picturelist[$key]->pidlink = $nggRewrite->get_permalink( $args );
and it’s in this block:
// create link for imagebrowser and other effects
$args [‘nggpage’] = empty($nggpage) ? false : $nggpage;
$args [‘pid’] = ($ngg_options[‘usePermalinks’]) ? $picture->image_slug : $picture->pid;
$picturelist[$key]->pidlink = $nggRewrite->get_permalink( $args );did you get rid of the whole block of code ?
one potential, though unsatisfactory, fix is to deactivate the gallery, make your changes, and then reactivate
i can’t help, but I’m having the same issue when I try to update the tags: Fatal error: Call to a member function get_permalink() on a non-object in /home//wp-content/plugins/nextgen-gallery/nggfunctions.php on line 351
Also need help..