Ero77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The fix for responsive video embeds does not work!Apparently, it ended up to be a bug.
For some reason, the video is not responsive while I’m logged in my WordPress website, but as soon as I log off and refresh the page, the video becomes responsive.
So I will mark this question as resolved, although the bug is still there.
If any future readers have the same problem, try logging out and refreshing the page – It works for me.
Regards,
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostYou right. There must be a bug, cause if I’m logged in my WordPress, the sizes I’m seeing are the ones I’m telling you above, but if I log off, I can see it responsive.
So I guess the problem is solved as everyone going to our website will see it responsive.
Thank you very much. Really appreciate your help and support! 🙂
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostNow you should see it big: width=800 and heigh=400
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostThe video, when in desktop is very small and if I change the size within the <iframe> to a bigger size, when you reduce the size of the screen (on mobile for example) you can only see half of the video. it does not resize when you change the size of the screen.
I have just change it so you can see what I mean.I cannot remove the width and height as if I’m doing so, WordPress assigns a width=300 and a heigh=150.
Thanks 😉
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostThe link to the page with the issue is this one:
http://animales-perdidos.org/contactanos/
Thanks Andrew 😉
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostSorry Andrew, not sure what you mean with your last sentence…
Where you meaning “In that case you need to USE the page with the issue”?
The page I sent you in the link is the page with the issue.
Not sure if you were meaning that?Thanks 😉
Forum: Fixing WordPress
In reply to: Responsive YouTube vide in WordPress Page or PostHi Andrew,
First of all, many thanks for coming back to me. We are running a bit desperate with this issue.
We would rather not using a plugin – Is there any way we could solve it with coding?
I try the following, but didn’t work:
The HTML code on in my blog page:-
<div class=”video-container”><iframe src=”https://www.youtube.com/embed/MHSuwcYxqX8″ width=”300″ height=”150″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></div>
The CSS code in my stylesheet:
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}You can see an example of the result of doing the above in this page:
http://animales-perdidos.org/contactanos/
Let me know if you need some more info.
Again, many thanks for your support!
Forum: Fixing WordPress
In reply to: Removing “Powered by WordPress” from the footer. Pixgraphy themeProblem solved. I had to go to their website for support, but they have been very kind and solved my problem.
Forum: Reviews
In reply to: [Pixgraphy] NiceHi Daniel,
I’m a theme developer (as a hobby), and I know a bit more than the basics. Furthermore, after trying to solve the problem by myself, i looked for help on ww.wp.xz.cn, where I was told by a “wordpress moderator” that the problem was that it looks like this theme is not made to be easy child themes (you can find it here):
https://ww.wp.xz.cn/support/topic/removing-powered-by-wordpress-from-the-footer-pixgraphy-theme/
The problem as you may know, is that the footer info I need to change is an include file, what cannot be modify from the child theme due to the “require” in the functions.php file – it’s not possible to overwrite from the functions.php child.
Regarding the support, in my opinion, if you use ww.wp.xz.cn for distribution of your theme, you should be giving support through it as well (not only when you get a bad review).
Anyway, I will go through your web page and i will be happy to modify this review if you or your team is able to solve the problem.
I don’t like to give bad reviews, but before writing it I asked for opinion to a wordpress moderator as you can see in the previous link to be sure it was not that I was missing something – but as said, I will be happy to rectify if there’s a solution to this problem.
Regards,
Forum: Fixing WordPress
In reply to: Removing “Powered by WordPress” from the footer. Pixgraphy themeI guess I won’t have much luck with the theme’s support forum – there’s no answer for any of the previous questions in there. Any way, I will wait a bit and if I don’t hear from them I will write a review.
I’m shocked ww.wp.xz.cn supplies themes from developers like them (themes very tricky to modify and with no support at all) 🙁 – I hope that with few reviews ww.wp.xz.cn will take some actions.
Anyway, in what regards to you, many thanks for trying to help, much appreciated
have a nice weekend,
EnricForum: Fixing WordPress
In reply to: Removing “Powered by WordPress” from the footer. Pixgraphy themeThanks Steve.
Not sure I understood exactly what you mean.
I copied the include file in my child keeping the same structure (inside an inc folder), then I looks for the get_template_directory to replace it as indicated.
The only place where I can find “get_template_directory” is in my child/functions.php file. It exactly says: get_template_directory_uri() and I changed it to get_stylesheet_directory_uri().
Unfortunately this didn’t work as it looks like it “damaged” my CSS – the design of the page change like if it didn’t have a CSS file 🙁
Sorry if I’m missing something basic, but if you have any other idea or i misunderstood something, please let me know.
Again, many thanks for your time 🙂
EnricForum: Fixing WordPress
In reply to: Removing “Powered by WordPress” from the footer. Pixgraphy themeThanks Steve, will try contacting them, but not sure they will be willing to help as in the way it’s done it looks like they don’t want people to modify that part of the theme 😉
Anyway, if anyone can help in the meanwhile, it will be much appreciated.
Thanks,
EnricForum: Fixing WordPress
In reply to: How to add a header pic ONLY to Home page (page1)just found a solution in case anyone has the same problem. Actually it was quite easy and logical…
Instead of the php code I wrote previously, we need to apply the following code:<?php if (is_home() && !is_paged()){xxx();};?>
Being xxx the name of the formula that calls the pic from my functions.php file.
Forum: Themes and Templates
In reply to: [Zerif Lite] Site down after update@jakxna360 and @jonno99. The changes I am talking about are customizable changes (all the area that is customizable with the widges in the home page (no coding has been touched) all the text and pics I put on those widges is gone and it shows now the default text.
Anyone know where it could be within the files to recover it? I’m sure it should be somewhere saved, but don’t know where.
Thanks
EnricForum: Themes and Templates
In reply to: [Zerif Lite] Site down after updateUnfortunately, most of the configuration I had it’s gone.
Any one knows a way to recover it?