ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    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;} 
    
    ahmetsali
    Keymaster

    Hi, we have added this feature in v1.1, you can update to v1.1 now.

    ahmetsali
    Keymaster

    It is not blurry as i see, what platform-browser are you viewing on?

    ahmetsali
    Keymaster

    On the left side “Theme Locations” box, select your created menu name under “Navigation Menu” select list.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster
    Posted in : Icons

    Hi, pinterest icon is coming with the next update, which will be out in a few days. Thanks for the feedback.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    You have forgotten to choose created menu and save it, i did it for you. Now it looks like in our preview site.

    ahmetsali
    Keymaster

    Yes, i will explain which files should be replaced in the changelog, no big changes in html files.

    ahmetsali
    Keymaster

    Hi, we will release v1.1.2 in a day that fixes these issues.

    ahmetsali
    Keymaster

    Hi, do you have a live preview link?

    ahmetsali
    Keymaster

    It should work, make sure you enter service shortcodes into editor area of homepage, by navigating Pages > Edit homepage.

    ahmetsali
    Keymaster

    Don’t use default text widget for service shortcodes use “Responsy Editor Content” widget instead.

    ahmetsali
    Keymaster

    Hi, can you provide a live preview link to see what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Scrollbar

    I will fix this in the next update, thanks.

    ahmetsali
    Keymaster

    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 that jquery address plugin , and main.js after that. Also use jquery 1.7.2, jquery address plugin is not compatible with jquery v1.8+.

    ahmetsali
    Keymaster

    Hi, added to update list, we will think about adding this functionality, thanks for the feedback.

    ahmetsali
    Keymaster

    Hi, you can use the custom css code below;

    p { font-size: 13px; line-height: 1.429; text-align: left; }
    
    ahmetsali
    Keymaster
    Posted in : Contact Page

    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.

    ahmetsali
    Keymaster
    Posted in : slow portfolio page

    Hi, can you give me a link to check it.

    ahmetsali
    Keymaster

    Hi, use the custom css below to disable shape change on hover;

    .social li a:hover { border-top-left-radius: 50%; }
    
    ahmetsali
    Keymaster

    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=""]
    
    ahmetsali
    Keymaster
    Posted in : Fonts

    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?

    ahmetsali
    Keymaster
    Posted in : fixed header with CSS

    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; }
    }
    
    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    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;}
    
    ahmetsali
    Keymaster

    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
    
    ahmetsali
    Keymaster
    Posted in : fixed header with CSS

    Hi, try giving padding-top to div.middle as the header’s height.

    .middle { padding-top: 150px; }
    
    ahmetsali
    Keymaster
    Posted in : Video background

    Browser still says video not found on console, make sure the path is correct;

    http://www.ba-bees.com/video/videobg.mp4
    
    ahmetsali
    Keymaster
    Posted in : Video background

    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
    
    ahmetsali
    Keymaster
    Posted in : Video background

    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>
    
    ahmetsali
    Keymaster
    Posted in : Video background

    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 the head.

    The code block that contains;

    $("body").video_background({  format:"16:9", 
    
    ahmetsali
    Keymaster
    Posted in : Contact Form

    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.

    ahmetsali
    Keymaster
    Posted in : Contact Form

    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 and fieldset tag opennings in your contact form markup.

    ahmetsali
    Keymaster

    Hi, v1.1.1 is available to download with the issues fixed.

    ahmetsali
    Keymaster
    Posted in : Contact Form

    Hi, i think you have provided wrong url, it doesn’t seem like one of our themes.

    ahmetsali
    Keymaster
    Posted in : Video background

    Hi, do you see any error messages in console? It would be much easier to detect the issue with a preview site.

    ahmetsali
    Keymaster

    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&quot" frameborder="0" allowfullscreen></iframe>
    
    ahmetsali
    Keymaster
    Posted in : Video background

    Hi, could you provide a live preview link to see whats wrong.

    ahmetsali
    Keymaster
    Posted in : Scrollbar

    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.

    ahmetsali
    Keymaster

    Hi, can you provide a live preview link to see whats wrong.

    ahmetsali
    Keymaster

    Hi, you can use wp default widget “Recent Posts” as a simple alternative.

    ahmetsali
    Keymaster

    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>
    
    ahmetsali
    Keymaster

    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.

    ahmetsali
    Keymaster

    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 folder js/iscroll.js.

Viewing 50 posts - 4,601 through 4,650 (of 4,757 total)