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.

I can’t seem to get import images to work. When I import an image, it tells me to move it to the img folder and click to refresh. I do that and it just flashes for a second and still tells me to click to refresh. How to I import images?

Hi,

This is the correct way – be sure not to place the image in the variant/img folder, rather, copy it to the stack/img folder.

Also, please be sure that you are running Variant as a local file on your local machine, and not online on a server.

James

Hi, can you add a pull-out menu to the left? (off canvas). I also wanted to know if other products will be updated. For example Pillar?

Hi,

Yes, the pull-out menu is capable of switching to the left – because it uses the notification functionality, you simply need to change the class from pos-right to pos-left.

Yes, of course we still support our legacy products, but our active development time is now spent primarily on our newer offerings.

James

This is without a doubt the best template collection I have ever seen. Great job! I love how modular it is, and the sheer number of widgets is outstanding. My one request would be for additional account/settings/forms/administrative templates so that I don’t need a separate admin template along with this one.

Great, thanks for your feedback.

We do plan to add more of these types of templates, would you have any specific suggestions?

James

Hi,

How can I have a pattern background for certain section?

Thanks, Dee

Hi there Dee,

Thanks for purchasing Stack@

We can assist you in doing this if you’d like to open a ticket at mediumrare.ticksy.com

Cheers, Craig

Hi, love the template, but I can’t get a standard form to show the fields, see here: http://www.sblcfinance.com/contact.html

Hey Chris,

I replied on Ticksy, your markup needs to be updated to the latest version (details in the ticket)

Cheers, Craig

I am using the files from the latest version I downloaded here, so how can the code be old? Can’t you update your template?

Hi, thanks for pointing out this bug. We will have this fixed in the next update.

James

Hello there! Love your design and overall the usability of Variant. I am having problems with a few things but the most important one is:

I like to have your demo pages in Variant. I was not able to find many of them in Variant. Are many of your demo pages custom made?

Thank you

Thanks Craig for the reply. But this is a fairly deceiving strategy to lure customers into buying your product, to something that doesn’t exist. Granted your builder does a lot of things but what you show in your demo files, I’d say 40%, don’t exist in Variant, and have to be custom coded! That’s not good. I also bought your WordPress theme and it was a nightmare to work with. Not good!

That’s just not true. The purpose of the builder is to create pages using the premade content blocks. Stack is still a traditional HTML template like others – but we don’t limit it to only what can be achieved inside the builder environment and we certainly don’t claim the builder does more than it actually does.

It was disappointing to see you leave a 1 star review because your expectation was different from the reality. We certainly don’t feel like we’re misleading customers and this is evidenced by the fact that no other customers have reacted as you have.

We’d appreciate if you reconsider your rating.

Thanks,

Craig

Craig, You keep defending your position and your product! As I mentioned I do love the design but you sell this product as a package and your demo is clearly different than what we get in Variant for many elements. Your argument of I had the opportunity to try Variant is definitely not a compelling one. I will reconsider my rating tomorrow but you ought to reconsider your end of the story very soon. I saw someone asked for this months ago and you said it’s coming soon. I know you are frustrated with my rating but in my dictionary, it’s just misleading and subsequent poor customer service. I have no intention to make you lose clients/buyer. Thank you

Hi Everyone,

Stack 1.5.0 brings a massive change in how you can configure plugin options throughout the theme. We are calling it our Global Options Framework.

This allows you to use the theme in all the same ways you did before, but now you can set global settings for plugins – which means you can set language translations for date pickers, wizards, and set your own format for the countdown – plus heaps more.

All the same data attributes still work as well, so you get fine-grain control over configuration.

Read more in the docs: http://mmra.re/10 under Setting Global Options.

Each plugin that supports these options also has a new section in the docs on how to take advantage of global options.

Here’s the changelog for today’s release: =================================================================== v 1.5.0 - 5 September 2017 ------------------------------------------------------------------- * NEW * - GLOBAL OPTIONS FRAMEWORK for included plugins. See docs for more - http://mmra.re/10 NEW - Search Results Listing template NEW - Map instances now available in mr.maps.instances UPDATE - Added event mapCreated.maps.mr when maps initialise. UPDATE - Class parallax-disable-mobile may be applied to body element to disable all parallax on mobile devices. FIX - Fixed accordion script error due to # in URL bar FIX - IE11 Select elements now showing correct icon Files affected: ------------------------------------------------------------------- NEW - /page-utility-search-results-list.html UPDATE - /less/theme_components/lists.less UPDATE - /scripts.js UPDATE - /js/parallax.js UPDATE - /css/theme-*.css ===================================================================

Let us know what you think :)

Cheers,

Medium Rare

Hi! I’m have a problem with mousewhell textarea scrolling in modal window and i’m submit a ticket in support service ( https://mediumrare.ticksy.com/ticket/1284523/ ), but don’t have answer on my question! Please fix in next release this bug, or write these how to fix it. Thanks!

HI there,

We responded to the ticket with a solution last week (august 28), did you get a chance to try it? Just reply on Ticksy in the ticket to continue the conversation.

Thanks, Craig

Hi, I’m having problem when there is content behind the drop down, it can’t be clickable. I want to click on the dropdown itself. How to do that?

Hi there,

Not quite sure I understand what you mean here. The dropdown content is set at a z-index higher than the other content, so it should always be clickable, the content behind won’t be clickable while the dropdown is open.

If you’d like to clarify, I can advise further,

Craig

Hi, is it possible to know which fonts have you used for “Built your way” text on headline image ? Thank you very much.

Hi there, that font is called “Outbound”, you can grab it from creative market :)

is export work on Safari?

i remember you have problem with Safari. It is very impotent for us.

i remember you have problem with Safari. It is very impotent for us.

Hi there,

Stack works perfectly in Safari, but if you’re referring to Variant Builder, you can’t directly export files from the browser. But you can still open your code in the code window to copy it to a file.

Thanks, Craig

Hi, I’m trying to use data-autohide=”2000” to auto hide the notification but not working.

here is my code

@if (session('message_header')) <div class="notification pos-right pos-top col-sm-4 col-md-3 notification--reveal" data-animation="from-bottom" data-autohide="2000"> <div class="boxed boxed--border border--round box-shadow"> <div class="text-block"> <h5>{{ session('message_header') }}</h5> <p> {{ session('message_body') ?? session('message_body')}} </p> </div> </div> </div> @endif

Hi there,

Remove the class “notification—reveal” from your notification.

For further support we suggest you consider renewing your support license.

Thanks, Craig

I removed but the notification not working now.

@if (session('message_header')) <div class="notification pos-right pos-top col-sm-4 col-md-3" data-animation="from-bottom" data-autohide="2000"> <div class="boxed boxed--border border--round box-shadow"> <div class="text-block"> <h5>{{ session('message_header') }}</h5> <p> {{ session('message_body') ?? session('message_body')}} </p> </div> </div> </div> @endif

HI there,

It’s worth double-checking that your using the same markup as demonstrated on this page: http://trystack.mediumra.re/elements-notifications.html . You’ll see the autohide notification is working correctly at the bottom of the page.

Thanks Craig

Hi, Stack and new Variant page builder looks great, Keep up the good work. I want to buy a Variant page builder and resell it with my next project how can i do that? thank you for your support.

Hi there, Thanks for the compliment! Currently it’s not possible to use Variant in that way.

Thanks, Craig

I would like to suggest to add https://github.com/galambalazs/smoothscroll-for-websites in stack for smoothing up scrolling using mouse wheel. I guess it could bring user experience to next level…

HI there,

Thanks for your feedback – we’ll take a look into this library :)

Craig

Thank you for adding the horizontal bars. When do you think are the animated horizontal bars coming that you announce on the demo pages? best greetings

Hi there,

They’ll be in one of the next upcoming updates (next ~2 weeks)

Cheers, Craig

How do we change the font colors and div background colors?

Hi there,

Generally you’ll do this by adding your own style rules to the custom.css file

Cheers, Craig

Hello, will you be adding + and – to your qty in your shopping cart anytime soon ? I have tried to add my code but the input button just stretches and does not function well. I look forward to you adding this to the eCommerce section. Also, thumbnails for the picture will be good.

Hi there, Thanks for this feedback, I’ll pop it on our list of suggestions.

Craig

How would I change the font size of the text on Cover Slider 1 in custom.css?

Hi there,

You can add a custom class to the text element you’d like to adjust, then in custom.css add a rule for that class eg:

.my-heading{ font-size: ##px; }

Cheers,

Craig

Thank you for your help. How would I add a custom class to a text element? Thank you.

Edited: I figured it out.

You seem to have not responded to the possibility of setting the Google Analytics counter code on the site pages created in the constructor…

Hi,

This is an option already in Variant.

Just open the page metadata tab on the left hand menu and input your Google Analytics ID. Variant will recognise this and append the appropriate script to the page.

Screenshot of Variant's page metadata inputs

Regards,

James

Hi Craig, it works. (600px) Thank you.

No worries!

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