53 comments found.
Hello,
There are issues with jquery.sticky.js and Drupal 8.42
Error:
Uncaught TypeError: a.indexOf is not a function at r.fn.init.r.fn.load (jquery.min.js?v=3.2.1:4) at jquery.sticky.js?v=8.4.2:5 r.fn.load @ jquery.min.js?v=3.2.1:4 (anonymous) @ jquery.sticky.js?v=8.4.2:5
You said 8 days ago that the issue was fixed, but i have downloaded the theme today and i still have the error. Cache have been cleared and update.php has been ran.
Could tou help me ?
You may need to manually delete the cached js directory in your sites\default\files folder
It does’nt resolve the issue, i am using a fresh install, all files are coming from your package. There is no extra modules or themes installed.
Hello, I have resolved the issue: $(window).load is deprecated. Replace: jQuery(window).load(function(){ jQuery(”#header”).sticky({ topSpacing: 0 }); });
By:
$(window).on(“load”, function() { jQuery(”#header”).sticky({ topSpacing: 0 }); });
in assets/lib/jquery-sticky/jquery.sticky.js
There was a miss-up in the file, kindly download the latest update
Theme doesn’t work
http://u13668.krypton2.vps-private.net/
If you just updated the theme as well as Drupal core, you need to clear cache
The theme is installed to your instructions, the update was not carried out. I only used the files from the installation package, which is available after payment. What could be the problem?
kindly download the latest update
Hi.
I purchased your theme. Great work so far.
But when updating core to 8.42 we get the following errors:
Uncaught TypeError: a.indexOf is not a function at r.fn.init.r.fn.load (jquery.min.js?v=3.2.1:4) at stem.js?oz3dmk:123 jquery.min.js?v=3.2.1:4 Uncaught TypeError: a.indexOf is not a function at r.fn.init.r.fn.load (jquery.min.js?v=3.2.1:4) at jquery.sticky.js:5
and site is not loading.
When replacing the core/vendor/jquery folder from 8.42 with the older one from your folder 8.35 everything is working fine again.
Any ideas about that?
thanks, Jan
It has been updated
Does this theme work with Drupal Commerce 2.0
Is the documentation available to potential customers? That might be the best way to answer all my questions. Otherwise… does it require Composer? Does it need to be installed as a fresh distribution, or can the theme (and supporting modules) be added to an existing one? How are the layouts generally achieved – e.g. content-types, templates, HTML content, etc.?
The documentation is included within the download. It does not require composer except if you are working with drupal commerce. It can be used both for fresh and existing drupal installation.
Thanks for the rapid reply. However, I was trying to understand how it’s constructed before purchase, as some other themes are poorly put together – with elements hardcoded into templates, reliant on idiosyncratic HTML in the body field, etc. Can you provide any reassurance about the way this theme has been assembled – either via the documentation or otherwise?
Can you send me a personal message with your request
Sure, will do,
Hi! I sent you an email regarding the slider speed, I hope you can help! Thanks
You can update the slider speed through the file themes/stem/template/block/block-custom-slider.html.twig and adjust the “data-autoplaytimeout” settings. The default is data-autoplaytimeout=”9000”. The lower the value the higher the speed and vice versa
Hello, I have some bugs after updating drupal core to 8.4.0 version : the page preload function is spinning ever and ever (so the page never appears, though it is correctly loaded, but it stays hidden behind the preload overlay…). And it seems that the “scroll to top” button does not work anymore too….
The javascript will be updated
I have followed the installation instruction as mentioned in documentation and setup a fresh installation with default demo site. After setup, I have found following issues: 1)The home page of the site is not loading due to some exception relate to field creation of field_price_currency. 2)The content type Pricing_table configuration is not working due to some exception. 3) There are some blocks which are broken due to missing related views.
When I have removed the 3 nodes of type pricing_table from database, now The home page working with some missing blocks.
http://jcrtemplate.digitalethos.net/Looking forward for support.
I will suggest you try the fresh installation process again using the core file provided, also ensuring the database upload finished successfully. If you still encounter same error, let me know/see the exact error message because I’m unable to figure out what the issue is knowing that you already alter the database.
You can send a personal message when you’re done reinstalling and still encounter issues.
Hi! I installed your beautiful theme and I am starting to fill it with my content, but I have stumbled with an issue:
I need that all sliding texts at the slider be big and left aligned:
I managed to make them bigger BUT only the first one gets this size, the subsequent items are a little smaller!
Also, these texts have different space at their left, they don’t keep aligned to that side.
You can see these things in the following link: http://pqr.buensaltolabs.com/
Can you help me to improve this effect? THANKS IN ADVANCE!
Hello?
The rotating text works best within words but since you are trying to make the text stand alone, you will need to adjust the origin of the rotating text class. You can add the style below to the custom style provided in the sub theme for your customisations.
.rotating { -webkit-transform-origin-x: 46%; }
You can adjust the percentage as it depends on font size you are using
Thanks! It worked great! Now I have another issue that is driving me MAD…
I have this Feature Block with a title and Services texts with icons (called BLOCK FIRST) at the block form… BUT I also see there are fields called “BLOCK SECOND” which I fill up but nothing shows at the page… Same happens with a field called “ACTION LINK” No button or link shows below the Services. I even tried and added an extra field for a closure text below them, but this one doesn’t show either!
Can you help me figure out what I am missing or doing wrong?
(FYI, I keep clearing caches every time I make a change at the Forms or their contents.)
Thanks!
Just review the description on the layout select options for the feature blocks, it describes what field will show on the page
Ok, I get it! But then how do I create a V6 Layout, based on your V3?
Just add the option in the storage settings for the feature block, then copy the feature block template from the stem theme to stem sub theme folder. Review the template and modify as desired.
Great! I got it and worked perfectly! Thanks!
I tried something similar with the “footer-bottom” inside “footer.html.twig”: I tried inserting an image instead of the social icons to the “Footer Style 2”, then , I uploaded this template to the stem_sub – templates – layout folder.
I select Footer Style 2 at theme settings and it keeps showing my social logos centered!
Can you help me on this? Why did my other customization work but this one doesn’t?
Thanks!
I couldn’t figure out what you did or trying to do. Can you send me a personal message with details of what you need
Hope you know you can disable the footer social icons through the theme settings
Sure I know how to disable them! I will send you my private message trying to explain a little better.
Hi again! I sent you a private message 4 days ago… Any news? Thanks
I have sent you a reply
Hi again! I placed my Google Analytics at the dashboard specific Footer field, but it displays all the code at the front end!
(I inserted the code Google Analytics provides, the one with 2 scripts)
Can you help me please? Thanks!
Hello?
Hmmmmm, never mind.
Instead, I installed Google Analytics module and placed my Property ID there.
Good Night, I buy This theme, and I Want to Know if this is compatible whit Commerce or where are the tables in the DB for work with Commerce, I see only UC tables
Drupal commerce was not included in the DB due to commerce requiring some developer knowledge to manage, but it will be included in the next update release of stem which will happen soon
Hi I have another problem, In the taxonomy, I need the term color in this step I Dont have problem But I need Yellow and Red For example the page say: “The website encountered an unexpected error. Please try again later”
Can you please provide more explanation on what support you need
When I try to add some term (Add term) to any of the taxonomies created, the following message is produced in the browser:
“The website encountered an unexpected error. Please try again later.”
and in the registration of the hosting:
Error 500: POST / admin / structure / taxonomy / manage / product / add HTTP / 1.0
Warning: mod_fcgid: stderr: Uncaught PHP Exception InvalidArgumentException: “Class” Drupal \\ Core \\ Validation \\ Plugin \\ Validation \\ Constraint \\ ComplexDataConstraintValidator “does not exist.” at /var/www/vhosts/mysite.COM/httpdocs/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php line 24, referer: http://mysite.com/admin/structure/taxonomy/manage/product/ add
please Help me
the scroll bars in FireFox do not work to go up and down? Internet explorer works perfectly. is there an easy fix?
What exactly are you referring to as the scroll bar
Hi Stem Maker,
First asst. needed is on customizing the “get quote” link Second is about how to add captions to slides of the slider
TIA
An amazing theme indeed. Do you plan to support RTL languages such as Arabic?
We are planning on doing that
This is really great news. Please keep me posted and I will buy the theme once RTL support is available. Thanks for your support.
Hi, error with your carousel used in many views : the autoplay doesn’t work.
Really! I am testing that out right away
OK, waiting for your solution !
So ? what’s the trick please ?
The reason the autoplay is not working is because you did not set Autoplay TimeOut. Just enter your preferred value, which is null by default. I will recommend 5000 which will give default autoplay speed.
Congrats for new Item!
Amazing Work, Good Luck With Sale
Cool site guys, but what could be causing my scroll bar to vanish when I zoom out in FireFox? http://beallbros.com/Drupal8-TEST2/
Cleared Cache and perfect 
Good to know everything is perfect
This said it uses Drupal Commerce, how do I get a refund? this isn’t exactly what I needed.
It says it supports Drupal Commerce, the demo for Drupal Commerce will be included in the download soonest
Hey there, excellent theme. I’m so relieved that you actually have used drupal content types and functionality as it’s meant to be used. Saving me a lot of time – well done
Thanks, Good to know you like the approach.
any plans to support drupal commerce?
your text says Ubercart. VERY different from Drupal Commerce
Stem supports Drupal Commerce, a demo for that will be included soon.
Congratulations!
Amazing Work, Good Luck With Sale 
Thank you
It this theme Drupal Commerce ready ?
Yes Stem is Drupal Commerce ready