Page 1 of 2

Theme Business-Casual

Posted: Mon Nov 09, 2015 2:08 pm
by Herk
I modified this theme to our beautiful blog:)
https://github.com/Dipchikov/Business-Casual

Re: Theme Business-Casual

Posted: Mon Nov 09, 2015 11:53 pm
by diego
Nice work, if you want, push your theme here: https://github.com/dignajar/bludit-themes

Re: Theme Business-Casual

Posted: Tue Nov 10, 2015 7:38 am
by Herk
No problem!

Re: Theme Business-Casual

Posted: Mon Nov 23, 2015 11:56 am
by hwu
Nice and simple! And very fast if you compress the background picture. ;)

Re: Theme Business-Casual

Posted: Tue Nov 24, 2015 7:33 am
by Herk
Thank for advice. I will compress background picture.

Re: Theme Business-Casual

Posted: Sun Jan 03, 2016 7:43 pm
by Cryss
Hi Herk!


I am using the theme for my blog. Thanks for your work.
I have tried to find a way to show a tag cloud, but I am completely lost. Total php beginner. How can I add a tag list (optionally with the number of posts in ()) to the theme? Can you give me a hint? I want it to be set between the first post and the nav bar.


Thanks,
Chris


PS: Is it possible to set a post sticky so that it is always shown at the top?

Re: Theme Business-Casual

Posted: Mon Jan 04, 2016 1:14 pm
by Herk
Cryss wrote:Hi Herk!


I am using the theme for my blog. Thanks for your work.
I have tried to find a way to show a tag cloud, but I am completely lost. Total php beginner. How can I add a tag list (optionally with the number of posts in ()) to the theme? Can you give me a hint? I want it to be set between the first post and the nav bar.


Thanks,
Chris


PS: Is it possible to set a post sticky so that it is always shown at the top?
Sorry to disappoint you but I also beginner for php.
For a long time I am looking a way to score tags in this theme but without success.
If anyone help us. I will be very happy !!!

I am looking for code like this but for tags
<?php
echo '<li><a href="'.$Site->homeLink().'">'.$Language->get('Home').'</a></li>';

$parents = $pagesParents[NO_PARENT_CHAR];
foreach($parents as $Parent) {
echo '<li><a href="'.$Parent->permalink().'">'.$Parent->title().'</a></li>';
}

?>

Re: Theme Business-Casual

Posted: Fri Jan 22, 2016 12:29 pm
by Herk
New home php
[attachment=0]2.jpg[/attachment/]
Just rename home-2.php to home.php

Re: Theme Business-Casual

Posted: Mon Aug 14, 2017 4:46 pm
by 42a
The plugin contact is not working with that theme.
See the screenshot
bludit_contact_business-c_error.jpg
bludit_contact_business-c_error.jpg (32.58 KiB) Viewed 10608 times
Update:

I copy the contact.php to the theme folder bl-themes/Business-Casual/php and edit it:
Some <br> between the fields and I use fontawesome.

Code: Select all

<?php 
/**
 *  Contact layout
 .
 .
 .  
 
 →NEW→ <div class="col-lg-12 text-center">
<form method="post" action....

</form>
 →NEW→ </div>
But the sent info box (should be a green box) is not displayed. :roll:
With other themes it works

Re: Theme Business-Casual

Posted: Tue Aug 15, 2017 1:00 am
by Edi
The CSS of the theme breaks the form.

This is also the case when showing the success message. It works, but cannot be seen (you can see it with the developer tools of your browser).

Instead of <div class="col-lg-12 text-center"> I recommend to use your own CSS.