lineagatuna
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Padding of ‘product description’ textYes, thanks, it’s solved!
Forum: Plugins
In reply to: [Contact Form 7] “E-mail” input span larger than the restThanks again!
Forum: Plugins
In reply to: [Contact Form 7] “E-mail” input span larger than the restHi konsument!
Wow, that was fast. Thanks!
Do you happen to know if these box sizing functions might be interfering with my attempts to produce a smaller font size for mobile versions?
How would I achieve this?Cheers!
Forum: Fixing WordPress
In reply to: Site Icon looks awful on FireFox tabsHi Blade!
Thanks for the feedback! Interestingly, Firefox updated itself an hour after I posted and now it looks fine for me too, LOL. It even looks more ‘high-res’ than the picture you posted… strange, huh?
Have a wonderful day!
Forum: Plugins
In reply to: [WooCommerce] Make product lightbox float above header menuYes, I’ve been learning to do just what you said about troubleshooting plugins, only with pen and paper xp
And regards to my former problem, I don’t think that it was a problem per se, but just a missing pointer for the “z-index” parameter to behave as I wished so… At least that’s what I want to think, though I’m clearly not the expert here, hahah.
Cheers!
Hi akyusa01,
Yes, you have helped me a lot. It’s been an eye-opener for me in many respects, as I’m just starting with WP developing, though I’ve had some previous experience scripting js and java. Always from a dilettante approach though, haha.
Many thanks again.
Have a nice week!Hello again akyusa01! Sorry for my late reply.
In regards to modifying a theme internally I guess I’m too late now, but fortunately it’s just superficial changes that I made, and they’re all commented. Also, this theme was inherited and custom-made by another developer, so it probably won’t be updated. I suppose when it grows too old I will just have to look for another, right?
Anyhow, the new CSS snippets you gave me still aren’t having an effect, so the theme must be poorly coded to not allow such customizations. Can you think of any other snippets or ideas on how I can solve this? Or should I just stick to my theme file modifications?
And about your last question: yes, I’m using Envira Lite :/
Are there any CSS codes out there to modify margins/padding/gutter?Thanks once again, and you have taught me a lot with your replies!
CheersOh! And while we’re at it, another short question: if I have 2 or more galleries inside a single page, how can I make it so there is no space/margin between them?
Thanks again, hope this isn’t so messy to answer.
Hmmm, I went to change the parameter “width” to 100% instead of 930px directly into the style.css file, and that did the trick. I wonder if this is good practice though?
Hi akyusa01!
Thank you very much for your help. Unfortunately, the code you gave me had no effect—I tried to use both the general snippet and the post-specific one. The strange this is that when I added the post-specific code (and only that one), it actually did change its appearance, but this was probably because it adapted to a smaller screen area and not my actual screen resolution (due to the space taken by the left bar for the custom CSS).
Anyhow, as you might have guessed, I have no interest for sidebars in my page so if you can think of another way to conjure a full width code, I would appreciate it so much.
Thank you!
Forum: Fixing WordPress
In reply to: Don’t display image title on mouseoverThanks Safeer,
And where would I have to put this code?
Or should I do something like writing it to a .js file and then uploading it to the theme? (have no idea how to do this but I’m just starting to read about it).Forum: Plugins
In reply to: [WooCommerce] Make product lightbox float above header menuHi Hannah!
Oh yeah, I just managed to fix it before finally falling asleep (I’m kinda obsessive, heh), thus, I forgot to update this post. The code I used was:
.pswp { z-index: 999999; }Pswp stands for “Photoswipe”. CSS and z-index will get one thing to lay on top of another, so that’s the right direction I guess.
Cheers!
PS: Thanks for taking your time to look at my problem and taking a screenshot!
Forum: Plugins
In reply to: [WooCommerce] Make product lightbox float above header menuAny pointers or clues are also appreciated!
Forum: Fixing WordPress
In reply to: Footer image is huge, how to fix?Thank you very much David, you provided a very insightful answer.
Cheers!
Forum: Fixing WordPress
In reply to: Footer image is huge, how to fix?Thank you very much, David! I just pasted your last line into my custom CSS definitions, and it worked like a charm.
Anyhow, I’m just a noob in site building, so I would like to ask you some more questions for future reference. May I? 😛
1. You advised me to revisit my img height definition, and I did so. I deleted the “px” bit, nothing. Added “%” symbol, and nothing again. What should I have done to fix this problem without the aforementioned custom CSS definition?
2. The custom CSS definition you quote was deleted ten minutes before I posted this question, and it was my own attempt to fix this issue. So how come did you see it after I deleted it? Something to do with cache priorities I suppose…
2. I’ve been learning to make CSS definitions by using the Chrome inspector, sometimes manipulating data from within its editor. Does this get saved into the site’s files? Could this be reason why you could see my custom CSS code?
That’s it. Thank you so much again. Cheers!