wolfgangw
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Multisite Clone Error (NS ClonerV3)Thank You!
Forum: Plugins
In reply to: [Asgaros Forum] Multisite Clone Error (NS ClonerV3)I use TinyMCE Advanced on both of my multisites but different plugins. Maybe it is a plugin that causes this behavior. Maybe something else. I think i have to do some tests.
Forum: Plugins
In reply to: [Asgaros Forum] Multisite Clone Error (NS ClonerV3)Editor:
I have to say it works on one of my multisites, on a other multisite i have the described phenomen. Therefore i think, the editor-problem depends on the configuration (plugins) of this multisite installation.Forum: Plugins
In reply to: [Asgaros Forum] Multisite Clone Error (NS ClonerV3)Thank you for your quick response!
First:
I replaced the line to
add_action(‘wpmu_new_blog’, array($this, ‘buildSubsite’), 10, 6);
and it works so far i can see. I thinks it is ok now.Second:
If i activate the minal editor then this editor shows up for me. If i deactivate the minimal editor then no editor is there. Maybe there are some specific depencies within my site.- This reply was modified 7 years, 8 months ago by wolfgangw.
Forum: Plugins
In reply to: [Pz-LinkCard] Change the Size of screenshotI made th following changes:
.lkc-thumbnail {
max-width: 200px;
max-height: 200px;
padding: 0;
margin: 10px 10px 10px 10px;
float: left;
}
.lkc-thumbnail-img {
max-width: 200px;
max-height: 200px;
border: 1px solid #222;
/*THUMBNAIL-RADIUS*/
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}That does the job!!!
Thank YouForum: Plugins
In reply to: [Pz-LinkCard] Change the Size of screenshotMany Thanks!!!
I think this is a way I can do my task.
I also am not a native english speaker.
Thank you very much for your interest in my things
and for your detailed help !!!Wolfgang
Forum: Plugins
In reply to: [Pz-LinkCard] Change the Size of screenshotThanks for answering my question.
More precisely, my question is as follows:
1) The width of the thumbnails in the link cards is 100px.
2) I changed the width of the standard thumbnails on my site to 200px.
Is it possible (and how) to use the thumbnail width of my site (200px) in the link cards?
Maybe i missed something.
Wolfgang