• Hi,
    I have recently updated the theme, but now the header image has these opaque extensions on the sides and I don’t know how to disable them. Can i remove them? if so, how?

Viewing 14 replies - 16 through 29 (of 29 total)
  • why did u remove the header image..? it’s of no use if u remove it lol

    Thread Starter barbussi

    (@barbussi)

    When I created the child-theme the header image is vanished, now it is ok (I think).
    I have paste the code in the function.php of the child theme but everything is like always.
    (I will not thank you enough for the patience)

    umm.. I’ve been working with child themes for a while.. never ran into any problem(s). I’ll see if I can come up with a solution anytime…

    Thread Starter barbussi

    (@barbussi)

    Ok, thanks anyway.
    In the meantime I even tried to restore the opacity, and the header image became opaque and the sides not (…)

    The image header is repeating, I’m wondering if there is a chance to “simply” avoid that.

    Try putting this in the child theme or style.css

    #header {
    background-image: url(images/Name_of_Image.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px solid #dfdfdf;
    }
    Thread Starter barbussi

    (@barbussi)

    Nothing to do…

    But if I find the previous version of the theme and I restore it, then I create again the child theme and update the theme only after the child-theme creation it would change anything?

    Nope. It won’t change anything…. even after gettting 100 updates on the theme. Provided that you made the child theme correctly.

    I’ll post the link to the website you could follow to create the child theme easily..

    Thread Starter barbussi

    (@barbussi)

    Hi,
    thank you (again, and again!), but I think that I have created properly the child-theme.
    I have installed again both versions of the theme and the child-theme of the newer one and at this link I found a list of differences:
    https://themes.trac.wordpress.org/changeset?old_path=blanc/2.0.3&new_path=blanc/2.0.4#file7
    But, obviously, I don’t understand anything.

    This is the how my blog looks like when I activate the older version of blanc theme:
    http://i57.tinypic.com/160rh1d.jpg

    ok.. there are 2 things you could try…. but, remember to backup the original files of parent themes before making any changes and if you see anything going wrong.. just remove whatever you added or add whatever you removed.
    The 2 ways I think could work out…

    1.) Make a child theme file for “flexslider.css” in your child theme directory (blanc/2.0.4/css/flexslider.css ) and put this in it (of course after making a call to the parent flexslider.css file) :-

    .flexslider .slides img {
     	 height: auto;
             width: 90%
     	}

    2.) In this jquery.flexslider.js file located in “blanc/2.0.4/js/“… on line “145”, try removing these lines…

    if (!fade || (fade && slider.vars.smoothHeight)) { $(window).bind("resize orientationchange focus", methods.resize); }

    and in the same file… try removing these on line 558-560:-

    `resize: function() {
    if (!slider.animating && slider.is(‘:visible’)) {
    if (!carousel) slider.doMath();
    if (!carousel) { slider.doMath(); }`

    `

    Thread Starter barbussi

    (@barbussi)

    I’ve tried both… nothing changed.
    I’m really grateful for your efforts and for your patience, but I’m thinking to give up, lol.

    hahahha barbussi lol…. well.. what is the theme you are using.? If it’s free.. maybe I’ll download it and set it up and see if I can come up with it….post the link if you can ^_^

    Thread Starter barbussi

    (@barbussi)

    The theme is blanc:

    https://wordpress.org/themes/blanc/

    πŸ˜‰

Viewing 14 replies - 16 through 29 (of 29 total)

The topic ‘Header image’ is closed to new replies.