lesnaya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only 1 link redirects to homepage – rest are fine.. how to fix?Hi abletec, thank you so much for your reply!
I now need to re-read it several times, as what you write is a puzzle for me – since everything works perfectly fine on all Macs that I’ve tried (no PC at hand – but rendering at https://netrenderer.com/ shows that only starting IE6 there are issues at least with layout).When you click YouTube videos link at the menu – the original page from which you click jumps to Homepage for some reason. While YouTube opens beautifully in the next tab. Do you have the same behaviour on the original page from where you click the link?
Well, now I start re-reading what scares me a bit, as first impression was that now only a narrow circle of people sees the page rendered correctly, and outside of that lovely illusion the reality is ugly… Will write more after processing…
***
Harp music. Yes. It is fantastic. Especially when it’s not modern neo-harp with nylon strings, but old style instrument – clarsach, with brass and golden strings… Brings you to another world.Forum: Fixing WordPress
In reply to: Only 1 link redirects to homepage – rest are fine.. how to fix?Hi abletec, thank you very much for your response and welcoming! I did check the “open in a new tab” box, as I need YouTube page to open in a new tab… But all other external links (that are in the text though, not Nav bar) also open in a new tab – and causing no issue.
Here is the web-site `javiersainz dot net/’
So the misbehaving link is under “Videos” menu option.
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Frumphs, thank you very much for the explanation! Will keep this handy info in mind, surely will need it at some point. Ahhh, such pleaser to do minor brushing when THE ISSUE is solved… ??
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Fruuuuumph!!!!! THANK YOU MAN!!!!!! Yay!!!! %)) Working… wow.. that is something i would never guess even closely, though saw these suspicious “important” values in CSS..
THANK YOU.
Peaceful sleep is finally guaranteed..
Thank you for your patience. ??
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?i have opaque2.png opaque03.png opaque50.png opaque80.png
transpBlack10.png in that folderForum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Frumph, thank you. I tried that, and now indeed files are found.. Tried with different .pngs (downloaded semi-transparent inch by inch as well). For some reason it treats them all as solid image, no transparency… Though when I open bigger .png it’s definitely transparent.. Now wrapper is solid grey color, though PNG is “black transparent”, and i clearly good transparency in Preview..
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Sorry if “dear” sounded with irony, i meant it.. As tech community is the relict where people actually help other people…
Thank you very much for your help.
I typed in
#wrapper { background-image: url('a /img/opaque03.png'); }
but I assume I again misunderstood you.. No result so far..
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Dear Frumph, unfortunately I’m a complete dummy here…
my CSS file is in root->web->wp-content->themes->twentyten-child
And PNGs are in root->web->img
I tried putting PNG into /twentyten-child folder and giving URL as simply (‘opaque03.png’) and nothing.. white wrapper.
Please, be so kind to give me a “for dummies-dummies” advice..Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?Oh my, i can’t do it, spent hours ??
None of my versions work.. Either fully transparant wrapper, of white wrapper.
I assume I’m giving wrong url..?My Parent Theme css for #wrapper is:
#wrapper { margin: 0 auto; width: 940px; }
#wrapper { background: #fff; margin-top: 20px; padding: 0 20px; }
My Child Theme css for #wrapper is:
#wrapper { background-image: url('img/opaque03.png'); }
And opaque03.png is a 1 pixel semi-transparant png created at https://www.1x1px.me/
I’ve created plenty of them different opacity, but none helps, so i guess files are not the issue. Says “alpha” at PNG ‘save” menu.In my FileZilla path to file is Root folder/web/img/opaque03.png
wp-content, wp-config etc files are in “web” folder as well..Am i giving wrong path to my .png?
Or wrong css?Please, help..
Forum: Fixing WordPress
In reply to: Any hack how to make #wrapper opaque but post images solid?@frumph Thank you for the response! Yes, was considering that too, but was still hoping for some fancy css hack.. Well, will play with PNGs then.
Thanks again!Actually, I double-checked.
In addition to the mentioned:
#site-info a { display: none; }
This takes care of the footer Title.I also have in the Header section:
#site-title {display:none;} #site-description {display:none;}
Taking away any of these make some of the titles show up, so in oder to have hidden header & footer titles + description i have to leave all three lines in CSS..
Forum: Fixing WordPress
In reply to: Disable clickable Header on Home pageInnovativeroots, thank you again. I will stay with the solution I mentioned above, as it worked, and I usually try not to touch what’s working due to lack of knowledge what to do about it if I mess up…
Thank you very much in any case, your suggestion totally brought great results.
Enjoy the day!!
Forum: Fixing WordPress
In reply to: Disable clickable Header on Home pageInnovativeroots! Yay, i combined two advices and did this:
<div id=”header” <?php if( ! is_front_page() ){?> onclick=”location.href=’https://website.net/’;” style=”cursor: pointer;” <?php }?>>
And it worked ??
Sorry if I misunderstood your message, I might have due to pink dresses in the wardrobe..THANK YOU THANK YOU!!
Forum: Fixing WordPress
In reply to: Disable clickable Header on Home pageHi Innovativeroots, thank you very much for this variant. Where do i put the <?php part? So far where I tried it in the Header.php is gave Syntax error, I assume it goes to a specific location in the document..?
Forum: Fixing WordPress
In reply to: Disable clickable Header on Home pageHi Rajan, thank you very much for your response and for the tip.
I did try this line – but didn’t work. (I tried both – with removing my original line and with leaving both of them in – none did trick, unfortunately).