Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Woocommerce 2.1 updateThis content is restricted to customers with active licenses.
in reply to: Slider not working after updating to 3.8.1This content is restricted to customers with active licenses.
in reply to: How do I correct the Currency Separator?This content is restricted to customers with active licenses.
in reply to: Pre-sales questionsYou can simply remove it with this code inside functions.php file of your child theme:
remove_action( 'bizznis_entry_footer', 'bizznis_post_meta' );
All the post functions are located inside lib/frontend/post.php file if you want to explore more.
in reply to: Remove date and Created inThis content is restricted to customers with active licenses.
in reply to: message AutomaticThis content is restricted to customers with active licenses.
in reply to: booking by carThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: Custom CSS IssueThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: message AutomaticThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: Two questionsThis content is restricted to customers with active licenses.
in reply to: Payment methods alternative to Paypal for membershipThis is definitely a hosting configuration that can only be changed with .htaccess file or hosting provider. With this tutorial for more information: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
in reply to: Change blog slugThis content is restricted to customers with active licenses.
in reply to: How can i disable credit card typesThis content is restricted to customers with active licenses.
in reply to: How can i disable credit card typesThis content is restricted to customers with active licenses.
in reply to: Widget on shop page sidebarThis content is restricted to customers with active licenses.
You’ll need to push this to .htaccess file, since it’s probably a hosting configuration issue. It shouldn’t add anything to before your post’s slug, neither blog nor nieuws.
in reply to: Change blog slugGreat. Please share ;)
in reply to: Translations of Bizznis child themeThis content is restricted to customers with active licenses.
in reply to: Various questions on car rental themeThis content is restricted to customers with active licenses.
in reply to: Navagation BarThe filter in this case is ‘nav_primary_before’, which is documented.
10 is a filter importance (10 is default and neutral). If you would hook another function to this filter with 9, it would be taken instead.
2 is a number of accepted arguments for the hooked function. In this case, there are 2 arguments hooked in, first one is $menu and second one is $args.
I hope it’s more clear now, do let me know if you need more guidance.
in reply to: Remove Mobile menuHow did you setup your blog page? – via page template or Settings / Reading as a static posts page?
You should be able to control the permalinks for this inside Settings / Permalinks. Make sure .htaccess file is created after you’ve changed your posts permalinks Custom structure. I usually recommend using only ‘Post name‘ as a permalink structure as this is more SEO friendly.
in reply to: Change blog slug