• Skip to primary navigation
  • Skip to main content

BookingWP™

WordPress Appointment Booking Plugins for WooCommerce

  • Get Appointments
  • Contact
  • My Account

Jonathan Fokker

Home › Forums

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

Forum Replies Created

  • Jonathan Fokker
    Customer
    11 years, 5 months ago

    password is: weydeland

    in reply to: Chinese support
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    Thanks.

    I did it a little bit different. I created a page-nieuws.php and added there the function that will output the meta of the post that I wanted

    <?php

    add_action( 'bizznis_entry_header', 'bizznis_post_info_new' );
    function bizznis_post_info_new() {
    global $post;
    # Doesn't do post info on pages.
    if ( 'page' == get_post_type( $post->ID ) ) {
    return;
    }
    $post_info = apply_filters( 'bizznis_post_info', '[post_date]' );
    printf( '

    %s
    ', $post_info );
    }

    //* Run the Bizznis loop
    bizznis();

    Thanks!

    in reply to: Different post meta filter on different blog pages
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    Thanks. Offcourse.

    in reply to: Get h1 instead of h2 tag in blog page
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    This content is restricted to customers with active licenses.

    in reply to: Stable height of slider
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    Thanks!!!

    in reply to: Change outline Query Post
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    That’s what I have now.

    In Theme Settings – Content Archives I have this these options

    Display Option – Display post content

    Limit content to – 300 characters

    in reply to: Change outline Query Post
    Jonathan Fokker
    Customer
    11 years, 6 months ago

    Great. Thanks. Really really easy. Played around with it and working fine now.

    in reply to: Remove date and Created in
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    He Zeljan,

    I talked to my hostingprovider but they say it’s not related to the server.

    This is my situation.

    When going to the Permalinks section I see this (see attachment).

    As you can see is the weydelandkaas.nl/blog totally grey. I cannot change this to something else.

    I tried to fix it with my hosting provider, checked everything in the database, but couldn’t fix it.

    I have set it up like this:

    One  page (blog template) with the name Nieuws.

    One page (blog template) with the name Blog.

    On each page I want to output different categories, so I have used this http://demo.bizzthemes.com/bizznis/documentation/tutorials/modify-content-loop/

    Can you help?

    in reply to: Change blog slug
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    OK. Thanks.

    in reply to: Remove Mobile menu
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    I did set up my blog page as a page template.

    So the page Nieuws has the blog template.

    This is fine, but the slug of the posts still go to blog/postname and not nieuws/postname.

    I have set up in my Permalinks only postname.

    Any other suggestions?

    in reply to: Change blog slug
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    OK.

    But this have an effect on the .po file in the Bizznis languages folder. I needed to add the string in there, which I did.

    I see you already added this to Github, otherwise I would have done it:) Thanks again!

    First website on Bizznis is almost ready:) Will send you link when done.

    in reply to: Translations of Bizznis child theme
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    Ok. Thanks.

    I see you have an overview of the action hooks and filter hook definitions in there. But I missed the bizznis_mobile_right.

    Will you update these filters more?

    What are the 10 and the 2 about?

    in reply to: Remove Mobile menu
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    Well, not really. Offcourse that will change the slug of that page:)

    But what about the items within the blog posts?

    E.g. I have this URL: http://weydelandkaas.nl/blog/speciaal-weydeland-kaaskwartet-bij-uw-weydeland-aankoop/

    This is a news items, but the slug in /blog/. Can I change that to /nieuws/special….

     

    in reply to: Change blog slug
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    OK thanks. That did the trick.

    How do I translate the “Search this website” text in the search bar?

    It’s not in the .po files.

    I know its in lib/frontend/search.php.

    Greetings, 

    in reply to: Translations of Bizznis child theme
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    Thanks that worked.

    But I think there is a bug. I tried to translate the 404.php text in Poedit.

    I get this error in Poedit: A format specification for argument 1 doesn’t exist in ‘msgstr’

    It’s related to this message string

    #: ../404.php:20
    #, php-format
    msgid ""
    "The page you are looking for no longer exists. Perhaps you can return back "
    "to the site's homepage and see if you can find what you "
    "are looking for. Or, you can try finding it by using the search form below."
    msgstr ""
    "Helaas, deze pagina bestaat niet. Gebruik het menu op deze pagina om te "
    "vinden wat u zoekt. U kunt ook in de zoekbalk hieronder uw zoekopdracht "
    "invullen. "

    I think it has to do with the % symbol in there. Because there is a % symbol in 404.php we get a problem with translation?

    Greetings,

    Jonathan

    in reply to: Translations of Bizznis child theme
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    OK. Thanks.

    in reply to: Change credit area Bizznis
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    OK I did see that the .po file of all text is in Bizznis theme folder under lib/languages.

    I can translate the desired text and put an .mo file there.

    But what happens when I upgrade Bizznis? Then everything will be overwritten.

    I see .po in child theme but there are only a few text strings.

    When I put .po from Bizznis in childtheme folder and create a .mo there it doesn’t work either.

    I have this in my functions.php for localization:

    //* Set Localization (do not remove)
    load_child_theme_textdomain( 'weydelandNL', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'weydelandNL' ) );

    What can I do?

    in reply to: Translations of Bizznis child theme
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Warning messages in Builder
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Warning messages in Builder
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Remove Login screen logo
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Warning messages in Builder
    Jonathan Fokker
    Customer
    11 years, 7 months ago

    This content is restricted to customers with active licenses.

    in reply to: Translate Read more text in button
    Jonathan Fokker
    Customer
    11 years, 8 months ago

    This content is restricted to customers with active licenses.

    in reply to: Search title keeps appearing
    Jonathan Fokker
    Customer
    11 years, 9 months ago

    This content is restricted to customers with active licenses.

    in reply to: Change comments form
    Jonathan Fokker
    Customer
    11 years, 9 months ago

    This content is restricted to customers with active licenses.

    in reply to: Change comments form
Viewing 25 posts - 26 through 50 (of 160 total)
← 1 2 3 … 5 6 7 →

Follow @bookingwp 900+ followers

  • About
  • Blog
  • Support
  • Terms
  • Privacy

© BookingWP™