ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster
    Posted in : Linked text bug

    Try the custom css code below;

    .format-link .entry-content a { word-break: normal; }
    
    ahmetsali
    Keymaster
    Posted in : Add a blog?

    It is a different theme “Responsy Wp”, impressivCard WP doesn’t have a blog page.

    ahmetsali
    Keymaster
    Posted in : Menu Bar Shape

    @patsfeir

    Hi, in addition to the custom css code i gave in my post above, try adding this custom css code after;

    #header nav ul span { background: none;}
    #header { padding-top: 0 !important;}
    #header nav ul { margin-top: -0.5em;}
    #header .title { padding-top: 8px;}
    
    ahmetsali
    Keymaster
    Posted in : Navigation problems!

    Hi, sorry i have just seen your reply, you can use this code;

    <script>
    $(function() { $('#nav > li').removeClass('active').eq(2).addClass('active'); });
    </script>
    
    ahmetsali
    Keymaster
    Posted in : Responsy logo text

    Hi, it is “Open Sans” if you select text logo, but if you are asking for the font in the sample logo image it is “Cooper Black” .

    ahmetsali
    Keymaster
    Posted in : Few Questions

    Hi, to hide page titles and center the contact page try this custom css;

    .page .entry-header { display: none; }
    .contact-form, .contact-form input, .contact-form textarea, .page-template-page-contact-php .hentry p { text-align: center; }
    .contact-form label.error { left: 33%; }
    .contact-form .ajax-loader { margin: 1.5em auto 0 auto; }
    .page-template-page-contact-php .hentry { padding-top: 0; }
    
    ahmetsali
    Keymaster

    You can change these texts to lowercase with localization, see documentation > localization section. Or you can make any text lowercase via custom css, but you need to this for each section;

    .about-author h3, #respond h3 { text-transform: lowercase !important; }
    
    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    I think that looks really bad with almost no white space, you can do this with these custom css;

    .site-header { padding-bottom: 0em; }
    .hentry > h1 { margin 0; }
    h1.site-title a { border-bottom: none; }
    .site-header hgroup { padding: 0em 0 0.5em 0; }
    h1.site-title { line-height: 1; margin-bottom: -0.3em; }
    .readable-content > .hentry { padding: 0.7em 0 2.5em 0; }
    

    Besides that you have some empty “p” tags in your content that makes extra white spaces, you can remove them in Editor’s Text tab.

    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    I see the same thing, haven’t you noticed that white spaces around header and logo are reduced after custom css code. I can see the difference clearly. Try deleting the custom css and see how it looks without custom css.

    ahmetsali
    Keymaster

    It is working on your site too, check the page below Author name in “About The Author” module uppercase eliminated, it looks in lowercase format.

    http://rossmarchant.co.nz/testing-2/

    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    This is really weird, i still can see the changes on your site, white spaces are reduced, send me a screenshot to be sure if we both see the same result.

    ahmetsali
    Keymaster

    It works fine on my side, hit “CTRL + F5” if still nothing changes, provide a url to see what’s wrong if possible.

    ahmetsali
    Keymaster

    Hi, try the custom css code below;

     
    * { text-transform: none !important; }
    
    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    Hit “Ctrl + F5” i see the changes on your site, also add this custom css;

    h1.site-title { line-height: 1; margin-bottom: 0; }
    
    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    Ok, delete the custom css in my first post, then try this custom css;

    .site-header { padding-bottom: 2em; }
    .hentry > h1 { margin-top: 0; }
    h1.site-title a { border-bottom: none; }
    .site-header hgroup { padding: 1.5em 0 0.5em 0; }
    
    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    Can you provide a url to see what’s wrong?

    ahmetsali
    Keymaster
    Posted in : Adjusting Margins

    Hi, try the custom css code below;

    h1.site-title { line-height: 1; margin-bottom: 0; }
    .intro h2 { margin-top: 0; }
    

    Hi, i noticed that an iframe is being appended at the end of body by pinterest script, that makes the extra space in footer, you can hide it via custom css, we will add this css code in the next update, thanks for the feedback.

    #page ~ iframe { display: none; }
    
    ahmetsali
    Keymaster

    Hi, you are not using 3d layout now, you must be activated safe-mode. Page attributes are for 3d layout. Deactivate safe-mode and let’s see what’s wrong.

    ahmetsali
    Keymaster

    I only noticed that some of your thumbnail images are not big enough to fill the container. You can make them fill the container with custom css code below if you like,

    .portfolio-items .hentry img { min-width: 100%;}
    
    ahmetsali
    Keymaster

    I didn’t notice anything different in your portfolio page, it looks good to me.

    ahmetsali
    Keymaster

    Hi, you can try the custom css code below to reduce the white space on top of blog list.

    .post-list ul { padding-top: 0;}
    

    Thanks for the feedback also.

    ahmetsali
    Keymaster
    Posted in : Linked text bug

    Hi, i tested and it looks fine on our preview site, can you provide the url to see what’s wrong.

    ahmetsali
    Keymaster

    If the map is shown properly, you can ignore that alert, i always get alert on embeded content on chrome.

    ahmetsali
    Keymaster
    Posted in : recent post space

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

    <script>
    jQuery(document).ready(function($) {
        $('.blog-post').eq(3).css('clear','left');
        $('.blog-post').eq(7).css('clear','left');
    });
    </script>
    
    ahmetsali
    Keymaster

    Hi, we will add lightbox shortcode for this. Thanks for the feedback.

    ahmetsali
    Keymaster

    Hi, try the Custom CSS code below;

    .flex-container .flex-direction-nav li a { opacity:1; }
    .flex-container .flex-direction-nav li .next { right:20px; }
    .flex-container .flex-direction-nav li .prev { right:52px; }
    
    ahmetsali
    Keymaster
    Posted in : Menu bar shape
    ahmetsali
    Keymaster

    Hi, please check Documentation > Localization section.

    ahmetsali
    Keymaster
    Posted in : Sidebar width

    Hi, add the code below to the External CSS/JS box under Appearance > Theme Options > Style tab.

    <script>
    jQuery(document).ready(function($) {
        $('#primary.span7').removeClass('span7').addClass('span8');
        $('#secondary.span5').removeClass('span5').addClass('span4');
    });
    </script>
    

    and add the code below to the Custom CSS box in same window;

    .featured { text-align: center;  }
    
    ahmetsali
    Keymaster

    Hi, you may have something missing in your html markup. You can disable iscroll by enabling safe-mode in html data attribute but this will also disable 3d layout.

    <html data-safeMod="true"
    
    ahmetsali
    Keymaster

    Hi, i just checked our live preview again on chrome 24 and it works fine. What is your chrome version?

    ahmetsali
    Keymaster

    Try this custom css code;

    #portfolio-items { max-width: 960px; }
    
    ahmetsali
    Keymaster

    If you want 4 items instead of 5 items per row, you need to increase portfolio items image size so 4 items fit in the layout.

    ahmetsali
    Keymaster
    Posted in : Do a barrel roll ?

    Hi, it might be possible, but i don’t know the exact page parameters. You can check jmpress example page for different layouts;

    http://jmpressjs.github.com/docs/examples.html

    ahmetsali
    Keymaster
    ahmetsali
    Keymaster
    Posted in : Portfolio Mobile

    Hi, it looks like “Raphaël Icon-Set” font icons don’t appear on android 2.x version, I will think for a solution, thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : FEATURE REQUESTS

    Hi, shortcode generator is in the update list.

    ahmetsali
    Keymaster
    Posted in : Blog image size

    Hi, you can set cropping value for blog images (“Theme Settings > Style > Cropping for blog page”), but you need to re upload your existing post’s featured images to be cropped in new sizes.

    ahmetsali
    Keymaster
    Posted in : Page background

    Hi, try the custom css code in the post below;

    http://www.pixelwars.org/forums/topic/boxed/

    ahmetsali
    Keymaster
    Posted in : Add a blog?

    Hi, since this is just a vcard theme, blog was out of the scope when we were designing the theme. Alternatively you can link to a seperate blog site in social icons on somewhere else.

    ahmetsali
    Keymaster

    Try adding this custom css code;

    @media screen and (max-width: 480px) {
      	.wrapper { width: 280px; }
    }
    
    ahmetsali
    Keymaster

    Hi, can you provide a url to see what’s wrong ?

    ahmetsali
    Keymaster

    Hi, you can use an image for background 1280px to 1920px width.

    ahmetsali
    Keymaster

    Try adding the custom css code below;

    @media screen and (max-width: 768px) {
      	.wrapper { width: 660px; }
    }
    
    ahmetsali
    Keymaster

    Try these modifications, open css/bootstrap.css in a text editor,

    1-) On line : 84, change this

    @media (max-width:767px)
    

    to this;

    @media (max-width:768px)
    

    2-) On line : 85, change this

    @media (min-width:768px) and (max-width:979px)
    

    to this;

    @media (min-width:769px) and (max-width:979px)
    

    3- in css/main.css file, between line :320 – line: 382 find every code block;

    (max-width: 767px)
    

    and replace it with this;

    (max-width: 768px)
    
    ahmetsali
    Keymaster

    Hi, try the custom css code below;

    .portfolio-items .item { width: 272px; }
    
    ahmetsali
    Keymaster

    Hi, you can use the custom css code below;

    .portfolio-items .title { text-indent: -999em;}
    
    ahmetsali
    Keymaster
    Posted in : Beste cropping size

    Hi, max 300px width is enough but if you want to provide retina support you can consider @2x size.

    ahmetsali
    Keymaster

    Hi, your menu links contains full url, menu links should be #/page-name format. Please see Documentation > Menu for detailed instruction.

Viewing 50 posts - 4,401 through 4,450 (of 4,785 total)