Read more button and Add new comment - are not visible and need style.

Created on 5 July 2023, over 1 year ago
Updated 6 September 2024, 2 months ago

🐛 Bug report
Status

Needs work

Version

1.0

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @alok_singh
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India mayursolaskar

    I have reviewed this merge request. After applying the MR, the "Read more" button and "Add new comment" are visible on the frontend. However, the admin panel text and submitted user text are not visible due to the color style override. To address this issue, please check the issue Article - Tags links are not visible 🐛 Article - Tags links are not visible. Needs review . In comment #6 🐛 Article - Tags links are not visible. Needs review , I have created MR!12. Thank you

  • Pipeline finished with Success
    4 months ago
    Total: 214s
    #216308
  • Status changed to Needs work 2 months ago
  • 🇮🇳India riddhi.addweb

    I have tried to apply the MR !6 but there is some error.
    Please check the screenshot for the same.

    Project version: 8.x-1.0
    Drupal version: 8.9

      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    100  144k    0  144k    0     0   264k      0 --:--:-- --:--:-- --:--:--  264k
    <stdin>:3663: trailing whitespace.
      
    <stdin>:3673: trailing whitespace.
     *. banner area 
    <stdin>:3683: trailing whitespace.
     
    <stdin>:3685: trailing whitespace.
    *. service area start 
    <stdin>:3716: trailing whitespace.
     *. (mxn-width: 1024px)  media query 
    Checking patch .gitlab-ci.yml...
    Checking patch assets/css/style.css...
    error: while searching for:
    ?
    /*----------------------------------------------------?
    @File: Default Styles?
    @Author: NavThemes?
    @URL:https://www.navthemes.com?
    @Version: Star Law Firm .01?
    ?
    This file contains the styling for the actual theme, this?
    is the file you need to edit to change the look of the?
    theme.?
    ?
    ?
    ?
    This files contents are outlined below.?
      ?
    ?
    ?
     0. General Style?
     *. Buttons?
     *. Headings?
     *. Subtitle?
     *. Top header?
    ?
     =>Start index page style_css?
     *. banner area ?
     *. ABOUT US?
     *. our services area?
     *. our services tow?
     *. testimonial area?
     *. footer area?
     *. our partners area?
     =>End index page style css?
    ?
     *. Edit css?
     ?
    =>start about page style css?
    *. service area start ?
    *. testimonial area start?
    *. Our Team area start?
    =>End about page style css?
    ?
    =>SERVICES page css start?
    *. service right img area start?
    *. service left img tabs area start?
    *. service text area start?
    =>SERVICES page css End?
    ?
    ?
    =>contact page css Start?
    *. section heading left Start*.?
    *. contact form start?
    =>contact page css End?
    ?
    =>blog page css Start?
    *. blog-three images one start?
    *. blog-three images to start?
    *. pagination-wrap start?
    =>blog page css End?
    ?
    =>blog single page css Start?
    *. blog-single-left img start?
    *. commingsoon-area start?
    *. contact-area start?
    *. sidebar-style-here?
    =>blog single page css End?
    ?
     *. media query in css-Responsive start?
     *. (mxn-width: 1024px)  media query ?
     *. (min-width: 768px)  media query ?
     *. (min-width: 1023px) media query?
     *. (max-width: 768px)  media query ?
     *. (max-width: 480px)  media query ?
     *. (max-width: 320px)   media query?
     *.media query in css-Responsive End?
    ?
    /*--------------------------------------------------*/?
    ?
    ----------------------------------------------------*/?
    /*--------------------------------------------------*/?
    /*Color Variables*/?
    ::selection {?
        background-color:#99a9bb;?
        color: #FFF?
    }?
    ?
    /*----------------------------------?
       1.Start button?
    ------------------------------------*/?
    .btn{?
    padding: 18px 40px;?
        font-size: 20px;?
        font-weight: 500;?
        border-radius: 0px;?
          display: inline-block;?
        border: 0;?
         text-transform: uppercase;?
         text-decoration: none !important;?
    ?
    }?
    ?
    .btn-default {?
       background: #4a53dd !important;?
        color: #fff !important;?
        border-radius: 5px;?
    }?
    ?
    .btn-default:hover {?
        color: #fff !important;?
        background:#ffa800 !important; ?
       ?
    }?
    ?
    .btn-primary {?
       background: #ffa800 !important;?
        color: #fff !important;?
        border-radius: 5px;?
      }?
       ?
    .btn-primary:hover{?
        color: #fff !important;?
        border-radius:5px;?
        background:#4a53dd !important;?
    }?
    .radius-50{?
      border-radius: 5px !important;?
      padding: 12px 40px !important;?
    }?
    a:before, a:after, .btn:before, .btn:after, button:before, button:after {?
        transition: all 300ms linear 0s;?
    }?
    ?
    ?
    a {?
          color: #fff !important;?
        text-decoration: none !important;?
    }?
    ?
    /*----------------------------------?
       End button?
    ------------------------------------*/?
    ?
    /*----------------------------------?
       2. Headings?
    ------------------------------------*/?
    ?
    /* Section Title*/?
    .title {?
      text-align: center;?
      text-transform: uppercase;?
    }?
    .title h2  {?
        font-size: 30px;?
        color: #99a9bb;?
     ?
        font-weight: 550;?
        text-transform: capitalize;?
    }?
    .pt_banner_30{?
      padding-top: 35px !important?
    }?
    ?
    ?
    .title h4 {?
    ?
      color: #555555;?
      padding-top: 55px;?
    }?
    .subtitle h2 {?
    ?
      color: #222222;?
      text-transform: uppercase;?
      position: relative;?
      margin-bottom: 20px;?
    }?
    ?
    ?
    ?
    ?
    ?
    /*----------------------------------?
       4.Prefix Styles?
    ------------------------------------*/?
    /*Prefix Styles*/?
    .m0 {?
      margin: 0px;?
    }?
    ?
    .p0 {?
      padding:0px;?
    }?
    ?
    body {?
     font-family: 'Open Sans', sans-serif;?
      /*Section Fix*/?
    }?
    ?
    body p {?
      font-family: 'Open Sans', sans-serif;?
      line-height: 26px;?
      color: #555555;?
      font-size: 16px;?
      margin: 0;?
    }?
    body section.row, body header.row, body footer.row {?
      margin: 0;?
      font-family: 'Open Sans', sans-serif;?
      padding
    error: patch failed: assets/css/style.css:1
    error: assets/css/style.css: patch does not apply
    Checking patch templates/page--front.html.twig...
    Checking patch templates/page.html.twig...
    
Production build 0.71.5 2024