Before you ask please READ THIS

Airlock 1.7 two problems

edited October 2012 in Airlock Posts: 6
Hello,

I have 2 small problems with my theme:

1. how to make the categories from the portfolio to be shown in two rows on the home page? They are now going in horizontal direction and there is a scroll bar to scroll the page because i have a lot of categories.

2. I also have problem with typography. The blockquote tags are not working properly. I am getting this when i use blockquote – “some text here that is quotet so there is no closng ” and evey text that is after the blockquote is shown left from the quoted text. Pleae check this: http://i49.tinypic.com/hwml9i.jpg

Comments

  • AirAir
    edited October 2012 Posts: 10,970
    Hello hyberman!

    First things first - link to your project, mainly to place with issues will come handy:-)

    1. Link please. I checked on my demo page and it works just fine.
    2. To get effect as here http://themes.apollo13.eu/airlock/shortcodes/ you have to use shortcode, not blockquote from editor:-)

    With regards.
    Post edited by Air on
  • Dear friend,

    1. I don't want to post the link in public i have sent you a PM.

    2. I am using shortcodes (Airlock Shortcodes->Typography->Blockquote), but the problem is the same. 

  • AirAir
    Posts: 10,970
    hyberman said: 1. I don't want to post the link in public i have sent you a PM.
    Fair enough :-)

    1. I just checked and it looks good, I mean it comes in two rows in my resolution 1280x1024. In what browser do you have issue with scrollbar? You can also post screen shot to help :-)

    2. Please send me link where you used blockquote(by private message or here), I don't have time to dig for it in your page, thanks.

    With regards.
  • PM sent. Thanks for assistance.
  • AirAir
    edited October 2012 Posts: 10,970
    1. Need to add some CSS. Go to airlock/common/css/style-light.css line ~834 and change
    #portfolioList a{
    color: #999;
    }
    to:
    #portfolioList a{
    color: #999;
    display: inline-block;
    }
    and
    #portfolioList span{
    color: #d6d6d6;
    margin: 0 10px;
    }
    to:
    #portfolioList span{
    color: #d6d6d6;
    display: inline-block;
    margin: 0 10px;
    }
    2. I need to have a look into your admin

    With regards.
    Post edited by Air on
  • point 1 is solved. Thanks for your support!
  • AirAir
    Posts: 10,970
    2. You didn't use shortcode, but blockquote button from editor. I have changed one of it to use shortcode(you can see on page /about). Below editor you have shortcode editor so use it, or copy my example:-)
    http://apollo13.eu/docs/airlock/#!/shortcodes

    With regards.
  • You are so right! Thank you! Great Theme, Great Support! :) You may rename the Discussion to "Two Problems (Solved)" :) Cheers!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!