Forum Replies Created
list of topics you have created till now.
-
-
I see some errors in console, on your site. You need to place the code block that calls
video_backgroundfunction 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
formandfieldsettag 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.jswith template folderjs/iscroll.js.Hi, i guess you want a custom body background image and boxed layout with a custom color, paste and edit the code below to the custom css box;
This adds white boxed layout on a custom background image.
body { overflow-x:hidden; } body > .container { position:relative; background:#fff; } body > .container:before, body > .container:after { display:block; content: ""; position: absolute; top: 0; width: 40px; height: 100%; background: #FFFFFF; } body > .container:before { left: -40px; } body > .container:after { right: -40px; }Hi, iscroll just relased an update that fixes firefox 16 mouse whell scrolling problem, i will include updated iscroll script in the next update.
And
hideScrollbar : falseworks, check on resume page, scrollbar is always visible.Ok, i just updated firefox to 16, and mouse scrolling doesn’t work for me too, only dragging content makes scrolling. I will think for a solution and provide an update release when i found a solution. Thanks for the feedback.
Hi, i just tested in firefox 15, and i can scroll resume page with mouse whell. For those who doesn’t have mouse whell, they can scroll by dragging the content.
Hi Emma, IE8 doesn’t support css3 media queries, so layout doesn’t get wider than 960px. There are some plugins like css3-mediaqueries-js that said to add support for mediaqueries for IE8, you can try and see if it works for you.
Hi Emma, IE8 doesn’t support css3 media queries, so layout doesn’t get wider than 960px. There are some plugins like css3-mediaqueries-js that said to add support for mediaqueries for IE8, you can try and see if it works for you.
Hi, i guess you are using dreamweaver, we have used dreamweaver templating system, if you want to edit layout (header or footer), open layout.dwt in DW, than change and save settings it will update all the pages. See this post also.
Hi paste the code below to the custom css box;
.media-box { border:0; }Hi, paste the code below to the custom css box to reduce header height;
#logo { padding-top: 28px; } .social { margin-top: 20px; }Hi you can add lightbox to any link like this;
<a href="http://vimeo.com/1755557" title="This is the title of the lightbox" rel="prettyPhoto">Open Video</a>
Hi, i have edited some lines of code of original bootstrap file when i am developing the theme, so it may be a little painful to upgrade bootstrap.
maybe you can find the pattern you are looking for here subtlepatterns.com.
Hi, we will fix this in the future update. Thanks for the feedback.
Hi,
1-) You can make the slider to wait only first slide’s image, open “js/main.js” in a text editor, find line :151 , you will see a code snippet like this;
$slider.waitForImages(function() {change it to this;
$slider.find('.slides li:first-child').waitForImages(function() {2-) You can hide slider tabs at the bottom. Paste the css code below to the custom css box located under “Theme Settings > Style tab”;
.flex-control-nav { display:none; }3-) And you can enable cropping for portfolio pages under “Theme Settings > Style tab”. Some of your images in the portfolio thumbs has very high resolution. This should make the page faster.
Hi, paste the custom css code below to the custom css box located under “Theme Settings > Style tab”;
.portfolio-single > .media-box { display:none; }Hi,
1-) After modifying the colors to what you want, add the codes below to end of the dark.css;
To change menu link color use custom css;
#nav ul li a { color: #bbb; }and to change hover color use code;
#nav li a:hover, #nav li.active > a, #nav li a.selected:hover, #nav li a.current, #nav li a.selected, #nav li a.current-sub { color:#fff; text-shadow:none; }2-) Open, css/bootstrap.css in a tex editor, and find line : 331, change the css codes belong to success button, the code starts with;
.btn-success { background-color: #5bb75b;There are some css3 gradient definitions for backgrounds for multiple browser including two color for gradient, one is start color and the other is end color. You can change them to any color you want.
For more info about css gradients chechk this link;
http://webdesignerwall.com/tutorials/cross-browser-css-gradientHi, we will support this functionality in v3.3, which will be available to download in a day.
Hi, just remove the title=”” attribute from any image source markup.
Hi, css color definitions for yellow button are located in bootstrap.css line:321.
There are some css3 gradient definitions for backgrounds for multiple browser including two color for gradient, one is start color and the other is end color. You can change them to any color you want.
This is weird, i just created a new site and copied all files to new site folder and it works. Tested in Dw CS6. You can try;
1-) Follow the steps from the beginning; create a different site, and copy theme files to new site folder. Make sure you see project files and folders in Dw Files > Local Files pane. Then make sure to open the layout.dwt from this Files pane, under Templates folder. When you edit and try to save layout.dwt it should prompt to update all related html files.
Hi, i guess you are editing “layout.dwt” as a single file. Firstly create a site in Dw, “Site > New site” define a site name and a folder, and copy all of the responsy template folder content into this new site folder. Then try to open and edit “layout.dwt”. It should update all the pages automatically on saving layout files.
You will enter shortcodes more easily from page’s itself by editing the page, go to Pages > Edit homepage and put any content to text editor, this will show up if you use “Responsy Editor Widget”.
Hi again, i see you have used “Text Widget” for homepage service shortcodes, use “Responsy Editor Content” instead for service shortcodes, this way you will preserve responsive layout for services.
Hi,
1-) I have explained changing active nav item bg etc… on this post. You can get the codes and paste them to the end of main.css to apply, or if you are using light theme; add the codes to the end of light.css
2-) You can just remove the services images markup from html.
Hi, i see, paste the custom css code below to the Theme Settings > Style > Custom CSS box;
.hero-unit { word-wrap: break-word; padding: 20px 30px 10px 30px; } .services img { width: auto; height: auto; max-width: 70%; }Hi,
1-) we have just fixed this, will be available in the next update, which comes in a few days.
2-) I am still working on slider image corruption on ipad, when i fixed it, we will release another update.Thanks for the feedbacks.
Hi, don’t change the “department” keyword in the url; This works;
Hi,
1-) In our test site, when in a blog/portfolio post, blog/portfolio menu item is activated. If you provide a preview link we can help you more about it.
2-) Yes, on ipad, slider images look funny, i will try to fix that, thanks for the feedback.
3-) We don’t have any plan for using retinajs, sorry.
Hi, by default service area doesn’t have buttons, have icon and text. If you could provide us a live preview link we can help you more.
You can use the custom css below to hide subtitles forever;
.page-header h1 small { display:none; }Hi, html version doesn’t include any dynamic comment functionality, they are all static htmls. You may check wp version if you are looking for functionality.
Hi, to change menu link color use custom css;
#nav ul li a { color: #bbb; }and to change hover color use code;
#nav li a:hover, #nav li.active > a, #nav li a.selected:hover, #nav li a.current, #nav li a.selected, #nav li a.current-sub { color:#fff; text-shadow:none; }and to get rid of current menu item’s background use;
#nav li.active { background:none; }and if you want to change the text color of current menu item to make it look different from others (since you get rid of it’s background) use code;
#nav li.active > a { color: blue; }Hi, paste the code below to the Custom CSS box located under Theme Settings > Style tab;
.middle { padding-bottom: 20px; }– reduce the padding bottom value more if you desire.