91 comments found.
Hey, when I change an icon from “About us” it is not changed it still remains the old image with “Placeholder”.
Hi ErikTGS. Did you already solve your problem? If not, can you please get into detail in what you are trying to achieve? cheers
Hey, I have the Soonr WP Plugin. But when I enabled it, the plugin will not show me the actual functionality to change the copy or settings. For example, if I go to Home Settings I see nothing there to actually edit the Home settings. Please help.
Any plan to update this? It no longer works on Wordpress
Hi, I bought this template soonr and like to use youtube video as a background. Unfortunately video are not playing in chrome, if you refer your website also youtube is not playing. I even try to troubleshoot with http://www.seanmccambridge.com/tubular/ but no luck. I am using chrome ver 65.0.3325.146 and IE 11. Appreciate your update and I think you have to update jQuery tubular
Regards, Jerry
1) you do not see a video using this link: http://themes.createbrilliance.com/Soonr/theme/index-youtube.html 2) you do not see a video using this link: http://www.seanmccambridge.com/tubular/ 3)are you seeing the video using this link: https://www.youtube.com/watch?v=lMlZ4NCNVSEis that correct? what system are you using? e.g. windows, mac … are you on a desktop device or on a smartphone?
thanks
Hello, How are you… as you know after chrome v62 launched SSL is the way website should go. I brought the soonr and trying to customize at http://BeAmodel.co I am uploading the screenshot at your facebook to see the errors. Also the green lock for the SSL is missing but dont worry I think I can fix if the issue is from server,
dear cottanman that’s most probably not an issue of the template. good luck
Hi,
I purchased Soonr, both the template (accidentally) and the now the plugin and they both failed.
Here is my purchase code eb9ba9be-ba47-41a5-a88f-7ab34d9bfb9a
Please help fix failed plugin issue. Thanks.
Hi HKWL thx alot for buying Soonr. Could you be a little bit more precise? What did fail? Did you install Soonr as a plugin to your WordPress backend? We will surely find a solution
cheers
I bought the theme first, under the impression that it was for WordPress. Ok, not entirely your fault: I could have read more carefully. But. I was not the only one who went with the same assumption, I read from the comments trying to figure the issue out myself.
Anyway:
Then I purchased the WP plugin, uploaded the zip file as a new plugin. Failed to upload plugin. That’s all error message that I got. Need your input how to resolve.
Hi HKWL thx for your response. regarding issue 1 (template instead of plugin)...feel free to contact envato for a refund.
regarding issue 2: did you try to upload any other plugin? a failed upload might indicate issues with your server. if other plugins install just fine then please send us your credentials for your wordpress site and we’ll have a look. (please mail to: themes@createbrilliance.com)
cheers
Hi,
I purchased Soonr, both the template (accidentally) and the now the plugin and they both failed.
Here is my purchase code eb9ba9be-ba47-41a5-a88f-7ab34d9bfb9a
Please help fix failed plugin issue. Thanks.
This is the best Coming Soon template I have ever purchased. I got everything including the newsletter through MailChimp to work, which is amazing by the way. The only thing I can’t figure out, is how to use a custom font. I uploaded all 5 versions of the font needed (.eot, .woff, etc..) into the font folder, and updated “font-awesome.min”. Is there something else that needs to be changed? Thanks!
Just kidding I got it! Thanks anyways! 5 stars for you!
I’m trying to use shortcodes in the content but they don’t work. Specifically Contact Form 7. Please help me add this functionality!
hi jbillauer88, sorry for the huge delay. do the soonr shortcodes work?? cheers
attempting to add a shadow to offset the text from the backgrounds. I can see that adding “text-shadow: 4px 4px 17px #000000;” is exactly what i need when i modify it live using Chrome page inspection. Where could I place this to get Soonr to accept?
hi BNLPros, sorry for the delay. are you refering to the template or wordpress plugin of soonr? for both there is a style.css file which you would need to update with the code you have posted. cheers
Hello. Nice template. Please help- it not works well on ssl website. Pls chk and HELP.
hi Codeofthefreedom thx alot for buying Soonr. can you please provide us with a link to your site? cheers
Yes, try it here: https://www.castelmimi.md/soonr/
does it work on a ssl free site? i can see the issue but the code looks fine.
not works on ssl please help!!!
No luck. Still not works. Please help.
please send us the login credentials of your hoster. so we can have a closer look at the files. send them to themes@createbrilliance.com
Hello! What’s the best way to override the CSS on this plugin? I just want to hide the side menu, really. Thanks!
#menu-toggle {display:none}
done!
cheers and happy coding. we’d highly appreciate if you could rate our plugin. thanks alot!
Thanks so much! And yes, I’ll definitely give you a great review
Hello! How I can use YouTube background whith embeded sound? And what about external sound file to use whith endless video-loop?
hi dblackpro thx alot for purchasing Soonr. To “unmute” your video use the following code (we take the index.youtube.html as example and extend it with the mute parameter)
$('#video-wrapper').tubular({videoId: 'lMlZ4NCNVSE',wrapperZIndex: 9999, mute:false});
so mute:false needs to be added.
External soundfiles can be integrated and repeated with some javascript. its not a feature of soonr but we can help you writing the code.
cheers
My purchase code is 3c525bb5-ce8d-47b3-be86-d696382a770b
I’m having issues getting mailchimp to work properly. I’ve followed the documentation…
hi benschneider06 thx alot for purchasing Soonr. what exactly is your problem with mailchimp? can you provide a link to your site?
please notice: when using mailchimp you will receive an email to confirm your subscription before you are listed in the list of subscribers…you have to accept this email
cheers
I created a list, inserted the list ID where the documentation said. Then created an API key & inserted that as well. When I type in my email & click send it says “Warning! Could not connect (ERR : )”
Here is the domain autospecifics.com
I just started from scratch so the template is exactly how I bought it from you guys. I used the index-mailchimp.php(renamed it index.php). My server has PHP installed & I even added the but of javascript at the bottom like the documentation said.
hi benschneider06 thx for your reply. I just checked your site. seems you have setup everything correctly. a little research for your error message might give a hint of what is going on. please check if fsockopen is installed on your server. to do so. just create a new php file, insert the code below. if enabled it should say “fsockopen function is enabled”, and we have to find another solution. Otherwise please try to enable fsockopen on your host and try the newsletter sign up once again.
<?php
if(function_exists('fsockopen')) {
echo "fsockopen function is enabled";
}
else {
echo "fsockopen is not enabled";
}
?>
awaiting your reply…good luck!
If you go to the domain now you will see the result
autospecifics.com
How would I go about enabling fsockopen in my server? I’ve never heard of it.
hi benschneider06 thx alot. so we are on the right track! do you have access to your php.ini file? the safest way would be to contact your host and say they should enable fsockopen. cheers
Unfortunately with my hosting I don’t think I have access to the php.ini file… I’m going to email my provider & see if they can do it. I don’t have high hopes.
just come back here if you have a response…we will surely find a solution!
They said
“Please be advised that the fsockopen cannot be enabled on a Shared Hosting packages. This is only possible on Server packages.
is there anyway we can do a work around?
just fyi the following changes are made on the mailchimp protocol your error has nothing todo with our template.
please open MCAPI.class.php within the mailchimp/inc folder. search for fsockopen and replace it with stream_socket_client. there should be two replacements…then please try again;)
I understand completely.. Just appreciate your help
Here are my changes
ob_start(); if ($this->secure){ $sock = stream_socket_client(“ssl://”.$host, 443, $errno, $errstr, 30); } else { $sock = stream_socket_client($host, 80, $errno, $errstr, 30); } if(!$sock) { $this->errorMessage = “Could not connect (ERR $errno: $errstr)”; $this->errorCode = “-99”; ob_end_clean(); return false; }
here is the new error…
Fatal error: Only variables can be passed by reference in E:\kunden\homepages\15\d573475215\www\AutoSpecifics\mailchimp\inc\MCAPI.class.php on line 2862
hi, just to let you know…we are on this…
Great! You guys are awesome. Awaiting your reply
hi please try the following
ob_start();
if ($this->secure){
$sock = stream_socket_client("ssl://".$host.":443", $errno, $errstr);
} else {
$sock = stream_socket_client($host.":80", $errno, $errstr);
}
if(!$sock) {
$this->errorMessage = "Could not connect (ERR $errno: $errstr)";
$this->errorCode = "-99";
ob_end_clean();
return false;
}
the position is the same. the new function is the same, too. but what has changed is the parameters for the stream_socket_client functions…they needed to be adjusted. please try the update and tell us how it worked for you.
cheers
i cannot upload it to wordpress. it says style.css stylesheet missing
hi fazalmukthar thx for buying SOONR and sorry for that. I assume you are talking about the themeforest version? if so…SOONR is not a wordpress theme but a html/css/javascript template. which has nothing to do with wordpress and therefore does not work on wordpress. If you are talking about SOONR from codecanyon (which is a wordpress plugin) you have to install it as a plugin not as a theme. this should do the trick! if you have more questions please don’t hesitate to ask. we’ll help you. have a great week ahead!
Hello:
I excitedly purchased and learned I don’t know what the heck I’m doing when it comes to installing it (on Godaddy) as a landing page. I’m probably going to end up purchasing Wordpress plug-in but is there such a thing as a step-by step? Thank you.
hi pmoore1 thx alot for buying soonr. We are sure we can help you with your issue. Here’s what you need to have (as written in the documentation) 1) webspace 2) php (for the contact form)
where exactly is your issue? if you just need assistance for uploading the template to your host then just send us your login credentials to themes@createbrilliance.com and we will handle the rest.
cheers
and PS: rating is always appreciated
Hello, i want to set the Link to the Newsletter Section without the “Button” Styling. How can i set a simple
Hi rbsystems thanks alot for buying soonr. You just need to remove the btn btn-default class from the newsletter link. Do you know how this is done? If not just ask we’ll help you! cheers
Hey is it possible for us to meet online co you can see my screen so I can get this mailchimp working I really need it to work this is the last thing I promise. Here is the website http://mrnoexcuses.com
hi freedommcflyy. did you check the “regular” issues with mailchimp already? (e.g. when you subscribe to mailchimp you get a first email. you have to accept this email. after the email is accepted you are in the mailchimp subscriber list). the easiest way for us would be if you send us your ftp credentials to themes@createbrilliance.com. We’ll handle the rest. cheers
Awesome will do now, thank you so much =)
Did you get the email? I really need this up and running. I have the website on a billboard here in the city and I am missing a lot of really good potential customers.
Did you get the email? I really need this up and running. I have the website on a billboard here in the city and I am missing a lot of really good potential customers.
received it. will check it
fixed. you actually did not use the mailchimp template tested it and it is working now!
have fun
Thank you sir! You are the man!
Hi! love the plugin – i’m finding it really easy to use aside from a couple of things. How do I change the font on the homepage and across the board?
Also, I know it’s obvious how to change the font colour but is there a way to change the grey sidebar and menu colour background?
Thanks again for a great plugin! Would appreciate any help, cheers!
kate
sorry! i’ve worked out how to change the font after reading previous comments on this and I’ve changed the colour of the sidebar – however when i go on the menu to about, newsletter, contact etc – it’s still the same colour – what do i have to change to make this the same as the sidebar?
sorry – one more thing – how do i make the body text on the landing page smaller?
thank you so much!
hi katefrenchcreative…these are all css fine tuning questions. for this you would consequently need to edit the main.css file. I did not quite understand the issue with the sidebar…so you were able to change the background? do you mean the color of the menu that comes from above when you click the links? its the modal. search for #modal in the main.css and edit its background.
body text its h1 and h3 styling. so change the headlines to a smaller number and this should do the trick for you.
cheers and please ask if there are some more issues (please don’t forget to rate soonr. thx alot)
that’s great thank you so much! i’ve changed the colour of the menu that comes from above – sorry to bother you with one last thing, now the menu is white – the text colour is not visible – I can’t seem to find the css to change the colour of the drop down menu font – newsletter, about etc.? sorry thank you! (Rated 5*)
kate
hi kate…don’t worry about asking. feel free to ask whatever you need to get your site up and running. to change the font color for the sidebar search for this
.sidebar-nav li a
and change the color value.
for the modal thats coming from above search for #modal
and change the color value here too.
cheers and have a great weekend (thx for rating!!)
thank you! so helpful and I really appreciate the quick responses despite my pestering. two last things – i promise then I’m done! how do I change the colour of the menu button link (three stripes on the top right) ? plus, I’ve linked up my API key and List Id on mailchimp but although it says it’s been successful, mailchimp isn’t registering the email addresses entered – is there something else I can do to fix this end?
thanks again, hugely appreciated! kate
hi kate…
to change the menu…once again search for this in the main.css
.bt-menu-trigger span::before, .bt-menu-trigger span::after and edit the background…(above and below bar) also search for this: .bt-menu-trigger span and edit the background…(middle bar)
for mailchimp. if its successfully sending your form then chances might be high that you forgot to approve the email you received. the sign up is a two way process. you fill in your information. afterwards you receive an email. you have to CONFIRM this email…and then this email should be listed in your mailchimp. if thats not working send us the link to your site and we’ll have a look.
cheers and happy coding
Any answer to this Question Boss?: What’s up buddy for some reason I cannot get the email to work with mailchimp would you happen to have a solution to help me out. The site is mrnoexcuses.com you will see the email under the “take action” button. It will validate and say it was delivered however it’s not showing up in mailchimp or my email. I preferred to come to my email versus mailchimp to be honest. Thanks a ton!
hi freedommcflyy thx alot for buying soonr and sorry for the late reply. Mailchimp has a two way sign up process. maybe this already solves your issue. so if you sign up you will get a second email which wants you to approve your sign up. ONLY after confirming your signup you will see the signup in mailchimp. does this help? if not just come back here cheers
I tried that its still not working =(
checked your http://mrnoexcuses.com/mailchimp/js/mailing-list.js seems that there was an issue uploading the file (the line breaks are gone). solution: you need to change the transfer mode of your ftp client to binary… please try that cheers