Forum Replies Created

Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • in reply to: Slider is not showing images (white) #5684
    jonidee
    Participant

    I have switched to the older version. would appreciate if you can look into the above.

    cheers

    in reply to: Slider is not showing images (white) #5683
    jonidee
    Participant

    This is the code that is distrubing the images
    any idea?

    <div class=”owl-stage” style=”transform: translate3d(-2526px, 0px, 0px); transition: 0s; width: 6315px;”>

    in reply to: Slider is not showing images (white) #5682
    jonidee
    Participant

    Edit: In fact none of the images are showing on the front page, in any section.
    The only visible image was the background…

    Please assist… thanks !

    in reply to: Footer in Total theme #3094
    jonidee
    Participant

    Ha! so simple, and I was trying to fiddle with ht-site-footer !!

    Many thanks that worked like a charm.

    in reply to: Menu bug on IE #3087
    jonidee
    Participant

    but the actual code that will collapse the navmenu is:

    .ht-main-navigation .ht-menu{
    display: block !important;
    }

    ?

    -thanks, we’ll get there! 😀

    in reply to: Menu bug on IE #3078
    jonidee
    Participant

    can you point at the code that defines the collapse mode please?

    in reply to: Menu bug on IE #3077
    jonidee
    Participant

    nope, that was on the PC, something makes it collapsed in IE

    in reply to: Hashone – Slider Opacity #2815
    jonidee
    Participant

    Hi this was answered a few times here for many themes, either add a background rgba element to “slide overlay” in the style.css or add this line in the custome css

    .ht-slide-overlay{
    background: rgba(0,0,0,0);
    }

    in reply to: Blog entries not horizontal #2812
    jonidee
    Participant

    better yet, i’ve used “inline” but still the problem buffles me…

    in reply to: Blog entries not horizontal #2811
    jonidee
    Participant

    okay, so the footer is deliberate, I get that but was windering if there’s a way to neatly making him 100% ?

    Regarding the blog lack of “horizontalness” – I went and isolated every element of the “clearing”
    This causes the problem:

    .ht-clearfix:after {
    content: “”;
    display: table;
    }
    by chaning the display to “none” it fizes the problem. Support guys, what is this element? while inspecting other TOTAL HASH websites i see this element and no problem is reported.
    I have manipulated it over on the CSS area. is that okay?

    in reply to: Blog entries not horizontal #2809
    jonidee
    Participant

    Trying to inspect my code I noticed the footer is not 100% wide as well…

    Can you help me inspect the code please and discover what’s [pushing everything to the left? I’ve used WORD’s comparison tool between my style.css against a new HASH TOTAL code, and I can’t figure it out.

    in reply to: Header with different language button option and facebook #2808
    jonidee
    Participant

    for the second query, try using a plugin called “Ultimate Social Media Plus” it will allow u a floating Twitter icon.

    in reply to: Menu bug on IE #2800
    jonidee
    Participant

    sorry for the late reply.

    My website is in Hebrew, so please don’t freak out.

    screenshot chrome (menu is spread on top):
    Screenshot Explorer (menu is consoidated in orange, the default BG COLOR):

    Many thanks

    in reply to: How to get rid of this Header #2719
    jonidee
    Participant

    HI, i am not the official help but been playing with this great theme for a week now.

    What happens when you simply delete the page title?
    I cannot see this word in your code, try deleting it and if it doesnt do anything then we know the source is elsewhere,

    in reply to: Static Background to HomePage #2707
    jonidee
    Participant

    I managed all of the above but affected the pages as well.

    to avoid the issue created a class called “home-bg” and put in all these background attribs there.
    then on the homepage template i added <html class=”home-bg”>

    Now it’s all working, but i’m afraid to temper with the html class. is this right way to do it?

    thank you

    in reply to: Static Background to HomePage #2706
    jonidee
    Participant

    Okay apologies this has became a monolog

    this did the trick:
    body {
    /* Fallback for when there is no custom background color defined. */

    background-image: url(‘http://www.piccolo.co.il/wp-content/uploads/2017/04/main-background1.jpg&#8217;);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    z-index: -1 !important;

    in reply to: Static Background to HomePage #2702
    jonidee
    Participant

    I defined the background image and using this attrib in the CUSTIOM CSS:

    #ht-featured-post-section{
    background: none;
    }

    seems like doing the trick. is that okay?

    Is there a way to keep the image static like the example i gave abobe, i.e. making sure it doesnt scroll along with the sections?

    in reply to: Body of Homepage, or alternative texts areas #2700
    jonidee
    Participant

    Don’t worry i managed to do it with a diffrent method.
    thanks

    jonidee
    Participant

    dw – I found it at

    .ht-main-title{
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: 1000;
    text-transform: uppercase;
    color: #FFF;

    thanks

    jonidee
    Participant

    Worked for me!

    Can i followup on this question please:
    Where are the Page header FONTS and FONT COLORS CSS … can’t seem to get them to change after using the above code to manipulate a header picture.

    Thanks

Viewing 20 posts - 1 through 20 (of 21 total)