Forum Replies Created

Viewing 20 posts - 10,521 through 10,540 (of 14,509 total)
  • Author
    Posts
  • in reply to: Css and spacing #14644
    Sakin
    Keymaster

    @rlsdesigns: Ok I will try to answer your all 3 questions.

    1- Would like to reduce spacing in the footer area and below content area. Seems there is a 1/2 above and below the AERA logo that I would like to lessen.
    — you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary { padding-top: 10px; }
    #supplementary p { margin-bottom: 10px; }

    2- Any way to have the ‘No sidebar’ layout option be wider?
    — You can widen by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #primary { width: 100%; }

    3- Can the banner be a full width image rather than just the logo in the left?
    — Yes, you can upload large image of any size yo want from “Appearance => Header” after you upload the image, you will see Crop option. In that time, you have to chick on don’t crop and publish as it is. This will publish your original image size.

    Sakin
    Keymaster

    @questions: Sorry I cannot help without check in your site URL? As it depend on how you have use it. You can build test site or password protected page and send me the url.

    Sakin
    Keymaster

    @slabbi: Sorry but the footer content cannot be changed in free themes as this in the only one means though which we provide theme and support for free. I hope you understand this.

    If you want to edit any footer copyright information then you need to purchase Pro version where there is Footer Editor option and you can change the text as per your need.

    in reply to: Full width in responsive view #14638
    Sakin
    Keymaster

    @offirkeren: Can you send me the screnshot explaining that. As when I check in your site from Mobile devices, we see then nice layout of the theme system.

    in reply to: Changing hover-color in sidebars #14637
    Sakin
    Keymaster

    @@fogruen: I have replied you in email.

    in reply to: Add line to break slider and page content #14636
    Sakin
    Keymaster

    @tnotty: It will work in all. If that is not working then you need to send me your site URL. So, that I can check in.

    in reply to: Navigation Menu Appearance #14635
    Sakin
    Keymaster

    @interiorsalvage: I just check in your site and found that your css code in “Appearance => Theme Options => Custom CSS” is not working as you have added mistake css. This is conflicting with color. So, please delete that and check in.

    in reply to: Secondry menu #14634
    Sakin
    Keymaster

    @Yybjaa: Yes we did that to separate the menu.

    in reply to: reduce padding above footer to 0 #14633
    Sakin
    Keymaster

    @tnotty: Can you try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .home #content .hentry {
        padding-bottom: 0;
    }
    .home #content article,
    .home #content .hentry p:last-child {
        margin-bottom: 0;
    }
    Sakin
    Keymaster

    @slabbi: That sentence mean we allowed to change all the function which doesn’t conflict with Theme Options panel. So, we have to keep in mind for that. But yes you are free to change that.

    So, actually what are the function you are having trouble with. If you could list that then I can check that for you.

    Sakin
    Keymaster

    @slabbi: Yes, you can change core theme files under GPL. But the problem rises when you update it. The update process will rewrite all your theme files to new files in the updated themes. That is why your changes in the theme will be overwritten by the theme. So, the best and safe option to modify theme is by building child theme, which will not get overwritten when you update the theme.

    in reply to: Sidebar on My Blog #14627
    Sakin
    Keymaster

    @arichardc: I need to check in your site Admin. Please send me your site access in our previous email. Then I will check in.

    in reply to: Primary Menu's link bug #14623
    Sakin
    Keymaster

    @yoshimura55: Have you made any customization to the theme. As our original custom menu works fine. I am asking you this as I see this issue only in your site. So, can you tell me in details what happen.

    in reply to: Permalink on images #14621
    Sakin
    Keymaster

    @carlosdonan: Child theme is build by just defining style.css in your child theme. See this http://codex.wordpress.org/Child_Themes

    You need to create functions.php file in your child theme and then copy the functions what you want to change and edit that in child theme functions.php file.

    in reply to: Changing hover-color in sidebars #14620
    Sakin
    Keymaster

    @fogruen: Ok will check in there.

    in reply to: Featured Slide: Title is…boring. #14619
    Sakin
    Keymaster

    @tracypie: It should have minimum width of 350px.

    in reply to: Secondry menu #14618
    Sakin
    Keymaster

    @Yybjaa: I got it we will fix that in new version update. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding #access-secondary ul ul {
    	float: right;
    	left: auto;
    	right: 0;
    }
    #branding #access-secondary ul.menu ul ul {
        left: auto;
        right: 100%;
    }
    in reply to: Sub-Menu Help #14617
    Sakin
    Keymaster

    @BenniemanZA: I see that you are using old version of Catch Everest Theme which might be issue. So, can you update the theme and check in.

    Sakin
    Keymaster

    @slabbi: There is if ( ! function_exists( '' ) ) : code in all the codes that we allowed to change in child theme. So, you can just build child theme and then create fine functions.php file and then add the functions in your child theme functions.php file which will not be overwritten when you update the theme.

    in reply to: Custom CSS to replace functions.php fix? #14615
    Sakin
    Keymaster

    @keller113: Custom CSS box is only for writing CSS code. But for functions you need to build child theme and create new functions.php file and add there.

Viewing 20 posts - 10,521 through 10,540 (of 14,509 total)