Jump to content

Bogey

Members
  • Posts

    265
  • Joined

  • Last visited

Previous Fields

  • Languages
    html, css, js, php, sql

Profile Information

  • Location
    the Netherlands

Bogey's Achievements

Member

Member (2/7)

11

Reputation

  1. Bogey

    jquery issue

    Strange... I don't understand how this happens :S However, I downloaded the laters version of the template. Got the latest versions of the files.... now it works!!!
  2. Bogey

    jquery issue

    both sites using the same files :S
  3. Bogey

    jquery issue

    I understand.... bought this template about 3 or 4 years ago. Thing I dont understand is why one URL doesn't give the errors: this one without errors And other url gives the errors: this one with errors
  4. Bogey

    jquery issue

    Hi all, I have the same files on different URL's but get an error on one url and don't get one on the other url. The used .js files are coming from a template, so nothing I wrote myself. This is the error I get from one url, whereas the other url runs fine: Uncaught SyntaxError: Invalid or unexpected token jquery.js:2 Uncaught SyntaxError: missing ) after argument list plugins.js:689 Uncaught ReferenceError: jQuery is not defined functions.js:1 at function.js: Any clues why one url gives errors and another url doesn't? The one with errors is a url with lot of other files (its a running website) the url without errors is almost empty, thats an url for testing and so... This is the code of the page I am loading to test om both url's: <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="SemiColonWeb" /> <!-- Stylesheets ============================================= --> <link rel="stylesheet" href="/fotosaangepast/magnific-popup.css" type="text/css" /> <!-- External JavaScripts ============================================= --> <script type="text/javascript" src="/fotosaangepast/jquery.js"></script> <script type="text/javascript" src="/fotosaangepast/plugins.js"></script> <!-- Document Title ============================================= --> <title>Gallery | Canvas</title> </head> <body> <center> <div class="content-wrap"> <div class="container clearfix"> <div class="col_full clearfix"> <h3>Michel is dit wat?</h3> <div class="masonry-thumbs col-2" data-big="3" data-lightbox="gallery"> <a href="/images/BBP/projectfotos/0075/big_1530100247.jpg" data-lightbox="gallery-item"><img class="image_fade" src="/images/BBP/projectfotos/0075/thumb_1530100247.jpg" alt="Gallery Thumb 1"></a> <a href="/images/BBP/projectfotos/0075/big_1530100394.jpg" data-lightbox="gallery-item"><img class="image_fade" src="/images/BBP/projectfotos/0075/thumb_1530100394.jpg" alt="Gallery Thumb 1"></a> <a href="/images/BBP/projectfotos/0075/big_1530100446.jpg" data-lightbox="gallery-item"><img class="image_fade" src="/images/BBP/projectfotos/0075/thumb_1530100446.jpg" alt="Gallery Thumb 1"></a> <a href="/images/BBP/projectfotos/0075/big_1530100626.jpg" data-lightbox="gallery-item"><img class="image_fade" src="/images/BBP/projectfotos/0075/thumb_1530100626.jpg" alt="Gallery Thumb 1"></a> <a href="/images/BBP/projectfotos/0075/big_1530100789.jpg" data-lightbox="gallery-item"><img class="image_fade" src="/images/BBP/projectfotos/0075/thumb_1530100789.jpg" alt="Gallery Thumb 1"></a> </div> </div> </div> </div> </center> <script type="text/javascript" src="/fotosaangepast/functions.js"></script> </body> </html> Any help is really appreciated
  5. Thank you.... I've been playing around with that one already, but lately it has to been removed within a couple of hours, so I deleted the whole website temporarily. How many days would it take to be removed from search engines? 1 or 2 days OR 1 or 2 weeks?
  6. Hi all, The problem: I am building a website, but this website hasn't to be found by google yet. What can I do te prevent google (and other searchengines) index this website. At webmaster tools I added the root url to the section "delete URL's", which results that the page can not be found at google anymore... BUT when you search at BING then the page is been found. How do I stop other search engines to display the website in their results?
  7. Thank you... I go contact my host about it.
  8. Thanks for your quick response!!!!! on the biggers files it gives an error "1" on the smaller files "0" When I try phpinfo, then I get this location of my php.ini file: /opt/alt/php56/etc Is it possible to adjust that file? How do I come there?
  9. I guess there is some setting on the server, who tells not to upload bigger files then 2Mb? If so, where can I find this?
  10. Hi all, I have an issue with uploading jpg-files. I have 6 jpg's of different bytes... the smaller ones go well, the bigger files don't. This are my files: This is the piece of code I am running: if (isset($_POST["upload"])){ $userfile_name = $_FILES['image']['name']; echo "name: " . $userfile_name . "<br />"; $userfile_tmp = $_FILES['image']['tmp_name']; echo "tempname: " . $userfile_tmp . "<br />"; $userfile_size = $_FILES['image']['size']; echo "size: " . $userfile_size . "<br />"; $userfile_type = $_FILES['image']['type']; echo "type: " . $userfile_type . "<br />"; die; } This is the output: PictA: PictB: PictC: PictD: PictE: PictF: How comes the bigger files (A, B and C) don't echo the info and the smaller files (D, E and F) do echo the right info? any clues?
  11. Bogey

    Google Maps API

    Thanks for your advise! It made me a bit scary (cause I thought bought templates from for example themeforest were a good investment), but now I am not so sure about this anymore...
  12. Bogey

    Google Maps API

    Thanks again. Your talking about Parallax and Bootstrap together like a Bad Karma. I've bought a template from Themeforest, those 2 are used together in this template, also the jquery/javascript comes from the template. I just took a template page and removed a lot of stuff, to only have the above code to test why my webpage (with more code) runs badly. So I have bought a BAD template? :s
  13. Hi all, What would you recomend? 1.) Install Wordpress yourself (https://codex.wordpress.org/nl:Installatie) 2.) Install Wordpress with Installatron (in DirectAdmin)
  14. Bogey

    Google Maps API

    There indeed was a missing closing div-tag, but when adding the missing tag but still the same problem. Any other clues? Here the updated code: <!DOCTYPE html><html dir="ltr" lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta name="author" content="SemiColonWeb" /><!-- Stylesheets============================================= --><link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /><link rel="stylesheet" href="/css/bootstrap.css" type="text/css" /><link rel="stylesheet" href="/style.css" type="text/css" /><link rel="stylesheet" href="/css/dark.css" type="text/css" /><link rel="stylesheet" href="/css/font-icons.css" type="text/css" /><link rel="stylesheet" href="/css/animate.css" type="text/css" /><link rel="stylesheet" href="/css/magnific-popup.css" type="text/css" /><link rel="stylesheet" href="/css/rebo/rebo.css" type="text/css" /> <link rel="stylesheet" href="/css/responsive.css" type="text/css" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /><!--[if lt IE 9]><script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]--> <!-- External JavaScripts============================================= --><script type="text/javascript" src="/js/jquery.js"></script><script type="text/javascript" src="/js/plugins.js"></script> <!-- Document Title============================================= --><title>TestingPage</title></head><body class="stretched"><!-- Document Wrapper============================================= --><div id="wrapper" class="clearfix"><section id="slider" class="slider-parallax full-screen with-header force-full-screen clearfix"><section id="section-home" class="page-section"><div class="full-screen force-full-screen fade" style="background: url('/images/0_test/testpic.jpg') center center no-repeat; background-size: 100% 100%;"> </div></section></section><!-- Header============================================= --><header id="header" class="full-header"> </header><!-- #header end --><!-- Content============================================= --><section id="content"><div class="content-wrap"><section id="section-contact" class="page-section topmargin-lg"><div class="heading-block center"><h2 id='h2color'>Contact</h2><!-- Google Map============================================= --><div style="width:100%;overflow:hidden"><section id="google-map" class="gmap slider-parallax" style="width:80%;margin:0 auto;"></section></div><script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><script type="text/javascript" src="/js/jquery.gmap.js"></script><script type="text/javascript">$('#google-map').gMap({address: 'Buikslotermeerplein 2000 Amsterdam, the Netherlands',maptype: 'ROADMAP',zoom: 15,markers: [{address: "Buikslotermeerplein 2000 Amsterdam, the Netherlands",html: '<div style="width: 300px;"><h4 style="margin-bottom: 8px;">Hallo, hier zit <span>Kiddo's at home</span></h4><p class="nobottommargin">De <strong>gastouder</strong> van Rosmalen.</p></div>',icon: {image: "images/icons/map-icon-red.png",iconsize: [32, 39],iconanchor: [13,39]}}],doubleclickzoom: false,controls: {panControl: true,zoomControl: true,mapTypeControl: true,scaleControl: false,streetViewControl: false,overviewMapControl: false}});</script><!-- Google Map End --><!-- Content============================================= --></div></section></div></section><!-- #content end --><!-- Footer============================================= --><footer id="footer" class="dark"><div class="container"></div><!-- Copyrights============================================= --><div id="copyrights"> </div><!-- #copyrights end --></footer><!-- #footer end --></div><!-- #wrapper end --><!-- Footer Scripts============================================= --><script type="text/javascript" src="js/functions.js"></script></body></html>
  15. Bogey

    Google Maps API

    Thnks for your response.... I will check this out, when I am back at home this week! I will let you know
×
×
  • Create New...