zholy9
Forum Replies Created
-
Forum: Plugins
In reply to: [WPD Beaver Popups] Unable to delete Single Page/Post Popups in MangerForum: Fixing WordPress
In reply to: Pictures Not The Same Height IssueI have the same problem !!! All of my images are the same W&H – see code :
<img class="alignleft size-full wp-image-472" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-405.png" alt="KAMA 405" width="380" height="220" /><img class="alignleft size-full wp-image-476" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-F2A.png" alt="KAMA F2A" width="380" height="220" /><img class="alignleft size-full wp-image-463" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-KARAT.png" alt="KAMA KARAT" width="380" height="220" /><img class="alignleft size-full wp-image-474" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-421.png" alt="KAMA 421" width="380" height="220" /><img class="alignleft size-full wp-image-477" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-F35.png" alt="KAMA F35" width="380" height="220" /><img class="alignleft size-full wp-image-462" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-FD14A.png" alt="KAMA FD14A" width="380" height="220" /><img class="alignleft size-full wp-image-475" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-422.png" alt="KAMA 422" width="380" height="220" /><img class="alignleft size-full wp-image-461" src="https://www.kama-pl.com/wp-content/uploads/2016/03/KAMA-F65.png" alt="KAMA F65" width="380" height="220" />
Not to mention, that it makes a “random” alignment (tested on Beaver Builder, built in WP editor, with different themes on)
No need to be lost.
The solution is working. Just find the line – change it and you are good to go. Since the part with the GITHUB link everybody confirmed that is working.
Daniel even suggested another plugin that makes it even easier for you to find the line, without the need to find your folders (like I had to do in “cPanel”)
Good luck
Hi Daniel … I would like to confirm 2 things:
– I have the same problem with fixed position (ver 1.3.9)
– the SOLUTION (line 277) DOES WORK! Thank you very much for this tip@anniewang83 : so you didn’t try the solution, since you haven’t find it ?? … you need to go to the FOLDER(s) where your WORDPRESS is installed. There you go to WP-CONTENT/PLUGINS/popup-maker/includes/admin/popups/metabox-display-fields.php. I’m afraid, you won’t be able to find it through the “plugin editor”. Once you change the line for the one Daniel suggested on GITHub- you don’t have to look for alternatives ??
All best …
Forum: Themes and Templates
In reply to: Tesseract – How do I change height of footerFrom the quick glance under INSPECT ELEMENT in the chrome browser, I can see your padding being set to “1px” (instead of original 40px).
P.S. : as a user/visitor of your site … I had trouble to scroll down, because of the pictures you have there. Once I started to scroll and the mouse cursor stopped on the picture, it was rolling only the pics instead of the page. I had to use the scroll tab in order to get to the bottom. Is that how you want it ? Just asking.
Forum: Themes and Templates
In reply to: Tesseract – How do I change height of footerI THINK (might be wrong) that it’s the LOGO in your footer, that is “blocking” making the footer smaller. I THINK the footer is adjusting to the logo.
You might try to make it even smaller (or temp-remove it) to see if that helps.
Forum: Themes and Templates
In reply to: Removing HeaderZASEA … what did you do = HOW did you do it, please?
Forum: Themes and Templates
In reply to: Tesseract – How do I change height of footerI wanted as well, to change the height of the footer as it was a bit high/tall for me. So this is what worked for me :
– I have installed the plugin Simple Custom CSS
– then I have put this code in#colophon { padding: 1px 0; margin-top: 0px; border-top: none; }
The number after paddign is responsible for the height of the footer. Hope this helped.
P.S. : I did these changes on the CHILD THEME