Okay
  Public Ticket #2157101
Archive backround
Closed

Comments

  • Arunas started the conversation

    Hello,

    I would like to add background image on archive page. I would like to add background as in 1st screen shoot. Now category archive is black. Also maybe there is a way to remove word "Category" in the header? 

  •  8,992
    Tahir replied

    I dont see any post in the category: http://prntscr.com/p8nb6e ? .

    Best


    ThemeNectar Support Team 

  • Arunas replied

    Hello Tahir,

    Now I tryed to create custom category page and it didint work. Is there a code or something that can add background to category page? 

    The posts is private, I dont want to show them for website users because its a mess.

    I want to use option featured image on the left. I tryed to change background color thru wordpress category settings as you told in one post, but it dosent change it. Still I want to add background as in the rest website.

    One more problem is that when I set header image its darker. Tryed diferent options and one of options do work just i dont want to see on header category name. 

  •  8,992
    Tahir replied

    Hey Again,

    Unfortunately this will have to be custom coded and is not available using the current Theme Options .

    Best 


    ThemeNectar Support Team 

  • Arunas replied

    Hello Tahir,

    How can I solve this problem? Now I cant see text, bacground is black. Tryed to use everything I can find in the internet. Nothing helped. 

    Best wishes,

    Arunas

  •  8,992
    Tahir replied

    Which Page url are you referring to ? .

    Best 


    ThemeNectar Support Team 

  • Arunas replied

    Okey so now I made all posts visible. You can see them in link - https://lazeriupoligonas.lt/category/uncategorized/

    I created new php file called - category-1.php (I made it the same as index.php). The problem is that I just want to set background and header the same as in the rest of website.

    Thank you very much.

  •  8,992
    Tahir replied

    You can add the Archive header here : http://prntscr.com/pas7nn .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .archive .container-wrap {
        background: url(https://lazeriupoligonas.lt/wp-content/uploads/2018/05/bg_txt-1.jpg);
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    Tahir, you are awesome. The whole week I spend trying to solve this thing. Thank you very much. The final and the new thing I found today in the current post. The link - https://lazeriupoligonas.lt/nauja-iranga-3/ . You can see that black line bettween text and header. Also I think it is at the bottom also. This is the last thing I want to remove. 

    One more time thank you very much. 

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .meta-category {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    It removed category name from header, but black bar is still showing up (https://lazeriupoligonas.lt/nauja-iranga-3/).I removed the header image to see it more clear. The black bar is the same high as now bettwen text and white line. Maybe there is a way to remove this white line and posts title. Then I can create a row with nectar slider and another row with background image. 

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single .heading-title {
        border-bottom: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    I added the code. Text and white line are gone. But still row is not at the top. Now I added row and nextar slider in it. You can see that there is a big black space bettwen menu and slider. The same happens with text.

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single .heading-title {
        display: none !important;
    }
    article.post .content-inner {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .container-wrap, .project-title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    article.post .post-content {
        min-height: 40px;
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    Hello Tahir,

    Dont know what goes wrong. I added the code and you can see the results in here - https://lazeriupoligonas.lt/nauja-iranga-3/

    Now the first row is set to full width background. In that row is Nectar slider (everything is the same as in rest website). Second row is full width background also. Now we can see that second one work full width, but the first one moved to the right side. Also there is a black space between slider and menu. After the text we can see black space also. 

    I noticed when I set first row (with slider) to "Full width content" slider shows normally. Only the blank space between slider and menu is left. 

    Thank you very much. 

    - Edit:

    I noticed that that it crashes then when I select "Full width slider". If its not full width there are no black line between slider and menu. 

  • Arunas replied

    Okey, so I addeda default header (not Nectar slider) and still there are black gaps between text and header, also between text and footer. Please help me to fix that. Link to the post: https://lazeriupoligonas.lt/nauja-iranga-3/

    Updated the theme to 11 version. Didint helped. 

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .row {
        padding-bottom: 0px;
    }
    body.single-post[data-bg-header="true"].ascend .container-wrap {
        padding-top: 0px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    Problem solved. Thank you lot :)