Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1080017

    Hi guys,
    there are some things that I do not understand complicatedly about the theme and I need your help to get fix for my client.

    It seems that home behaviour is different from other pages.

    1) The header for instance it looks different from page to page and i am not able to set the home header look & feel as the other pages (I have enclosed the website below and some screenshot) Have a look to IMG 1 below

    2) Menu colour (now is set white and it has the same behaviour in all the page, but if I change the logo area colour, the home look & feel is different from other pages. Please have a look to image 2
    3) Where can i change the hover effect to the button in the layer slider? See img 3
    Thanks a mil for your help

    • This topic was modified 5 years, 8 months ago by jexjex.
    #1081159

    Hey jexjex,

    Sorry for the problem and for the late reply. It looks like you have file compression active, could you try to turn that off and select to delete the old CSS and JS files as well under Enfold->Performance to see if that helps please?

    Best regards,
    Rikard

    #1081316

    Sorry could you explain how to do it?
    Is there any feature in the theme or is on the server?

    #1081803

    hello :)

    #1082287

    Hi,

    Please go to Performance Settings and from there disable it.
    This section is over at Theme Settings

    Best regards,
    Basilis

    #1083076

    It looks like you have file compression active, could you try to turn that off and select to delete the old CSS and JS files as well under Enfold->Performance to see if that helps please?

    It doesn’t work :(

    #1084790

    Hi,

    Sorry for the late reply. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1085434

    Thanks, attached to the private content

    #1086742

    Hi,
    Sorry for the late reply, and thanks for your screenshots, I believed that you wanted your search icon blue along with the topbar for mobile, I sorted this out for you with this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu ul:first-child > li > a {
    color: rgb(0, 150, 179) !important; 
    }
    .responsive #top #header_meta {
    background-color: rgb(0, 150, 179) !important; 
    }
    }
    #top #header_meta {
    background-color: rgb(0, 150, 179) !important; 
    }

    I checked your menu on all pages but couldn’t find one that was different. If you want to have a hover color for your main menu then please use the advanced styling and add another “Main Menu Links” selection and click the box for hover. This means that you will have it there twice once for not hover, and once for hover
    2019-04-03-232045

    Best regards,
    Mike

    #1087011

    Hi Mike, thank you for the try but it is not what I try to accomplish.
    I have asked that the look and feel of the home page was the same of the one you have in the other pages.
    Why they have a different behave?

    I have attached in private window the image of what I need to accomplish.
    Please have a look to it
    Thanks again

    #1087342

    Hi,
    Thank you for the explanation and the images, this helps a lot. I found that on the home page the header transparency was interfering with the background image. This css corrects it:

    #top.home .av_header_transparency .header_bg {
        opacity: 1 !important; 
    }
    

    For the extra space on the home page, I found that you have an empty color section on the home page that in not on your “cataloghi” page.
    2019-04-04-224433
    Please try removing it.

    Best regards,
    Mike

    #1087414

    Hi Mike, the issue is ONLY in home page between the header that have the wrong look and feel that I am trying to solve and the Layer Slider.

    Between these 2 elements there is an extra space.
    So we have 2 issues:
    – header in home (only home page)
    – space between header and layer slider (only in home page)

    All the other pages looks great
    :)
    Thanks

    #1088035

    Hi,
    I took another look, and for tablet size on your homepage the extra space is caused by the empty color section
    2019-04-07-143237
    Please see the screenshot in Private Content area for how this space looks on the frontend of your homepage, if you remove it then you won’t have the space.
    For the header on your homepage please add this css code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .av_header_transparency .header_bg {
        opacity: 1 !important; 
    }

    This will allow your background image to show, on the homepage.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.