This topic has 6 replies, 2 voices, and was last updated 11 years by Catalin.

  • Author
  • #27032
     laprek
    Participant

    Hi,

    Since the last update, I cannot modify my widgets. When I go to APPEARANCE -> WIDGETS, I can see all available widgets but I don’t see any sidebars..
    I’ll be grateful for your help.

    Thanks!

    #27302
     Catalin
    Moderator

    Hello,

    Please send me admin credential to your website to be able to replicate your issue. Reply as private for security reasons.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #28637
     laprek
    Participant

    WP admin panel:
    Username: sweet-date
    Password: HaSPz79B

    I have a few more issues and I’d like to post them here rather than opening separate topics, if you don’t mind.. It will be easier.

    1. Since the last update, all users are receiving updates on the forum. If anyone replies on the forum, everyone is receiving an email. It’s very irritating and I’m getting lots of emails with complaints.

    2. Empty notifications.

    3. When logged in, PROFILE button is higher than LOG OUT button.

    4. On ARCHIVE (when you click on NEWS) page with news, I’d like the featured images to be exactly 600 px x 300 px (we have tried to solve it but nothing worked).

    5. Profile tab GALLERY disapeared.

    6. Clearfix (author name, tags, etc.) disapeared.

    Sorry for all the questions. I have tried to solve everything by myself but nothing worked.
    Thank you very much!

    #28952
     Catalin
    Moderator

    1. please take a look at this:

    https://wordpress.org/plugins/bbpress-email-notifications/

    2. please give me an example of a profile with notifications.

    3. I added this:

    COPY CODE
    
    
    #header li.btn-profile a
    
    {
      display:inline-block !important;
    }
    
    

    4. I added this:

    COPY CODE
    
    
    body.category-news div.article-media img
    {
      width:600px !important;
      height:300px !important;
    }
    
    

    6. I added this:

    COPY CODE
    
    
    div.article-meta  ul.link-list li
    {
     display:inline-block !important;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #31860
     laprek
    Participant

    Hello,

    I’m still not able to modify my widgets. When I go to APPEARANCE -> WIDGETS, I can see all available widgets but I don’t see any sidebars..

    I installed “bbpress-email-notifications” but still All users are receiving email notifications if there is a new reply on the forum. I didn’t have this issue before. I don’t know where it came from.

    Here is an example of a profile with empty notifications:
    username : cabincrew24.com
    password: cc24-tes

    Featured images on “Archiwe” pages are distorted now. But the size is exactly what I asked for.

    Thank you

    #32471
     Catalin
    Moderator

    @laprek
    Related to the sidebars it could be a plugin to cause this. disable extra installed plugins and check it out. Also make sure you have the latest theme version installed

    it could be a problem with the plugin. Try to search a different one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #32473
     Catalin
    Moderator

    on point 4 if you don’t want them distorted remove the height rule to become like

    COPY CODE
    
    body.category-news div.article-media img
    {
      width:600px !important;
    }
    

    Also you should take care of this kind of changes since they are custom work. We are here to help for any theme related issues

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?