Forum Replies Created
-
This 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 slugNo, add this:
remove_filter( 'nav_primary_before', 'bizznis_mobile_right', 10, 2 );
You also need to remove the mobile menu CSS styling from your child theme’s style.css file.
in reply to: Remove Mobile menuOpen your blog page and change the slug, simple as that. Pick Blog template for that page.
in reply to: Change blog slugYou have a sharp focus :) …
Fixed it and will add it to next theme release. In the meantime, replace this inside lib/frontend/search.php:
esc_attr__( 'Search this website', 'bizznis' )
with this:
__( 'Search this website', 'bizznis' )
In other words, just delete second “esc_attr” on line 15.
in reply to: Translations of Bizznis child themeNothing is wrong with the original string itself, but your translated string is missing this in it:
homepage
Add it somewhere in your translation and it should work. Of course, you can translate the ‘homepage’ text, but add the rest of it.
in reply to: Translations of Bizznis child themeI’ll look into this. Thank you for reporting it.
in reply to: Translations of Bizznis child themeThis content is restricted to customers with active licenses.
in reply to: Paid Method