1001 comments found.
Hello, could you help for change in Freelance work ?
Hello,
Sorry but we are unable to take on a freelance job at this time.
James
Hello! I wrote you a mail from your profile page. Please check and answer. Thanks!
I have now responded 
James
Hi, do you have any UI (Elements or Blocks) for messaging?
Hi currently there are is a lack of messaging blocks in Stack – this is a great idea for a new feature.
Thanks, we’ll add it to the list.
James
Is there a class to set the menu on top? (Fixed Menu)
Hi, Yes there is,
Please see this page: http://trystack.mediumra.re/elements-navigation.htmlAnd check out the sticky navigation example.
James
Thank You. U did a great job. U could put a new section to provide us a list o icons and social icons. What do u think?
Hi,
There is a list of the full “icons mind” pack in the html files – please see iconsmind-reference.html. Also you can open Variant and when you edit an icon you can see all available icons and filter them also.
James
I found a bug in the scripts.js file between line 281 and 388 (Scroll Class Modifier). The page that loads the fixed top when using the scroll ends up locking the page. I need to move the mouse so that the scroll works again. Can u have a look?
Hi there,
Thanks for bringing this up – I’ll need to see this in action to better understand what is happening.
Would it be possible for you to please open a ticket at http://mediumrare.ticksy.com and provide me an HTML file of the problem occurring so I can investigate.
Thanks, James
Done! Your ticket has been created.
Hi,
I’m a bit confused on how to access that page builder, is it a platform? is there a login info to access the page builder or what?
Thanks!
Hello,
The demo you see is all included in the downloaded package, it is not a platform – rather it is a single page app that you open from the file on your machine with no installation required.
Navigate to the variant folder in your downloaded package and open builder.html in your Chrome or Firefox browser.
James
Hello,
Is it ideal for building and managing a website with 5 pages for example? Is it easy to link all different pages?
Best regards,
Hi,
Yes you could do this – simply link your pages by name of saved page – so a paged named Contact would come out exported as contact.html and your links should simplylink to contact.html. If you edit the nav on one page it is kept updated when you export all your pages so each page gets the updated nav when you re-export.
James
Hi again,
You said: “Navigate to the variant folder in your downloaded package and open builder.html in your Chrome or Firefox browser.”
Then what would avoid “anyone” to go and navigate that file and access my website builder and do whatever they want? How can I be protected?
Thanks!
Hi,
You should not upload Variant to your server. It is not designed to be used on a server – you should be using it on your own computer. The files should all be unzipped to your desktop or documents or downloads folder.
James
Hi there. Quick question, google map marker with the JS version (custom) map is not showing up and I can’t see why. Is there anything I should check?
Hi,
It would be great if you could open a ticket at http://mediumrare.ticksy.com and we can help you there.
Can I see a link to your site on a live server? Often that will solve the map marker problem.
Are you seeing any errors in the console? Just make sure the mapmaker.png is in the img folder. If it is, then you may just need to look at the site on a non-local server.
James
Wish you incredible sales!!!
Thank you!
James
Hi guys, I need your help on something, I’m working on the template “Landing 3 Landing Page” and I need the logo to appear bigger, I have tried with the size of the image, but it does not work. How can I make the logo look bigger? Thanks
Hello, we have an article on our help forum to guide you. If you’d like to open a ticket at mediumrare.ticksy.com we’d would also be happy to assist hands-on, just supply a link to your site 
Thanks,
Craig
Just a question on modals. We’ve purchased the theme already and just hoping I can get some help on this 1 small item.
We want to be able to fire a modal from various places within a page (i.e. via a button to trigger the modal). We want to have various buttons on a page that when clicked fire the same exact modal pop-up.
How do we go about doing that as we dont want to have to duplicate the modal in various areas however. In otherwords we’d like to place the modal pop-up code into say the footer file and then it should I assume have its own unique id. Your code shows that the button has to be within the same “modal-instance” class but that means we’d have to duplicate the modal code multiple times within the page.
Is there a working example of how to do this?
Thanks again
By adding the optional data-modal-id to the modal-container div of your modals, you can summon any modal to show upon link click by including the modal’s ID in the href attribute of a link like so: eg. to show modal with data-modal-id=”create-account” your link would look like this:
<a href="#create-account">Create Account</a>.
More examples of other functions at detailed docs here: http://trystack.mediumra.re/docs/stack_docs/index.html#modals
James
Hi, since i bought i cant export html via chrome mac
Hello,
Is it possible for you to please check if you are getting any errors in your web console (right click page, choose inspect element and go to console tab).
Please ensure you are using the purchased version (you need to unzip your download package) and run variant from the variant folder , not run it from the demo server at http://trystack.mediumra.re .
It would be great if you could open a ticket at http://mediumrare.ticksy.comand we could assist you there.
Thanks, James
hello, when checkboxes are created using javascript they don’t work i.e. they are just blank when u click on them. please advise how to solve this.
javascript is creating checkboxes on the fly using the entire code for checkboxes as in the example
<input id=”checkbox” type=”checkbox” name=”agree” /> <label for=”checkbox”></label> Helper text for checkboxAfter you have created your checkboxes you should initialise them by calling the Stack initialiser for forms like this:
mr.forms.documentReady(mr.setContext());
That will turn the checkboxes into Stack styled checkboxes.
James
can i host this builder on my server then what configuration of server need? or i need to use builder throw theme forest account only ?
Hi,
When you purchase, you download the package and use the builder on your own machine. There is no server required as the builder is designed to run completely locally from a single HTML file.
James
Everything works amazing! Great job! Which version of smooth-scroll are you using? As I can see it’s not the latest, but I need to check something in the source code.
Hi, Stack uses the version prior to the API change – however I can’t be sure of the exact version number…
James
any promotion comming soon
i missed the last one just when i wanted to make purchase
Congrats it’s a great theme keep improving it
Yes we will
Thanks for purchasing already, at this time we don’t have a promo planned for the near future 
James
ok, thanks
can i use this for my SAAS CMS project and i can use to provide this builder with all the block content you provide with this ?
Hello,
Sorry, no Variant is not available as a SaaS product and you are not permitted to use Variant to host a builder for your customers to use. That constitutes reselling – which is not provided in the license.
James
How can I use prebuilt pages and how to edit the code of form element or subscribe, do you guys have any video tutorial on how to use variant? thanks
How to make multi page website and how to export files in order to upload to the server?
Hi there,
The pre-built pages can only be edited in HTML as the .variant files for those pages are not supplied. Form elements are handled outside Variant, but we suggest using the “Embed form code” feature for subscribe forms. To make a multi-page site, just link your nav elements to the page’s name. So if your page is called Contact, link to contact.html. This is how the page will be named when exported from Variant. The files are exported to html and should be uploaded to your server along with css, js, fonts and other folders – excluding the variant folder.
Please open a ticket at http://mediumrare.ticksy.com for further support.
Thanks, James
Hi, great tool!, however I just downloaded the new versión 2.0.1 but when I open the builder.html it just stays in a page showing the logo and a never ending loader. Any help? Thanks
Hi, are you using Safari? You may need to enable local storage or cookies in the browser preferences. Testing now I am not seeing a loading error.
James
Hi, Can I use this theme with a Laravel site. Can I integrate this with Laravel?
Yes, you can use Stack as a front-end for a larval site, though we don’t support composer, so your views would need to be built from the HTML of the Stack package.
James
Thought I’d let you guys know that the offset system has changed in Bootstrap 4.
Syntax that works is offset-xx-xx e.g. offset-md-1
Hi Sumanth,
Thanks for that – you’ll notice we’re using the new ‘justify-content-center’ in place of column offsets to centre elements, we just need to get rid of some of the redundant classes (the offsets you mentioned). This will come in the next update 
Cheers,
Craig
Ah bon! Good to know Craig! 
Hi there, great template!
I’m about to buy it but i find one little bug that makes me wonder whether i should wait 
One user asked a few month ago “how can i set a navigation menu item to active/selected?”
and you have replied “If its a one page layout, the class ‘inner-link—active’ will be added”
I’m planning to build a one page from your template but i do not see that feature working! can you point me to it?
thanks
original conversationmgaalman PURCHASED
11 months ago how can i set a navigation menu item to active/selected?
medium_rare medium_rare AUTHOR
11 months ago Hi there,
Thanks for purchasing Stack!
Are you referring to using a one-page or multi-page layout?
If its a one page layout, the class ‘inner-link—active’ will be added to the link when it is scrolled into view, if it is multi-page just add the class ’active’ to the link. Then you can style it how you like in custom.css
Cheers, Craig
Yes, this is supported – so if you don’t see it in the demo we can assist with your implementation.
Here is the code in scripts.js:
mr.smoothscroll.highlight = function(){
mr.smoothscroll.sections.forEach(function(section){
if(mr.scroll.y >= section.top && mr.scroll.y < (section.top + section.height)){
if(section.active === false){
section.link.classList.add("inner-link--active");
section.active = true;
}
}else{
section.link.classList.remove("inner-link--active");
section.active = false;
}
});
};
James
thanks for the reply
i have just purchased the theme and it does not seem to work with a one page layout. can you please send me an example. thanks
Hi there,
Please open a ticket at http://mediumrare.ticksy.com and we’ll assist you there.
Thanks,
James