Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • You first need to activate the ajax navigation module in the Module options of the AJAXED WordPress admin panel. Then go to the new Navigation tab in the ajax admin section and enable the feature.

    Note that this plugin is confirmed broken with WordPress 3.0, and also, ajax navigation breaks the mystique theme, and therefore requires some modification for it to work.

    Indeed

    Looking good mate. Lots of content in there. I can appreciate the time that took, great job!

    Negatory.

    Still messed up.

    Good luck with sorting it out.

    Pretty curious to see it now! 😉

    Sorry to tell you mate, but its screwed. Getting a whole page of this –

    Firefox:

    ������x^�]�r�H��mG�;TscMyF x�e�W�a�WW���� ��IX �

    Hope you get it fixed!

    Good luck.

    Hey John

    You can increase your php scripts max execution time by adding the following line of code to your php.ini file

    max_execution_time = 180

    The php.ini file lists your custom php settings, and can be found in the root directory of your site.

    Simply edit the file in wordpad or something similar, save, and upload, overwriting the file.

    Good luck.

    Right,

    go to your theme directory and find the file sidebar.php

    open it in an editor such as dreamweaver and find the code that looks like this:

    <div class=”box-right”>

    <h4>Sub-Pages</h4>

      <?php echo $children; ?>

    </div>

    Simply delete the div (all the text above) save the file, and upload it to your server.

    There you go.

    Thread Starter darkstarfmc

    (@darkstarfmc)

    Okay, I’ve had another look at it today. The width and height of the thumbnails is hardcoded into the inline css, but I still cannot find where the code is that subsequently controls the inline css. I’ve been through all the css and php files in the nextgen folder, and I can’t find it.

    Surely someone out there has changed these values? And I also cannot control the number of thumbnails shown in the gallery widget. I found the code in nggwidget.php (line 274) that specifies these values:

    // Init parameters check
    if (empty($options[$number]))
    $options[$number] = array(‘title’=>’Gallery’, ‘items’=>4,’show’=>’thumbnail’ ,’type’=>’random’,’width’=>75, ‘height’=>50, ‘exclude’=>’all’);

    and have changed them, but when I refresh…nothing. I’ve even tried reactivating the plugin, but still, nothing.

    Any help with this would be great.

    Cheers.

Viewing 7 replies - 1 through 7 (of 7 total)