wehoit
Forum Replies Created
-
Forum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Popup doesn’t appear over menuMy site is not live yet but you can test with the HIRU theme and your own content.
Also, see the Popup Box plugin which does this very well.
Forum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Transition slides over static background?Thanks but not what I’m looking for.
The way it is now you must either choose a solid color, or a different image for every slide. Otherwise, it’s too distracting to have the same image move with the overlayed content for each slide.
I must say I find it strange that having the background fixed while content slides over seems very basic to me. Thanks anyway.
See plugin Popup Box – they do this very well.
My site is not live yet – but I am using the Hiru Theme – perhaps you can test by using it?
Forum: Fixing WordPress
In reply to: All images do not show on phoneI got help on the Local WP site – turns out, it’s a problem with HTTP/S
The images are in the Local WP media library as Http, but need to be Https.
I can fix it by deleting the images, changing General > Site Address to Https (NOT WordPress address) then reimporting the images.
Hope this helps someone else as I banged my head against the wall for 3 days to figure this out.
Thanks for all the help/suggestions.
I was also informed that a DB search/replace “http://localhost:10010/wp-content/uploads” > “https://localhost:10010/wp-content/uploads” would work as well.
Thanks! This CSS works and gives me a good starting point to adjust the box.
Forum: Themes and Templates
In reply to: [Hiru] Problem with anchor links and header menuI can’t provide a link as it is currently in dev on my PC (using WP Local and Live Link)
However, I was able to use this code to resolve the issue:
/* mobile */
html{
scroll-padding-top: 160px; /* Adjust this value as needed */
}
/* desktop */
@media only screen and (min-width:769px) { html{
scroll-padding-top: 150px; }
}Hi Jasmin –
I cannot provide a link as the website is not being hosted externally – it is currently on my PC (using LOCAL and Live Link) . I could provide a url but I prefer not to post url+usr/pwd.
I can supply files or the html source or something similar.
Forum: Fixing WordPress
In reply to: All images do not show on phoneGrrrrr
Of course I spoke too soon.
Anytime I change one of the images, the issue happens again.
At one point I deleted them all (again) and readded them and it worked on Phone.
Once I changed an image again, it fails.
So I’m back where this post started – I can’t figure out why the images show on PC and tablet, but not phone.
I have tried adding the images ever way possible (bulk drop to media library, individually, uploaded into the image container, etc.) and no matter what most or all do not show on the phone.
I’m beginning to suspect something rotten in the DB but cannot figure out.
Anyone have any ideas?
- This reply was modified 7 months ago by wehoit.
Forum: Fixing WordPress
In reply to: All images do not show on phoneOK -solved it.
I just deleted all the images from the website and reimported them.
Now it all works on pc, tablet, and phone.
Odd because this is what caused the issue to begin with.
Thanks for trying.
Forum: Fixing WordPress
In reply to: All images do not show on phoneThis is all local to my PC using Local and Live Link. None of this is https – it’s all http right now and always has been..
There is no certificate.
It all worked (pc, tablet, phone) prior to me deleting and reimporting the images.
It all works on PC and Tablet, just not on Phone.
On the phone, there is no click and inspect that I’m aware of.
Forum: Fixing WordPress
In reply to: All images do not show on phoneI can provide a link and user/pwd but I’m concerned about leaving my pc vulnerable.
Forum: Fixing WordPress
In reply to: All images do not show on phoneHow would deleting and reimporting the images cause an SSL issue?
And why would it only affect mobile viewing?
Forum: Themes and Templates
In reply to: [Hiru] Problem with anchor links and header menuLet me be more specific – I added a spacer to the previous block (above where I need it to anchor) and then adjusted the spacer height. However, regardless of the height I set (px, %, vh, etc.) it varies from PC to mobile.
Is there a way to get the top of the desired block block to stop precisely at the bottom of the menu/top of the anchor for PC, table, and mobile?
Forum: Themes and Templates
In reply to: [Hiru] Having trouble customizing using cssOk thanks – that’s exactly what I was looking for.