fredericbdr
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Permalinks with custom post type and taxonomy categoryThanks, i want to use slug it will be ok but it does not work.
With the Custom Post Type Permalinks plugin, the links works well, the links are /portfolio/category/sub-category/post-title but it takes me on index.php template and not on single-portfolio.php, strange…
Forum: Developing with WordPress
In reply to: Add dropdown menu to WordPressSorry,
Here is my header-php code for my menu :<nav> <?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'depth' => 2, 'container' => 'nav', 'container_class' => '' ) ); ?> </nav>
Forum: Developing with WordPress
In reply to: Problem with bootstrap nav toggleI don’t know how to use it…
But can you tell me please if my wp_nav_menu is correct ?Forum: Developing with WordPress
In reply to: Problem with bootstrap nav toggleOk, i cannot show you, it is only on localhost.
Is it possible to add images here ?
The problem is that toggle button does not work compare to my static html template when you reduce the screen to mobile resolution.
And the font size of my web page is little more bigger than on my static template.
I have also some responsive css who doesn’t work.Forum: Developing with WordPress
In reply to: echo category custom post typeForum: Plugins
In reply to: [WP eCommerce] Shipping configuration not workinghi, Thanks but it is not working…
Very difficultto configure shipping with this plugin…
Now i just would want to configure shipping according weight.
I choose weight rate, and in my product page i indicate a weight and a price for shipping (local and international), ok it is working but i just want that when you chosse 2 same products the shipping will be the double!!
And i have a big problem with paypal pro, impossible to pay for a customer!….