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 changelog seems to think it’s 2018, while the updates are actually about 2019. ;)

Thank you for picking that up! Will fix :)

James

Hi,

I am a beginner with no knowledge or experience with coding. Would this be something for me to start a 1 page website? TIA

Hi there,

Yes you could. Please experiment with the builder thoroughly and build your page. If you want to proceed, you can import your page from the demo to the paid version. Have a play around, check that all the features you need are there and if so, you can confidently purchase. However, if you are seeing something that you can’t customise in Variant, that would need to be done in code outside Variant.

I think Stack with Variant is a great place for a beginner to start, then if you need to add or make changes in HTML outside of Variant, we can usually guide you in the right direction through our support.

James

​I am having trouble getting the Campaign Monitor code to work. Has your script been updated to work with the new Campaign Monitor embed code that uses Javacript?

My support has run out for this so your support site will not allow me to submit a ticket. The problem is I need to add Campaign Monitor signup form using there embed code but it has changed (in 2018 i think) and is no longer working with your theme. Is there a way I can alter the scripts.js file to allow my own forms and bypass your form code completely for now? No matter how I try your scripts.js file picks up any form from campaign monitor and tries to submit via AJAX and fails. The script.js file also picks up any normal form and tries to send via AJAX, is there a way to force a form to submit normally?

If I have to renew my support license for this I will but im sure im not the only person who has purchased this and cant use it with Campaign Monitor

Hi, yes this is possible – just remove the form-email class from the form and the script will not handle it. Also if you want to remove all form handling, remove line 857 in scripts.js. This is where the submit event is bound. Removing that line will stop the script from handling any form on the page.

James

hi ,

can i edit / customize the html template by dreamweaver or html editor instead of the page builder? such as, i want to take out the header and footer and embed the body to other html site.

Hi there,

You may be able to do this, but you would also need to take with it all of the supporting files such as CSS and javascript.

I don’t recommend blending two web pages, as Stack has a lot of styles and is intended to function as a whole site.

James

Hi,

I have a one page site and at the top menu I am using

<a class="inner-link" href="#services" data-scroll-class="100vh:active">Services</a>

which works fine, but in the url bar of the browser it is keeping the hash of the anchor #services at the end of the url.

Is there a way to have it remove the hash and id so it doesnt stay present when those links and the back to top link is clicked?

Thanks

Hi, yes this is possible with a small addition to the scripts.js file. Please open a ticket and I can assist you in adding that snippet.

FYI: keeping the hash in the url bar is a default browser behaviour.

James

Hi,

I keep getting this error when sending an email via the theme form, all settings are correct and match the docs provided:


Fatal error: Uncaught TypeError: Argument 1 passed to Swift_Mailer::newInstance() must be an instance of Swift_Transport, null given, called in /homepages/35/d754752825/htdocs/mail/lib/mail_sender.php on line 52 and defined in /homepages/35/d754752825/htdocs/mail/lib/classes/Swift/Mailer.php:38 Stack trace: #0 /homepages/35/d754752825/htdocs/mail/lib/mail_sender.php(52): Swift_Mailer::newInstance(NULL) #1 /homepages/35/d754752825/htdocs/mail/mail.php(50): include(’/homepages/35/d…’) #2 {main} thrown in /homepages/35/d754752825/htdocs/mail/lib/classes/Swift/Mailer.php on line 38

Hi there,

Please open a ticket at http://mediumrare.ticksy.com and I’ll be able to assist you there.

Thanks, James

Hi, is there a way to massive upload all of the files to github?

Are you trying to host your site on GitHub sites? If so, you need to check out the create a gh-pages branch of your repo, check out the gh-pages branch, copy the files into the repo, commit files and push.

The files will then be in the Github Pages branch and should be hosted in your account. However, we don’t provide support for this, please read the documentation on GitHub’s site for further information.

James

Short question:

Are nested tabs possible?

Hi there,

No nested tabs aren’t supported, but you could nest an accordion inside a tab if that suits your needs.

Thanks,

Craig

Question: how the heck can I make a logo larger on the menu??

found it! .bar .logo{ max-width: none; max-height: ##px; } in custom.css

ticksy page coming back with error 500 btw.

Hi Dario,

Thanks for reporting this – Ticksy solve the issue and is back on line.

Craig

It is a pity that the themeforest has not been releasing new releases for two years. I hope the authors will release a new HTML theme with with Page Builder. Are looking forward to.

Hi there, thanks for your feedback! We are releasing new items at Bootstrap Theme’s if you’re interested in checking them out. As for the builder – we plan to return to development once we have a crop of new themes.

Thanks,

Craig

I have another comment: What about the logos? I had a hard time years ago with Pivot because my client’s logo was not horizontal. Why haven’t you added that possibility for the logo? Height, dimension… your logo space, by default, is way too small. Any other form to accommodate a logo without having to go to DW? Thanks

never mind. But should be easier directly in Variant.

Hi there,

Thanks for the feedback – we don’t have direct CSS editing inside Variant, that’s why this needs to be taken care of through the custom.css file.

Thanks,

Craig

Pre-purchase question: Is it possible to change the icons? My client will change the icons if he decides for this package, but he has his own set of imagery that he wants to use for the icons section. Is there a way to add a different set of icons? I would prepare his images to icons files… Thank you in advance!

Hi there,

Yes – this should be easy, particularly if your client has SVG versions of their icons, they can just be referenced using an tag.

Thanks,

Craig

FIX: Finally found a fix for the Flash of Unstyled Content that affects all installs of Stack which use a video embed etc in FireFox. To check if you are affected clear your cache in FireFox and load one of your pages containing an embed (video etc). You should notice it loads very strange.. enough to turn off potential clients = not good!

Other browsers (chrome etc) seem to load the page fine. So far I have only noticed this in Firefox.

HERE’S THE FIX: https://biome-living.com/fouc.txt

Thanks for sharing your solution! This is a known Firefox bug, and hopefully the Mozilla team will address it soon so there is no need for the workaround when using embedded videos.

can you advise why the countdown is not working http://trystack.mediumra.re/elements-countdown.html

Hi there,

They are working – they have just reached their specified countdown time and are now showing their fallback states.

Thanks,

Craig

is it possible to add a new font? do I do this via @font-face?

is this possible?

Hi there,

Yes this would need to be done via the custom.css file.

Thanks,

Craig

Hello, Can you please support me on this ticket?

I want to completely disable the TryStack validation and would like to use the HTML5 validation functionality. https://mediumrare.ticksy.com/ticket/1963732/

Resolved on your ticket.

James

Guys solve the problem with displaying your footers

Hi there,

Can you please elaborate?

James

Im having a loading issue similar to another customers comment. When the page loads the search and navigation dropdowns display while page is loading and then hide. Is there a way to fix this issue?

Hi, are you noticing this in Firefox or other browsers? This is a known bug in the current version of Firefox.

i want to add the phone icon on theheader

Hi there,

You don’t appear to have purchased Stack. Did you mean to make this comment on the WordPress version?

Thanks,

Craig

hi guys it is posible to add a icon of a phone and the phone so you can call right away

Hi there,

You don’t appear to have purchased Stack. Did you mean to make this comment on the WordPress version?

Thanks,

Craig

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