106 comments found.
Hi,
I just bought the JS theme.
How do I remove the scroll lock?
I want to be able to scroll down the whole page without having to click on the menu buttons?
Thanks! Deon
Hi need to remove /* overflow: hidden; */ from css file in the body
Regards
Hello,
Nice template does it even work on multiple profiles ?
Shahid
Hi sorry but i dont understand the question, multiple profile?
Great template
If you like WordPress version please let me know via my profile or contact.bluetheme@gmail.com
Thanks!
Hello. In the gallery is possible to add arrows to navigate between the pictures? like left and right? now i have to click in one to open, close and click in the other. Is not confortable.
Nice theme! Congrats!
hi if you go in the black default project section model you have the arrow left and right
Hi, how to change the browser tab icon? Thanks!
Also, how do I change the homepage pattern (the pattern which overlay on top of the homepage slider images)? I tried to change the original pattern.png file, but still nothing changes. Thanks a lot!
Sorry, I’ve figured out how to change the browser tab icon. But I have a new question… I want to change the fancybox-effects-d background color. I want to have a background color underneath the big image after clicked. I tried to edit the fancybox-effect-d code in custom.js, but it doesn’t seem working. And I still need help on changing the homepage pattern. Thank you, thank you!
Hi for the first problem the pattern you need to work in this part of css
.effectopacity { position: absolute; bottom: 0; width: 100%; height: 100%; background-image: url(../img/arrow-bg-1.png), url(../img/arrow-bg-2.png); background-repeat: repeat-y; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-animation: animate-effectopacity 6s forwards linear; -moz-animation: animate-effectopacity 6s forwards linear; -o-animation: animate-effectopacity 6s forwards linear; -ms-animation: animate-effectopacity 6s forwards linear; animation: animate-effectopacity 6s forwards linear; }
this charge the image image in the homepage.
2) If i understand good in the gallery image if you want the background you need to add this in custom.js in fancy code
helpers: { overlay: true, overlayOpacity : 0.8, // Set opacity to 0.8 overlayColor : ”#000000” // Set color to Black }
Regards
Hi,
Do you mean replacing code // Remove padding, set opening and closing animations, close if clicked and disable overlay $(”.fancybox-effects-d”).fancybox({ padding: 0,
openEffect: 'elastic',
openSpeed: 150,
closeEffect: 'elastic',
closeSpeed: 150,
closeClick: true,
arrows: true,
showArrows: true,
helpers: {
overlay: null
}
to this? $(”.fancybox-effects-d”).fancybox({ padding: 0,
openEffect: 'elastic',
openSpeed: 150,
closeEffect: 'elastic',
closeSpeed: 150,
closeClick: true,
arrows: true,
showArrows: true,
helpers: {
overlay: true,
overlayOpacity : 0.8, // Set opacity to 0.8
overlayColor : "#000000" // Set color to Black
}
I’ve tried that, but when I click onto the image, it jumps right back to the home page without opening a bigger image.
Sorry, one more question. I want the model page to show 6 images only instead of 9. Where to change that? Apologize for so many questions… but thanks a lot!!
Actually, I’ve figured out the images setting too! But still need help on fancybox background. Thank you!!
Hi no problem fo the questions, you pay the support for this, so i think i find where is the problem in side the file example: screen_black.css remove position:relative from class .block and class .cbp-fbscroller section my work write my it s ok also for you Regards
Hi, I don’t think that is what I’m looking for. I still need help on fancybox background but not the images. I want to have a colored background underlay the popup image, so the background tiles wont be as obvious. Adding the below code in custom.js doesn’t work, It jumps back to the homepage when I click onto the images and doesn’t pop up a bigger image. helpers: { overlay: true, overlayOpacity : 0.8, // Set opacity to 0.8 overlayColor : ”#000000” // Set color to Black }
Thanks!
i write you try this
remove position:relative from class .block and in the class .cbp-fbscroller, i download the file from envato and i do this and wrok
Regards
The position:relative doesn’t change the fancybox background color, it changes the size of my images. I don’t think we are talking about the same thing.
Thanks
I want to change fancybox color, not size. Thank you!
this not change the size this fix the bug when you click no jump up in the home bu open the big image prom the portfolio with the background black, if you write me an email i send my example
This is weird, it still doesn’t work to me. I’ve sent you an email, can you reply me to my email?
Thank you very much!
Never mind, I have finally figured it out. Don’t need to remove position:relative, but edit background color code in fancybox-overlay css in jquery.fancybox.css
Thank you so much for all your help! 
Hi, do you know how to add a video in the image gallery (in fbsecton4 – portfolio section)? I wonder is it possible to play a video once you click onto an image. Thanks a lot!
Also, I would like to add the overlap opacity background in fancybox. I want to have a semi-transparent colored background when the bigger image pops up in the gallery. Example: http://jsfiddle.net/jRsjK/ I forgot how I did it last time and I can’t get it back now… And I tried to edit the fancybox-effects-d code, add background color in the code, but my website won’t work after I add that. Do you know how to do that? Thank you so much!
Hi i think for the overlay need only to add in the function fancy helpers: { overlay: true }
for the video i need to try and i come back with the answer
Hi, I tried to change fancybox function to overlay: true, but after that when I click onto an image in the gallery, it will jump back to the homepage. Do you know how to fix that? Thanks a lot!
hi send my one email i send you the template where i do
sent
Hi, can you tell me where exactly have you edited in the code? It is because I’m using the screen_menuUp version but you have attached the screen_black version in your email. It will be easier for me to just change the codes that you have edited. Or if you don’t mind sending me screen_menuUp version via email is good too! Thanks a lot!
Hi, can you tell me where exactly have you edited in the code? It is because I’m using the screen_menuUp version but you have attached the screen_black version in your email. It will be easier for me to just change the codes that you have edited. Or if you don’t mind sending me screen_menuUp version via email is good too! Thanks a lot!
add in the jquery.fancybox.css this :
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 99999; background: url(‘fancybox_overlay.png’); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
Sorry… It doesn’t work. I actually copied your entire jquery.fancybox.css code into mine. I see yours is working but it doesn’t change anything on mine. Was there anything else you did in the code? Thanks a lot!
add in every link
data-fancybox-group=”button”
Sorry, it still doesn’t work… Still nothing changed. Thank you!
Hi from .cbp-fbscroller section : remove position:relative
write me back if it s ok
Sorry, it still doesn’t work. Nothing changed in the image tiles. And after I removed position:relative in .cbp-fbscroller section, the About page image got removed and the Homepage slides shows in the About page image area.
Thanks a lot!
hi can you send my in my email and i fix for you and i write you wat i change if you want
I sent you an email. Thank you!
Hi, have you received my email? Can I have the menuUp style with fancybox color overlay code fixed? Thanks!
hi yes i received now i m in holiday when i come back i do for you
Hi, is it possible to add more images on the portfolio section? Is it possible to have more than 9 tiles / squares? Thank you!
Hi if you see in the preview it s alist of theme and it s portfolio with more photo
Regards
Hi, I add an input text in the contact form but, on my mobile phone, i can’t scroll the form :cry: I don’t find in the CSS file how to correct it …. Can you help me ? Thx Louber
hi inside the css for the input you have this class .email-form input, .email-form textarea i not sure if this help you, if not, send my the picture with the problem
Still can’t get the more photos to work, have tried on both the below links and have tried to follow the files supplied. www.garryault.com/index_black_2.html (not working) www.garryault.com/index_black.html (under work Nav item) Any help would be appreciated
hi inthe first _2 in the workyou dont give the percentage at the section, top left
How can I disable the terrible scrolljacking?
if you explain my what is this or send the picture i tell you but now i dont understand what is this problem
The theme uses a javascript framework to handle scrolling instead of just scrolling normally. This is really annoying. Can it be disabled?
the scroll used inside the single page you find inside file custom js with this comment /* the jScrollPane script */
How do I disable scrolljacking?
Hello, I purchased this one last September. How can I get the last updates to update my page as well?
for take the last upload need only to download another time
Excuse me, but I cannot download it here. I can’t find the item on my account here and I cannot find the email for purchase
Don’t know how to prove i bought it really… here is the website: www.iamvoyn.com
i understand but this is the procedure, you need to go in the your download account and download another time, or write at the support for your problem
Hello there, first great job this is a nice template. I have a question How can I add more pictures to the portfolio section. And in which file I can find what controls the pictures
Thank you regards
Hello ? do you still give support ?
Hi it s one template with more image in the portfolio
Warning: this theme DOES NOT WORK on ANY mobile devices. The scrolljacking makes it impossible to use. Ensure you try the demos first!
Scrolljacking must be disabled for the site to work on mobile and the developers do not allow this.
Hi i try before upload and work with all device, send my the email with the sceen shot if you have a problem
How do I disable all of the horrible scrolljacking?
Hello, I want to purchase your beautiful template but I have some questions.
1. Is it possible to change loading animation from “Jennifer Smith” letters to spinning circles like your other template? (like one in miniMe) If so, where can I find the code?
2. In Graphics page, when you open an image to pop up overlay, it flickers as it loads. Can it be fixed?
3. When you close the opened image in Graphics menu, it tries to reload into Models page instead of going back to Graphics page. Is there even need to reload? (and to wrong page?)
4. Is it possible add image gallery just like Models page inside the pop-up window of Graphics item? Just below project description, “your idea” and “comment”.
1. yes need to modify the top part of code where i write the comment
<!- PREVIEW ->
2. i dont know why do this i think need to modify one little part in css i need to fix.
3. it s wrong link go in fbsection4 not in fbsection5, for the preview every time i open the index start the preview
4. yes it s possible but better if you use the same use in the model section, this use fancybox
regards
Thank you for answering.
I guess I can work out the most on my own, but would be great if you can fix the flickering issue when you click the image in graphics page.
Do not Click compatibility phones ?
hi this is responsive also for phones
Hi, what framework you are using? is it possible to use it as RTL template? also possible to have dropdown in menu .. please advice.
Hi this is a template html css3, i dont know RTL what is?
RTL = Right to Left for Arabic Language
and add <html dir=”rtl”>
Hello..i already purchased your theme… and i wanna request some modification about your theme… where just gallery more photo and contact page.. is that possible..? and if i may, can i ask your email? thank you
hi If you need to add more photo it s the template with more photo, you fintd in the preview page, if you need to write my an email you can find down in the right when you go in the section profile Regards
okay i emailed you..please check.. i already purchased your item but i still cannot use your theme..
hello, how can I change the map in contact?
Hi inside the file custom_menuUp.js it s the code js
var stockholm = new google.maps.LatLng(59.32522, 18.07002); var parliament = new google.maps.LatLng(59.327383, 18.06747);
stockholm : this is the coordinete for the map, parliament it s the coordinate for the marker
Regards
How can I adjust to my address (Switzerland)?
with google maps write your address and find the coord in the url
Hi.
Portfolio items image’s not html, these markup via css(background tag) and worse than these not markup specific id! portfolio items image selected by nth-child!
You havent cared developer!
Hi the developer it s cared and exist different mode for add the background images. Thx
Hi, sorry I’m pretty new to html5 coding …I’m trying to erase 2 pages, i only want the home, the about, portfolio & contact , how can I do that , whenever i do it in the index page , it blocks everything. How can I add another portfolio page ? Also I have pictures that are in the other direction “portrait” how can i change it so i can mix or not both sizes, your website shows only landscape…Most of my pictures are landscape. Please help thank you, it is a beautiful template… It will be a pitty not to be able to use it. Lydia
Hi for the menu you need to remove the link up example if you want remove GRAPHICS go up where is nav inside you find link menu, inside the tag it s href=”#fbsection5” this matches with the id section so first remove the link after the section corresponding, for the pictures if you need portrand you need to play with the css i think with this class .bl-main div div>section change the width and height. i hope this help you Regards
Hi, what I should to do, when I want to add overlay to fancybox ? I add it but didnt work.
Sorry i dont understand, but you can see in this http://fancybox.net/api
I use this : helpers: { overlay: true }
when I click on img, I have problem. What I do wrong ? Image dont load.
Hi ok now understand, so the problem is the css position try this solution in the screen css remove in class .block and .cbp-fbscroller section remove position relative, in this mode work! but dont go up the menu so need also to modify in the class .menu the z-index less the overlay example 7777
Regards
Hi, How can I change the font? Do you have any instructions for it, thanks
Hi need to change the link in the top page:
<link href=’http://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel=’stylesheet’ type=’text/css’/>
and font family inside the css Regards