danthefan
@danthefan on WordPress.org
- Member Since: July 24th, 2018
-
Posted a reply to how to remove/disable the download button, on the site WordPress.org Forums:
Looks like you use the standard player, just using the <video> element. The HTML Video…1 year ago
-
Posted a reply to Problem with installing plugins after update to 5.3, on the site WordPress.org Forums:
have you done chmod -r 777 ? Recursively?1 year ago
-
Posted a reply to Updated to be able to run Php 7.1 after that just lots of problems, on the site WordPress.org Forums:
Maybe your Plugins / Theme have old php code running. The php Versions after php7…1 year ago
-
Posted a reply to Issue with WordPress 5.3 udpdate, on the site WordPress.org Forums:
This is more likely a problem with your theme, please ask your theme provider for…1 year ago
-
Posted a reply to migrating from server to localhost, on the site WordPress.org Forums:
Take a look at the source code of your site ( CTRL-U ) and check…1 year ago
-
Posted a reply to Multisite fail after moving to new server, on the site WordPress.org Forums:
also worth mentioning the .htaccess file. Did you copy it? On Linux/MAC it's a hidden…2 years ago
-
Posted a reply to Images – Stopped Loading on Site, Still Available in Media Library, on the site WordPress.org Forums:
You have an Error 400 with 2 Pictures. https://www.checkupdown.com/status/E400.html Something is wrong at your Server's…2 years ago
-
Posted a reply to Files for downloads, on the site WordPress.org Forums:
you could simply let your webserver list the directory tree. like this: https://download.blender.org/peach/bigbuckbunny_movies/2 years ago
-
Posted a reply to Followed tutorial; only text on site and wpadmin blocked, on the site WordPress.org Forums:
Did you use loacalhost as hostname for your WordPress Installation? Doesn't work. Are your Folder…2 years ago
-
Posted a reply to Secure Connection, on the site WordPress.org Forums:
Your Certificate is issued for secure.autentiskalyderyste.lt . This is a different domain. You have to…2 years ago
-
Posted a reply to Passing parameters from button, on the site WordPress.org Forums:
This absolutely depends on how the Frameworks is build. This looks like class and data…2 years ago
-
Posted a reply to XAMPP and WordPress, on the site WordPress.org Forums:
This means WordPress tries to find the Database Tables in a Database called "mycode" and…2 years ago
-
Created a topic, useful, on the site WordPress.org Forums:
very useful tool2 years ago
-
Posted a reply to overwriting files when backing up, on the site WordPress.org Forums:
Advantages: - one single file - less space needed Disadvantage: - have to unzip it…2 years ago
-
Posted a reply to How to stop Google from indexing Media files?, on the site WordPress.org Forums:
You can allow or disallow by directory or file ending too.2 years ago
-
Posted a reply to Profilseite lädt nicht mehr komplett seit 0.2, on the site WordPress.org Forums:
Same as above, the User Profile Page is broken, no Settings for WP-OTP available. Error…2 years ago
-
Posted a reply to Media upload and editing of text not working, on the site WordPress.org Forums:
so you changed your site ulr? read this: https://codex.wordpress.org/Changing_The_Site_URL2 years ago
-
Posted a reply to How to stop Google from indexing Media files?, on the site WordPress.org Forums:
even google has a robots:txt: https://www.google.com/robots.txt2 years ago
-
Posted a reply to How to stop Google from indexing Media files?, on the site WordPress.org Forums:
you could put a robots.txt file on your server: http://www.robotstxt.org/robotstxt.html2 years ago
-
Posted a reply to Gutenberg hackable?, on the site WordPress.org Forums:
gutenberg itself is only a extension to wordpress. it should not introduce any security issues.…2 years ago
-
Posted a reply to ACF and Forms Plugins, on the site WordPress.org Forums:
to make a good use of acf, you need to code a little bit. it's…2 years ago
-
Posted a reply to Are the default themes worth using?, on the site WordPress.org Forums:
well, no. But, they are are a good starting point if you want to build…2 years ago
-
Posted a reply to WP spawning several database queries, on the site WordPress.org Forums:
according to the screenshot it rather looks like your problem is in the svg support…2 years ago
-
Posted a reply to Keep track of downloaded file, on the site WordPress.org Forums:
what is it you want to track anyway?2 years ago
-
Posted a reply to Text slider with automatic columns, on the site WordPress.org Forums:
the problem with preset hight is, you never know your height. so no designer takes…2 years ago
-
Posted a reply to Render meta box in wordpress API rest, on the site WordPress.org Forums:
I think the_content() destroys your code. It filters special characters. Maybe you have to escape…2 years ago
-
Posted a reply to How to fix automatically redirects, on the site WordPress.org Forums:
I don't understand your problem. Besides, your TLS Certificate is broken.2 years ago
-
Posted a reply to Using wp_redirect in shortcode based contact form, on the site WordPress.org Forums:
As you cannot do an action after the return statement inside your shortcode function, my…2 years ago
-
Posted a reply to Mobile-Friendly Test – Page partially loaded, on the site WordPress.org Forums:
At the end of the day, it matters that the Website is working. I would…2 years ago
-
Posted a reply to Mobile-Friendly Test – Page partially loaded, on the site WordPress.org Forums:
I'm guessing now... You are in Australia? Don't know if there's an issue, but does…2 years ago
-
Posted a reply to How to change static resource url?, on the site WordPress.org Forums:
Try this. The Article is in German, but the Code is commented in English. It…2 years ago
-
Posted a reply to Mobile-Friendly Test – Page partially loaded, on the site WordPress.org Forums:
Could you provide a link to your page? It might be that some file references…2 years ago
-
Posted a reply to Editing WordPress entries externally, on the site WordPress.org Forums:
yes. https://developer.wordpress.org/rest-api/2 years ago
-
Posted a reply to Iframe with Lightbox?, on the site WordPress.org Forums:
Lightbox loads the next picture in the gallery in advance to be able to display…2 years ago
-
Posted a reply to WordPress Child Theme not loading stylesheets at all, on the site WordPress.org Forums:
show us the first 10-20 lines of your child-theme's style.css2 years ago
-
Posted a reply to Staying logged in to WordPress, on the site WordPress.org Forums:
when changing a wordpress install to SSL, a common problem is that there are still…2 years ago
-
Posted a reply to Analytics, on the site WordPress.org Forums:
i dont't know what this add to any thing is, but it's unavailable.2 years ago
-
Posted a reply to Mobile Version Loading On Desktop?, on the site WordPress.org Forums:
so, obviously there's something wrong with your TLS Settings. I looked intoo it more deeply.…2 years ago
-
Posted a reply to Two-column layout (blogposts and sidebar) on home page, on the site WordPress.org Forums:
maybe you can make it with only one media query. that is all right. but,…2 years ago
-
Posted a reply to Two-column layout (blogposts and sidebar) on home page, on the site WordPress.org Forums:
you have to make a wrapping <div> around the two blocks, give it a display:…2 years ago
-
Posted a reply to Recent post not responding to changes but others do, Plugins Error on Update, on the site WordPress.org Forums:
I'm referring to the file permissions on the webserver. Please read this: https://codex.wordpress.org/Changing_File_Permissions The Webserver-Process…2 years ago
-
Posted a reply to Umstellung auf PHP 7, on the site WordPress.org Forums:
Ich habe hier mal 2 Sachen er-googelt die vielleicht helfen: https://github.com/philip/MySQLConverterTool https://github.com/dshafik/php7-mysql-shim Oder von Hand:…2 years ago
-
Posted a reply to Cannot create directory errors, on the site WordPress.org Forums:
These symptoms all point to user rights / permissions. Check that. Make sure the owner…2 years ago
-
Posted a reply to space between boxes, on the site WordPress.org Forums:
your .front div has an absolute width. change that to a relative one.2 years ago
-
Posted a reply to Website Developer won’t give me access to my login & password, on the site WordPress.org Forums:
otherwise read this: https://codex.wordpress.org/Resetting_Your_Password2 years ago
-
Posted a reply to Recent post not responding to changes but others do, Plugins Error on Update, on the site WordPress.org Forums:
indicates you have a problem with your file permissions. check that at first.2 years ago
-
Posted a reply to Two-column layout (blogposts and sidebar) on home page, on the site WordPress.org Forums:
you can do this with css. take a look at https://css-tricks.com/snippets/css/a-guide-to-flexbox/ this might help.2 years ago
-
Posted a reply to Images not appearing on iOS, on the site WordPress.org Forums:
I looked into it, it's definitly a CSS Problem. You have an animatione there which…2 years ago
-
Posted a reply to Umstellung auf PHP 7, on the site WordPress.org Forums:
Php7 ist seit ein paar Jahren schon quasi Standard, php5 wird kaum noch supported, wenn…2 years ago
-
Posted a reply to ShortCodes shows instead of actual page forms, on the site WordPress.org Forums:
That migt be it. When the plugin is not activated, the shortcode might not be…2 years ago