Forum Replies Created
-
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 pagesThanks. Offcourse.
in reply to: Get h1 instead of h2 tag in blog pageThis content is restricted to customers with active licenses.
in reply to: Stable height of sliderThat’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 PostGreat. Thanks. Really really easy. Played around with it and working fine now.
in reply to: Remove date and Created inHe 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 slugI 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 slugOK.
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 themeOk. 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 menuWell, 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 slugOK 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 themeThanks 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 themeOK 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 themeThis content is restricted to customers with active licenses.
in reply to: Warning messages in BuilderThis content is restricted to customers with active licenses.
in reply to: Warning messages in BuilderThis content is restricted to customers with active licenses.
in reply to: Remove Login screen logoThis content is restricted to customers with active licenses.
in reply to: Warning messages in BuilderThis content is restricted to customers with active licenses.
in reply to: Translate Read more text in buttonThis content is restricted to customers with active licenses.
in reply to: Search title keeps appearingThis content is restricted to customers with active licenses.
in reply to: Change comments formThis content is restricted to customers with active licenses.
in reply to: Change comments form