Jozoor
- Microlancer Beta Tester
- Exclusive Author
- Has been a member for 0-1 years
- Sold between 50 000 and 100 000 dollars
- Referred between 10 and 49 users
- Egypt
1,346
Purchases
Buyer Rating:
4.80 stars
4.80 average based on 172 ratings.
-
5 Star
14684%
-
4 Star
1810%
-
3 Star
74%
-
2 Star
10%
-
1 Star
00%
| Created | 26 September 12 |
| Last Update | 13 October 12 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- ajax php contact form
- business
- colors
- corporate website
- creative
- css
- css3
- html
- html5
- jquery
- portfolio
- responsive
- slider
- website
- white
© All Rights Reserved Jozoor -
Contact Envato Support


What do I need to change to make the navigation menu take up the full width? I removed the logo from the left of it and want the menu to take up the full width of the box.
hi, okay please do that :
to 2- open [ css/custom.css ] file and add this code :1- you need to change this div code for all html files , so example you will open index.html file , and change this class menu from :
#nav { float: left !important; } .navigation ul li { margin-right: 4px !important; margin-left: 0 !important; }after doing that will work fine like you want…
Is there anyway of adding a simple math captcha (‘are you human’)to the contact form?
hi, sorry contact function in theme doesn’t support that , because i use this function from here : http://www.bitrepository.com/a-simple-ajax-contact-form-with-php-validation.html
so the basic form doesn’t support that , but Premium form support that if you want to purchase it …
cost of a premium form?
yes i tell you theme support enough the form like you see : http://themes.jozoor.com/crevision/white/contact.html
so form doesn’t support captcha option .
Can I deactivate the responsive design, so that i have all elements fixed? I just want the same design on mobile phones and regular web browsers..
hi, okay please do that :
and you will found any responsive code start by this word , so just remove any codes between this { .... } , and save file.1- open all css files in [ css folder ] .
2- search about this word :
3- in all html files you use , you will found in the top file this code : just remove or hidden it.
Hi Jozoor, thx for your help. That worked fine, except with the responsive navigation menu and the logo. I deleted:
// Responsive Navigation Menu by SelectNav jQuery(document).ready(function () { selectnav(‘nav’, { label: ’- Navigation Menu – ’, nested: true, indent: ’-’ }); });
and when i resize the width to a very window, the navigation is gone away. The logos behaviour is also a bit strange.. maybe you can have a look at www.sponsorpal.nl
When I open the Page on my iPhone it looks nearly perfect, excepting the top and the bottom, the background is not filling the whole area:
http://www.sponsorpal.nl/foto.jpg http://www.sponsorpal.nl/foto2.jpgMaybe you have also a tip here or know how to debug that?
and about logo :
you didn’t remove this code :
@media only screen and (max-width: 767px) and (min-width: 480px) .logo { margin: 28px 28%; }Thanks a lot! Now it works perfect! Amazing Theme
and a very helpfull author 
(Newsletter) how do I run the form subscribe? thanks
hi, about Newsletter :
this enough static html code enough , not like contact functions , so you need to signup in sites like : http://feedburner.google.com/ or http://mailchimp.com/ and after that you will get the form code , which you can use theme style for this form to be fine with your site .
and after you get form code and want any help to add theme style for it , you can see this link : http://snippi.com/s/ub1knqk , and i’m here with you if you have any trouble with that.
Hi,
I would like to put a tagline on the right side of logo. How would that be accomplished?
Example: Logo Here | Tagline
Thanks.
.logo span { }Okay, so I did that and it’s now under the logo to the left. Not really sure how to do the css completely. Still learning.
hi, that because your logo have big width …right ?
so please can i see your online site link and i will tell you what you do exact … wait you.
Sent Email. I replaced with smaller logo, but same issue. Tagline under logo to the left.
also i see you add some css code for that , are you get what you need now or no …?
Thanks, I will work on it
okay , and sure welcome anytime… , thanks.
I am trying to put two accordions on the same page. It isnt working, any advice?
hi, you need to to change id name for div in accordion , so please see the explain codes here : http://snippi.com/s/yv9o9xa
The function subscribe isn’t working. Do i have to change something about the code? I already change the e-mailadres in de config.php. So the contactform is working but the subscribe form not.
Thank you!
hi this enough static html code enough , not like contact functions , so you need to signup in sites like :
http://feedburner.google.com/ or http://mailchimp.com/ and after that you will get the form code , which you can use theme style for this form to be fine with your site .
the email in config for contact form , not subscribe form, also you can see this support posts :
http://support.jozoor.com/discussion/574/subscribe-to-our-e-mail-newsletter-to-receive-updates-#Item_4
http://support.jozoor.com/discussion/587/submit-and-mail-chimp#Item_4
hello i need your script but boxed mode only by defaut it’s possible ? where i can found pls ? (sorry for my eng)
thx
hi, please go here : http://support.jozoor.com/discussion/25/disable-switcher-box-and-add-your-custom-style , you will found all things about how disable style switcher and add your custom style from switcher options.
I just bought this template. First, I have to say I was impressed by the little things (as I call them). The Thank You text inside the .zip was very thoughtful of the author and I have bought another template recently, twice that price, and the support was terrible! Big congrats to the site for hosting authors like this and to the author himself. Second, the files are perfectly assembled, very easy to navigate through every file and work on the theme.
Last but not least, the theme rocks! Its clean, beautiful and easy to work on by a total beginner like myself!
Thank you for it!
Many thanks for you
How can I hide a div from tablet and iphone?
hi, okay please do that :
1- open [ css/custom.css ] file.
2- search about this code :
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { }3- add your div id or class like that :/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .hidden-div-name { display:none; } }and save file.Way cool! Thank you very much. Love the Template! Great Job and the best support!!!!
Hi,
Do you have login, signup page for this theme?
hi, sorry we don’t have that , but you can see theme videos here : http://themes.jozoor.com/wp/crevision/white/docs-videos/
thanks for interested in theme.
Hello, I was wondering if there is a way to set a selected tab? such as the second tab as the default tab so when people go to the page the second tab will be selected.
hi, please do that :
1- open this file [ js/cusom.js ]
2- search about this code :
$("#horizontal-tabs").tytabs({ tabinit:"1", fadespeed:"fast" });you can change number 1 to 2 or what you need , so code should be like that :$("#horizontal-tabs").tytabs({ tabinit:"2", fadespeed:"fast" });3- save file.and sorry for late replay… thanks
It works but i only want a certain tab selected for one page and after the person submits the form i want it to go back to the tab they were on.
hi, sorry this script work like that, can’t work like what you need.
also , you can see this scripts :
http://medleyweb.com/web-dev/top-35-essential-jquery-form-plugins-and-libraries/
So there is definitely no way of do this, at all?
hi, yes you can’t do that with this script… thanks
Damn it, but ok. Thanks
thanks , and sure welcome anytime..
Hi, my button (below slider) of slider does not work
if i put on, no reaction no slide right or left
if possible to fix pls ? thx.
*sorry for my eng.
hi, please can i see your site link …? wait you.
it’s on local, but it’s same here : http://themes.jozoor.com/crevision/dark/index.html
hi, slider work fine in theme preview and i click on slider buttons easy to change slider images , so what if the problem exact , can you give screenshot for the problem ..? but should fine to have demo from your site , because theme demo work fine…
i try and don’t work
( chrome and firfox with your demo on 3 computers
)
screen : http://3wd.fr/sc05967
same on IE, safari and opera
hi, i tested theme demo in all browser and theme work on IE8 + .. and about your screenshot , are you talking about hover when other image active to view …? or what ..? and before you purchased theme , you see slider work fine …right ? and when you download theme with you , when you opened it in your PC was work fine ..right ?
so what happened now , and really theme work fine with all clients and with me also ..
Hi!
This is a fantastic theme. Really delighted with it and saved me tons of work! However, is there something I can do about the slow animation of the subnavigation? Clicking to display a submenu opens up the dropdown but it “unfolds” noticeably to the right. Does this have to do with the “smartresize” functionality of the ddsmoothmenu.js? Is this something I can speed up, override or in any other way get rid of? It makes the subnav look very clumsy. Thanks!
hi, please can i see your site link …? wait you.
2 : you changes html code for menu and adding nav class for main ul and remove nav ID and this make this issue which you see , so please compare now , between default code and your code :
default : http://snippi.com/s/7jgmgzr
you will see changes like i tell you , so back to default id and remove nav class from sub menus ul and every thing will work fine
Hi Jazoor – thank you so much for your very prompt reply!
I have made those changes but the delay is still visible?
.navigation ul{ z-index:100; margin: 20px 0 0 0; padding: 0; list-style-type: none; width: 100%; }you need to remove [ width: 100%; ] and see what will happened , should work fine now.
Perfect! All sorted now
Thank you very much! Your service is 5*. Will get my 100% width with an outer div instead.
.navigation { overflow: hidden; background: #039; margin-top: 20px; } .navigation ul{ z-index:100; margin: 0; padding: 0; list-style-type: none; }this final code will solve all menu issue with you.
Hi there,
Just wondering if there is a way to make the client icons on home page into a slide wrap with automatic sliding like the testimonials?
Also, how can I remove “switchbox” and have it fixed to one specific colour?
Much thanks!
hi, how are you .. , about what you need :
1- make clients logo work in carousel slider : please see this solution : http://snippi.com/s/f8r7omg2- about Disable Switcher Box and add your custom style ? : please see this support post : http://support.jozoor.com/discussion/25/disable-switcher-box-and-add-your-custom-style
Thanks..