Jump to content

floridaflatlander

Members
  • Posts

    671
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by floridaflatlander

  1. 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 [email protected] or [email protected]. 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
  2. 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 upload Any ideas what I'm doing wrong? Thanks in advance
  3. 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
  4. 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
  5. Thanks maxxd, yes jquery is already included by my theme.
  6. 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
  7. 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? 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.