Forum Replies Created

Viewing 15 replies - 16 through 30 (of 67 total)
  • Thread Starter sirhaver

    (@sirhaver)

    Hey @aidenturner

    Thanks a lot! It immediately this did,

    However if I add a h1, it divides the section into 3:

    https://ibb.co/YZMf8Dm

    (I added a background-color of red just to see its dimensions)

    Is there a way to make the header above the playlist ? I guess the simplest way would be to wrap the h1 and playlist in one div but of course it’s impossible to do with CSS

    Thanks a lot for your help

    Thread Starter sirhaver

    (@sirhaver)

    The solution:

    .site-content {
    display: none;
    }

    Thread Starter sirhaver

    (@sirhaver)

    Thank you, the thing is that it’s not part of their theme, I’m asking this as a more general question for getting better in customizing WordPress. I’m sure there is a simple coding solution for this?

    Thread Starter sirhaver

    (@sirhaver)

    Thank you very much I understand,

    Is it ok to ask in which file and function does the sending of the notification occur? So that I can try to code it manually

    Thanks in advance

    Thread Starter sirhaver

    (@sirhaver)

    Thank you very much you’re right I will look for the relevant support forum

    Thread Starter sirhaver

    (@sirhaver)

    Hey George I solved it thanks a lot!

    That’s very strange, I did as you suggested, I uploaded an image using the native WordPress media library and saw that the new generated address was still with http. But then I thought it was strange because the blog is having new posts with images regularly but Google Chrome did not complain about them.

    So I reuploaded the image related to the Beaver Builder theme, and even though it should have been uploaded with http address, I guess it’s with https because now Chrome doesn’t complain anymore.

    Not sure why it’s like this, maybe a bug?

    Anyway now it’s working and thanks a lot for your help!
    Have a nice weekend!

    Thread Starter sirhaver

    (@sirhaver)

    Hello George thank you very much for your answer

    I’m using the paid version but for support I will have to pay around 100$ which is difficult for me to pay just for solving this one problem

    I do know how to replace that problematic image, but I just don’t understand why WordPress saves the new image with http instead of https. Is there a way around it? I’m just assuming the issue of WordPress generating an address with http isn’t related to Beaver Builder.

    Thanks!

    Thread Starter sirhaver

    (@sirhaver)

    Hey guys I figured it out, many database entries still refered to my loca host…

    Thanks

    Thread Starter sirhaver

    (@sirhaver)

    Ok I’m on to something, this snippet of code does it for me:

    function widget_new_title($title) {
    if ($title == ‘Recent Posts’) $title = “Greatest posts ever”;
    return $title;
    }

    add_filter ( ‘widget_title’ , ‘widget_new_title’, 10, 3);

    Thread Starter sirhaver

    (@sirhaver)

    Thanks Steven oh ok so I don’t need any php for customizing the look?
    I’ll give it a try thank you

    Thread Starter sirhaver

    (@sirhaver)

    Thanks again Vishakha Patel,

    I tried to use an image with the height of 300px and then the theme zooms in and much of the height and width disappear. So with all the combinations of heights and widths I never managed to upload the image without some of its height being cropped out.

    Also, on mobile phones some of the WIDTH (not height) of the image is cropped. I tried to play with max-width: 100% in CSS but it didn’t help. What do you think I can do?

    Btw, maybe all of those problems occur because of the parallax code? Is it possible to cancel it and make the image not-parallax just for testing?

    Thanks again in advance,
    Omer

    Thread Starter sirhaver

    (@sirhaver)

    Hello Vishakha Patel and thank you for your answer.

    The ratio of the container of the image is perfect, but I don’t understand why part of the image disappears. As you can see here: https://prntscr.com/ixxoa6 , part of the face and body is cut and doesn’t show.

    Please, how can I fix it? When I increase the height, more of the image is reavealed but then it doesn’t look good design-wise because the ratio as it as is good.
    I don’t understand why doesn’t the WHOLE image fits into the container ? Why can I only see part of the image? Please note that the ratio of that image is exactly as suggested by the theme.

    If it helps, I’m willing to give you authrization so that you can check.

    Thanks a lot in advance,
    Omer

    Thread Starter sirhaver

    (@sirhaver)

    Hello Andrew thanks a lot for your support and help.

    I’ve tried it but it didn’t work unfortunately. I just copied your code as a block and pasted it in style.css
    And also tried to paste it in customized CSS (I’m sorry my wordpresss is in Hebrew so the term are slightly different)

    Is that what you meant?

    It’s so strange that is doesn’t help. I guess something else prevents it from changing?

    Thanks in advance,
    Omer

    Thread Starter sirhaver

    (@sirhaver)

    Oh ok thanks Andrew.

    Just because it might take months for them to answer, is there something I can try to do with CSS in order to force the image not to be resized?

    Thanks in advance

    Thread Starter sirhaver

    (@sirhaver)

    Thanks Andrew, I will

    But I guess it might also be a general question?

    Do you think it’s a bug of the theme, or maybe it could happen it other themes as well?
    Maybe other guys had the same problem using other themes

    Thanks again

Viewing 15 replies - 16 through 30 (of 67 total)