multitaste
Forum Replies Created
-
I found this code:
add_filter('wp_list_categories', 'filter_categories', 10, 2); function filter_categories($output, $args=array()){ return preg_replace('/(\<a\shref=\"?[^\>]+?)\"/', '$1#"', $output); }but this code only adds a hastag at the end of the URL…
I’m not good with programming… can you please give me an example code for functions.php or template/wppizza-navigation.php ?
Hi Ollybach,
Indeed, I’m using “one page” to show all categories:
[wppizza category='!all']The reason that I want to use the “wppizza navigation widget” and not the “normal” menu navigation is that the “wppizza navigation” automatically creates the category-menu links.
While in the “normal” menu I have to create it manually.
Is there any possibility to make it happen in functions.php to use the wppizza navigation?
Forum: Themes and Templates
In reply to: [GeneratePress] CSS: sub-menuHi Tom,
Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Change the height of the menubarHi Tom,
Wow! You are great!
Thank you so much!Forum: Themes and Templates
In reply to: [GeneratePress] Change the height of the menubarHi Tom,
Wow, thanks for your fast reply!
It works great, but now there is a gap between the main-navigation and the sub-menu. Besides that, the sub-menu and search is bigger then normal.
Thanks in advance!
Forum: Themes and Templates
In reply to: [GeneratePress] Show left bar on WooCommerce shop pageHi Tom,
When will version 1.2.9 be released?