Forums

[resolved] [Theme: Constructor] 2 problems, the left indent (again) & footer widget disappearing (5 posts)

  1. Z1gnol
    Member
    Posted 5 months ago #

    Like in the title, I need help on 2 problems.

    -Left indent on all page/post titles: Ive seen solutions, but it seems the latest version of constructor sports a different code (no more .hentry). Just translating it and adding text-indent=0px doesnt help. This is driving me crazy.

    -Ive added a 'pages' widget to my footer (in 'footer for pages'). Great navigation addon. However, since I turned my front page into the 'posts page', the widget isn't showing. It's working fine on the other static pages. I cant figure whats causing it, nor can I find a coding solution.

    Please give me some help, I would very much appreciate it ;)

    http://wordpress.org/extend/themes/constructor/

  2. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    Try using Firefox with the Firebug add-on for this kind of work.
    http://getfirebug.com/

  3. Z1gnol
    Member
    Posted 5 months ago #

    Hey thanks, Firebug completely slipped my mind ;)

    I currently found a wonky workaround to get text aligned differently. When I add a text indent of 0px to the css, it just sits where it is, not aligned. When I enter a negative indent, I can align it, sort of. Here's the code I used:

    article > h1,
    article > h2,
    article > h3,
    article header h1,
    article header h2,
    article header h3 {
        text-indent:-10px !important;
        margin:0;
        font-weight:700 !important;
        font-size:1.8em;
        line-height:1.4em;

    I still wonder if anyone has a more proper solution than this.

    The footer problem still needs some work.

  4. Z1gnol
    Member
    Posted 5 months ago #

    On the footer problem, I think I figured it out, but still need solution.

    Currently my widgets are dragged into 'footer for pages'. Since my posts page is not considered to be a static page, the widgets do not show on it.

    I need to be able to drag in widgets to the footer widget space (in widgets menu in dashboard). The footer widget space seems to be locked by the theme, since there is a footer tab in the 'customize'-options of the theme.

    So I need to know, how do I disable the theme's footer option.

    Thanks in advance ;)

  5. Z1gnol
    Member
    Posted 5 months ago #

    Ok, the footer problem is solved...and wow, what a silly solution.

    Well, it seems the footer widget place was't locked by the theme functions after all. When I click the 'footer' widget arrow, it opened a 'drag-into'-area (rectangle) on the bottom of the page. I suspect something iffy in the theme that's causing this. Glad it's solved though.

Reply

You must log in to post.

About this Topic