stinger33
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blain] slider effectStep1.
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 2If you still not to know how to run it, give more information.
And this is my project http://bit.ly/1pUYHjfForum: Themes and Templates
In reply to: [Blain] slider effectso I’ve done, enter the address
Forum: Themes and Templates
In reply to: [Blain] slider effectWhere is the initializing part of the Nivo Slider? something like this:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>Forum: Plugins
In reply to: [WP Catalogue] Multiple taxonomies?I do not know pasted code between
</ code>Forum: Plugins
In reply to: [WP Catalogue] Multiple taxonomies?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
<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
In reply to: [WP Catalogue] Sort products by brand?hi, thanks for the reply and sorry for all
Forum: Plugins
In reply to: [WP Catalogue] Sort products by brand?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
Forum: Plugins
In reply to: [WP Catalogue] Sort products by brand?And how can I do it through their own custom field?
Forum: Plugins
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?Hello, I created my own field named brand, how can I now sort items by name? sorry for my english.
Forum: Plugins
In reply to: [WP Sort Posts] By popularityhello, 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. thxForum: Plugins
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?sorrki perhaps for some absurd questions but this is my first website on WordPress
Forum: Plugins
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?The only thing I need to sort products by brand …
Forum: Plugins
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?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
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?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
In reply to: [WP Catalogue] Hi, how can I add custom fields, in the view of the product?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