778 comments found.
Great theme, and thank you for keeping it updated.
I finally finished my site, which is still based on v1.5xx (changing it to v2 will take me a lot of time).
I got it just how I like it, especially the wide topnav. It looks great on desktop/laptop, but there’s the issue on a mobile screen where it scrolls left-right (shouldn’t) and leaves a white space on the right. From the searching I’ve tried, it looks like it’s related to containers and rows, but I’ve checked and it looks within spec to me – I must be missing something. i tried changing over to container-fluid for the topnav, but that introduced a lot of new broken things to fix.
The site is dealforma.com and since I use the top nav on all of the pages, if you can help with a fix to index.html, I can try to implement it from there.
Much appreciated
Hi,
Did you fixed the issue? It seems to be fine here.
Did not touch it since sending the comment. It’s similar to the comment from AdamFor just before mine with the sideways wobble/scrolling on mobile. It does the same in Chrome dev tools for a few phone sizes. Still doing it.
Seems the problem is with images inside #section-features . If you remove the .mr-40 from the images, the problem will resolve. If you need the spacing, seems the .pr-40 works fine. So use padding instead of margin.
I removed the mr-40s but it’s still the same issue. Specifically, it ‘wobbles’ left right when the top top nav is visible. If you scroll down so that it’s just the content and the topnav is switched to the inverse/sticky, then the page is stable. Scroll back up and you can go left/right. Also, this happens on other pages like the about page that does not have much content like features. It seems AdamFor and I will follow both comment threads.
...also, what if I switch the container for topnav from container-wide to container-fluid. Then I’ll need help to re-align the left and right menu items at the top when in desktop view. Just an idea.
I’ve just tried it again and the previous solution works for me. You should remove .mr-40 from all the three images inside #section-features . I remove them using Chrome dev tool. If it doesn’t work for you, please remove them from the HTML code so I can see the code again.
Regards container-wide and container-fluid, why you need to change it to container-wide? The difference between these two classes is that container-wide doesn’t have padding-left and padding-right, while the .container-fluid has 15px padding.
index.html without the mr-40 is up. Please also try on the about or terms pages (https://dealforma.com/terms.html) because those are simple pages. Specifically, on mobile (iPhone 7 for example) when the the first top nav is visible, it can scroll to the left (don’t want that). As soon as you scroll down so the nav switches to the inverse and sticky, the page snaps back and the left-right is not a problem from there down. It seems like it has to do with the top nav (I made the top nav in index then copied it to other pages).
I continued to work on it and tried what was suggested to AdamFor by changing the top nav to container-fluid px-0. That worked. Then to line things up, I set the next container in the header to -fluid with px-30 and adjusted some columns to clean it up.
Now how can I make the topbar-brand logo larger when in iPhone size, because that changed after the above fixes. Larger and centered, but with the toggle still left aligned.
Glad you fixed the issue.
For the logo, you might use a code like below:
@media (max-width: 767px)
.topbar-left {
flex: 1 1 auto;
margin-right: 30px;
}
.topbar-brand {
display: block;
max-width: 100%;
width: 100%;
text-align: center;
}
.topbar-brand img {
width: 100px;
}
}
Your image size is 100px; you can change the size as you like.
Thanks! The support is great!
Hello,
Why my website wobbles left and right on the mobile version? https://signaleads.us/pl/index.htmlOnly navbar doesn’t seem to wobble. How can I fix it?
Thank you, Adam
Hello,
Seems the problem is with the main tag. If you wrap all the content inside the .main-content with a <div class="container-fluid px-0"></div> the problem will resolve.
Cheers.
Hello again,
I did exactly that and it improved the situation, but it is still not as good as I would like it to be.
When you go here: https://signaleads.us/pl/index.html It still does this wobble thing. It’s exactly the same as chrisdoko described it below with the difference that your suggestion, above or below, doesn’t fix my problem.
Looking up to your answer, thank you.
Hello,
Sorry for my bad explanation in the previous comment. You made something wrong. Your .main-content should be parent of “container-fluid px-0” :
<main class="main-content">
<div class="container-fluid px-0">
...
</div>
</main>
Hello,
Sorry for trouble again. :/
It worked, the problem is that there is still space showing up on the right. What do you think might be causing that?
Thank you
Hello,
I tried everything on your website and seems adding a overflow-x: hidden; to your .main-content > .container-fluid is the best solution.
Sorry for the late response.
Hello again,
I changed url of the website. http://signaleads.net/
and I added to style.css
.main-content .container-fluid { overflow-x: hidden; }
and it stopped wobbling, but it is even worse because it shows maring on the right constantly now.
What can be causing that? Maybe… Which part of the website?
Sorry for trouble, thank you
Hello,
The problem is that your .container-fluid doesn’t have overflow-x: hidden; as I can see in the inspection tool. Please add the following code to your css file:
.main-content > .container-fluid {
overflow-x: hidden;
}
Unfortunately it is not working. http://signaleads.net/
Sorry for the headache.
That’s okay, but I can’t see the overflow-x: hidden; by inspecting your .main-content > .container-fluid element! Once I add overflow-x: hidden; to your tag, everything becomes OK.
Could you send your WP login information to our email using https://themeforest.net/user/thethemeio#contact so we can take a look?
I just added ”!important” and now it works. Big thanks, great support. <3
You’re welcome.
Hi I need help installing popups into my older version of the theme.
Can you give me exact code and where exactly to import it in order to be able to use them on the website please?
Hi,
It’s not as easy as copy/paste code or include files. You should take a look at the code and include the ones you need. The style is located at /assets/scss/layout/_popup.scss and the JS code is inside /assets/js/src/partials/popup.js
Hi, I am getting the below error when I am implementing shuffle thing.
1. jQuery.Deferred exception: Cannot set property ‘itemSelector’ of undefined TypeError: Cannot set property ‘itemSelector’ of undefined
2. Uncaught TypeError: Cannot set property ‘itemSelector’ of undefined
I have tried couple of ways and at last, I have only added: < div data-provide=”shuffle” > < /div > tag. I have added extra space in < and > to get it rendered in this comment box
Request you to provide the support on this matter.
The website is http://elysiantree.com/
Note: We have updated the website due to this issue. I see the issue is already reported and see it might take 2 weeks to get it fixed. We would really appreciate if you can provide the fix earlier.
Hi,
Sorry about that. Ok, we’ll work on it and get back to you with a fix soon.
Hello,
What is this line in contact form for? ”<input type=”hidden” name=”subject” value=”[TheThemeio] : Resume”>”
Thank you
Hello,
This is the subject of email. You can change the value for your custom subject.
Cheers.
The sendmail is working for me, but I do not receive the return if it is okay. And the page does not display the “send successfully” message. The div does not appear. How to do that?
Does your page is online, so I can try your form?
Hello, I have noticed an issue – the website sometimes becomes unscrollable – when browsing for longer homepage with particles, mouse scroll stops working. It happens usually when I scroll to the very bottom of the page. Any idea what could be causing this?
Hello,
I haven’t noticed such an issue. Could you send a link to your buggy page so we can try it?
hello, the portfolio page seems not to work when trying to filter by. any chance what the problem might be? cheers
Hello,
Oops! Seems the shuffle.js doesn’t work in the latest release. We’ll fix it in the next release. Do you need the fix sooner than 2 weeks later?
Hi there! Hi have two questions: 1) When do you plan to release the next (minor) version? 2) Does the demo you made requires ALL the vendors’ assets (js and css)? Thank you!
Hi,
1) Probably 2 weeks later.
2) All the vendors are packaged inside page.min.css and page.min.js . If you want to remove some of the vendors, please use the expert starter.
Cheers.
Hello! I’d like to report a bug for modals with large content (that is, a lot of text).
The problem is that the modal design will be broken, namely: - modal-header will go up to the top - modal-footer will not be visible anymore (will be outside the viewport, the user will have to scroll to find it).
I would expect the whole modal to be visible (modal-header and modal-footer), and modal-body should be scrollable. Something like this:
https://stackoverflow.com/questions/26807524/twitter-bootstrap-3-modal-with-scrollable-bodySteps to reproduce: open any modal in the modals page (http://thetheme.io/thesaas/uikit/modal.html)
Edit the content of modal-body > p.lead such that it has a long long long text.
Thanks in advance.
Hello,
Thanks for reporting this issue. But this is a default behavior for modal component which comes form Bootstrap. You can see it in this example: https://getbootstrap.com/docs/4.0/components/modal/#scrolling-long-content
If you need what you asked for, so you should define a fixed height for the modal body (e.g. height: 500px;). Then, set the overflow to scroll.
Cheers.
Thanks. If that’s the default behaviour from BS, then it doesn’t make sense to change. However I’d like to sugest that you add margin-top and margin-bottom to the div.modal-dialog and/or div.modal-content wrappers.
Otherwise these long content modals will start and stop in the limits of the screen, which looks a bit out of place (the example in the bootstrap page has these margins).
Thanks for the suggestion. I added it to our todo list for further inspection and apply those changes in the next release.
Hi, I recently updated to version 2.0.1 of theSaaS template from 1.5. I am using django as my web framework. I started by using the Github demo page and pointing the links to the static folder where all the assets reside. In version 1.5 all JS worked fine. However, now I keep getting the below error (output from google chrome inspection window) and none of the JS works:
page.min.js:1 jQuery.Deferred exception: thesaas is not defined ReferenceError: thesaas is not defined at HTMLDocument.<anonymous> (http://localhost:8005/static/assets/js/script.js:16:3) at c (http://localhost:8005/static/assets/js/page.min.js:1:29678) at u (http://localhost:8005/static/assets/js/page.min.js:1:29980) undefined S.Deferred.exceptionHook @ page.min.js:1 u @ page.min.js:1 setTimeout (async) (anonymous) @ page.min.js:1 l @ page.min.js:1 fireWith @ page.min.js:1 fire @ page.min.js:1 l @ page.min.js:1 fireWith @ page.min.js:1 ready @ page.min.js:1 B @ page.min.js:1 page.min.js:1 Uncaught ReferenceError: thesaas is not defined at HTMLDocument.<anonymous> (script.js:16) at c (page.min.js:1) at u (page.min.js:1)
Please advise.
Hi,
How you updated? The version 2.0 is completely rewritten. So you need to recreate your pages again if you need to update to v2. You can’t simply update it by replacing the JS and CSS files.
Also, it has worth to mention that you don’t need to update to v2.0 if you don’t want to. The v1 is stable enough to continue using it.
It’s broken on iphone. Could you please fix it?! https://app.box.com/s/z8di4aj677wjp4trqdriofcw7rd7lfii
Which page you’re pointing at? Please send a link from our demo.
Sorry for the late response.
I can’t see any problem on iPhone screen sizes. Also, we can’t help you with writing custom codes. You should link to our official demo in case of existing problem, not your own code. Because there’s chances that the problem is with your code.
I can’t see any problem on iPhone screen sizes -> are you blind or just kidding me? iphone 5se, even in Chrome simulator it is overlayed. Why do I need to link to your code when I bought the template to use in my project? I removed some parts and it broke the page. Where is the logic? Once again I ask you, do you have some doc how properly structure the web with ‘your’ logic?
Does it look like well formatted page to you? https://imgur.com/pd0irXs this is your official demo
Sorry about that. We forgot to hide the image in small screen sizes. Add “d-none d-md-block” classes to the wrapper of header image which are “col-md-6 ml-auto”. We’ll include this fix in the next release.
hello, is any way to remove some needless module , make css and js file size to more smaller(not just min)?
Hello,
Yes, for this purpose you should use the expert starter. There’s a complete documentation in the readme.html file.
Hello,
Will these forms work? http://thetheme.io/thesaas/uikit/form.html Because there is no “form” element like here. http://thetheme.io/thesaas/page/contact.htmlThank you 
And it is not connected to sendmail.php
If it doesn’t work, how to make it work?
Hello,
It’s just the form UIs to help you create your forms. You should write server-side code to handle the submitted forms, but if you take a look at the forms in the contact.html page, you should be able to understand how we use sendmail.php to email a form values.
How do I see all the different icon options visually so I can pick out the ones I want to use?
Here they are: http://thetheme.io/thesaas/uikit/icon.html
Hello,
I want cookie pop-up to show up only once and after user clicks “got it” I want it to disappear.
Thank you for help in advance.
Cheers
Hello,
Currently, you need to implement it by your server-side code with setting a cookie variable. We have it in our todo list to develop a functionality for popup to don’t display after confirming cookie popup.
Cheers.
I am not the best developer.
How to implement server-side code with cookie setting?
I would appreciate thorough explanation or link to one.
Thank you
Unfortunately, we can’t help with server-side coding. But you can find a lot of resources in this regards by a google search, such as https://stackoverflow.com/questions/10978324/need-single-popup-for-each-session
Thank you 
Hello,
I want to make a white nav-bar from the start. Because it’s important for me to have easiy to see logo. Sticky is not enough for me.
Image illustrating what I mean: https://i.imgur.com/apISvv6.jpgHello,
White for colors or background color? For text, simply add navbar-light class. For white background add data-navbar=”static”.
Thank you for your answer. It’s already better, but I want the navbar to move with scroll. :/
so set data-navbar=”fixed” and add bg-white class to the navbar. Reading the documentation should be helpful: http://thetheme.io/thesaas/uikit/navbar.html
Yes, I’ve tried that. And this is what happens https://i.imgur.com/gfWgIIK.jpg
Please help me solve this problem, and don’t answer. “We will write it on our to do list.” or “Sorry, we can’t help with that.” Please
Simply remove the top of the navbar:
.navbar {
top: 0;
}
Thank you 
How can I change the title tags, meta tags and meta description?
In HTML template or WordPress theme? Since your comment is in HTML version but I guess you meant to write it in WordPress one. Here’s a guide for this purpose: http://www.wpbeginner.com/beginners-guide/how-to-add-keywords-and-meta-descriptions-in-wordpress/
Hi,
Can you please tell me what class you use to put radio buttons inline instead of stacked?
Hi,
Simply don’t put your radio buttons inside .custom-controls-stacked element.
For some reason it is still stacking, this is the classes I have it sitting in between.
{% if choice.question_id == question.pk %} <input type=”radio” class=”custom-control-input” name=”choice” id=”choice{{ forloop.counter }}” value=”{{ choice.id }}” /> <label class=”custom-control-label” for=”choice{{ forloop.counter }}”>{{ choice.choice_text }}</label> {% endif %}Sorry for my mistake. Seems the new Bootstrap needs a .custom-control-inline class as well: https://getbootstrap.com/docs/4.0/components/forms/#inline-1
Hi, For Google ReCaptcha, if the verification expires the button “Should” go in the disabled mode, but currently it is active.
Hi,
We’ll check the API and add it to the next version.
Thanks for letting us know.