• Skip to primary navigation
  • Skip to main content

BookingWP™

WordPress Appointment Booking Plugins for WooCommerce

  • Get Appointments
  • Contact
  • My Account

Zeljan Topic

Home › Forums

Log in
You are here: Home
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Photo Gallery Lightbox fails in Details description on Vehicles page
    Zeljan Topic
    Support
    12 years, 7 months ago

    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 slug
    Zeljan Topic
    Support
    12 years, 7 months ago

    Great. Please share ;)

    in reply to: Translations of Bizznis child theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Various questions on car rental theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Navagation Bar
    Zeljan Topic
    Support
    12 years, 7 months ago

    The 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 menu
    Zeljan Topic
    Support
    12 years, 7 months ago

    How 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
    Zeljan Topic
    Support
    12 years, 7 months ago

    No, 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 menu
    Zeljan Topic
    Support
    12 years, 7 months ago

    Open your blog page and change the slug, simple as that. Pick Blog template for that page.

    in reply to: Change blog slug
    Zeljan Topic
    Support
    12 years, 7 months ago

    You 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 theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    Nothing 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 theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    I’ll look into this. Thank you for reporting it.

    in reply to: Translations of Bizznis child theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Paid Method
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Various questions on car rental theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Add more car details
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Car Hire contact form or contact widget not sending any email
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: License API Key
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Payment method in Email customer and Admin Email
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Not able to add slider
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: how do I center a logo in the header area?
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Currency, Payment Method, Seo Plugin
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: "Request-URI Too Long", "save changes" doesn't work
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: message Automatic
    Zeljan Topic
    Support
    12 years, 7 months ago

    I see your point.

    As Bizznis is a parent theme, you can override every file with your child theme, language files included. Here’s what you have to do in order to keep your Bizznis powered website translated even after updates.

    1. Go to your active child theme folder and create a folder called languages.
    2. Upload your translation files (your .mo and .po files) to the languages folder you just created.
    3. Next up, we need to tell Bizznis we want it to look for translation files in your Child Theme folder instead of the Bizznis folder. We need the following code pasted in your Child Theme’s functions.php:
      // Child Theme Language override
      define('BIZZNIS_LANGUAGES_DIR', STYLESHEETPATH.'/languages');define('BIZZNIS_LANGUAGES_URL', STYLESHEETPATH.'/languages');

    4. This snippet needs to go before the following code:
      load_template( get_template_directory() . '/lib/init.php' );

      but after the opening

      <?php

     

    That’s it. Now your site will always remain translated. Do keep in mind that a bigger Bizznis update (e.g. from 1.0.x to 1.1) will probably contain new untranslated texts in the new Bizznis .po file found in the /lib/languages/ folder.

    in reply to: Translations of Bizznis child theme
    Zeljan Topic
    Support
    12 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Payment methods alternative to Paypal for membership
Viewing 25 posts - 6,126 through 6,150 (of 8,591 total)
← 1 2 3 … 245 246 247 … 342 343 344 →

Follow @bookingwp 900+ followers

  • About
  • Blog
  • Support
  • Terms
  • Privacy

© BookingWP™