Discussion on North - One Page Parallax Creative Template

Discussion on North - One Page Parallax Creative Template

Cart 1,924 sales
Recently Updated
Well Documented

GoldEyes supports this item

Supported

This author's response time can be up to 1 business day.

278 comments found.

Hello,

Related to index-07.html, I tried adding the video ID of YouTube video in data-video-id…but still the video doesn’t show in any device. Anything else I need to add?

Hello there! Thanks for your message.

Please send an e-mail to goldeyestheme@gmail.com address with your URL and purchase code. We’ll check it and let you know about the issue.

Sincerely, Zafer

Hi Is it possible to make the existing menu with a toggle menu, just like with a smartphone device!

Hello there! Thanks for your message.

Sure, there is a simple way to do this. You need change 2 lines in js/functions.js and css/style.css files. Please follow:

1. Please open js/functions.js file and scroll to line 622. There is a code like this: var showMobileNav = 992, please change 992 to 1920 or how you want. All navigation functions will work according to this.

2. Please open css/style.css file and scroll to line 941. There is a media code like this:

/* Mobile Navigation */
@media only screen and (max-width:992px){
...
}

You only need change the max-width value to 1920px or how you want. It should be the same as the number in the js file.

Here is an example link how it will work: https://www.dropbox.com/s/vcee239fpovkemk/north-side-menu.png?dl=0

Sincerely, Zafer

hi … the contact form does not seem to be working for SMTP. I entered the correct information into the mail.php file, but it appears that no email was actually sent. The contact form also retains all the data in the field and does not clear it after sending.

I also noticed that the contact form will display a “Thank You” message after you submit,

anything i can do here?

2. Check the settings with original (downloaded from Themeforest) file; It should be automatic loop anyway. No settings are required. // strange… i have the newest settings… but not looping at all..

ALSO: can i use more the one youtube video in the page?

if i copy this code “for example 2 times” in different tables, i dont see the videos at all….

id="P2" class="player video-container" data-property="{videoURL:'TNpx7nhM3AI',containment:'#blues',autoPlay:true, showControls:true, mute:false, startAt:0, opacity:1}

Hello again. I’m sorry for the delay.

1. There is setting with “autoPlay:true,” in your video and it’s ok for all. You can test it on any server. You may not see correct results in local files. (It works in the original files.) If you are sure it’s still doesn’t work on a server, please send your URL for check.

2. Yes, you can use. You need to change IDs only. (Video keeper div and video trigger div with properties.)

Sincerely, Zafer

Hi, I have one more problem. I’m trying to send emails via the mail.php script. I filled in everything correctly, but the message did not arrive. Can you help me with that too? Thank you.

Hello again, thanks for the message.

Can you share your URL and PHP codes with e-mail for check detailed. You can remove your noreply’s password from the codes while sending. You can drop message from here: https://themeforest.net/item/north-one-page-parallax-theme/7943169/support

Sincerely, Zafer

Hello, I bought a North-One Page Parallax Theme and I have a problem with fonts. When I switch to https, the fonts are different. Is there anything you can do about it? Thank you.

Hello there! Thanks for the message!

It’s about the HTTP address completely. The import link is HTTP now in the css/style.css file. There is super simple way to fix it; please remove all import links from your style.css file and add this code only;

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,600&family=Oswald:wght@300;400;700&family=Raleway:wght@100;300;400;500;700&display=swap');

And it’s ok. All the font options in this link. Also you can customize the fonts from here: https://fonts.google.com/share?selection.family=Indie%20Flower%7COpen%20Sans:ital,wght@0,300;0,400;0,700;1,600%7COswald:wght@300;400;700%7CRaleway:wght@100;300;400;500;700

Sincerely, Zafer

Hi guys! I just bought the theme and I need the content in spanish and big 5 does not support accents, how do I change the theme to utf-8? Please help

Hello there! Thanks for the message.

I sent you a detailed message on this subject. And if your issue is doesn’t solved, i’ll be here for any help. :)

Have a great day!

Sincerely, Zafer

Can you update the youtube plugin on index6.html. This is where the video plays at the top of the page. What happens now is the video is cut off on the sides and doesn’t show the entire video.

Hello there! Thanks for the message.

Unfortunately it is not related to this version. Small losses can occur from the edges to make the video full screen according to the screen resolution. Moreover, the losses are slightly more in the last version. If you want, we can send an update for your page. However, the losses of the video will increase a little more.

Sincerely, Zafer

Hi. thank you for your message. We just went ahead and updated the js and css and and replaced it with Vimeo. It now works without any cut off issues and works on mobile too. thank you though.

I really congratulate you. :) Please let me know when you have any problems. We will be here.

Have a great weekend!

Sincerely, Zafer

Hello, could you please send me the instructions how to integrate Recaptcha.v3 with this theme? Thanks!

Hello there. Thanks for message and i’m really sorry for the delay.

Yes, it’s possible but we should change your some files and codes – and integrate your current form inputs to new system. If you want, send an e-mail about it. We will send you the explanations and how to do it.

https://themeforest.net/item/north-one-page-parallax-theme/7943169/support

Have a great weekend!

Sincerely, Zafer

Hello, i need to translate “SHOW ALL” button I have to edit a php file? Thanks

Hello there! Thanks for the message!

I guess you using North’s Wordpress version and this is HTML version. :) You can see WP version of North on here: https://themeforest.net/item/north-one-page-parallax-theme/7943169 and you can contact with Veented for help.

Have a great day! Sincerely, Zafer

Hi, we’ve started to receive a lot of spam via the contact form even though we have integrated the captcha you recommend as part of the form. Most emails we receive are blank in all of the required fields – could you advise on how to prevent receiving these? Thanks.

Hello there!

Please share your URL for the checks. Thanks.

Sincerely, Zafer

Hi, could I email you directly? I’d like to keep the url private as it’s a client’s site.

Of course, please drop your message from here: https://themeforest.net/user/goldeyes#contact

Sincerely, Zafer

Hi, we’re looking to provide form feedback for the alert message after successful delivery of the contact form. Could you provide the CSS for changing the background colour of the successful confirmation alert window? Thanks.

You are absolutely right. I’m sorry for this. You can add a new style directly with using .light-form.mail-message{} selector classes. For example;

.light-form.mail-message{
    background-color: green;
        color: white;
}

It’ll work directly. You can change the colors and you know, dark-form class instead of light-form if you using the dark version. Have a great day!

Sincerely, Zafer

That works perfectly! Thanks Zafer.

You are very welcome! Please feel free to contact when you need help :)

Sincerely, Zafer

Hello, is it posible to remove face and tweet from gallery in lightbox when clikc on image.

Hello there! Thanks for the message!

Sure, please open js/plugins.js file and come to prettyPhoto settings at line 130. You can add “social_tools: null,” option to there. Here is example code:

jQuery("a[data-rel^='prettyPhoto']").prettyPhoto({
        theme: "light_square",
        social_tools: null,
        default_width: 700,
        default_height: 400,
    });

Social networks will be removed directly.

Have a great day!

Sincerely, Zafer

• when I buy this, do I get all 12 versions or just one of them?! • does the documentation included or not ?!

Hello there! Thanks for the message.

North is have 12 demos and useful subpages. And you will get them all when you buy. Documentation is included the template also.

Have a great day! Sincerely, Zafer

Hello I have emailed you my queries regarding the theme. Kindly reply to the email

Hello there! Thanks for the message and sorry for the delay.

We found and replied your mail, please let us know when you need any help about our themes from here: https://themeforest.net/user/goldeyes#contact

I will be here for help, have a great week! :)

Sincerely, Zafer

I have sent you an email regarding the issue that i am facing. Kindly try to fix this.Thanks.

Hello there! Thanks for your report!

Sure, your issue will be solved in a short time. Have a great day!

Sincerely, Zafer

Hello great theme. Do all the versions come with a store? I would like to have a place to sell custom digital assets such as music pictures and video.

Hello there! Thanks for the message and i am really sorry for the delay.

This is North’s HTML version. So, this theme comes with only visual features. There is no any system for use marketing.

But North is have an awesome Wordpress version. You can use it how you want and possible sell your products. You can see it on here:

https://themeforest.net/item/north-one-page-parallax-wordpress-theme/8454561

Sincerely, Zafer

hi, good work! what is the demo about rain effect? or water effect…

Hello there! Thanks for the message!

The rain effect demo is available on the Wordpress Version. You can see it on here:

https://themeforest.net/item/north-one-page-parallax-wordpress-theme/8454561

But we can add this demo to HTML version too. If you want and thinking to purchase, we can help about it. Have a great day!

Sincerely, Zafer

aaah, ok, thanks!

hI

when i upload orginal templates or edit version i have for google map “Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.” But localy on my comp (not on server) everything is okey org template http://ekofima.hr/proba/index8.html edit http://ekofima.hr/new/

Can you help me.

Hello there! Thanks for contacting us.

You should get an api from google, on this URL: https://developers.google.com/maps/documentation/javascript/get-api-key

And you can use this script with your API key before #google-map div (change with old):

<script async defer
  src="https://maps.googleapis.com/maps/api/js?client=YOUR_CLIENT_ID&v=3.31&callback=initMap"></script>

It will work perfectly. Thanks!

Sincerely, Zafer

thank you very much, it will work perfectly.

You are very welcome!

Please let us know when you need any help, have a great day! :)

Sincerely, Zafer

Can you help me out with the following: at my backend portfolio I see no more pictures, just text. Hope you can help me out. Is there a way to upload an attachment for you so you can exactly see what I mean? Kind regards, Cello

Hello there! Thanks for the contacting us.

Of course, please drop a message to support@goldeyestheme address via url of the example page. We can help about your plans. Thanks!

Sincerely, Zafer

Hi. Please send instructions on how to set the site for recaptcha.
Receive a lot of spam
Thanx

Hello, Sergey. Please check the mailbox, thanks!

Sincerely, Zafer

Hello, Sergey. Please check your mailbox. We sent an e-mail with a documentation via steps. There is attached codes and images for descriptions. If you can’t receive it please let us know. Thanks!

Sincerely, Zafer

Thanx a lot! Thats ok! )

Hello Team Golden Eyes! Hope you are well. Just a quick question that I hope you can assist me with. I bought your template ages ago and my client has now decided to change his slider into a video instead. So, I have created an image which shows before the video loads and then the YouTube video starts playing. However, when I test on my iPhone Plus, the video shows and not the temp image. On normal desktop the image shows nicely before and after the video. I hope you can tell me where I can make the change so that the image shows instead of the video on mobile devices? Looking forward to hearing from you. Ros

Hello, Rosika! Thank you so much for your kind words!

There is similar case in the index10.html file and #fullscreen container has .image-bg class for show image background on mobile devices. If you tried it can you share url for check the codes? Maybe we can add a JavaScript support to it. We will be glad to solve your problem. You can send a message via mail to support@goldeyestheme.com address.

Sincerely, Zafer

Thanks Zafer. I have just fired off an email to you.

Hello, Rosika, thanks for the contact. You can check the mail box, thanks!

Sincerely, Zafer

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