Discussion on Stack - Multi Purpose HTML with Page Builder

Discussion on Stack - Multi Purpose HTML with Page Builder

Cart 12,638 sales
Well Documented

medium_rare does not currently provide support for this item.

1000 comments found.

How do I hide/show a modal dynamically?

HI there,

This is described in the documentation in the modals section http://trystack.mediumra.re/elements-dropdowns.html under the heading “Showing modals with Javascript”

Cheers, Craig

Thanks for Stack! As a backend developer this is the ticket to get stuff done on the client side that otherwise just take time! Please keep adding UI elements as you have started in this template. Also applied on various pre-made pages (profile, inbox, discover etc). Is this development something you have in the roadmap for stack ? If so i will keep buying it ;)

Hi there,

Thanks for purchasing Stack, thrilled to hear that you find it useful in your workflow :)

Yes we’ll be continually updating Stack with improvements and additional UI content, and have the next update due to come out next week some time.

Cheers,

Craig

The html pages created by Stack cannot be normally browsed in IE 11 on Windows 7. Does anyone experience the same? Any solutions?

Thanks, I’ve solved the issue and it will be reflected in the next update. In the meantime you can fix it by adding this line to custom.css:

.masonry .masonry__container.masonry—active .masonry__item{ pointer-events: all; }

Is that address the IE issues in Windows 7? I have added those code but the site still can’t be browsed normally with IE11 in Windows 7.

Please ensure that you have cleared your cache after making the change. I’ve noticed that clearing the cache to fix your JS issues has solved a problem before.

James

The forms allow submission without filling anything in – how can we stop this?

Thanks

Hi,

You should add class validate-required to your form fields so they are picked up by our validation script.

James

I have tried to change the navbar font size using this code in custom.css:

.menu-horizontal > li > a, .menu-horizontal > li > .dropdown__trigger{ font-size: ###; }

However this does not change anything. Do you know why?

Also, the Ken Burns effect doesn’t seem to be able to be disabled through variant on Cover Slider 1. How would I accomplish this?

Hi, apologies for this, we will rectify this in the next update. In the interim, you will need to edit the class in HTML after the page has been exported from Variant. You can search your page for slider—ken-burns and remove that class.

James

Having an intention of buying the template, but is it possible to make this Bootstrap 4? That’d be great! Thanks.

Hey there,

We’re looking at how the new Bootstrap grid system will interface with Stack but don’t have a release date for it yet.

Cheers, Craig

Stack 2.0.0 (for Bootstrap 4) is now available :) Enjoy!

James

Mail SMTP not working for forms – all settings correctly entered in the mail.php but when you enter email you the page just refreshes, that’s it. Nowhere could I find any further troubleshooting articles or FAQs, could someone please help?

P.S. I know my support is expired but I’ve never really used it until now – so I would appreciate if you could help as it’s should be a pretty simple fix.

Kenn

Please make sure your form element has class=”form-email” on it. That will cause the scripts to handle the form and all of your settings in mail.php will take effect.

James

That did the trick, thank you!

Shouldn’t this be automatically added when you create a page in variant?

We don’t add it automatically as many users have their own solution for managing forms, we don’t want to presume they’ll use our included solution.

Cheers,

James

Can this be used to create Blogspot templates to use on Blogger sites?

We have not tried this, and it is not officially supported, but since Stack is an HTML template, I would suggest that with your own configuration you would be able to achieve this with some effort.

James

Hi there!

Could you please let me know where to get some guidance in order to integrate your awesome template into an angular4 project? Thanks

Nevermind, I got it. Awesome template. Thanks!

Glad you found a solution!

not allow upload images directly… need copy to folder and them import… i bought a long time ago, and not update this :/

This is a restriction placed on web browsers to protect the security of your system. The only way to tell Variant that there is an image in the folder is to place the image in the folder first.

James

Hello,

Is there a way to make rows/column equal in height?

The height of a column is usually dependent on the height of its content, however, If you apply some CSS in custom.css you could create a rule that applies to only some specific columns in a particular section or row to make columns appear exactly the same height as each other.

Hello,

I would like to add an image hover effect to change to an alternate image on hover…

please see the bottom “instashop” page….

http://dev9.liftedsolutions.com/

can you guide me in right direction?

Thanks, Anshul

This will involve some custom CSS. I would suggest using two images in the link element, then your custom CSS (upon hover) would handle switching the first image to display: none; while showing the second image.

For more information please open a ticket at http://mediumrare.ticksy.com. You will need to extend your support though.

Thanks,

James

suggestion: A nice addition would be a tooltip for any icon. Currently you can create a tooltip for an icon but the tooltip covers half of the Icon when its displayed. Would be create to create a short fix for this. best greetings and thanks in advance!

Thanks for this suggestion and we will look at implementing this.

Regards,

James

suggestion: A nice addition would be a tooltip for any icon. Currently you can create a tooltip for an icon but the tooltip covers half of the Icon when its displayed. Would be create to create a short fix for this. best greetings and thanks in advance!

Thanks for this suggestion and we will look at implementing this.

Regards,

James

Hi, it this possible to create one page template?

Hello,

Yes, it is easy to make a one page site using Stack. If you are using Variant it is even easier. In Variant, just add sections to the page and name the sections in the sidebar. This makes the sections linkable. Any link on the page can then link to the section and you will get a smooth scroll effect.

James

how can I adjust the white space around a content field of the modals (e.g. for the example modal called “Create Account”). I want to reduce the white space for this example modal, so the contant has more space on the right site. So the white margins should be smaller around the main content. thank you for your help in advance!

Hi there,

Thanks for purchasing Stack!

This can be done by adding a rule to custom.css:

.modal-content .imageblock > .container{ padding-top: ##px; padding-bottom: ##px; }

If you require more detailed assistance, please don’t hesitate to open a support ticket at mediumrare.ticksy.com

Thanks, Craig

fantastic! thank you!

Hello. I’ve pasted the new google map api that I got and it is showing gray on the map. Am I supposed to do something else besides pasting that code on the page builder map page?

Hello,

Please open a ticket at http://mediumrare.ticksy.com and we’ll take a look. This could be caused by a bug which we have rectified recently. I’ll be able to give you the corrected code at ticksy.

Thanks, James

Update: Answered on your ticket.

James

Hello. For the lightbox gallery. Instead of an image appearing in the lightbox, how can I have it so that it will show a “index.html” page or a video. I will be showcasing videos and elearning modules (index.html files).

Hi,

Answered in more detail on your ticket at http://mediumrare.ticksy.com/ . Our suggestion is to use an iframe in a modal instead of using lightboxes.

James

Nice templates and designs in general. But why are you always using those sucess labels in your form handler when you click the submit button in your packages? If you want to track your user activity on your website it makes sense to use redirects to other pages (success pages). Is that somewhere provided in your template or have I recode that script.js ? Thanks!

Hi,

Yes, of course this is provided already :grin:

To redirect to a success page, simply add the data attribute: data-success-redirect to the form element. After a successful submission, you will receive the email and the page will then be redirected to the URL provided in the data attribute. For all the available form options and data attributes, please read the documentation provided in your download package.

James

Hi James, well sorry, I have to appologize! Opened the documentation after a long time again and everything what I need is mentioned there :D Sorry again. Just rated 5 stars to underline that :D

still missing the animated process bars :( ... I hope they are coming soon … where can I find an overview page with all icons and icon names that I can use?

Hi, icons in the icons-mind pack are shown in the iconsmind-reference.html page in the download package.

Alternatively, you can use Variant to show you a library of all icons and it will also enable you to filter by search term. Just use the “edit icon” function in Variant to bring up the icon selector.

Yes, the animated process bars are still coming – we have been busy recently working on the great new options framework.

Stay tuned :)

James

great news and great support! thank you!

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