Title: remita's Replies | WordPress.org

---

# remita

  [  ](https://wordpress.org/support/users/remita/)

 *   [Profile](https://wordpress.org/support/users/remita/)
 *   [Topics Started](https://wordpress.org/support/users/remita/topics/)
 *   [Replies Created](https://wordpress.org/support/users/remita/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/remita/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/remita/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/remita/engagements/)
 *   [Favorites](https://wordpress.org/support/users/remita/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] Can we use different slideshows with different image scale](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/#post-2985881)
 * Thank you…
 * Now its working…..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] Can we use different slideshows with different image scale](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/#post-2985879)
 * 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.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adminimize] [Plugin: Adminimize] Any Option to remove dashboard boxes in admin landing page?](https://wordpress.org/support/topic/plugin-adminimize-any-option-to-remove-dashboard-boxes-in-admin-landing-page/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-adminimize-any-option-to-remove-dashboard-boxes-in-admin-landing-page/#post-2977490)
 * I am using screen option to hide this… But when I logout and login again the 
   option are seeing again…..
 * Remita
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] Can we use different slideshows with different image scale](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-can-we-use-different-slideshows-with-different-image-scale/#post-2985839)
 * 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&#8221](http://localhost/asd/wp-content/uploads/2012/08/villas2-230×185.png&#8221);
   alt=”” />
    <div class=”mslide mslide-1″>
 *  <img width=”230″ height=”185″ src=”[http://localhost/asd/wp-content/uploads/2012/08/villas2-230×185.png&#8221](http://localhost/asd/wp-content/uploads/2012/08/villas2-230×185.png&#8221);
   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&#8221](http://localhost/asd/wp-content/uploads/2012/08/villas-230×185.png&#8221);
   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>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] How to display Slideshow category description in front page?](https://wordpress.org/support/topic/plugin-meteor-slides-how-to-display-slideshow-category-description-in-front-page/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-how-to-display-slideshow-category-description-in-front-page/#post-2968980)
 *     ```
       <?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 it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] 'Incomplete sale' status after completing the full payment](https://wordpress.org/support/topic/plugin-wp-e-commerce-incomplete-sale-status-after-completing-the-full-payment/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-incomplete-sale-status-after-completing-the-full-payment/#post-2913292)
 * Thank you Daiv…
 * If you get any solution or any version of this plugin without this problem…
 * Please share…
    Thanks REmita
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] 'Incomplete sale' status after completing the full payment](https://wordpress.org/support/topic/plugin-wp-e-commerce-incomplete-sale-status-after-completing-the-full-payment/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-incomplete-sale-status-after-completing-the-full-payment/#post-2913144)
 * I am using WordPress 3.2.2 and WP e-Commerce Version 3.8.7.6.2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Substr() messes up template](https://wordpress.org/support/topic/substr-messes-up-template/)
 *  [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/substr-messes-up-template/#post-2758369)
 * Hi,
 * 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
    Remita
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2908016)
 * THANK YOU……………
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2908012)
 * Thank you….Thank you very much
 * Can u please explain what is the problem…..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2907983)
 * yes I commented the line ……
 * Now i got the output of page title ‘Products’
 * The page link is
 * [http://dev.customweb.com.au/embrace/products](http://dev.customweb.com.au/embrace/products)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2907979)
 * Iam working in live server.But no error logs…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2907930)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2907925)
 * NO its blank page
 * but in Widget it seems to sorted order
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Post Order] [Plugin: My Post Order] My post order not work with pages](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/)
 *  Thread Starter [remita](https://wordpress.org/support/users/remita/)
 * (@remita)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-my-post-order-my-post-order-not-work-with-pages/#post-2907909)
 * I am using this plugin for sorting WP-ecommerce products….
 * Thanks
    Remita

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