dmarius
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Smooci (WordPress on Mobiles)] Smooci does not deliver as promisedHi, sorry for not answering sooner. I just teste the plugin with WordPress 3.0 and Smooci 2 theme (https://www.ads-software.com/extend/themes/smooci-2) on an iPhone and it worked.
Here is the blog https://mariuscristiandonea.com/ … normal theme apears on a PC, iMac, … and Smooci 2 apears on a mobile device (iPhone in my case).The problem you described may apear if your mobile device isn’t listed in the filter. Any more details about what smarthphone are you using for a plugin update will be helpful.
Also the plugin’s behavior doesn’t depend on the computer it depends on the browser.
Thanks, Marius
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Get gallery preview picture in a gallery templateNever mind. I had to modify the nggCreateGallery function from nggfunctions.php.
The code:
global $wpdb, $nggRewrite, $nggdb;
$gPreview = $wpdb->get_results(‘SELECT previewpic FROM ‘.$wpdb->nggallery.’ WHERE gid=”‘.$galleryID.'”‘ );
foreach ($gPreview as $pimageID)
{
$pimageID2 = $nggdb->find_image($pimageID->previewpic);
$gallery->previewurl = $pimageID2->thumbURL;
}Call in the template: $gallery->previewurl;
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Get gallery ID and content in album templateThanks you very much for your help. This is what I needed.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Get gallery ID and content in album templatek that did the job but how do I get the content of each gallery from the album (images, captions)? I don’t want to link to another page I need to have all the content on the same page.
You should have a documentation for creating templates or a link to it on the plugins homepage because I’m having troubles finding it.
Forum: Fixing WordPress
In reply to: [Plugin: Smooci (WordPress on Mobiles)] iPhoneThe iPhone is one the list. Please try version 1.1 the 1.0 had a small bug that jumped the iPhone when testing for mobiles.