DrMorbius
Forum Replies Created
-
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikJa, genau das war das Problem! Top Unterstützung! Super!
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikJetzt habe ich’s gefunden 🙂 Besten Dank für die Hilfe!
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikJa, die Shariff-Buttons passen jetzt. Allerdingshabe ich keine Ahnung warum jetzt alle Fotos verschwunden sind 🙁
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger Grafikstattdessen hat das Einfügen der Klammer zweierlei Dinge ausgelöst: 1. Das Footer-Menü wird endlich richtig angezeigt (horizontal in einer Linie), ABER alle Fotos aus den Blogartikel sind verschwunden. Wenn ich die Klammer wieder weglöschen ist das Footer-Menü wieder falsch aber dafür tauchen die “Featured Images” wieder auf.
Forum: Fixing WordPress
In reply to: "featured images" disappeared from the blog pageThe problem seems to be with
*/
#home-readmore a{
text-decoration: none;
display: inline-block;
background:#801229;
border-radius: 10px;
color: #ffffff;
padding: 10px 20px;someone told me there’s the } missing after that. Funny thing is: when I add it, the footer menu shows properly again, but all images from the blog articles disappear. Delete the } and all images reappear but the footer menu is screwed up. Any ideas anyone? I’m buffled.
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikOK, ist ausgebessert…ändert nur leider weiterhin nichts an den fehlenden Grafiken auf Chrome 🙁
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikIst der Ort der Platzierung in der style.css von Bedeutung?
Hier die stlye.css wie sie aktuell aussieht:
/*
Theme Name: Projekt29 de
Theme URI: https://projekt29.de
Author: Rashidul Islam
Author URI: http://facebook.com/rashiduln
Description: hubspot to wordpress
Version: 1.0
Text Domain: rashidul
Text Domain URL: ../language
Tags: WordPress Blog Theme*/
#home-readmore a{
text-decoration: none;
display: inline-block;
background:#801229;
border-radius: 10px;
color: #ffffff;
padding: 10px 20px;@font-face {
font-family: “shariff3uu”;
font-style: normal;
font-weight: 400;
src: url(“https://www.projekt29.de/wp-content/plugins/shariff/fonts/shariff3uu.eot”) format(“embedded-opentype”), url(“https://www.projekt29.de/wp-content/plugins/shariff/fonts/shariff3uu.woff”) format(“woff”), url(“https://www.projekt29.de/wp-content/plugins/shariff/fonts/shariff3uu.ttf”) format(“truetype”), url(“https://www.projekt29.de/wp-content/plugins/shariff/fonts/shariff3uu.svg”) format(“svg”);
}fpc-widget-front .thumb-wrapper img {
width: 270px;}
.hs-featured-image-wrapper{
width: 100%;
float: right;
height: 0;
}
.hs-featured-image-wrapper img {
max-width: 100%;
border: 0px none;
vertical-align: bottom;
height: 0;
}
.post-half-content {
width: 50%;
float: left;
}
article.postArticle:after{
clear: both;
display: block;
content: “”;
}
article.postArticle{
margin-bottom: 30px;
}
.page-featured-image-wrapper img{
max-height: 0;}
.footerMenu{
list-style: none;
text-align: right;
margin: 0;
padding: 0;}
.footerMenu:after{
display: block;
content: “”;
clear: both;
}
.footerMenu li{
position: relative;
display: inline-block;}
.footerMenu li:after{
content: “|”;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;}
.footerMenu li:last-child:after{
content: “”;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;}
.footerMenu li a{
padding:0 10px ;
display: block;
}Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikVielen Dank 🙂 Auf Safari alles prima, auf Chrome weiterhin nur “Kästchen” statt vollständiger Grafiken…Mozilla habe ich nicht installiert und kann es daher aktuell auch nicht testen. Was können wir noch tun um bei Chrome die Grafiken vollständig angezeigt zu bekommen?
Forum: Fixing WordPress
In reply to: "featured images" disappeared from the blog pageYes, sorry, the site has moved to it’s original URL http://www.projekt29.de and we switched to https as well.
I was able to fix the no-showing of the images, but the footer menu is still screwed up…Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikSo, sorry…wir hatten heute auch die Umstellung von http auf https, was unsere Page einige Zeit unerreichbar werden ließ.
Den Code ins Style.css einzufügen habe ich gemacht, was aber nichts gebracht hat (habe auch die URLs auf https statt http in dem Code geändert.
Auch liegt jetzt eigentlich die ganze Installation auf http://www.projekt29.de und auf http://www.datenschutz-online.com ist nichts mehr…
Haben Sie eventuell noch irgendeine Idee für mich?
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff Buttons mit unvollständiger GrafikOK, aber müssten dann die Grafiken nicht korrekt dargestellt werden wenn ich die Blogseite über http://www.datenschutz-online.com aufrufe? Da habe ich ja das gleiche Problem, nicht nur wenn ich über Projekt29.de gehe…
Forum: Fixing WordPress
In reply to: "featured images" disappeared from the blog pageYes, thanks, I did. But one thing I can’t make sense of: the footer link menu is displayed as a bullet point list but used to look like the one in the header.
The tags in the style sheet look correctly…any idea what could have caused this to happen? Any other page that specifies those parameters besides the style.css?