
floridaflatlander
-
Posts
671 -
Joined
-
Last visited
-
Days Won
1
Posts posted by floridaflatlander
-
-
NEVER MIND, I FOUND OUT WHAT THE Issue is, sigh I have two different headers for mobile and desktop.
Sorry, I've been looking at this for hours.
Using chrome mostly but some firefox too I can't get my css to refresh on my android phone, on my desk and laptop it works perfectly
There's supposed a white header at the top with an orange bottom border. but the old blue keeps showing up like the old css.I've tried adding a version # to the css ie: href="style.css?version=1"
as described at http://stackoverflow.com/questions/2263096/css-file-is-not-refreshing-in-my-browser
Also I put the new css in the main folder for a time but it too didn't refresh there either
I cleared app cache and app data like described here
https://www.cnet.com/how-to/how-to-clear-app-cache-and-app-data-in-android-6-0-marshmallow/And cleared the cookies, cache, and history using the standard method on chrome
https://www.accessc.com/articles/clear-history-cookies-cache-android.html
Also I reset chrome on my phone but that didn't work either
And there are no commands in htaccess limiting css uploadAny ideas what I'm doing wrong?
Thanks in advance
-
I've looked and couldn't find a place to donate to this site. Is there a place or link to use for donations to phpfreaks? I thought there was at one time.
Thanks
-
Thank God and phpfreaks, I too missed the site. It was sad when I came here a few weeks and found the site down. It's one of those things that I, and maybe we, take for granted, until it's gone.
Thanks again for being back
-
Thanks maxxd, yes jquery is already included by my theme.
-
Thanks fastsol
I believe jquery is needed for the bootstrap menu and for hide divs to work although they seem to work without it.
I use an if (is_page( 'gallery' )) to include it jquery in the header and (!(is_page())) to exclude it in the footer on the gallery page.
Thanks again
-
I'm using a plugin to include a photo gallery on a wordpress site.
At the bottom of the page in the footer I include
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
just like the samples I look at do it here http://getbootstrap.com/getting-started/#examples
The problem is that the plugin doesn't work when I include jquery.
I posted the probelm here https://wordpress.org/support/topic/huge-it-doesnt-work-with-google-ajax-jquery
And the reply was
jQuery should not be called this way. You try to call jQuery in no standard way, that's why it damages or jQuery and cause problems
jQuery should not be called this way? That's the way the samples do it
You try to call jQuery in no standard way? It's the same in every footer
Sooo, how do you call jquery and what is the standard way?
Thanks in advance
-
If a vendor has receipts for monthly hosting from the last several years and you get audited by Mr. IRS, how do you prove that you spent money with that vendor?
In the old days I would provide a hard copy for each and every expense. Now everything is on my hosting providers website and if they wanted a hard copy I'd have to wade through and print each receipt for the last several years.
-
How do you guys keep bookkeeping records of transactions?
An example is you pay for a domain name, monthly hosting or anything that you receive an email receipt for and a receipt is stored on the vendors website. Say up to 7 years.
-
Most of the time my localhost works like a champ but occasionally I get ... mysqli_connect() [function.mysqli-connect]: (HY000/2005): Unknown MySQL server host 'localhost' (11001)
On phpfreaks I've searched for "Unknown MySQL server host localhost " and didn't see an answer to this problem
Then I googled and found this http://stackoverflow.com/questions/16580370/mysql-error-2005-unknown-mysql-server-host-localhost11001
However in this file the localhost ip is commented out and windows wont let me edit the file to uncomment it like it's done in the stackflow post.So, one is this the likely problem ... and if it is how do I edit a file in the Windows folder?
As a note I do go into the file as the administrator using notepad
Thanks
-
Your right, I changed the definition to bread_crumb($id, $dbc) and called bread_crumb($item['id'], $dbc) and it worked.
Thanks
-
I have a single dimensional array of item characteristics called $item[ ], I get the above error when I try to define the functon parameters like this
function bread_crumb($item['id'], $dbc)
However when I change it to this the function works fine
$id = $item['id'];
function bread_crumb($id, $dbc)Can you use an array to define a function's parameters and if you can how do you do it?
Thanks
-
Thanks that did it
-
I keep getting an unknown column error and I've been staring at this for hours.
I've checked and double checked the column names(all are lower case) even copied and pasted them from the table to the sql but I keep getting the same error.
When I remove the referral_code = fa4cc5218dc647ee7345c84103938812 it works but I need that to update the right record.
The sql is
UPDATE emails SET joined = 1, id = 80 WHERE referral_code = fa4cc5218dc647ee7345c84103938812 AND mem_id = 26
error
Unknown column 'fa4cc5218dc647ee7345c84103938812' in 'where clauseThanks in advance
s
-
Thanks I've google before but the one's I found looked like they had to many bells and whistles.
I found this but can't get it to work. http://www.nimpkish.com/blog/simple-javascript-image-gallery
I go to the correct board and try to get more info about it.
Thanks again
-
I need a js gallery that automatically loads a main photo and I'm hoping someone can point me in the right direction to find one.
Currently I'm using http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
But my issue is that this code doesn't load a photo until an image is clicked or you hover over it and I want one that loads a chosen photo automatically. (I have a db table with the photos info in it)
Thanks for any help or pointers
SJ
-
How can I set up pretty/styled emails and mailing list?
I can use php's mail() and I use it all the time but I can't style the email article or add pics. Every time I add an h1 tag for a test I get <h1> in the email not the style text.
Does anyone have links to tell me how to do this?
Is it worth the hassle?
Would it just be easier just to use someone like constantcontact dot comThanks
-
You can change the "State" value when editing your profile to one that does not exist.
Thanks
-
It keeps saying re-enter my password and I am not giving out my location. Do you have a test account?
yes I have it's location listed above http://www.abatch.com/phpfreaks.txt
Thanks
-
Thanks all, I've had a couple of people come and play helping me find a data varification mistake. Also I guess no post here is good news.
Thanks again
-
-
A php freak came into my site and did some testing for me and entered an item without a category, categories are 1 or greater than 1 and he entered a category of 0.
I have since placed a query in the code to check the values of the categories entered but I was wondering how he did it, so I ask the question in the title.
How did a user bypass the select option?
-
Looks good to real good to me and it worked well, I didn't read your last sentence of the first post so I was missing the link to the site at first. The logo on the bottom may be too big but this is just a small small issue to me.
-
Hi, can you guys test my site. Upload a photo, enter text, etc. and look at the overall flow.
Thanks
-
so you used session_destroy() and you destroyed your session cookie name (time()-x)?
Can you echo the session variables after you logout?
Can you post your logout code?
Are you using ie?
Not that I'm talking bad about ie but believe it or not I had something like this happen a few months ago, I looked at it for hours, I restarted my machine and I guess ie reloaded correctly and it work from then on.
Office 365 & sending email to yourself from your server
in Apache HTTP Server
Posted
I changed the zone records on a website on the hosting service I use so I can use office 365 with my website's email. And it works like a charm when I send myself emails from regular accounts, ie. comcast and yahoo.
However whether using phpmailer or php's mailto on my site, the emails just disappear when I send them from the domain that I set Office 365 up on. So emails from my-website.com wont go to my email account at me@my-website.com or members@my-website.com. They'll go to an email address like outlook.com but not my office accounts.
I can't believe I'm the first with this issue and tried to find something on the web but had no luck.
Any ideas?
Thanks