Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #996
    jgmusso
    Member

    Hey man, thx for this free theme, it’s awesome! Just had a problem trying to add a widget to the footer Area, now i can’t get rid of this third column that affects the main section and footer. http://www.idodepalos.com/ I tried removing all items in footer area 1, 2 and 3. Also tried resetting the theme to its original, but can’t make it happen. Appreciate if you can give me a hand in this… thanks again for everything!

    #1010
    Sakin
    Keymaster

    I just check in your site and there is no footer widget. I think you already fixed it. Let me know if there is problem

    #1014
    jgmusso
    Member

    Hi,

    No I haven’t worked this around. But I just checked and appears that is a browser compatibility problem. It seems to work fine in Firefox, but the problem persists in IE and chrome. Thanks in advance for your help!

    #1020
    Sakin
    Keymaster

    Hi jgmusso,

    I just see one problem in the footer which can be fixed by adding the following css in “Custom CSS” box in Theme Option:

    #site-generator {
    display: block;
    }

    For more can you send me the screenshot.

    Regards,
    Sakin

    #1029
    jgmusso
    Member

    Hey Sakin,

    Thanks, the code worked perfectly for the footer. The only problem now is in the main section. http://www.idodepalos.com/img/111.png

    Thanx again!
    rgds,
    JGM

    #1037
    Sakin
    Keymaster

    HI JGM,

    Can you add the following css in “Custom CSS” box in Theme Option:

    .left-sidebar #primary {
    margin: 0 0 0 -35.5%;
    }
    .left-sidebar #secondary {
    width: 32.5%;
    }

    There is slight css issue in the Right Content Layout. We will be releasing the fixed version soon.

    Regards,
    Sakin

    #1135
    jgmusso
    Member

    Hey Sakin, how are you?

    The code didn’t worked 🙁 … this last few days I’ve been tring to start a fresh “Catch Box” theme, but every time I install it again it preserves the current changes. I tried deleting the theme folder but it didn’t work. I know wordpress has a file where all this changes are stored so you won’t have to start changing all over agian every time you cange the theme. But i can’t find it and i’ve been looking in every forum in the web. Can you help me pls?

    Thx a lot for all you help.

    BR,

    JGM

    #1138
    Sakin
    Keymaster

    Hi JGM,

    You already update to the latest version and when I check in your site it is all fixed. http://www.idodepalos.com/

    Regards,
    Sakin

    #1143
    jgmusso
    Member

    Hey Sakin… yes i recently updated the theme but still i cant manage to remove this third column in the main area. http://www.idodepalos.com/img/111.png works well for firefox but not for IE and chrome. Hope you can help me with this. Other option is pointing me out wich file stores the theme confirguration so i can delete it and retore a new fresh theme.

    Thx in advance.

    #1160
    Sakin
    Keymaster

    Hi JGM,

    I found issue in your site. The issue in your site is with the “Post From Site”. They have minimal.css which is causing the problem.

    What you can do is open minimal.css in their plugin folder post-from-site -> includes directory. Then remove the following css from line no 55 onwards:

    .clear {clear:both;}
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    .clearfix {
    display: inline-block;
    }
    html[xmlns] .clearfix {
    display: block;
    }
    * html .clearfix {
    height: 1%;
    }

    This will fix our issue. To clear with you this is not our theme issues. This is issue with the plugin.

    Regards,
    Sakin

    #1305
    jgmusso
    Member

    Hi sakinshrestha, you were right its a plugin problem. Thanks a lot for your help!

    cheers,

    JGM

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer area // Third column problem’ is closed to new replies.