Monika
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] The full width template doesn't workI need a full-width homepage too
I create a site => dashboard => sites,
choose “template => homepage” on the right side
safe and publicdashborad => options=> reading => choose this site as frontpage
style.css in your Child Theme
.page-template-template-homepage-php.left-sidebar .content-area { width: 100%; float: left; margin-left: 0; margin-right: 0; margin-top:2em; }
width:100% does the trick
and now my content area is full-width on frontpageForum: Plugins
In reply to: [Redirection] redirection: export .htaccess file, or a CSV fileSame here
I can export the logs but no redirection and there are 35sites of redirection
it would be beautiful, if I can export all this redirection ??
I understand “is not opt in” as I explain in my words above.
Maybe I have troubles to understand because english is not my motherspeech.Forum: Plugins
In reply to: [WP Help] Video Embed Not Working In Multisite SyncI understand => now ??
I must have been totally off the wall ??I have the same troubles with all “attachments”.
Forum: Plugins
In reply to: [WP Help] Video Embed Not Working In Multisite Sync@wanderwest
this is the support thread for a special WP Plugin => named WP help
this is not a support thread for WP troublesVersion 1.8 doesn’t collect emails any more, but the backlink is not turned off by default and the code to collect mails are still there.
I know how to turn of the backlink, but this is not a solution for everybody.
I’m willing and able to pay or spent money for a good plugin.
Most of the time I like free plugins for testing it out… but I’m not willing to pay for “deleting a backlink”. This is the false way to make money with WP.
And your link is not “nofollow” this is bad for your website and for every site which is using your plugin. Yandex//Google//Yahoo are killing all sites with paid links and the backlink from your plugin is looking like a paid backlink…
For this reason the plugin guidelines from www.ads-software.com doesn’t allow to force a backlink to the plugin author with or without “nofollow”.
and if I ask something you give me no answer
you send me always the same automativ mail that I can buy your pluginForum: Plugins
In reply to: [Adaptive Images for WordPress] php notices3.
I delete the image cache and add a new breakpoint
htaccess is now writeable
and now I have no image wp-content/cache/yourplugindirectoryfor this day my testing time is over and out ??
Forum: Plugins
In reply to: [Adaptive Images for WordPress] php noticesmy failure
sorry
as I copy your new version via ftp I did a big mistakebut now I will find images in the cache directory
but my htaccess is not writeable => your plugin doesn’t reocognize this ??
Forum: Plugins
In reply to: [Adaptive Images for WordPress] php noticeshi Nevma
I’m testing your new version
no image in the cache directoryhtaccess is rewritten
cache directory is writeable
my image directory is not wo-content/uploads
and I told this your plugin ??I can’t see that it is working..
and I’ve tested it with my smartphone
Forum: Plugins
In reply to: [Adaptive Images for WordPress] php noticesno so sorry ??
two bad hacks by my customers and my sparetime was gone …
but I hope I can do this sunday ??Forum: Plugins
In reply to: [Adaptive Images for WordPress] php notices?? yes you can ??
Forum: Plugins
In reply to: [Adaptive Images for WordPress] php noticesoh!
sorry, I got only information about your last comment on this thread ??
and the error log:
https://www.webdesign-in.de/–190105/debug.logthis domain is on the same server as my testdomain,
so you can see php information with “domain above”/chaos.phpForum: Plugins
In reply to: [Table of Contents Plus] Not Utf8 / no umlautsmy solution – fast work around ??
https://codex.www.ads-software.com/Function_Reference/sanitize_title
“sanitize_title() is in a class of functions that help you sanitize potentially unsafe data which allow you to pass an arbitrary variable and receive the clean version based on data typ
strips HTML & PHP
strips special chars
converts all characters to lowercaps
replaces whitespaces, underscores and periods by hyphens/dashes
reduces multiple consecutive dashes to onetoc.php => private function url_anchor_target
if ( $title ) { //$return = trim( strip_tags($title) ); //anchors like WP slugs monika 030515 $return = sanitize_title($title);
Forum: Plugins
In reply to: [Custom Login Page Customizer] Custom Logo size?? resolved!