ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster
    Posted in : lightbox iframe

    Hi, open js/main.js in a text editor and at line : 530 – 531 you will see lightbox iframe size;

    		$("a[rel^='fancybox']").fancybox({
    			centerOnScroll : true,
    			padding : 0,
    			margin : 44,
    			width : 640,
    			height : 360,
    

    You can alter width and height values.

    ahmetsali
    Keymaster

    Scrolling works fine on chrome and firefox on my side. Does your problem still persist?

    ahmetsali
    Keymaster

    I can see all of your pages, Does your problem still persist?

    ahmetsali
    Keymaster
    Posted in : mobile menu icon

    Hi, thanks, this is possible, use the Custom CSS code below;

    .mobile-nav { width: 54px; }
    #header nav:after {content: "MENU"; width: 54px; font-size: 14px; }
    
    ahmetsali
    Keymaster

    Hi,

    1- I just tested in IE8, about me page works as it should as i see.

    2-) Scrolling works on firefox and chrome on all pages. I couldn’t see anything wrong.

    I just detected some issues with inline youtube video.

    1-) Video looks blank on firefox,

    2-) Video stays on the screen forever even if you change the page in safari.

    But with a vimeo video embed instead of youtube video, everything is fine. I didn’t really get why is happening with youtube videos. And you say it is working fine until last week. I wonder if youtube changed their embed code in this period, and if it has somehow incompatible parts.

    ahmetsali
    Keymaster

    Hi, pinterest is included. You can add more custom icons such as xing by replacing the ones you dont use, check the post below;

    http://www.pixelwars.org/forums/topic/social-icon/

    ahmetsali
    Keymaster

    Hi, try the Custom CSS below;

    .services ul { text-align: left; }
    
    ahmetsali
    Keymaster

    Hi, add the custom css below, at the end of main.css

    #portfolio .item { background-color: transparent; }
    
    ahmetsali
    Keymaster

    Hi, you have used object embed code for youtube, use iframe embed code instead;

    <iframe width="1280" height="720" src="http://www.youtube.com/embed/rvts16fMMwc?rel=0 " > </iframe>
    
    ahmetsali
    Keymaster

    Oopps, i had forgotten to update main.css version info. The files you have just downloaded is the latest version.

    ahmetsali
    Keymaster

    Hi again, we are currently very busy with finalizing our next theme, sorry for the delay. We will release the update when we get some extra time.

    ahmetsali
    Keymaster
    Posted in : Logo in front of navi

    Hi, logo is not clickable in this design since it is a one page site and nav menu is reachable just near the logo.

    ahmetsali
    Keymaster

    You can learn your template version in “css/main.css” file at the top you will see.

    	Name: Responsy
    	Date: April 2012
    	Description: Responsive HTML5 Portfolio
    	Version: 1.0
    

    Current version on themeforest is 1.3.1.

    ahmetsali
    Keymaster

    You are using v1.0, please download and update to v1.3.1. Backup your project before updating. And see if your problem persists.

    ahmetsali
    Keymaster

    Hi, paste the code below to the External CSS / Javascript box under Theme Settings > Style tab;

    <script>
    $(function() { $('#filters a').click(function() { return false; }); });
    </script>
    
    ahmetsali
    Keymaster
    Posted in : modifying menus
    ahmetsali
    Keymaster
    Posted in : CSS template problem

    Hi, try this custom css;

    .kb_container img { max-width: none; }
    .bannershadow { line-height: 1; }
    
    ahmetsali
    Keymaster

    Hi, this can be possible but not easy to do with some lines of code. If you are not familiar with css you may consider working with a professional for further customizations.

    ahmetsali
    Keymaster

    Hi, i tested with only one image in slider, it still looks fine.

    ahmetsali
    Keymaster

    Hi, i checked on iphone5 emulator via browserstack.com, video seems to play nice. What an alternate solution is in your mind if lightbox is disabled on mobile.

    ahmetsali
    Keymaster

    Hi, you need to upload your logo @2x size for retina screens. Now your logo is 230px X 60px, make it 460px X 120px. Then use the custom css code below;

    .title img { max-width: 230px; }
    @media screen and (max-width: 479px) {
    	.title img { max-width: 70%; }
    }
    
    ahmetsali
    Keymaster

    Hi, i just checked on our live preview, it looks fine. Can you provide a url to see what’s wrong.

    ahmetsali
    Keymaster

    Hi try this;

    /* Bold Text */
    .page-header h1 b { font-weight: 400;  }
    
    /* Small Text */
    .page-header h1 small { color: #ccc;  }
    
    ahmetsali
    Keymaster

    Hi,

    1-) You can style page titles as;

    .page-header h1 { font-weight: 400;  }
    

    2-) Also you can style all repeated dashed border styles as;

    .header-wrap, .page-header, .content h2, .blog-part h3, .search-widget, .post-single .media-box, .tagline, .featured-posts .item { border-width:0 0 1px 0; border-style: solid; }
    
    ahmetsali
    Keymaster
    Posted in : Clients

    Hi lamarcs,

    You can create new topic/topics under related category/theme/template. When you scroll down to bottom in any category you will see “CREATE NEW TOPIC IN …” form at the bottom. For responsy wp follow the link;

    http://www.pixelwars.org/forums/forum/wordpress-themes/responsy-wp/#new-topic-0

    ahmetsali
    Keymaster

    about in a week.

    ahmetsali
    Keymaster
    Posted in : Clients

    Hi, paste the code below to the “External Stylesheet/Javascript” box under Theme Settings > Style tab.

    <script>
    jQuery(document).ready(function($) {
       $('.clients a').attr('target','_blank');
    });
    </script>
    
    ahmetsali
    Keymaster

    Hi, edit js/main.js in theme folder in a text editor, find the line : 215

    layoutMode : 'masonry'
    

    and replace it with this code line;

    layoutMode : 'fitRows'
    
    ahmetsali
    Keymaster
    Posted in : Portfolio Page

    Hi, sorry, portfolio filtering script only allows items to be aligned left.

    ahmetsali
    Keymaster

    Hi, that should not happen at all, that is weird. Can you provide a url to your site to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, currently only cover image (featured image) is shown in lightbox, but we will add support for more lightbox images in same portfolio item with future updates. Thank for the feedback.

    ahmetsali
    Keymaster

    No problem, i am glad to hear that there is no problem with ios6.0.2 .

    ahmetsali
    Keymaster
    Posted in : Blog

    Hi all, blog was out of the scope when we are designing this theme. And it requires more time and hard work to integrate blog with ajax functionality. We don’t plan to add blog feature to this theme as we are really busy with upcoming themes.


    @Brian

    I will have that in mind for a next update. Thanks.

    ahmetsali
    Keymaster

    Hi, i see you want to put hero unit on homepage. Then you can insert hero unit shortcode to homepage content editor. Then use “Responsy Editor Content” widget on homepage.

    [hero_unit hero_title="My Hero" hero_button_type="btn-warning" hero_button_link="" hero_button_title="Only Buy!"]Responsy is a responsive template.[/hero_unit]
    
    ahmetsali
    Keymaster

    Ok, i will try to detect and solve what is wrong, as soon as i get the chance to test it on ios6.0.2. Thanks for the feedback.

    ahmetsali
    Keymaster

    Hi, go to wp admin “Theme Settings > SEO” and leave blank Facebook fields. Then try again, but it might take a while to changes appear, i guess facebook caches.

    ahmetsali
    Keymaster

    @mtthjnt
    Enabling safe mode as i told above in my previous message will give you what you want (classic layout). But you say it freezes, that is weird, make your site online and provide a url to us to see what’s wrong. Also you can create a new topic then, it would be easier to follow.


    @remytennant

    I can only test your site on iphone5 and ios6.0 for now, and it looks fine. Can you check our preview site ( http://themes.pixelwars.org/impressivcard-wp/ ) and see if it is broken on ios6.0.2 ?

    ahmetsali
    Keymaster

    Hi, do you mean Call To Action area on homepage? Then you can check the post below;

    http://www.pixelwars.org/forums/topic/how-to-create-cta/

    ahmetsali
    Keymaster
    Posted in : Syntax error line 48

    It is not a problem actually, I used templating system in Dw which makes it super easy to edit repeated content on all pages. See the post below also for templating in Dw;

    http://www.pixelwars.org/forums/topic/i-downloaded-the-template-but-cannot-edit/
    http://www.pixelwars.org/forums/topic/how-to-insert-slider/

    ahmetsali
    Keymaster

    @mtthjnt
    You need to activate safe mode in order to make text selectable. Go to “Appearance > Theme Options > Animation” and check ” Enable Safe Mode” box.


    @remytennant

    What is your device and ios version?

    ahmetsali
    Keymaster

    Hi, i just checked your site on iphone 5/4s and it is working fine. But when on iphone 4s and ios 5.1 you need to click “Done” after selecting page.

    ahmetsali
    Keymaster
    Posted in : Syntax Error

    Hi, i just checked live preview of impressivCard HTML5 and portfolio is working fine, no blank page when clicked on thumbnails. Also you can ignore that warning, it is a false alert.

    ahmetsali
    Keymaster
    Posted in : Portfolio URL

    Hi, unfortunately it is not possible to change that portfolio keyword that comes with portfolio single url.

    ahmetsali
    Keymaster
    Posted in : Social Icon

    Hi, you can replace an existing one with a different social icon via custom css. Let’s say, you are not using tumblr social icon and you want to replace it with soundcloud icon;

    .social li a.tumblr { min-width: 37px; min-height: 37px; text-indent: -999em; background-image: url("http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/soundcloud.png"); background-repeat: no-repeat; background-position: center center; }
    

    You can do the same for replacing other icons that you are not using.

    ahmetsali
    Keymaster
    Posted in : Mobile Version Menu

    Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : Resize map in contact

    Hi, google map iframe height is controlled by css. You can use custom css as;

    .map iframe { height:320px; }
    
    ahmetsali
    Keymaster
    Posted in : How to insert Slider

    Actually template files are time savers if you are using Dw. They include repeated content like header/footer and once you updated header markup in template file and save it all pages are updated automatically. But it is fine if you don’t want to use them. When you open an html file in Dw, click “Modify > Templates > Detach From Template” and it is detached from template file, just a simple html file on its own.

    ahmetsali
    Keymaster

    Hi, i just checked on OSX Mountain Lion, all fonts look a little bolder than they look on windows. I think this is a platform specific difference. Also i didn’t notice text getting bolder on page change.

    ahmetsali
    Keymaster
    Posted in : How to insert Slider

    Hi,

    1-) Make sure it is a responsive slider if you care about responsive layout.
    2-) Dwt files are templates files for dreamweaver. If you are using Dw, simply create a new HTML file and click “Modify>Templates>Apply Template to page” then select “page-full-width.dwt”. And place your markup between;

    <!-- InstanceBeginEditable name="Middle-Content" -->
                           
                              
    <!-- InstanceEndEditable -->
    
    ahmetsali
    Keymaster
    Posted in : Lightbox not working

    Hi, i see, sorry but this is how it works, if you click on a lightbox item it will open in ligtbox, if you click on a portfolio link it navigates through all portfolio items in ajax portfolio details window.

Viewing 50 posts - 4,451 through 4,500 (of 4,774 total)