ThemeForest

Minos for Software Business Corporate Portfolio

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Could you please create a DEMO Content .xml?

If you aren’t doing so because of copyright issues or something, let me know and I’ll contact you privately. I just need a full demo on my DEV installation which won’t be public.

It’s not practical to refer to the ThemeForest Demo, so please don’t tell us to just do that. I need an actual demo content installation so I can refer to it to know how to do and set things up.

Thanks.

peerapong

Contact me via my profile page please.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Please provide us the language files for the Minos template for translation.

I need the following language files 1. de_DE.mo, de_DE.po for German 2. tr_TR.mo, tr_TR.po for Turkish 3. it_IT.mo, it_IT.po for Italian.

Please let us know how to get these files as for the purchased template i can only find the en_US.mo and en_US.po for english language under language folder in the minos theme template.

Also, if you can suggest some best plugin for translation of the wp site.

Brisk revert would be highly appreciated.

Thanks in Advance!

peerapong

It’s not support yet. I will consider to add it into the future if there are many requests from customers.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Peerapong, But it was not mentioned in the template that it will not support different language.. Now Since my business is targeted for three different countries, I can not wait on the number of request that if lot of customer will ask you for this we will get this feature..

Can you you suggest us the solution of the problem where we can enable different languages option by adopting some custom coding..

At the first hand we need it for German.. I’m waiting for your reply..

Thank you in advance!!

peerapong

It was not mentioned that it’s support

You can always edit files directly to translate.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Well website in different languages are the most salient feature in the market..

Nevertheless….. Thank you for your prompt reply.. but what measures do we need to make this website for different languages.. your little information would be a great help for us..

Thank you…

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

Hi Peerapong,

thank you for this item ! However I have a little probleme :

what are the files that were modified to fix some page layouts loading issue on homepage please ? I downloaded version 1.0 and made ??many changes and I can not migrate by downloading version 1.1… (without losing changes…)

Thank you !

peerapong

Files begin with page_… and index.php

Default-user

Hello,

we encounter other problems, using a page as a homepage, we have a bug: http://hpics.li/6ed456d And we can not access our pages …Eg : http://www.bingo-it.com/contatti/ They are white …

Could you help us ?

Thank you in advance

http://www.bingo-it.com
peerapong

Sorry did you edit theme code?

Default-user

Yes, but I think it’s a configuration problem with my server, sorry.

But I still have the bug “Page” http://hpics.li/6ed456d eg http://www.123bingo.fr/ (Page—> homepage / noslider)...

peerapong

Because you add more margin top value to logo via Minos admin > General

Try to reduce it so it doesn’t push logo down.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Hi peerapong,

I used your template for our website. We did custom coding with that. Now I need you suggestion

the slider is taking 10 sec to load. you can check the website

www.muvacon.com

Please suggest how can we reduce the loading time of slider.. each images on the slider is less then 200KB.

Thank You!!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

I am waiting for your reply..Thank you in advance..

peerapong

I will have a look at loding time.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hello Peerapong,

I have two minor bugs that I can’t seem to fix. Both have been brought to your attention in the comments section, but the solutions listed don’t seem to be working for me.

The first is the slider. I tried troubleshooting, but it still takes a while to load.

The second is the contact form. When I submit it, the email comes to my inbox, but the email is empty.

Any assistance would be greatly appreciated. Thanks.

www.davidterrymarketing.com

peerapong

Did your server require any setting in order to use PHP mail function?

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Thank you for replying. No, the server doesn’t require any setting.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
thomas_ Purchased

Hi peerapong,

first very great theme, The translation files could be more complete but I manage to complete it myself.

The only real problem is the loading of the jquery slider who is much too long. look like i’m not the only one and would really appreciate to have a solution for it.

I’m waiting for your reply, thanks Toma

peerapong

I will look for the solution and release the update soon.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Hi peerapong,

again I am writing in hope that we will get solution of the problem

I used your template for our website. We did custom coding with that. Now I need you suggestion

the slider is taking 10 sec to load. you can check the website www.muvacon.com

Please suggest how can we reduce the loading time of slider.. each images on the slider is less then 200KB. Thank You!!

peerapong

I will look for the solution.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

would be much appreciated!!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
thomas_ Purchased
ok I solve the very slow loading of the jquery slider : You should edit the file “template-slider-jQuery.php” in the template folder. At the end of the file, between the script html balises, change this
    $j(function () {

        $j('#jquery_slider').bxSlider({
            mode: 'horizontal',
            easing: 'easeInOutExpo',
            speed: 1000,
            pause: parseInt($j('#slider_timer').attr('value') * 1000),
            auto: true,
            autoControls: true,
            autoHover: true,
            pager: true,
            controls: false,
            onBeforeSlide: function(currentSlideNumber, totalSlideQty, currentSlideHtmlObject){
                $j('#jquery_slider_loading').css('display', 'none');
                $j('#jquery_slider').css('opacity', 1);
                $j('#slider_wrapper .bx-pager').css('opacity', 1);
            }
        });
    });                
to this
    $j(function () {

        $j('#jquery_slider').bxSlider({
            mode: 'horizontal',
            easing: 'easeInOutExpo',
            speed: 1000,
            pause: parseInt($j('#slider_timer').attr('value') * 1000),
            auto: true,
            autoControls: true,
            autoHover: true,
            pager: true,
            controls: false,
        });
    });                

    $j(document).ready(function(){
        $j('#jquery_slider_loading').css('display', 'none');
        $j('#jquery_slider').css('opacity', 1);
        $j('#slider_wrapper .bx-pager').css('opacity', 1);
    });    
basically, it looks like the onBeforeSlide function is slowing the loading. so remove it and place its content in a document.ready function.

have a good day.

peerapong

Thanks for sharing :)

  • Australia
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
  • Referred between 1 and 9 users
mcollins Purchased

Hi Peerapong,

I have a question that I need a moment for your answers.. I have on my home page this shortcode, but the buttons in the styld boxes are not working. Can you tell me what I have done wrong please.

[one_half]
[styled_box title="Search by Water Type" color="white"]
[button href="#" align="left" bg_color="" text_color=""]
button
[/button]

[/styled_box]

[/one_half]
[one_half_last]
[styled_box title="Search by Fish Type" color="white"]
[button href="#" align="left" bg_color="" text_color=""]
button
[/button]

[/styled_box]

[/one_half_last]
peerapong

Provide URL please.

mcollins
mcollins Purchased

Peerapong, I cannot give you a URL as the site is offline under developement. This is why I have given you the shortcode exactly as I have it on the page.

peerapong

Hmm.. I am sure what’s wrong so that why I have to test on the real site.

Could you upload it online please.

mcollins
mcollins Purchased

It doesn’t matter now, I have made a few image buttons now in Photoshop. I will ask more assistance soon when the site is online.

Thank you for your reply…

Regards,

Ciaran

  • Australia
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
  • Referred between 1 and 9 users
mcollins Purchased

Hi Peerapong, I have uploaded the site and removed the maintenance mode for the time being so you can see the theme in action… Have made good use of your code so far.. www.fishfuelco.com.au

peerapong

Whoaa… look nice ;)

mcollins
mcollins Purchased

Thank you, I have enjoyed working with this theme very much..

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
mintechn Purchased

so how do we work with translations? any specific extension to be able to translate? thanks.

peerapong

Open /manual/index.html find “How to translate the theme?”

  • Australia
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
  • Referred between 1 and 9 users
mcollins Purchased

Hi there Peerapong,

On my download link page for my themes, the small icon for Minos shows a v1.2, but on the home page it shows no changelog or update that I can read. Is the theme now v1.2?

Can you include in the next update vertical tabs and alsothe coding you provided me for the top right are to allow for shortcode.

Thank you very much..

peerapong

I just updated the changelog ;)

Can you include in the next update vertical tabs and alsothe coding you provided me for the top right are to allow for shortcode.

- It’s not support yet. I will consider to add it into the future if there are many requests from customers

mcollins
mcollins Purchased

Will the update change the custom work I have done to the theme with the slider and header background and top right area to include shortcode?

peerapong

Update only slide-jQuery file in /template folder.

mcollins
mcollins Purchased

perfect … thank you.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

First off, I want to to congratulate you on such a great and flexible theme. The question I have is on how to modify certain fonts. I’ve gone ahead and added html attributes to certain fonts in pages where I want a heading to be a different color, which I’m assuming will be ok.

However, I’m trying to bold and change the color of the breadcrumb to better let the visitor know where he is, but every time I look for that particular css rule I run into the page id instead.

So my question is:

1. Where is this file (I’ve looked everywhere and can’t seem to find it. 2. Is this even possible.

Thanks in advance.

peerapong

Login with your purchased account please. I can’t verify your purchase.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
muvacon Purchased

Hi Peerapong

Please provide us the language files for the Minos template for translation. I need the following language files 1. de_DE.mo, de_DE.po for German 2. tr_TR.mo, tr_TR.po for Turkish 3. it_IT.mo, it_IT.po for Italian.

Please let us know how to get these files as for the purchased template i can only find the en_US.mo and en_US.po for english language under language folder in the minos theme template. Also, if you can suggest some best plugin for translation of the wp site.

Thank you!!

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
corey615 Purchased

I’d like to make the logo margin less than 20px in the header. The theme options only allow for a minimum of 20px? Where would I change this to make it less than 20px?

peerapong

Open /lib/admin.lib.php line 130 change to lower number.

by
by
by
by
by