shengjin
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor Sizehi, JLeuze, thank you so much for the detailed message. it works now. you are the best man!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor Sizeand I also changed the size to 750×700 in meteor-slides/meteor-slides-plugin.php
// Adds default values for options on settings page register_activation_hook( __FILE__, 'meteorslides_default_options' ); function meteorslides_default_options() { $tmp = get_option( 'meteorslides_options' ); if ( ( $tmp['slideshow_quantity']=='' )||( !is_array( $tmp ) ) ) { $arr = array( 'slideshow_quantity' => '5', 'slide_height' => '750', 'slide_width' => '700', 'transition_style' => 'fade', 'transition_speed' => '2', 'slide_duration' => '5', 'slideshow_navigation' => 'navnone' ); update_option( 'meteorslides_options', $arr ); } }[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
but it still doesn’t work
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor SizeHi, i followed the steps:
In the slides settings, set the Slide Height to “750″ and the Slide Width to “700″. Then create a slideshow called “Sites”
and I add this code in the page:
[meteor_slideshow slideshow=”Sites” metadata=”height:750, width:700″]but the slide images only show 626×200.
what should i do?
here is my page: http://www.ecentricdesign.com/portfolio/thanks
SJ
Viewing 3 replies - 1 through 3 (of 3 total)