On the Woocommerce module v1.0.2, the top navigation bar is always empty.
In the image below, the red box is completely empty.
![Not Working]()
I was able to get an earlier build of the app when it was working, and if look the red box has stuff in it.
![Working]()
I am developer and I’ve been bonking my head on the wall for hours on end trying to figure this out! In the working version, it has Ionic v1.1.0 and Angular v1.4.3. The non-working one is Ionic v1.3.3 and Angular 1.5.3. I’m thinking it’s something to do with Ionic and AngularJS being updated.
The skeleton module on GitHub uses the following code to display the navigation bar:
{{ page_title }}
<div></div>
<button class="button button-clear header-item">
<i class="icon ion-ios-settings"></i>
</button>
If I strip it down to the following, it still doesn’t display anything in the navigation bar.
Example
<button class="button button-clear header-item">
<i class="icon ion-ios-settings"></i>
</button>
Another thing that’s puzzling is the <sb-woo-header> in some of the template files. From what I can see, there’s no sbWooHeader directive in any of the module and core files. So what does this tag do (if anything)?
I’ve tried contacting Siberian to ask if there’s been a newer version of the Woocommerce module released but never received a response so I can assume it hasn’t been updated. I should also mention I’m using SiberianCMS v4.12.8.
-
This topic was modified 33 minutes ago by
Nick Hamnett. Reason: Added Siberian version