Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
Question about blocks
  • Posted: 10.09.2007, 20:15
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    I installed theme CirrusAquaXTE and edited a little.
    For example, I have left and right blocks, and I have links in left menu, navigation links. There are some dots and link (name). Now, that dot and link are in center or right position,I would like that it is left as it is possible. At the start, left.
    If someone can help where can I edit that?

    Thank you,
    Zeljko

  • Posted: 10.09.2007, 22:06
     
    nestormateo
    rank:
    Professional Professional
    registered:
     September 2006
    Status:
    online
    Posts:
    1451
    Hi Zeljko
    not all here have that theme,
    whe can help you if you provide an URL to see where you want to apply the changes...
    Usually, the theme define multiples templates for some modules, and in there you can apply the modifications, and change the CSS too.

    Give us an URL and it will be easy.

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Posted: 11.09.2007, 02:55
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    Sorry, I didn't know is it allowed to post URL.

    URL for my modification is:
    http://www.cafe.co.yu/index.php?theme=CirrusAquaXTE

    I want if it is possible that menu items are at the start as "Cafe Sadrzaj" which is some other module.
    Pocetna strana and other to be left as much as possible.

    Thank you,
    Zeljko
  • Posted: 11.09.2007, 03:29
     
    nestormateo
    rank:
    Professional Professional
    registered:
     September 2006
    Status:
    online
    Posts:
    1451
    Well, i don't understand all the idea.

    You want the "Glavni meni" block with the expandable style of the "Cafe Sadrzaj" block?

    I don't understand this: "Pocetna strana and other to be left as much as possible."

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Posted: 11.09.2007, 03:33
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    Sorry.
    Black dot is on center or right now, I don't know,I want that it is like "+" on Cafe Sadrzaj, on the left side, at the start of page at left.

    I tried to change to default theme and it works but I have now one more problem.
    There are just center blocks when I try to run some page exept admin.php, user.php and some other, there aren't any page with postwrap, which are now visible. (for example marketing)

    Thank you for help and sorry one more time,
    Zeljko
  • Posted: 11.09.2007, 07:52
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975
    Sorry, I am not following your English very well. Which is no problem, except I cannot seem to understand what you need done. Maybe, you can send some screen shot (pictures) to better explain.

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.09.2007, 03:11
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    I want that menu items in Left blocks starts from begining (from left side) like it is now on www.cafe.co.yu in left block, and not from the center, as it is now where is black dot.

    I hope you understand :(

    Thank you,
  • Posted: 12.09.2007, 05:32
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975
    I would look at your styles for ul and li in your style.css

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.09.2007, 16:22
     
    Topiatic
    rank:
    Professional Professional
    registered:
     November 2003
    Status:
    offline
    last visit:
    06.11.08
    Posts:
    1675
    And you'll want padding and margin for both of those to be 0.

    Also, there is an error in your header from home.htm, the tag

    Code

    meta name="generator" content="PostNuke 0.7.6.2
    has no closing tag '>'. This may cause unexpected results throughout the rest of your page.

    Which brings me to warn you that you are using and outdated version with known security issues and you really should upgrade to pn0.7.6.4 ASAP.

    --
    Under Construction!
  • Posted: 13.09.2007, 01:49
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    I think I uploaded now ok - www.cafe.co.yu/novo/ can you check is there any error now?

    Thank you!

    Zeljko
  • Posted: 13.09.2007, 02:17
     
    nestormateo
    rank:
    Professional Professional
    registered:
     September 2006
    Status:
    online
    Posts:
    1451
    Well, there is a problem with your theme and content,
    your theme define the XHTML 1.1 DocType, but must be not,
    because validating you get 801 errors:
    http://validator.w3.…afe.co.yu%2Fnovo%2F

    With HTML 4 Transitional, you get 199 errors...
    It's clear that is a hard work to be fully compliant,
    i'm surprised that this forum have 16 errors, just a missed xmlns attribute for element HTML, and uncommented javascript, but well...

    search for the relevant errors,
    and about the margin and padding of your menu
    try FireBug (www.getfirebug.com)
    a FireFox extension that let you change your site styles in runtime!

    Good luck!

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Posted: 13.09.2007, 03:04
     
    rank:
    Freshman Freshman
    registered:
     April 2006
    Status:
    offline
    last visit:
    11.10.08
    Posts:
    48
    Hello,
    writes in the CSS ciriusaquaxte
    this

    Code

    ul {padding:0 0 0 15px;}


    and you have all links left in the menu.

    Greetings Charlie

    --
    regards from germany

    postnuke-themes.de My Testsite for Zikula
  • Posted: 13.09.2007, 03:47
     
    ZeLjkO_PG
    rank:
    Helper Helper
    registered:
     July 2003
    Status:
    offline
    last visit:
    08.01.08
    Posts:
    122
    Charlie, I added that in styles.css but it is same as old :(

    nestormateo, sorry I don't know much with PHP and HTML so I don't understand a lot :(

    Thank you,

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula