Discussion on Bostan - Business Theme

Discussion on Bostan - Business Theme

By
Cart 1,877 sales
Well Documented

A-Works supports this item

Supported

This author's response time can be up to 1 business day.

695 comments found.

I´m also having a color issues on IE and Firefox. It´s working fine on chrome. I changed the skin color but there are some components that remain on the original color. I already tried clearing the cache but the problem persists. Also tried it on other computers and same problem there.

can you please send me screen shot to see which part exactly has the problem

Hi, the printscreen would be the same as yourdog, so please let me know when you have the fix ready for him so I apply it too. Thanks!

Okay, I got it will fix it in the next 2 days

Hi!

I also can recommend the theme and I want to say that it is really cool stuff. 9 of 10 point – cause to a (still unsolved?) color problem?

I am also havin issues with the color setting. Although I am changing the skin color the standard-blue remains – on SOME devices! When I look at the website I can see the changed color – in the bold color block in the 1st page and at the icons and at the circles! Perfect.

BUT: When i look at the page with ANY desktop PC – the old blue color is still there. Just the outlines have the changed colors. Please help us and fix this problem.

As I have seen there are some other questions to that kind of problem – still without reply. Can’t u fix it?

If you are able to fix that one – it would be 10/10 points!

Kind regards.

thanks! great!

Asalah! Please take a look again at the slider. I have 960px Pic installed – but he only showes 940px – your code resizes the pic when boxed to 940! In that way it looses quality. Are you able to fix that too or is there a trick? Please help again.

that is also why it cuts the animated slide!

Hello again. First of all: It is really a great template. ;-)

I have a little problem with the icon class that should be set to “Service” in the page builder. I can fill in wahtever I want, I only see the blue corcle without an ico. Please help me. . .

Hi brother, first thanks for using bostan, and sorry for delay to comment, I was having some rest :), sounds good you solved last issues, to get icons inside the service circle you need first to select which icons you want, here is the list of icons http://www.fontello.com/ put your mouse over the icon to see it’s name then write (icon-name) in the field of icon in page builder, for example if the icon name is (heart) you should write (icon-heart), hope this can help, if you still have any problems please let me know. also I will be very grateful if you support us by rating the theme, thanks in advance :)

Aaaaaahhhh!!! Thank you very much. Sometimes you do not see the solution, even if it is standing next to you. ;-)

No problem, you are welcome any time :)

Hi, I read all previwe post of Bostan theme but is not clear how could i make a contact form with page builder. thanks

thanks for using bostan, to have the contact form looks like the demo site please read this http://themeforest.net/item/bostan-retina-responsive-multipurpose-theme/5030415/faqs/16763

Hi! I thought I can use the theme with the pages, colors, pictures and so on like you can see it here in the preview. Is that possible to downlad something like a “standard configuration” for this theme?

Hello and thank you for your answer. I imported the demo_data.xml file but nothing happened. The site looks the same. Could you please help me I am a complete noob with wordpress. ;-)

Now, I more or less got it. But I have a problem with creating secondary menu navigation. Could anybody help. . .

Solved too. ;-)

Hi. I’d like to make a simple contact form like in the live preview one the “CONTACT” link. How did you made it? Does it need an external plugin? Thank for support!

thanks for using bostan, to have the contact form looks like the demo site please read this http://themeforest.net/item/bostan-retina-responsive-multipurpose-theme/5030415/faqs/16763

Hi. Many compliments for your theme: is very nice and amazing. I would like to know how to set the image (very low and wide..) showed in the live preview on the page PORTFOLIO under the title (the class is “page_title_holder”). I didn’t find the way to load it on the wp admin panel: is it loaded by css? Thank you for reply!

Thanks for using bostan, you can upload it via option panel, backgrounds, at the end of the page you will find an option to change page title background, if you still have problem please let me know :)

Hi

I need to have different backgrounds in the title_holder of every page.

How do I do that?

thanks

thanks for using bostan, for now you can only have one for all pages, but I am adding this feature to the theme, will have it in later update (not next udpate)

Hi. Is it easy to setup the slider images. Are the sizes listed so I can have them designed ?

Hi brother :) thanks for your interest, it’s easy to follow slider documentation and setup it, and I can offer help any time, and sorry, I didn’t understand the second part of the question.

in a specific page….

hi, can i change a page template to boxed inseted of full screen?

thanks for using bostan, you can change it via option banel > layout, it will change for all site.

Hi, There are a few things that are happening only when I view my site in Safari or Chrome. In Firefox everything looks fine.

1. I lose the colour of my Social tool bar in the header and the colour of the ‘push button’ on my home page when viewing in Safari or Chrome (and on ipad / iphone)

2. I’ve installed Jetpack and using the Facebook like widget but the feed won’t show on Safari or Chrome, only Firefox??

If you could let me know why these things are happening that would be great :)

Cheers

thanks for using bostan, it’s strange problem, please try to empty your browser cache and try again, if you still have problem send me you site url please to check it.

i installed the bostan theme and am working my way through the design. i noticed a glitch when i try to scroll down, especially on a large screen, something seems to be preventing it from scrolling. the logo area doesn’t get small and it keeps “bouncing” and won’t let me scroll down, especially on the home page. here is the link: http://thestudio-ps.com

thanks for using bostan, I visited your site, and saw the problem, it’s happening because the page is very small and short so no place for sticky menu to appear, if you fill your page with content it will fix this issue, by the way, I will add an option to disable sticky header in the next version and will fix this on small pages, thanks for reporting the problem to me, and please feel free to contact me if you need any help :)

thank you, i will add more content and see what happens. :)

FOR 100% WOOCOMMERCE SUPPORT…

Add this to the functions.php:

remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
add_action('woocommerce_before_main_content', 'my_theme_wrapper_start', 10);
add_action('woocommerce_after_main_content', 'my_theme_wrapper_end', 10);

function my_theme_wrapper_start() {
  echo '<div class="container single_blog blog_posts new_section">';
}

function my_theme_wrapper_end() {
  echo '</div>';
}

add_theme_support( 'woocommerce' );

Then remove this from the woocommerce plugin file woocommerce-template.php starting line number 173:

if ( ! function_exists( 'woocommerce_get_sidebar' ) ) {

    /**
     * Get the shop sidebar template.
     *
     * @access public
     * @return void
     */
    function woocommerce_get_sidebar() {
        woocommerce_get_template( 'shop/sidebar.php' );
    }
}

This is the result:

http://oxology.co.uk/solace/product/product-one/

:)

Hope it helps!

thaaaaaanks for your help, will give you 5 stars :D

Beautiful theme and a pleasure to work with. Worthy of 6 stars. Great job.

Really thanks brother for your words, I promise to add more features and improvements to the theme, also if you need any help please let me know, it’s my pleasure to offer help for you :)

Not sure it’s possible to improve. It’s first class as it stands. Best theme on ThemeForest… so far! ;)

thanks brother for your encouragement :) you made me so motivated :)

Hello

presale question: Is it possible to add 2 portfolio sites with different categories?

when yes: Is a “show all” button for each of this 2 diferent portfolio pages possible? (a project in category “A” which belongs to Portfolio “1” should not be display, when i click on “show all” in Portfolio “2”)

I hope you understand my questions…

Best regards

Thanks for interesting, I understood your question, but I am really sorry brother, it’s not possible now, because portfolio now can only be filtered by tags not categories.

and the same question with tags…?

Possibility of 2 portfolio pages with different tags?

when yes: Is a “show all” button for each of this 2 diferent portfolio pages possible? (a project with tag “A” which belongs to Portfolio “1” should not be display, when i click on “show all” in Portfolio “2”)

thank you :)

First I wanna thank you about these ideas, 2 tags page is not supported to, but I added to my to-do list now, and will add it to later version, but I am sorry I can tell you exact time because my current to-do list is very busy, I will keep you updated :)

Hi there,

I can’t view individual portfolio pages, it says page not found.

see http://aspectmedia.com.au/project/minta-farm-soldiers-road-berwick/

The site is still in development so the nav is disabled for now, I’ve set up the portfolio page as http://aspectmedia.com.au/project/ and the portfolios are coming through fine.

How do I set the portfolio thumbnails to link to an individual portfolio page like in your demo?

Thanks :)

thanks for using Bostan, can you please send me login details of your site to my email via contact form in my profile so I can check the problem for you.

Hi,

thanks for fixing that, my settings have changed to single column and titled ‘Blog Archives’, where do I edit the portfolio page so I can set 3 columns and change the title to projects?

Cheers :)

You are welcome, I found that it’s working, you can found it here http://aspectmedia.com.au/projects but you were visiting wrong url, you were visiting this http://aspectmedia.com.au/project , please try the correct url and see if it works for, if you still need any help let me know please :)

Hi, how do I edit the thumbnail in the right sidebar post list. http://www.bluedogwebdesign.co.nz/leverlaw/legal-matters/

thanks for purchasing the theme, to show thumbnails you need to add featured image the posts, or add default image via your option panel to appear if you don’t have featured image, if you still need help please let me know :

excellent adding the default image fixed it! Fantastic support!

you are welcome brother, anytime you need help just let me know

How can I change the blue button with the arrow on the moving menu, I just found how to change the blue one with the social networks icons, can you help me? thank you though

Does WMPL Language Plugin is included in this theme?

No, it,s only supported by the the theme.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey