remita
Forum Replies Created
-
Thank you…
Now its working…..
What will be the Slide Height and Slide Width in Meteor Slides Settings?
(If one slide show is 203 width and 303 height and other is 690 width and 330 height in different page.)
I am using screen option to hide this… But when I logout and login again the option are seeing again…..
Remita
Yes… I go through tutorial….
But
when i put like
<?php if ( function_exists( 'meteor_slideshow' ) ) {meteor_slideshow(“appartmentpage”,”height: 185, width: 903″); } ?>I Got Like this,Images are still small..
<div id=”meteor-slideshowappartmentpage” class=”meteor-slides appartmentpage navnone { next: ‘#meteor-nextappartmentpage’, prev: ‘#meteor-prevappartmentpage’, pager: ‘#meteor-buttonsappartmentpage’, height: 185, width: 903 }”><div class=”meteor-clip”>
<img style=”visibility: hidden;” class=”meteor-shim” src=”http://localhost/asd/wp-content/uploads/2012/08/villas2-230×185.png” alt=”” />
<div class=”mslide mslide-1″><img width=”230″ height=”185″ src=”http://localhost/asd/wp-content/uploads/2012/08/villas2-230×185.png” class=”attachment-featured-slide wp-post-image” alt=”villas2″ title=”app_h2″ />
</div><!– .mslide –>
<div class=”mslide mslide-2″>
<img width=”230″ height=”185″ src=”http://localhost/asd/wp-content/uploads/2012/08/villas-230×185.png” class=”attachment-featured-slide wp-post-image” alt=”villas” title=”app_h” />
</div><!– .mslide –>
</div><!– .meteor-clip –>
</div><!– .meteor-slides –>
</div>
<div class=”clear”></div>
<?php //list terms in a given taxonomy (useful as a widget for twentyten) $taxonomy = 'slideshow'; $orderby = 'slug'; $show_count = 0; // 1 for yes, 0 for no $pad_counts = 0; // 1 for yes, 0 for no $hierarchical = 0; // 1 for yes, 0 for no; $title = ''; $args = array( 'orderby' => $orderby, 'show_count' => $show_count, 'pad_counts' => $pad_counts, 'hierarchical' => $hierarchical, 'taxonomy' => $taxonomy, 'title_li' => $title ); $tax_terms = get_terms($taxonomy,$args); //print_r($tax_terms); ?> <ul> <?php foreach ($tax_terms as $tax_term) { echo ' <li>' . '<a href="' . esc_attr(get_term_link($tax_term, $taxonomy)) . '">' . $tax_term->name.'</a>'. $tax_term->description.'</li> '; } ?> </ul>Thanks
Got itThank you Daiv…
If you get any solution or any version of this plugin without this problem…
Please share…
Thanks
REmitaI am using WordPress 3.2.2 and WP e-Commerce Version 3.8.7.6.2
Forum: Fixing WordPress
In reply to: Substr() messes up templateHi,
Iam using the wpsc_the_product_description(); in one of my theme page..
and in function page I use the function
function wpsc_the_product_description() {
$content = get_the_content( __( ‘View More …’, ‘wpsc’ ) );
return do_shortcode( wpautop( $content,1 ) );
}But it not working with <!–more–> tag.
Its displaying all the content.
Any idea?Thanks
RemitaForum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesTHANK YOU……………
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesThank you….Thank you very much
Can u please explain what is the problem…..
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesyes I commented the line ……
Now i got the output of page title ‘Products’
The page link is
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesIam working in live server.But no error logs…
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesI deactive the other plugins but the same problem i didnt get the the sorted list….
Only blank page…
Did u get any output…???
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesNO its blank page
but in Widget it seems to sorted order
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] My post order not work with pagesI am using this plugin for sorting WP-ecommerce products….
Thanks
Remita