143 comments found.
Hello,
I’ve got this error when compiling SASS:Error: Invalid CSS after ".": expected class name, was "6-1"
on line 538 of C:/temp/sass/_mixins.scss
from line 132 of C:\temp\sass\global.scss
I use Koala for compiling.
Thank you.
Hi,
Do you mind if I clarify some things
Is this custom code or theme?
Thanks
No, it’s a theme SASS files as they are, without any modifications from me.
Hi,
I’ve gone through and checked. The code works correctly in gulp-sass. As for Koala Sass, it’s coming from software itself and you can report about the issue.
However, I strongly recommend using a gulp-sass, as it is more powerful, easy to use and unlimited libraries to make your life easier.
If you need any further clarifications please let us know.
Prothemes
Hello there,
I was wondering if / how I could add the scroll-to-section-v1 function to a pre-existing button. Also, when I tried to change the parameters of the scroll duration, it doesn’t seem to have an effect, it simply just jumps to the section called.
Hi,
Thanks for your feedback.
Can you, please, clarify more what do you mean by adding a pre-existing button? In order to add smooth scrolling effect, You need to add animate.css and the id must start as, “scroll_to_yourName”.
Please let us know if you run into any issues with this process.
Prothemes
Perfect, the issue was the id name. Thanks for the clarification!
Perfect, the issue was the id name. Thanks for the clarification!
Awesome. Glad to hear that 
Hi i want design some landing pages for my website. are there any
Hi,
Yes, Of Course. We do have a Landing demo with inner pages. You can find it at http://prothemes.net/ark/HTML/multiple-page/landing/index.html
and yet two main pages, which are, http://prothemes.net/ark/HTML/index_landing_1.html http://prothemes.net/ark/HTML/index_landing_2.htmlLet me know, if you need further clarification 
Prothemes
Hi there,
How do I implement the 3D Parallax Scenes slider on my site?
Thanks!
Hi,
You can find the examples at http://prothemes.net/ark/HTML/shortcodes_parallax.html
For more info please, find the documentation of DZSParallaxer in the Documentation folder.
Please send us email if you run into any issues with this process.
Prothemes
I’m facing the same issue timgeaney posted about 10 days ago.
{
"formatted": "Error: Invalid CSS after \":not(.sr-only)\": expected \"{\", was \"&\"\n\n \"&\" may only be used at the beginning of a compound selector.\n on line 21 of assets/sass/components/_radio-checkbox.scss\n>> \t\tinput[type=\"checkbox\"]:not(.sr-only)&:checked,\n --------------------------------------^\n",
"message": "Invalid CSS after \":not(.sr-only)\": expected \"{\", was \"&\"\n\n\"&\" may only be used at the beginning of a compound selector.",
"column": 39,
"line": 21,
"file": "/assets/sass/components/_radio-checkbox.scss",
"status": 1
}
These are my versions:
node-sass --version
node-sass 3.7.0 (Wrapper) [JavaScript]
libsass 3.3.6 (Sass Compiler) [C/C++]
gulp-sass uses the same node-sass version as what I have
I am not sure what the problem could be.
Hi,
Please, remove the (&) in this code and you are all done, :not(.sr-only)&:checked
I’ve noticed this issue and fix it in the next release.
Please let us know if you run into any issues with this process.
Thank you
it compiles, thanks
Awesome 
How can i make the logo bigger? can’t figure it out. Thanks
Hi,
Can you, please, send us an e-mail. Thus, I can lead you into a more effective way.
Thanks
I need to change the menu to simple on click buttons..is that possible?
Hi,
Yes, you can achieve by removing dropdown classes and just add a link to it. Example,
<li class="nav-item">
<a class="nav-item-child" href="path/to">
Example
</a>
</li>
Sincerely
Hi,
I’m using Codekit to compile sass and I keep getting numerous syntax errors for example:
Base-level rules cannot contain the parent-selector-referencing character ‘&’. mixin syntax wrong missing brackets
Are you guys using different version of sass?
Kind Regards,
Tim Geaney
Hi Tim,
Can you, please, double check if you are missing something and take a look at this http://sass-lang.com/documentation/file.SASS_REFERENCE.html#defining_a_mixin
I believe sass stylesheet works same for all. In fact, we use a gulp-sass v2.2.0.
Feel free to reach out if I can help with anything else!
Prothemes
Hi, I want to congratulated for this develop really is amazing !! I love it.. but.. I would like to know if in the future you are considering form fields
thanks and regards
Hi Daniel,
Thank you 
Yes, we will be adding new forms and form validations in the next updates.
Stay tuned. 
Nice template but it is a bit disappointing that it comes without a working script to deliver the mail from the contact form. I would expect that from a template.
Hi,
Thank you for your feedback. Your request has been added to our To-Do-List.
Stay tuned 
Hi ProThemes,
I have a quick question on Ark.
The included global.scss file, does that just compile down to replace the global.css file or also files like:
<!- THEME ->
<link href=”assets/css/theme/dark.css” rel=”stylesheet” type=”text/css”/>
<link href=”assets/css/theme/base.css” rel=”stylesheet” type=”text/css” id=”style-color”/>
<!- END THEME ->
Hi,
It does, compile. Yet, it can compile it in to one or multiple files.
For more information, you can check gulp-sass at https://npmjs.com/package/gulp-sass
Let us know if you need further assistanse.
Hi,
It does, compile. Yet, it can compile it in to one or multiple files.
For more information, you can check gulp-sass at https://npmjs.com/package/gulp-sass
Let us know if you need further assistanse.
Hi ProThemes,
I have one more question, I’m looking to create a “Blank Page” and with that said, what will be the minimam required css and js files ?
I see that the theme makes use of quite a few plugins and i would rather start with a blank page and add it piece by piece as is needed.
Thanks
Hi,
If you drop us an email, I’d send you a sample.
Thanks
Are there any instructions for integrating into Shopify?
Hi,
Ark is a static HTML template and can be integrated into any CMS templates and frames. However, we do not have tuts for it yet.
Prothemes
Hello,
I’m French sorry for my English.
I haven’t understood your form page contact (GET method)
How can I reach the file with the adress mail default to change the receiver of the result of the form after the button submit is pressing.
Or how I might do to put my email adress and receive the content of the form.
I’m not able to and not familiar with method get.
Thank you
Hi,
Please, note this is HTML5 theme and PHP implementation of the contact is not provided. You will need to implement PHP code on your own. You can check following tutorial to learn how to implement a simple contact form:
http://www.freecontactform.com/email_form.php http://www.phpeasystep.com/phptu/8.html http://www.phpjabbers.com/make-contact-form-and-send-email-in-php-php21.htmlPlease let me know if you need any further assistance.
Thanks
Hi Thanks for your quick answer,
I’ve succeeded to create my PHP file and I’ve received informations in my mail from my form.
But, I need to show a “Green Alert Well Down” after had pressed submit and when the form is ok under the submit button.
And reset the fields form in the same time
At the moment I’ve put one in the form with hidden attribut
<form … action=”form-handler.php” method=”post” > .... ...
</form>
This is my code PHP
...
if(mail($to, $subject, $mailBody, $headers)){
echo ' Thanks for your message ';
echo "<script>window.location.replace(\"contact.html\")</script>";
}
This code works but open a blank page with message two seconds and reset the contact page.
If you understand my bad english …
Can you help me ? Or give me news links : To show a div alert-box-success under the button submit once my html form is submitted.
THANKS.
Hi there and thank you getting back to us.
Sorry to be late with the reply.
It would be better if you could specify the type of form you are dealing with. Contact or Login form? It is hard to give you any example without seeing a complete PHP code.
Can you drop us an email so, we can assist you more effectively.
Thanks
hi~
I want to change the font. How does that change?
This font has not changed. 
1.before <link href=’https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300' rel=’stylesheet’ type=’text/css’>
2.after <link href=’https://fonts.googleapis.com/css?family=Nanum Gothic:400,500,600,700,300’ rel=’stylesheet’ type=’text/css’>
hi rocker76,
You can change the font by linking for HTML file first. See the example below:
<!- GLOBAL MANDATORY STYLES ->
<link href=’https://fonts.googleapis.com/css?family=Nanum Gothic:400,500,600,700,300’ rel=’stylesheet’ type=’text/css’>
<!- END GLOBAL MANDATORY STYLES ->
2. Add the font name to the CSS style
body { font-family: Nanum Gothic, sans-serif; }
Note: The font family you send us not available in Google Fonts. Make sure you are using a proper Google Font.
If you need any help, you can contact us any time.
Prothemes
I want to use this template on blogspot. Is that possible?
Hi Helena,
Please, note that Ark is a raw HTML theme and cannot be installed with one click like WordPress. You will need custom coding to achieve this. The actual server side implementation is not in the theme’s scope since actual business login is responsibility of buyers.
I hope that helps to clear up any confusion, but if you have any other questions. Please let me know.
Hi iam just wondering if there is a form mail for the SUBMIT and NOTIFY ME Button . and if there is please help me with it
Thanks
Hi,
Do you mean working Submit form or just the button itself?
i meant the PHP form mail
Hi,
Unfortunately, we do not have this feature. But, we have added to our To-Do List.
To stay updated please follow us on https://twitter.com/Prothemes_net
I’d like some help in modifying the google-map.js code to add a second marker / info window. Looked at the documentation but it’s a bit out of my realm. Thanks!
Hi CatherineMM,
Can you please send us an email so that we can help you more useful examples.
Kindest
Just sent you an email. Thanks much!
Hi Catherine,
Please, check your email. I have just responded you.
Thanks
Catherine, Google tried to deliver your message, but it was rejected 3 times by the server for the recipient domain waterspoutconsulting.com by mx1.emailsrvr.com.
Do you have any other email address? Can you send a message from other email address
Thanks
Please, check your inbox
Hi there! I need you help, please. I need to hide the revolution slider in mobiles. I tried to change the value of the parameter hideSliderAtLimit from 0 to 769, as follow: hideSliderAtLimit: 769. It works partially, because now i have a big white space instead of the sliders. It would be great if the BIG white space was hidden too. Alternatively, it would be a good thing if it appeared an image instead of slides.
Hi Alegogh,
We have contacted customer support of Slider Revolution on your request and wait for a response. Once, they give us the best solution, we’ll get back to you immediately.
Ok, thanks a lot!
Hello Alegogh,
We were replied to your request. This is the best solution, they proposed,
Try hide slider at limit in appearance and visibility (It is deprecated for new versions):
http://prntscr.com/ah46sc https://www.themepunch.com/revsliderjquery-doc/slidersettings/#appandvisPlease let us know if you run into any issues with this process.
Best Regards
Hi ProThemes_Net, i will try that solution. Thanks a lot!
Hi Alegogh,
If you need any further clarifications please let us know.
Cheers!
let me say… you are GREAT! ????
???? = ipad thumb up 
Thank you for your feedback. 
Are you guys going to add shop layouts?
Hi Bayfest,
Yessss! It will be available starting next week.
Please, stay tuned and give us a follow on twitter: https://twitter.com/Prothemes_net
Cheers 
Great news, thanks! Will it also work good with the vertical menu?
Everything can be customized as like as you want it to be. Of course, it will be available with a horizontal and vertical menus as well.
6d8b67bc-9904-48fb-8c8f-424f37f58d57 Ark Template brianschmidtbaits.com RE: Logo Dear Sirs, I need to place a logo that is 250px x 450px into the top of my page. What changes do I need to make and where do I make them? I read the notes in the Documentation but it didn’t work.
Thank You in advance
Hi,
Can you, please, send us an e-mail to prothemes.net@gmail.com so we can help you more useful. If it is possible to attach the logo image example, as well.
Thanks
I just emailed you. Can you, please, check your mailbox.
Thanks
Elegant code. Extraordinary Support.
Mahalo!