• Resolved s25986241

    (@s25986241)


    The blue ribbon linking to the comments section is missing from the home page articles. It’s there on the slider, but not on the articles listed below or if looking at a specific category. I made some customization to the theme. I added this to the stylesheet.css:

    #ug_submit_button{margin-top: 10px; !important;}
    .ugc-input-wrapper{display: block !important;}
    .ugc-input-wrapper input{display: inline-block !important;}
    
    #header { padding: 0 !important; }
    .container-inner { padding: 0 !important; }
    .container { padding: 0 !important; }
    .group pad { padding: 0 !important; }
    #header .pad { padding: 0 !important; }
    .site-title { padding: 0px 0px 60px 0px !important; }

    Could this cause it to disappear or is it something else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • .group pad { padding: 0 !important; }

    This one is invalid, as it misses a dot before pad. Not sure if that would affect it. More likely would be that you run a plugin which messes it up in some way. Try disabling all plugins and see if the issue goes away. If it does, activate them one by one to locate the troublemaker.

    Thread Starter s25986241

    (@s25986241)

    Hey thanks for the advice!

    It ended up being some modifications I made to a plug-in. Got it sorted out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments ribbon is gone.’ is closed to new replies.