physicalgrafitti75
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wordfence – is it necessary for simple display only websiteThank you all for your replies. I will add it back – I just wanted to get some opinions and consider all options.
Thanks all
- This reply was modified 7 years, 2 months ago by physicalgrafitti75.
Forum: Fixing WordPress
In reply to: Wordfence – is it necessary for simple display only websiteYes, we are concerned about the security of our site. But for a site like ours, which only displays pictures and prices – there are no user logins or any kind of financial information for anyone to steal, so is it necessary? The question arose because this past week our site went down. I contacted IPOWER(our provider) and they said they had to disable all our plugins to fix. The issue was that they needed to add a reference to our site in the .ini file. of our wordpress path. We don’t understand how that reference was not there because we have had wordfence installed for over a year now. And now because they disabled and removed all our plugins, we have to go back and re-install all of them. The only plugin that provides user interface is our contact form.
I guess the bigger question is why was that reference missing.
Forum: Fixing WordPress
In reply to: Phone number display from website not displaying on IphonesHi. I was not able to resolve fully. I upgraded our wordpress version and now the number appears when you view with iphones – but it is black instead of white. I have not gotten time to get back to this issue as right now I am dealing with a more urgent one.
When I find solution, I will certainly share.
Forum: Fixing WordPress
In reply to: Phone number display from website not displaying on IphonesJust to follow up – I have been trying different combinations of the above suggestions. I still don’t have a solution yet – But – I do see the phone number in grey like you said I could – If I zoom in on the page when viewing from an Iphone I do see it.
I discovered a whole bunch of style sheets associated with this site and I do see where the #topinfo is set.
Common sense is telling me that somewhere in those style sheets is my issue. Like I said, I was never trained in web design, but have been a mainframe coder for decades so I should be able to figure this out with some more time.
When I do find a solution, I will post it to this thread.
Thanks to all for the support!
Forum: Fixing WordPress
In reply to: Phone number display from website not displaying on IphonesI am also trying the other responses now – thanks so much everyone.
Forum: Fixing WordPress
In reply to: Phone number display from website not displaying on IphonesSterndata – Thank you for the quick response.
The phone number displays fine from a computer, but does not appear on iphones via safari.
Here is the code from the theme template:
<div id="header"> <div id="headercontent"> <div id="logo"><img src="/images/logo.png" alt="" /></div> <div id="headmenu"> <div id="topinfo"> <p style="margin-bottom: 8px;padding-top:10px;"><span style="font-size: 34px;">Open 7 Days A Week!</span></p> <p>456 Route 25A - Mt. Sinai, NY 11766</p> <p>631-474-3800</p> </div>
I tried inserting your suggestion above. I first tried putting that string within the paragraph for the phone number, and then I tried removing the paragraph begin and end tags. Interestingly, the touch and dial function is already in place and works – if I hover over that area on my iphone and click on it, it prompts me to dial the phone number, yet it does not display the phone number on the page – it only shows up in the touch and dial prompt.