• 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Paid Method
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Add more car details
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: License API Key
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Not able to add slider
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Currency, Payment Method, Seo Plugin
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: message Automatic
    Zeljan Topic
    Support
    12 years, 5 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, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Payment methods alternative to Paypal for membership
    Zeljan Topic
    Support
    12 years, 5 months ago

    You need to remove original action, before you add your own, so add this code before your own:

    remove_action( 'bizznis_footer_inner', 'bizznis_footer_credits' );
    in reply to: Change credit area Bizznis
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Contact Form Does Not Deliver
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Submit button text
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Wordpress 3.8.1 and Car Hire as a plugin
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Where can i get theme to test?
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Image borders
    Zeljan Topic
    Support
    12 years, 5 months ago

    This content is restricted to customers with active licenses.

    in reply to: Payment method in Email customer and Admin Email
Viewing 25 posts - 6,076 through 6,100 (of 8,534 total)
← 1 2 3 … 243 244 245 … 340 341 342 →

Follow @bookingwp 900+ followers

  • About
  • Blog
  • Support
  • Terms
  • Privacy

© BookingWP™