Forum Replies Created
list of topics you have created till now.
-
-
Hi, i thought just flashing the inputs would be enough, but you can show warning labels too, edit
css/main.css
find line : 333/* validation */ label.error { display:none !important; }
and change it to ;
/* validation */ label.error { margin: -14px 0 18px 0; font-size: 11px; color : red;}
Hi, we have added this feature in v1.1, you can update to v1.1 now.
It is not blurry as i see, what platform-browser are you viewing on?
On the left side “Theme Locations” box, select your created menu name under “Navigation Menu” select list.
Hi,
1-) When you create a portfolio item, you need to put that shortcodes to content editor for each portfolio post.
2-) You have forgotten to choose created menu and save it.
3-) Correct the issues above and let’s see it again.
4-) You can change contact form labels via localization, please refer to Documentation > Localization section.
Hi, we will release an update with some improvements and bug fixes in a few days, will also add this target blank option to buttons, thanks for the feedback.
Hi, pinterest icon is coming with the next update, which will be out in a few days. Thanks for the feedback.
You have used “Custom Page” widget for portfolio but you need you use “Portfolio” widget for portfolio page. I did it for you. We have covered these topics in documentation, please make sure you have read the documentation carefully.
You have forgotten to choose created menu and save it, i did it for you. Now it looks like in our preview site.
Yes, i will explain which files should be replaced in the changelog, no big changes in html files.
Hi, we will release v1.1.2 in a day that fixes these issues.
Hi, do you have a live preview link?
It should work, make sure you enter service shortcodes into editor area of homepage, by navigating Pages > Edit homepage.
Don’t use default text widget for service shortcodes use “Responsy Editor Content” widget instead.
Hi, can you provide a live preview link to see what’s wrong?
I will fix this in the next update, thanks.
Hi, i took a quick look to Bundling in MVC4. It combines script files into one files. That shouldn’t be a problem, unless you add
jquery
script first, after thatjquery address
plugin , andmain.js
after that. Also use jquery 1.7.2,jquery address
plugin is not compatible withjquery v1.8+
.Hi, added to update list, we will think about adding this functionality, thanks for the feedback.
Hi, you can use the custom css code below;
p { font-size: 13px; line-height: 1.429; text-align: left; }
Hi, this is not easy to do with some lines of code. You need to change the contact page layout markup, readjust map and contact form wrapper columns to your desired one. If you are not familiar with html coding you may consider working with a professional for further customizations.
Hi, can you give me a link to check it.
Hi, use the custom css below to disable shape change on hover;
.social li a:hover { border-top-left-radius: 50%; }
Hi, sadly slider is not compatible with videos as with images. Alternatively you can add as much as video using inline video shortcode with editor to any portfolio single page.
[inline_video src=""]
Hi, do you mean Services main title, or service sub title or service paragraph font? and same with From The Blog font, paragraph or heading?
Use the custom css code below to hide the logo and social icons on mobile devices;
@media (max-width: 480px) { #logo, .header .social { display: none; } }
Ok, i see now, in v1.1.1, we have updated the portfolio ajax script to support also full urls not just relative urls. This made the script not to work in local but it will work online. I will optimize the script to make it work on local machines too, thanks for the feedback.
1-) Did you try step 2 : make links relative
2-) Also we have improved portfolio ajax functionality in v1.1.1, make sure have the latest version of the template.Hi, here is the custom css to make the entire layout boxed with a fixed custom background image;
/* BOXED LAYOUT */ /* custom body background */ body { background:url(../img/background/books.jpg) 0 0 no-repeat fixed; background-size:cover; } /* boxed layout */ body { overflow-x:hidden; } .container { position:relative; background:#fff; } .container:before, .container:after { display:block; content: ""; position: absolute; top: 0; width: 40px; height: 100%; background: #FFFFFF; } .container:before { left: -40px; } .container:after { right: -40px; } /* boxed footer */ .footer { padding:0; border:0; } .footer .container { padding-top:50px; padding-bottom:30px; border-top: 2px dashed #ddd; } .footer .container:before, .footer .container:after { top:-2px; border-top:2px solid #fff;}
Hi, here is a list that may cause this;
1-) Chrome doesn’t allow ajax load on local machine, move to ftp or try with firefox on your local machine.
2-) Change portfolio link url to relative;
http://themes.pixelwars.org/impressivcard/portfolio-item-02.html
make this link relative;
portfolio-item-02.html
Hi, try giving padding-top to
div.middle
as the header’s height..middle { padding-top: 150px; }
Browser still says video not found on console, make sure the path is correct;
http://www.ba-bees.com/video/videobg.mp4
I see an error on the console that says, video not found. Make sure you have uploaded the video to your server.
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.ba-bees.com/video/videobg.mp4
Hi, you also need to move the script definitions after jquery script code;
<!-- VideoBackrounds --> <script type="text/javascript" src="jquery/modernizr.custom.26584.js"></script> <script type="text/javascript" src="jquery/swfobject.js"></script> <script type="text/javascript" src="js/video_background.js"></script> <script type="text/javascript" src="js/video_background.min.js"></script>
also you are including both minified version and normal version of video-background script, only add one of them;
<!-- VideoBackrounds --> <script type="text/javascript" src="jquery/modernizr.custom.26584.js"></script> <script type="text/javascript" src="jquery/swfobject.js"></script> <script type="text/javascript" src="js/video_background.min.js"></script>
I see some errors in console, on your site. You need to place the code block that calls
video_background
function after all script definitions in thehead
.The code block that contains;
$("body").video_background({ format:"16:9",
Hi,
1-) it should be working, i just tested on our live preview, now keyboard navigation is disabled, check theme preview .
2-) Mouse page move issue: firstly correct your contact form markup issue i mentioned in my previous post.
Hi, we can disable keyboard navigation to prevent this, edit main.js in a text editor find line: 115, you will see something like this;
$('#pages').jmpress({ stepSelector: '.page', fullscreen : false, transitionDuration: duration, animation : { transitionDuration : duration / 1000 + 's' }, mouse: { clickSelects: false },
add
keyboard : { use : false },
code line. Finally it should look like;$('#pages').jmpress({ stepSelector: '.page', fullscreen : false, transitionDuration: duration, animation : { transitionDuration : duration / 1000 + 's' }, mouse: { clickSelects: false }, keyboard : { use : false },
And also you have missing
form
andfieldset
tag opennings in your contact form markup.Hi, v1.1.1 is available to download with the issues fixed.
Hi, i think you have provided wrong url, it doesn’t seem like one of our themes.
Hi, do you see any error messages in console? It would be much easier to detect the issue with a preview site.
Hi, i just tested youtube video embedding on a portfolio details pages, and it works. The embed code i used is;
<iframe width="560" height="315" src="http://www.youtube.com/embed/ZA9UH4XzMKM?rel=0"" frameborder="0" allowfullscreen></iframe>
Hi, could you provide a live preview link to see whats wrong.
Hi, edit main.js under js folder and find line: 415
hideScrollbar : true,
change it to false;
hideScrollbar : false,
Hi, we have fixed that in v1.1, and current version is v1.1.1, please update.
Hi, can you provide a live preview link to see whats wrong.
Hi, you can use wp default widget “Recent Posts” as a simple alternative.
Hi, sadly soundcloud is not available for JustVector social font icons. But you can use it as a backgorund image. You can download the background image and copy it to your template folder.
<li><a class="blogger" href="#" style="min-width: 37px; min-height: 37px; background-image: url("http://www.alexpeattie.com/images/projects/justvector/png/soundcloud.png"); background-repeat: no-repeat; background-position: center center;"></a></li>
Hi, since blog posts and portfolio posts are different types, this is not possible.
Hi, you can get rid of the ribbons with a custom css like this;
#header nav ul:after, #header nav ul:before { border: 0; width: 40px; background: #F3F3F3; height: 48px; }
Hi, i just checked your site, and i don’t see any issue. However when i validate your site it looks like you have some markup errors, check out; validate errors.
Hi, i will release an update in a few days, but if you can’t wait till then;
go to iscroll plugin page. Click download. Extract. Replace
src/iscroll.js
with template folderjs/iscroll.js
.