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.

your work is great : before purchase check this issue ;

i have check something via inspect element , When there is big menu text its go out of box.

https://ibb.co/18NrnTr Whats the bootstrap version ?

Hi there,

This is due to a fixed column width on that particular dropdown. You can set the column to col-auto, or choose a column width that fits your text.

Bootstrap 4.1.2

James

If there are more then one iframes in tab content, first iframe content replace all content so i see 3 same content linkedin or youtube videos.

http://www.apy.com.tr/haberler

Solved by disabling regarding code for refreshing iframe content in scripts.js

how to ad a booking – accomodation system in stack?

Hi there, You will need to hire a developer to do this for you – it is a lengthy and involved process to implement a booking system. Alternatively you can do what most people do and link out to a “thebookingbutton.com” page.

Or you can embed a booking button widget on the page. It depends what services the client is using.

However, this is outside the scope of support, so we can’t do this for you.

James

Hi, I keep having the same issue with the contact form. I renewed support and left a ticket yesterday. When can I except a response? Thank you!

Nevermind, found a different solution. Cannot wait this long for support.

Apologies for the inconvenience.

James

Love your work, is it possible to include the custom.scss file used to build bootstrap?

Hi there,

Not entirely clear on what you are asking here. Can you please elaborate? Stack uses Less, not Sass.

James

Hi James, thanks for your reply. I am referring to bootstrap not Stack. I noticed your bootstrap 4 isn’t the standard build but custom built specifically for Stack. In particular your build of bootstrap doesnt contain all of the available bootstrap components. It is about half the size. I would like the Sass file you use to build bootstrap so I can reproduce the same bootstrap build and also adjust it to my requirements.

Hi there,

Sorry, but the bootstrap.css file in Stack’s css folder is taken from bootstrap’s dist. We didn’t compile that file, we just deleted the parts we didn’t need in Stack.

Stack makes use of the grid and other basic Bootstrap components but because we were using our own “framework” at the time of release, there was overlap, so the Bootstrap parts were removed.

James

Presale – I am considering buying but noticed no update for nearly a year. Have you moved on?

And your response about lazyloading is well lazy. It has nothing to do with servers and is strictly a front-end task.

Yes, lazy loading is indeed a front-end task but the way in which each developer decides to implement it will be different depending on their circumstances, so in this case we prefer to remain non-prescriptive.

Hello, whats your latest version of Variant ?

The latest version of Stack comes packaged with the latest version of Variant.

James

When this will be updated to bootstrap 4

Stack is currently running on top of Bootstrap 4 but the markup is not all Bootstrap markup. The grid from Bootstrap is used.

James

I opened on ticket in Ticksy but no answer. I have Stack. I’m trying to build a slider with external controls like the example here [https://flickity.metafizzy.co/extras.html] under Custom Navigation UI . I’ve been able to copy their code and make it work, but I do not know how to hook this same functionality into the Stack theme. I need the ability to trigger actions from a slider change, and to. initiate a slide change from an external button or maybe a tab control. Can you help?

Answered on your ticket.

Will copy answer below:

It is possible to create a script which controls the existing Stack sliders even after they have been initialised.

You can use the events architecture mentioned here: https://flickity.metafizzy.co/events.html to trigger your actions based on a slider change.

You can control the flickity sliders by issuing a command via jQuery to the ul.slides element like so:

var slider = jQuery('ul.slides'); slider.flickity('next');​

​If you have more than one on a page that will issue the command to each of those sliders.

So if you want to control just one, give it an ID like id=”slider1” on the ul.slides element.

Then you ‘d control it like this:

var slider1 = jQuery('#slider1'); slider1.flickity('next');​

Let me know if you need anything else.

James

Can I use these templates in Wordpress?

Hi there,

It is recommended that you save yourself the effort and purchase the WordPress version if you intend to use WordPress anyway. Variant builder is also included in the WordPress version.

James

Hi

I was just wondering if there is a way to add different fonts into the variant page builder? I know I can add different color sets so was just wondering if the same was possible for fonts?

Hi there, it is possible but would take some effort. We don’t strictly support this though.

It would involve adding code manually in multiple places. My suggestion would be (if it is a Google Font you want) find the instances of the existing fonts in all the variant/ theme files and replace with references to your new font.

James

Hi, I want to build one page website using Stack. I want my website viewer be able to go to their chosen section when they click link on the header. In example, when viewer click on About Us, the page will automatically scrolled to About Us section. How to do that?

Hello, yes of course.

You can make your links “inner links” by adding the class “inner-link” to the a attribute. If you are using Variant, you should be able to rename the destination section by typing over its name in the left hand sidebar and then you can choose it from the dropdown in the “edit link” window.

James

Hi. Is there an option to ad lazyload with your builder? Thanks

Hello,

Currently there is not – do you mean to add lazyload to a page you are working on? You would need to add this yourself (outside Variant).

We have not included a lazy load function because everyone’s server and requirements are different, so it does not make sense to prescribe a solution.

James

Hi, what is the difference between you and stack tommusrhodus template?

Ours is the basic HTML version. The two items carry the same design throughout. Tommusrhodus is our WordPress partner, and his Stack WordPress theme is 100% legitimate and endorsed by us. We receive a commission for sales on that item as we are responsible for the design.

There may be some minor differences in the design as WordPress has its limitations, but the Variant page builder does come included with Stack Wordpress and works like it does in the HTML version. Even easier to use in WordPress actually because pages are saved directly to the WordPress database.

The reason that there is a price difference between the two items is that the work has been done to convert Stack’s design to work in Wordpress. If you buy the HTML version, you need to know about HTML and have a hosting plan in mind, and the blog is not supported by a CMS. If you need back-end functions like CMS for your blog, then choose the WordPress version.

The HTML version is a package of templates only.

Kind regards, James

sticky-header scrolls off the page after viewport height is exceeded. fixed-header has the documented BS4 issues with container top padding . So with bars its a bit of a rock and a hard place if your page is long. Also, the accounts page http://trystack.mediumra.re/page-accounts-settings.html is a bit naff on mobile devices being that the tabbed links dont scroll down to the content which are off screen. Otherwise, no dramas.

Hi there,

Since switching of those tabs is handled by our data-toggle-class function, after some thought, it would be possible to smooth-scroll down to those elements on mobile. If you give those tab panels an ID each (eg id=”password”), and then change the link’s href from ”#” to ”#password”, you could add the class inner-link to the link element and it should scroll to that point as well as changing the tab to visible.

James

Hi, do you think you’re going to stack in Bootstrap 5?

At this stage, we are not looking to update Stack to Bootstrap 5, but if there is enough demand we can consider it.

James

Is it possible to use this within my project and embed it in some way?

Sorry but no, the builder is not for embedding into your final project. It is included with your Stack download package as a way to assist you with quickly building pages in the Stack template.

James

don’t work try builder. can you help me please?

Hi there,

I am trying the builder from the link provided on the demo site, when you say it does not work, what are you seeing?

James

como lanzar el constructor dinamico? acabo de realizar la compra y no encuentro eso en la documentacion

Extraiga / descomprima el paquete de descarga en la carpeta de documentos donde trabajará. Vaya a la carpeta de variantes. Abra el archivo denominado builder.html en su navegador (Firefox o Chrome). Si obtiene un spinner de carga interminable, debe habilitar las cookies para el sitio variante dentro de la configuración de su navegador.

Para obtener más ayuda y asistencia, abra un ticket en https://mediumrare.ticksy.com .

Gracias

James

Traducido usando bing.com/translator

Extract / unzip the download package to your documents folder where you will work. Navigate to the variant folder. Open the file named builder.html in your browser (Firefox or Chrome). If you get a never-ending loading spinner, you must enable cookies for the variant site within the settings of your browser.

For further help and support, please open a ticket at https://mediumrare.ticksy.com .

Thanks,

James

Translated using bing.com/translator

You have taken a lot of answering.

Hope this helps :)

Hi Medium_rare team, FIrst of one i am very happy with this theme but litle bit disappointment with Instgram feed , as i put my instagram username in your element but still its getiing your instagramm feed in my website, May i know how i can solve this , , Please look into this issue asap.

Thanks Dheeraj

Hi there,

Instagram will be disabling the API we use to show a feed at the end of March 2020.

Currently there is a solution on npm which seems to be able to scrape the data required to make a feed of images, however, we do not recommend using a script that scrapes the public HTML structure as this might change in future and it would render your website unable to display instagram photos again.

Currently we do not have a solution to the instagram API changes.

James

Please let us know if you find any solution in future , Thanks for your response .

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