Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1067699

    Hallo Enfold Team!

    Ich habe eine Seite als Footer eingerichtet. Dort habe ich einen Beitragsslider eingestellt, der die neuesten Beiträge zeigt und rotiert.
    Die Bilder sind leider unterschiedlich groß und die Überschriften sind nicht responsive bzw überlagern sich bis ins Unleserliche.

    Was kann ich tun?

    Danke schonnal und anbei der Screenshot

    #1067700

    Das selbe Problem hab ich auch in meinem Blog. Zusätzlich verschiebt sich dort dann auch noch der “weiterlesen” button.

    Wie erreiche ich da ein gleichmäßiges Design?

    thx

    #1068024

    Hi Eikordo,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1068378

    here you go
    you can see the problem both in the blog and in the footer

    #1068915

    Hi Eikordo,

    Best regards,
    Victoria

    #1068966

    I used this because of design aspects. And as you can see from many big websites, that’s not uncommon. Check theverge.com for example. they have a container thats only 730. I changed it to 800 but it doesnt seem to get rid of the problem.

    Is there a way to make those headlines responsive and thus smaller?
    And what about my 2nd question about the pictures?

    regards

    • This reply was modified 5 years, 9 months ago by Eikordo.
    #1068973

    still having the same problem in mobile view, where the narrow container comes automatically due to the smaller and much narrower mobile resolution/screen.
    there’s gotta be a way to make those headlines responsive and shrink in size, right?

    #1068982

    I now changed the recent posts in the footer to a maximum of 3. That seems to work now as they are no longer shown side by side but in a vertical line.

    #1071002

    Hi,
    Sorry for the late reply, I took a look at your footer post slider and see that at mobile, when the column are lined on top of each other there seems to be plenty of room, but stating at tablet size when the columns are side-by-side the text is too big. So I wrote this css to make the font smaller then:

    @media only screen and (min-width: 767px) and (max-width: 1441px) { 
    #av_section_2 .post-entry-1617 .slide-entry h3.slide-entry-title a {
    font-size: 12px !important;
    line-height: 12px !important; 
    }
    }

    after 1441px when the site is for desktop, there seems to be enough room again, so this code stops working.
    PLease add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and clear your browser cache.
    Please let us know if this helps.

    Best regards,
    Mike

    #1073808

    Hi Mike,

    Thanks for the answer and for the code! It seems to work partly. In Mobile the fond is still big and depending on the lengths of the text there’s still an overlay. Its the same problem for the blogposts. I could live with that as I’m not having so many visitors via tablet anyways but the mobile version should be working somehow. Maybe there’s something else you can do with your magic keyboard =)
    regards

    #1073977

    Hi,
    To change the font size for mobile, please try is css:

    @media only screen and (max-width: 767px) { 
    h3.entry-title a {
    font-size: 12px !important;
    line-height: 12px !important; 
    }
    }

    Please adjust the font size to suit.

    Best regards,
    Mike

    #1074202

    worked. Thanks mike.

    One issue still remains at roughly 772px width, right before it changes to the 2 column view: the headlines of the blogposts still overlay.

    here’s a screenshot

    #1075272

    Hi,
    Sorry for the late reply, and thank for the screenshot. I see you have some very long words in your titles, so let’s try this css to brake them:

    h3.slide-entry-title.entry-title a {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }

    Best regards,
    Mike

    #1076556

    Hey Mike,

    worked. Now i do have many “-” in my headlines tho whenever a long word is broken down into pieces. can I rather have it the way you did with the first code but just for smaller screen widths too? i prefer having a smaller font rather than having all those “-” in the headers.
    that’d be great and close this post =)

    #1076807

    Hi,
    Ok, to change the font size for around the 772px size, try using this css instead of the css above:

    @media only screen and (max-width: 800px) { 
    h3.entry-title a {
    font-size: 12px !important;
    line-height: 12px !important; 
    }
    }

    This sets the font size up to 800px, so it’s for all small screens.

    Best regards,
    Mike

    #1077234

    Hey Mike.
    I’ve set it to 900 max-width. That does the job. If you play around a bit with changing the width of my page and loog at the blog post overview, there’s still some issues. But i guess this is as good as it gets, isn’t it?!

    Thanks for your help!

    #1077648

    Hi,
    I took another look at your footer and slowly changed the width of the page to look for any overlap, but I didn’t find any, so I’m not sure what issues you are referring to. I would like to point out that there are just a few screen widths that visitors might see on their devices such as 320px, 425px, 768px, 1024px, etc. and if we can make sure each of those are good then we have done well. Would you agree?

    Best regards,
    Mike

    #1093314

    Hi Mike,

    sorry for the late reply.

    I agree. As long as the most common resolutions are running smoothly, it’s totally fine.
    I’ve told you that I somehow tried to adjust the code you gave me. Now I suspect having some duplicates in the code.
    Could you double check if everything is okay? I’m especially unsure about the h3 code, as it’s in there twice.
    I’m sending this to you as my traffic has dropped by around 60% and I’m afraid the changes could be connected with that.

    All the best, Eike

    This is all the code i manually added to the enfold settings:

    .blog-categories {

    display: none!important;

    }

    .div.big-preview.multi-big, a.small-preview {
    display: none;
    }
    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
    display: none;
    }
    .related_posts {
    display:none!important;
    }
    .slide-entry.post-entry .slide-image {
    max-height: 170px;
    }
    /*
    #top .av-magazine .av-magazine-content-wrap .av-magazine-title a,
    #top .av_iconlist_title a {
    color: #d45e33;
    } */
    @media only screen and (min-width: 767px) and (max-width: 1441px) {
    #av_section_2 .post-entry-1617 .slide-entry h3.slide-entry-title a {
    font-size: 12px !important;
    line-height: 12px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .av-special-heading-h2 h2 {
    font-size: 21px;
    }
    }
    @media only screen and (max-width: 767px) {
    .av-special-heading-h1 h1 {
    font-size: 26px;
    }
    }
    @media only screen and (max-width: 900px) {
    h3.entry-title a {
    font-size: 18px !important;
    line-height: 12px !important;
    }
    }

    #1093452

    Hi,
    Your css checks out fine, both h3’s are needed one is: h3.slide-entry-title a and the other is h3.entry-title a
    I took another look at your page, at different sizes but I don’t see anything that could cause a drop in traffic.

    Best regards,
    Mike

    #1098358
    This reply has been marked as private.
    #1098843

    Hi Eikordo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:479px){
        .avia_textblock p, .avia_textblock h1 {
            word-wrap: break-word
        } 
        .avia_textblock h1 {
            font-size: 20px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1098964

    Hi Victoria,

    that worked perfectly!

    Thank you so much. This customer service is just awesome!
    keep it up!

    #1099018

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘"neuestesn Beiträge" im Footer überschneiden sich + Bilder unterschiedlich groß’ is closed to new replies.