Title: stinger33's Replies | WordPress.org

---

# stinger33

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/stinger33/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stinger33/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blain] slider effect](https://wordpress.org/support/topic/slider-effect-2/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/slider-effect-2/#post-4909517)
 * Step1.
    In my case, the slider was built in template. Check the folder wp-content-
   > themes-> js folder or plugin->js, (customizer.js or nivo-slider.js). Step2.
   Add code to the template page that displays the slider. Step3. Settings are in
   the code from step 2
 * If you still not to know how to run it, give more information.
    And this is my
   project [http://bit.ly/1pUYHjf](http://bit.ly/1pUYHjf)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blain] slider effect](https://wordpress.org/support/topic/slider-effect-2/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years ago](https://wordpress.org/support/topic/slider-effect-2/#post-4909513)
 * so I’ve done, enter the address
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blain] slider effect](https://wordpress.org/support/topic/slider-effect-2/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/slider-effect-2/#post-4909471)
 * Where is the initializing part of the Nivo Slider? something like this:
    `<script
   type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider();});
   </script>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Multiple taxonomies?](https://wordpress.org/support/topic/multiple-taxonomies-4/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/multiple-taxonomies-4/#post-4306669)
 * I do not know pasted code between ` </ code>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Multiple taxonomies?](https://wordpress.org/support/topic/multiple-taxonomies-4/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/multiple-taxonomies-4/#post-4306667)
 * Hello, I made a sorting by brand, but now I wanted to have a relationship between
   the brands and categorys, that I can sort by brand, being in that category? [rtsystem.pl/rt](http://rtsystem.pl/rt)
 *     ```
       <p>$term_slug	=	get_queried_object()->slug;</p>
       <p>		if($term_slug=true){
       		$args = array(
       			'post_type'=> 'wpcproduct',
       			'order'     => 'ASC',
       			'orderby'   => 'menu_order',
       			'posts_per_page'	=> $per_page,
       			'paged'	=> $paged,
       			'tax_query' => array( 'relation' => 'OR',
       				array(
       					'taxonomy' => 'wpccategories',
       					'field' => 'slug',
       					'terms' => get_queried_object()->slug</p>
       <p>					),
       				array(
       					'taxonomy' => 'marka',
       					'field' => 'slug',
       					'terms' => get_queried_object()->slug</p>
       <p>				)));</p>
       <p>		}else{
       			$args = array(
       			'post_type'=> 'wpcproduct',
       			'order'     => 'ASC',
       			'orderby'   => 'menu_order',
       			'posts_per_page'	=> $per_page,
       			'paged'	=> $paged,
       			);
       		}</p>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Sort products by brand?](https://wordpress.org/support/topic/sort-products-by-brand/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/sort-products-by-brand/#post-4236246)
 * hi, thanks for the reply and sorry for all
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Sort products by brand?](https://wordpress.org/support/topic/sort-products-by-brand/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/sort-products-by-brand/#post-4236237)
 * I wanted to drop down list to choose one of three options, all brands, brandA
   or brandB, each product had to own custom field where by his brand name. [http://www.rtsystem.pl/rt/wpccategories/oferta](http://www.rtsystem.pl/rt/wpccategories/oferta)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Sort products by brand?](https://wordpress.org/support/topic/sort-products-by-brand/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/sort-products-by-brand/#post-4236235)
 * And how can I do it through their own custom field?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226241)
 * Hello, I created my own field named brand, how can I now sort items by name? 
   sorry for my english.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Sort Posts] By popularity](https://wordpress.org/support/topic/by-popularity/)
 *  [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/by-popularity/#post-4012026)
 * hello, how can I use your plugin to sort the items in the plug
    wp catalogue,
   I mean the ability to sort products by brand product. thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226211)
 * sorrki perhaps for some absurd questions but this is my first website on WordPress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226210)
 * The only thing I need to sort products by brand …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226209)
 * I used a plugin to the left menu, but I worked it out almost the menu (and indeed
   modified the sidebar is erased and pasted get_sidebar ();)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226193)
 * hello, problem with custom fields, already solved. Thanks for your help … I need
   to change the left menu on the main page, because I have another, and after entering
   a directory other.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Hi, how can I add custom fields, in the view of the product?](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/)
 *  Thread Starter [stinger33](https://wordpress.org/support/users/stinger33/)
 * (@stinger33)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hi-how-can-i-add-custom-fields-in-the-view-of-the-product/#post-4226185)
 * ok, I did it, I still have a question how can I dump the menu on the left side
   of the menu in place to move up their menu that is displayed on the main page

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

1 [2](https://wordpress.org/support/users/stinger33/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stinger33/replies/page/2/?output_format=md)