Blog with background and + Sidebar

Hi

This is very nice demo https://themes.muffingroup.com/be/funfair/news-events/

I was imported in localhost and add the sidebar for blog , see the result

I want left and right sidebar at the end use the png that you used in the last part of page

Would you please help me in this case?

Thanks

Comments

  • Hello,

    Sorry, but it will require some advanced coding.

    In that case you should contact your webdeveloper.


    Thanks

  • Would you please give me lid?

  • Sorry, but can you tell me what do you mean by "lid"?


    Thanks

  • I mean could you please tell me what should to do for that , give me clue ?

  • Maybe creating some kind of div at the bottom of this sidebar with this image as background would do the job.


    Best regards

  • Maybe ? you are not sure about?

    Because I did with css but I'm not sure if its true

    .mcb-sidebar:before {
        background: rgb(201 174 229);
        background: url(http://localhost/demo/wp-content/uploads/2021/01/funfair-sectionbg6.png) center bottom;
        background-repeat: no-repeat;
        margin-top: 44px;
    }
    
    

    and this is the result

    It's need some adjust and I don't know how.

    So if you know (absolutely you know) please give me advice.

    Thanks.

  • Please, try to use the following CSS Code.

    .mcb-sidebar::after{
       content: "";
       position: absolute;
       bottom: 0;
       height: 10px;
       width: 1000px;
       background:#e9f0f9;
       left: 0;
    }
    

    If it is not what you wanted to achieve, please, send a link to this website, and explain to me greater how it should look, and I will check if I am able to help you.


    Thanks

  • Okey , It worked and the rest of it I will fix, Thank you very much

    Now I have problem in blog

    I need to send you privately the link and the result of what happen in my site , can you solve it today ?

  • I did not get any message from you yet.

    The soonest when I will be able to tell you anything is tomorrow.

    I cannot tell you anything now because I just do not know what is happening ?


    Best regards

  • I send it now , you will be see that.

    Thank you very much,

    I believe you can fix because you are part of betheme ☺️

  • Please, try the following Custom CSS Code, and check if the issue still persist.

    .archive .post-desc .post-excerpt{
       word-wrap: break-word!important;
    }
    

    Thanks

  • Hi Phil and thanks for that code ,

    I used that and unfortunately it's not working ?

  • Please, remove the .archive from the beginning od this code to have this:

    .post-desc .post-excerpt{
          word-wrap: break-word!important;
    }
    

    and check, if it works then.


    Thanks

  • Yes , With this css , the problem was sloved , but please see this image :

    According to Excerpt length , it should show only 20 words , but now it show all the articles, I want to know why and how to fix that.

    Thanks

  • This Excerpt length settings refers to the content placed in the Gutenberg editor, not into the Excerpt input.

    So if you want to controll it, then you should put this excerpt there.

    Also, if you do not want to show this text on your single post, then you should turn on the option Hide The Content in page options.

    Thanks

  • Yes , I understand , Oure writers only use the Gutenberg and the only use the main place for content not the expert

    I want to know what happen to those news ?

    I was cheek that and noting found. all the news are the same in Gutenberg.

  • Sorry, but I quite do not understand.

    Can you explain to me greater what is happening, please?


    Thanks

  • We have website that have many journalist and they are posting new post . okay?

    They only use the Gutenberg and they don't what is excerpt , and they use the main area

    All the post are like the same , I couldn't find why some post shows the excerpt more then 20 words

  • Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Thanks

  • Sorry, but I think that you misunderstood me. I need access to your WP dashboard, and the username and password are missing in your email.

    Please, send this mail again, but this time attach all required informations.


    Thanks

  • Hi

    Last night I sent you new Information in email!

    Again I Sent you the information

    Thanks

  • Please tell me, did you migrate from your website somehow? (from hosting to other hosting or domain to other domain)

    Thanks

  • In this week no ,

    About 2 month ago I was migrate this domain to another host and in this new host I used the betheme

    before that I was used good news theme.

    Is there any problem there ?

  • Well, if it was working, then the problem surely not coming from the source I through it was.

    But, I see that topic excerpts are fine now, I edited some of them and double-checked, that if word is provided in the WP Editor(Gutenberg), then it's limited to 20 chars.

    I think, it was the cache issue, it was holding the old text (when 20 words limit was not set), and after the cache was flushed, the descriptions get limited.

    If you will notice that problem once more, please give me a response, I'll try to figure what's the source of that problem because it looks like the serious problem if it's related to the BeTheme itself.

    Best Regards.

Sign In or Register to comment.