marujobhz
Forum Replies Created
-
Forum: Plugins
In reply to: Integrating nextgen-gallery with Monoslideshowok, to use nextegen monoslideshow inside php, i use
<?php echo do_shortcode('[monoslideshow id=1 w=640 h=358]'); ?>
and it works fine.Forum: Themes and Templates
In reply to: Help! Try to install a new theme I purchasedhi lizzi, the same thing occurs with me. change the name of dir inside wp-content/themes/ dir for ‘Genesis v1.2.1’ to only ‘genesis’. i hope you have sucess. sorry for my english.
Forum: Plugins
In reply to: Integrating nextgen-gallery with Monoslideshowhi people.
i need to use monoslideshow with nextegen inside php page… what is the code to do it? like “Does it work with nggtags also?”. thanksForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Navigationhi Jleuze.
i think it can be a simple nav, with arrows in the laterals, fadein/fadeout when mouse over the imgs, looks like [< img >]
or can be more complex, with footer with thumbs, when mouseover, looks like:
[ img < >]
[th1|th2|th3|th4|th5]
its a suggest…
thanks!i want to show the ‘Alt & Title Text’ in the place of ‘Descritption’, when images zooming. because if not i must do it by hands for a lot of images… a hard work. any idea?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] ngg galleryviewhi, Sean. did you mean this (https://nextgen-gallery.com/templates/galleryview/ – https://nextgen-gallery.googlecode.com/files/nggGalleryview.zip)? yes, i have the ngggalleryview installed and active in my weblog. but nothing appears. only a white big space. this doesnt works for me. is it must appear a sub/option menu for this in the sidebar menu of adminitration panel??? for me, there is not showing nothing about it. like a ‘gallery’, ‘plugins’, ‘posts’, etc.
thanks.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] jQuery GalleryView integrationhi people. my nextgen with galleryview continuous showing only a big white space. nothing appears. if i use the simple tag, without template works well. but with template galleryview not. i active both plugins, i have the newest versions of this plugins… how can i fix this?
thanks!Forum: Plugins
In reply to: NextGEN Gallery galleryview only showing large white boxhi. my continuous shwoing only the big white space… what is wrong? if i use the simples tag, without template works well. but with template galleryview not. i active both plugins, i have the newest versions of this plugins… how can i fix this?
Forum: Fixing WordPress
In reply to: If custom field is empty show a default imagehi. i need to instead use a blank.gif, if customfield is empty dont show nothing. because IE display a blank error image (red X). in FF its ok, nothing appears. but in IE this error image appears. thanks!
Forum: Fixing WordPress
In reply to: [displaying standard image]Custom field image, if no image excistsi describe!! i exclude the parts “<img src=” and “” />”. the ok is:
<?php echo get_post_meta($post->ID, ‘flash-wide’, true); ?>
but, if i dont insert a image in the custom field (imagewide) in IE the box with red x appears. any idea??Forum: Fixing WordPress
In reply to: [displaying standard image]Custom field image, if no image excistshi. im using kimili in a site, to embed flashmovies in some pages. i made a custom field to insert it in the posts:
<?php get_post_meta($post->ID, ‘flash-wide’, false); ?>
<img src=”<?php echo get_post_meta($post->ID, ‘flash-wide’, true); ?>” />
so, i add this customfield ‘flash-wide’ and as a value, i put the kml param. in FF its ok. but in IE, the flash doesnt appear. there is a box with red x in the place. can you help me? thanks.
im using this param:
[kml_flashembed movie=”https://yourdomain.com/path/to/slideshowpro.swf” height=”400″ width=”600″ base=”.” /]and i use a customfield for image too. and, i f i not insert the customfiled, in IE appears the same box with red X. i hate IE!!
Forum: Fixing WordPress
In reply to: Create a other page without sidebarhi Buddha! you save my day with this little tip: add the style… very simple!! works for me! thanks a lot!!
Forum: Themes and Templates
In reply to: page template from custom fieldhi pboosten. great help. i will try this. thanks a lot.