sirhaver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Align Playlist to the right?Hey @aidenturner
Thanks a lot! It immediately this did,
However if I add a h1, it divides the section into 3:
(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
Forum: Fixing WordPress
In reply to: Show header WITHOUT static page/recent postsThe solution:
.site-content {
display: none;
}Forum: Fixing WordPress
In reply to: Show header WITHOUT static page/recent postsThank 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?
Forum: Plugins
In reply to: [Social comments by WpDevArt] Facebook plugin email notifications?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
Forum: Fixing WordPress
In reply to: Facebook plugin email notifications?Thank you very much you’re right I will look for the relevant support forum
Forum: Fixing WordPress
In reply to: Uploading an image in https and not httpHey 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!Forum: Fixing WordPress
In reply to: Uploading an image in https and not httpHello 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!
Forum: Fixing WordPress
In reply to: WordPress live website still addresses my local domainHey guys I figured it out, many database entries still refered to my loca host…
Thanks
Forum: Fixing WordPress
In reply to: Customizing WordPress widgetsOk 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);
Forum: Fixing WordPress
In reply to: How to customize WordPress default audio playerThanks Steven oh ok so I don’t need any php for customizing the look?
I’ll give it a try thank youForum: Themes and Templates
In reply to: [Amadeus] Header image never fitsThanks 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,
OmerForum: Themes and Templates
In reply to: [Amadeus] Header image never fitsHello 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,
OmerForum: Themes and Templates
In reply to: [Amadeus] Header image never fitsHello 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,
OmerForum: Fixing WordPress
In reply to: Header image never fitsOh 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
Forum: Fixing WordPress
In reply to: Header image never fitsThanks 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 themesThanks again