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.

Hello! Is it possible to make the side menu minimize when clicking on inner links? The same way it does if the link is not inner-link.

Hi there,

Yes, please open a support ticket at http://mediumrare.ticksy.com and we’ll show you how.

James

Is there any built in method to make featured boxes in a row equal heights? I guess more specifically the boxes are featured boxes with classes of “feature feature-4 boxed boxed-lg boxed-border”. Each of course is in its own column. It just looks kinda ugly when the content inside the boxes is a little longer/shorter making them different heights.

Hi there,

Please open a ticket at mediumrare.ticksy.com and we can show you a way to achieve this with Flexbox.

James

Appreciating your help!

Can you please tell me how to have a navigation bar permanently fixed instead of after scrolling with data-scroll-class? tried bar—fixed but that didn’t work.

I am a need for that for mobile devices too.

Thank you for your help?

I would suggest using data-scroll-class but set the target amount to 1 so after 1 pixel of scroll the header is fixed.

Are you having trouble with data-scroll-class?

Let’s take this up on a ticket. Please open a ticket at http://mediumrare.ticksy.com

James

1px isn‘t an option due to the flickering. And 0px is not possible.

Please try by adding the class pos-fixed to the nav element, and remove the data-scroll-class attribute.

James

Hi, I updated the theme but I get this error: Plugin not activated. A higher version of Variant Page Builder is needed for this theme. Please update the plugin. ??

Hello there, it looks like you are referring to the WordPress version of Stack. Please take this up with TommusRhodus, the Author behind Stack WP.

James

Hello, I just purchased extended support for 6 more months, your support system is rejecting my submission of a new support ticket. So, I’m sending my question here:

Video Backgrounds: I’ve seen that the new version of the YTPlayer allows the video to continue to play in mobile devices instead of falling back to a background image. Would it be possible to include that option in Stack?

If so, what should I do?

Thank you,

Daniel

Hello, Received your ticket on Ticksy – thanks for your patience.

Did you try updating the plugin? You may find that a drop-in replacement works. If not, I can assist you in implementing that as it should be just a small matter of adjusting some of the initialiser script and options passed to YTplayer.

James

Thanks James, I replied on my ticket. I believe “drop-in replacement” is exactly what I’m doing, please check my reply on Ticksy. As always, your support is very much appreciated, Medium Rare themes are great and so easy to work with.

Regards,

Daniel

Done :)

James

Hi, bought this template as my personal website, and love this so much!

I was wandering what if I purchase the extended license, would it be ok that I build the WordPress theme from scratch with those HTML/CSS/JS assets of Stack and sell this theme to multiple users?

Thank you so much and have a great day!

Best regards, show

Hello,

No, sorry this is not OK. We are already in partnership with Tommusrhodus on Themeforest who is currently selling the popular Stack WordPress theme.

James

wrong version, sry posted it on wp

No problem :)

Hi. truly amazing product. How can I include an iframe inside of the modal and control it’s size, so it adjusts across all devices? Are there any helper classes?

Also, is there a live example how to trigger the same modal from multiple links on the same page? Based on the help guide and the comments I coded this but it isn’t working for me. Any help would be greatly appreciated! Thank you

<div class=”modal-instance”>
<a class=”btn modal-trigger” href=”#”>
<span class=”btn__text”>TRIGGER MODAL</span></a>
<div class=”modal-container” data-modal-id=”mymodal”>
<div class=”modal-content”>
MODAL CONTENT HERE
</div>
</div>
</div
<a class=”btn modal-trigger” href=”#mymodal”>
<span class=”btn__text”>TRIGGER THE SAME MODAL</span>
</a>

Hi there,

Sorry but we don’t support iframes in modals, since handling the scrolling of both the modal and the iframe can get very unfriendly.

Please open a ticket at http://mediumrare.ticksy.com and we can assist you with the modal triggering question.

Regards, James

Is it possible to play local video on background on mobile devices?

Hi there,

Yes this is possible.

James

Hi. Please check the Google Drive URL below. - https://drive.google.com/drive/folders/1SHQ_O_zZZJOLTpR7ifPrFadaguvVU5P5?usp=sharing - Variant There is no “Brush” or “Window” menu on the left menu.

I am not looking for a way to modify the button color, the main color ever.

Help

Hi there,

Not quite sure what you’re requesting here. Would you mind opening a ticket at mediumrare.ticksy.com with a little more detail so we can better assist?

Thanks,

Craig

Hey,

We have a few questions to ask before we place our order for this awesome theme:

1. Is there any part of this theme that will not support PHP 7.x? (For example, mail.php)

2. Is the theme developed with SEO in mind? Can you please explain in detail some of the SEO-oriented features the theme has?

3. Is it possible to easily make any navigation type be a sticky header for desktop, as well as mobile? I noticed that when other users asked about this, you linked to http://trystack.mediumra.re/elements-navigation.html but that page shows how to make a sub-navigation sticky, not the main header’s navigation bar (what you call the Standard Bar).

4. It seems like the Variant builder has a few pre-defined color schemes. Is it possible to use our own color scheme that is different from those pre-defined ones. If so, how would we do that?

5. How many .css files and how many .js files does the theme have? Is it possible to merge (& minify) some of the files to improve website load time? Google PageSpeed insights give quite a low score to the mobile load time.

6. What icon packs are included in the design and can be used out of the box?

7. If following your instructions and using options.js and custom.css, how hard is it to update to a new version of the Stack theme? Meaning, do you usually release updates that break a lot of past versions or that are backwards-compatible?

Your prompt reply is appreciated, as soon as we hear back from you we will place the order.

Thank you!

Yes, you can stick the main bar to the top of the window if you want. The data-scroll-class function can apply to any element.

James

Hi, can you explain exactly how to make the main header be sticky when the page is scrolled? I couldn’t find a clear explanation in the documentation. Thanks!

Have answered your ticket on ticksy now.

Thanks, James

Do you have a link to the icon references? This one doesn’t work correctly as 90% of the icons don’t render – http://trystack.mediumra.re/iconsmind-reference.html

Hi there,

Apologies for the late reply to this. The version online is referencing our slimmed-down version of the icon kit. You should access the version in your download package to see the full gamut of the icons.

Thanks,

Craig

I have to report that the quality of this Template on mobile is not good. With tables, they go off the screen and the width is not equalled for each column. With other templates I use the columns appear singular and you scroll down. Also the items in the footer do not line up and appear untidy. You can see what I mean at http://localenergyforall.com

Hi there,

In the case of the HTML

element – they can be a little tricky on mobile as table’s aren’t really made to resize themselves for mobile. You can use the Bootstrap .table-responsive class to opt-in to horizontally scrolling tables if you’d prefer.

As for the footer columns, we just had a user bring this to our attention also, here is the fix, which will also appear in the next update:

@media all and (max-width: 767px){.col-xs-6:nth-child(even){ padding-left: 15px;}}

In either case, feel free to open a dedicated ticket at mediumrare.ticksy.com so we can continue to support you.

Best,

Craig

Hi Unable to get 404 error to work on website. http://localenergyforall.com

Hello,

You’ll need to have the 404.html file placed in the root directory of your site.

Thanks, Craig

I do but still not working.

Hi there,

I can confirm that I am able to access your 404.html file. The server needs to be configured to serve that file when a 404 error is encountered. This is not within the range of our support, as this is a server configuration issue.

James

Downloads of Stack updates have been failing. The error message says “A valid URL not provided.” Please help!

Hi there,

You’re not appearing as a purchaser of Stack. Is it possible that you purchased on a different account to this one?

Thanks, Craig

Hi there Craig! I own two regular licenses to Stack on this account… here’s my account downloads: https://imgur.com/a/TD6eC5y Please let me know if there’s a better way to confirm than a screenshot. :) I created a new API key and plugged it into the Stack settings just in case, but that didn’t fix it. Still getting the error. :(

It sounds like you are referring to the Stack WordPress item. We manage the HTML template version of Stack. Please consult Tommusrhodus, the author of the WordPress theme.

James

Hi Support. I have a problem cach. I paste a new image in img folder but not show new image (Edit Image). I delete cach at Browser new image show.

Hi there,

We may need to correspond via our support forum at mediumrare.ticksy.com so we can better understand your issue and assist.

I’m not quite sure whether you’re referring to your live site, or the builder environment.

Thanks,

Craig

Hi Craig & James, thank you for all your support with Stack this past year, much appreciated!

I’m looking forward to seeing your new theme, any rough idea of when it will be launched?

Hi there and thanks, happy new year to you! :)

Our new theme will be launched some time in January.

Best, Craig

Hi Support,

1. May i know how to increase the photo size to full screen on desktop screen : http://prntscr.com/lwh35h

Hope to hear u soon.

Thanks in advance.

Hi there,

Sorry, but I cannot help without a bit more information. Please open a ticket at http://mediumrare.ticksy.com and provide us with a live page so we can see what you are working on .

We will then be able to provide a solution if possible.

James

Hi James,

Ok thanks.

Hello,

bought your template since it looks very promising but unfortunately discovered a bug which is bugging me since two h. Almost all your pages are horizontally scrollable on safari and from 768px to 1200px. Seems like the nav-container is causing that. Could you please provide a fix?

Thank you*

Hi there,

Thanks for reporting this – we are currently investigating the issue and will update with a fix soon.

Best,

Craig

Quick question: Is it possible to have data-tooltip recognise html. I would like to place a link inside the tooltip. Thank you.

Sorry but at this time as it is a CSS-only design (no JS involved in showing the tooltip) you can’t add HTML to be shown inside the tooltip.

Hi, where can I see the change log? I would like to know what is in the new version, thanks

Hi there,

The changelog is posted on the item details page (towards the end), the comments here on the item, and in the newly downloadable updated package.

James

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