Das ist es ja, ich finde auch nicht wirklich Hilfe dazu im Internet. Scheint auch nicht so genutzt zu werden das Plugin.
Beiträge von Thom2504
-
-
Super, Danke!
Das hat geklappt. Danke dir :-)Kann ich eigentlich auch sagen er soll mir immer, ausgegangen vom aktuellen Tag die nächsten 6 Tage anzeigen.
Sprich bei uns, da wir immer Samstag & Sonntag unterwegs sind:soll er mir dann Montags immer die Termine vom kommenden SA & SO anzeigen, in Moment kann ich nur die nächsten Termine ohne Zeitraum (Tage) anzeigen lassen. Wenn ich aktuell zb. 5 Termine anzeigen lasse, zeigt er mir die nächsten Wochen mit an, es soll aber ja nur immer das kommende Wochenende angezeigt werden. Da wir öfter auch an einem Wochenende 3 Feste anfahren, müsste ich die Anzeige auf 3 stellen, dann werden aber die nächsten Wochen mit angezeigt weil wir zb dieses Wochenende nur ein Markt anfahren aber die Anzeige auf 3 steht.
Lg
Thom -
seit dem ich
[COLOR=#333333]z.B. so[/COLOR]
[COLOR=#333333]li.future-event {[/COLOR]
[COLOR=#333333]color: black;[/COLOR]
[COLOR=#333333]list-style-type: none;[/COLOR]
[COLOR=#333333]}eingefügt habe, kann ich im [/COLOR][COLOR=#333333]Shortcode ändern was ich will, er zeigt die Veränderung nicht an.
Was kann das sein ?[/COLOR]
-
Hab es hinbekommen, nur das Problem wie ich die Auflistung "linksbündig und unter den Unterstrichenen Text" bekomme weiss ich leider nicht, hast du da auch ein Tipp oder eine Hilfe für mich ?
-
Maxe da war ich bereits, ich habe schon gesucht und auch gefunden, aber ich komme nicht klar damit, ich wollte die Auflistung genau unter den Text der Unterstrichen ist und in der Schriftart wie auf der Website, ich bin in CSS total unerfahren. Es wäre super lieb wenn du mir da helfen könntest.
-
Oh vielen Dank maxe,
wie bekomme ich die Schriftgröße noch angepasst?
-
Hallo Gemeinde,
ich habe mir myCalendar von [COLOR=#000000][FONT=-apple-system]Von [/FONT][/COLOR]Joseph C. Dolson installiert.
Nun werden mir auf der Startseite endlich auch die kommenden Events dank SHORTCODE angezeigt, ich würde gern die Schriftart und Farbe an die welche ich auf der Seite nutze umstellen. Leider habe ich keine Ahnung von CSS, es gibt wohl den Style-Editor aber auch dort sind nur Codes hinterlegt. Auch den "Punkt" vor dem Event würde ich gerne deaktivieren.Betrifft Startseite: http://www.crepesbude.de
Kann mir hier wer helfen?Im Anhang habe ich den Code des Style-Editors angehangen.
CSS
Alles anzeigen/* New theme for 2015 */.my-calendar-header *, .mc_bottomnav * { line-height: 1.5; } .mc-main .my-calendar-header, .mc-main .mc_bottomnav { background-color: rgba( 0, 0, 0, .15 ); color: #000; padding: 2px 10px; } .mc-main a { border-bottom: none; } .mc-main .details ul, .mc-main .details ol, .mc-main details li { margin: 5px 0 10px 30px; } .my-calendar-header > div, .mc_bottomnav > div { margin: 5px; display: inline-block; } .mc-main .maybe-hide { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .my-calendar-header > div:nth-of-type(1), .mc_bottomnav > div:nth-of-type(1) { margin-left: 0; } .my-calendar-header > div:nth-of-type(last), .mc_bottomnav > div:nth-of-type(last) { margin-right: 0; } .mc-main .my-calendar-header a, .mc-main .mc_bottomnav a { color: #333; text-decoration: none; border-radius: 5px; padding: 4px 6px; font-size: .8em; background: linear-gradient(to top, rgba(230, 230, 230, .95) 0%, rgba(250, 250, 250, .95) 70%); } .mc-main .my-calendar-header a:hover, .mc-main .mc_bottomnav a:hover, .mc-main .my-calendar-header a:focus, .mc-main .mc_bottomnav a:focus { color: #fff; text-decoration: underline; background: linear-gradient(to bottom, rgba(125, 125, 125, .95) 0%, rgba( 90, 90, 90, .95) 70%); } .mc-main.calendar { width: 100% !important; } .mc-main .heading { margin: 0; } .mc-main table { width: 100%; border-collapse: collapse; } .mc-main tr td { width: 14.285714%; border: 1px solid #f6f6f6; padding: 0 !important; height: 5em; } .mc-main th { text-align: center; text-transform: uppercase; padding: 8px 0; background: rgba(0, 0, 0, .8); color: #fff !important; } .mc-main { position: relative; } .mc-main table .current-day .mc-date { background: rgba(0, 0, 0, .8) !important; color: #fff; } .mc-main caption { font-size: 2em; color: #fff; background: #333; padding: 5px; text-align: right; caption-side: bottom; } .mc-main.mini caption { font-size: 1.2em; } .mc-main .event-title { margin: 0 !important; font-size: .8em; } .mc-main .event-title a { display: block; line-height: 1.5; padding: 6px; font-size: .9em; position: relative; border-bottom: none; } .mc-main .event-title .has-image { padding-left: 24px; } .mc-main.mini .event-title { padding: 10px 30px 10px 5px; } .mc-main.mini .event-title img { position: relative; margin-right: 4px; top: 0; left: 0; } .mc-main .mc-format a:before { font-family: dashicons; margin-right: 4px; vertical-align: text-top; } .mc-main .mc-format .list:before { content: "\f163"; } .mc-main .mc-format .grid:before { content: "\f508"; } .mc-main .event-title img { position: absolute; top: 6px; left: 4px; } .mc-main .calendar-event .details, .mc-main .calendar-events { position: absolute; left: 0; width: 100%; z-index: 3; background: rgba(255, 255, 255, .98); box-shadow: 0 0 4px; color: #333; } .mc-main.calendar .details.no-image { padding-top: 60px; } .mc-main.calendar .single-event .details.no-image { padding-top: 0; } .mc-main .details { padding: 10px; } .mc-main .mc-list .details { padding: 0; } .mc-main .close { position: absolute; left: .5em; top: .5em; padding: 4px; line-height: 2; border-bottom: none; } .mc-main.mini .close { left: auto; top: .25em; right: .5em; } .mc-main .close:hover, .mc-main .close:focus { background: rgba( 240, 240, 240, .8 ); } .mc-main .details img { width: 100%; height: auto; } .mc-main .details img.alignleft { width: auto; float: left; margin: 0 20px 10px 0; } .mc-main .details img.alignright { width: auto; float: left; margin: 0 0 10px 20px; } .mc-main .details img.aligncenter { width: auto; display: block; margin: 0 auto 10px; } .mc-main .details p { margin: 0 0 20px; line-height: 1.6; font-size: 1em; } .mc-main .details h2, .mc-main .details h3 { font-weight: 700; font-size: 1.3em; line-height: 1.3; } .mc-main .details h4, .mc-main .details h5, .mc-main .details h6 { font-weight: 400; font-size: 1.1em; line-height: 1.5; } .mc-main .details li { line-height: 1.5; } /* Sharing */ .mc-main .details .sharing { clear: both; } /* Date/times */ #mc-day .time-block p { top: -1.5em; } .mc-main.mini .time-block p { position: relative; display: block; text-align: center; top: 0; right: 0; } .mc-main .time-block p{ color: #000; display: inline-block; margin: 0 !important; position: absolute; top: .5em; right: .5em; background: rgba( 255, 255, 255, .7 ); padding: 0 10px !important; } .mc-main .single-event .time-block p, .mc-main.list .time-block p { position: static; padding: 0!important; } .mc-main .time-block p:before { font-family: dashicons; content: "\f469"; vertical-align: top; margin-right: 4px; } .mc-main .mc-event-date { font-weight: 700; color: #333; } .mc-main .has-events .mc-date { font-weight: 700; background: #333; color: #fff; } .mc-main .has-events .mc-date a { color: #fff; } .mc-main .mc-date { display: block; padding: 4px; font-size: 1.2em; background: rgba(240, 240, 240, .9); color: #111; } .mc-main.mini .mc-date { text-align: center; } .mc-main .mc-single { font-size: 1.4em; margin: 0; } /* Navigation */ .my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list { margin: 0 !important; padding: 0 !important; } .my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li { display: inline-block; list-style-type: none; margin: 0 0 6px; } .my-calendar-nav .my-calendar-prev a { border-radius: 5px 0 0 5px; border-right: 1px solid #bbb; } .my-calendar-nav .my-calendar-next a { border-radius: 0 5px 5px 0; border-left: 1px solid #fff; } .my-calendar-prev a:before { content: '\25C0 '; } .my-calendar-next a:after { content: ' \25b6'; } /* Category Key */ .mc-main .category-key h3 { margin: 0 0 10px 0 !important; } .mc-main .no-icon { display: inline-block; width: 1.25em; margin-right: .25em; border-radius: 12px; } .mc-main .category-color-sample img { padding: 2px; display: inline; vertical-align: text-top; margin-right: .25em; } /* hCard */ .mc-main .vcard { margin: 0 0 15px 15px; float: right; padding: 20px; max-width: 50%; background: rgba( 0, 0, 0, .1 ); } .mc-main .vcard .street-address { display: inline; } .mc-main .vcard .street-address:nth-of-type(2):before { content: ', '; } /* Jumpbox */ .mc-main .my-calendar-date-switcher select { padding: 0; width: auto; margin: 0; } .mc-main .my-calendar-date-switcher input[type=submit] { min-width: 2em; font-size: 1em; } /* List View */ .mc-main .mc-list li, #mc-day { position: relative; } .mc-list .current-day .event-date:before { content: "\f139 "; font-family: dashicons; vertical-align: middle; } .mc-main .mc-list .mc-events { list-style-type: none !important; padding: 10px; background: rgba(0, 0, 0, .05); margin: 0; } .mc-main .mc-list .mc-events.odd { padding: 10px; background: none; } .mc-main.list .my-calendar-month { font-size: 1.4em; background: #000; color: #fff; padding: 5px; text-align: right; } .mc-main .list-event .event-title { margin-top: 10px !important;; padding: 5px; } .mc-main .mc-list .event-date { font-size: 1.1em; font-weight: 600; } .mc-main .list-event { margin-top: 1em; } .mc-main .mc-list-extended { font-size: .9em; font-style: italic; } .mc-main .list-event .details img { width: auto; max-width: 100%; } .mc-main .list-event .event-title img { margin-right: .5em; position: relative; top: -1px; } .mc-main .nextmonth .event-title { opacity: .7; } /* Single view */ .single-event .event-title { padding: 10px; font-size: 1.4em; } .single-event .event-title img { margin-right: 10px; position: static; } /* Mini */ .mc-main.mini table { margin-bottom: 0; } .mc-main.mini tr td { height: auto; } .mc-main.mini .vcard { line-height: 1.5; margin: 0 0 15px; float: none; padding: 10px; max-width: 100%; }Über eine Hilfe wäre ich euch sehr Dankbar.
-
Ich verstehe überhaupt nicht weshalb sowas auf einmal gemeldet wird. Ich habe ja nichts aktualisiert etc. Was hat der Hoster damit zu tun ?
Mir schlägt Wordfence z.B. vor die Dateien zu löschen, aber ich trau mich nicht, weil ich nicht weiß für was die gebraucht werden.
-
Hallo Gemeinde, ich habe seit heute folgende Warnungen gelben Ausrufezeichen in Übersicht von dem Plugin Wordfence.
Unknown file in WordPress core: wp-includes/theme-compat/php.ini
[TABLE="class: wfIssue"]
[tr]
[td]
[TH]Filename:[/TH]wp-includes/theme-compat/php.ini
[/td][/tr][tr]
[td]
[TH]File type:[/TH]Core
[/td][/tr][tr]
[td]
[TH]Issue first detected:[/TH]10 secs ago.
[/td][/tr][tr]
[td]
[TH]Severity:[/TH]Warning
[/td][/tr][tr]
[td]
[TH]Status[/TH]New
[/td][/tr]
[/TABLE]
[COLOR=#444444][FONT=Open Sans]This file is in a WordPress core location but is not distributed with this version of WordPress. This is usually due to it being left over from a previous WordPress update, but it may also have been added by another plugin or a malicious file added by an attacker.
[/FONT][/COLOR][COLOR=#ff0000][FONT=Open Sans]Das geht mit folgenden weiter, wohl gibt es hier mit dem PlugIn "tinymce" ein Problem ?[/FONT][/COLOR][COLOR=#444444][FONT=Open Sans][/FONT][/COLOR]
Unknown file in WordPress core: wp-includes/widgets/php.iniUnknown file in WordPress core: wp-includes/rest-api/php.ini
Unknown file in WordPress core: wp-includes/random_compat/php.ini
Unknown file in WordPress core: wp-includes/pomo/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/themes/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/utils/php.ini
Unknown file in WordPress core: wp-includes/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/wordpress/images/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/wordpress/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/themes/modern/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/lightgray/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/lightgray/img/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/skins/lightgray/fonts/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpview/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wplink/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wptextpattern/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpgallery/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpemoji/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpembed/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpeditimage/php.ini
Unknown file in WordPress core: wp-includes/js/tinymce/plugins/wpdialogs/php.ini
usw. Sind bestimmt 100 dieser Meldungen. Wer kann mir hier behilflich sein wieso ich diese Meldungen erhalte?
Ich danke euch.
[COLOR=#444444][FONT=Open Sans]
[/FONT][/COLOR] -
Hallo,
ich suche zwei Plugins.1) Ich suche ein Plugin, welches mir ermöglicht eine Linkliste zu erstellen welche ich auf der Seite anzeigen lasse, im Adminbereich würde ich gerne die Klicks einsehen können, so ne Art Linkliste.
2) Ein Plugin mit dem ich Videos nebeneinander und untereinander auf einer Seite einsetzen darstellen lassen kann.Hab schon danach gesucht auch google gefragt aber was wirklich brauchbares bzw. nutzvolles was auch funktioniert habe ich nicht gefunden.
Ich danke für eure Tips
-
Kann mir hier keiner helfen ?
-
Dieses Child-Theke habe ich auf einer anderen Seite auch, dort läuft es, ich verstehe nur nicht wieso es mir auf dieser Seite die Navigation sprengt.
Möchte ja nur die Navigation in dieses "rot" setzen.Ich bin mit dem Latein am Ende
-
Ich muss das hier noch einmal nach oben "pushen" vielleicht kann mir ja jemand helfen, habe da Problem noch immer.
-
Mittlerweile komme ich wieder auf den Adminbereich und ins Dashboard aber wenn ich die Seite aufrufen will kommt folgende Meldung:
ZitatFatal error: Call to undefined function siteorigin_setting() in /homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/header.php on line 30
Bitte um Hilfe
-
Hallo, mir wurde die Seite gehackt und nun erhalte ich folgende Fehlermeldungen:
ZitatWarning: include(/homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/extras/adminbar/adminbar.php) [function.include]: failed to open stream: No such file or directory in /homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/functions.php on line 24
Warning: include() [function.include]: Failed opening '/homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/extras/adminbar/adminbar.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/functions.php on line 24
Fatal error: Call to undefined function vantage_is_woocommerce_active() in /homepages/14/d410756514/htdocs/wp/wp-content/themes/vantage/inc/extras.php on line 42Ich soll laut meinem Provider die functions.php und die includes-wp-upgrade.php einfach aus dem Backup neu aufspielen, aber irgendwie bekomme ich die Fehlermeldung weiterhin. Vielleicht weiß jemand weiter??
-
Hallo Maxe, ich habe das Theme in Moment ausgeschalten, da es ja die Navigation sprengt.
Ich habe nun nur den Befehl:Zitat[COLOR=#333333].main-navigation {background: #8A0808;}[/COLOR]
eingetragen, die Farbe wird geändert, aber die Navigation wird nun als Text und nicht mehr als Menü angezeigt. da liegt mein Problem.
-
Für was muss ich die function.php erstellen, auf der anderen Seite die ich betreibe habe ich auch nur eine stilleres und in der habe ich die Codes drin.
Ich möchte ja weiter nichts ändern als die schwarze Navigation in eine rote zu ändern.Daher blicke ich bei den Codes die du oben angegeben hast auch leider nicht durch :-(
-
Ich benutze dieses Child-Theke mit viel mehr Funktionen auf einer anderen Seite, auch mit der @import, ich bin ein Laie und froh das ich das selbst hin bekomme.
ullu ich habe in der stilleres die Leerzeichen, die wurden wohl nur hier nicht richtig dargestellt.
SuMu danke für den Hinweis, vielleicht könntest du mir mitteilen wie es denn richtig aussehen müsste damit auch die Farbe und Navigation richtig angezeigt wird. Ich wäre sehr dankbar.beste Grüße
Thom -
Ich habe ein Child-Theme erstellt, ich kann es installieren ohne Probleme, aber irgendwie wird die Navigation farblich zwar wie gewollt angezeigt aber wenn ich in die Vorschau gehe, zerreißt die ganze Seite. Vielleicht kann mir jemand sagen wie der Code richtig gesetzt sein muss damit die Navigation nicht zerreißt und in dem rötlichen Farbton angezeigt wird. Ich hab folgenden Code in der Syle.css :
ZitatAlles anzeigen[COLOR=#008400][FONT=Helvetica]/*[/FONT][/COLOR][COLOR=#008400][FONT=Helvetica]Theme Name: Vantage Theme Child[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Theme URI: https://siteorigin.com/theme/vantage/[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Description: Child Theme[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Author: Mittelaltermarkt Freisen[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Author URI: http://www.mittelaltermarkt-freisen.de[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Template: vantage[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]Version: 1.4.4[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]*/[/FONT][/COLOR]
[FONT=Helvetica][COLOR=#bb2ca2]@import[/COLOR] url("[COLOR=#d4ac00]..[/COLOR]/wp/vantage/style[COLOR=#d4ac00].css[/COLOR]");[/FONT]
[COLOR=#008400][FONT=Helvetica]/* =Theme customization starts here[/FONT][/COLOR]
[COLOR=#008400][FONT=Helvetica]------------------------------------------------------- */[/FONT][/COLOR]
[FONT=Helvetica]
[/FONT]
[COLOR=#D4AC00][FONT=Helvetica].main-navigation[COLOR=#000000] a {[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica][COLOR=#000000] [/COLOR]padding[COLOR=#000000]: [/COLOR][COLOR=#272ad8]5px[/COLOR][COLOR=#272ad8]15px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica][COLOR=#000000] [/COLOR]background[COLOR=#000000]: [/COLOR][COLOR=#797c7c]#8A0808[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica][COLOR=#000000] [/COLOR]border-color[COLOR=#000000]: [/COLOR][COLOR=#797c7c]#8A0808[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica][COLOR=#000000] [/COLOR]border-top-left-radius[COLOR=#000000]: [/COLOR][COLOR=#272ad8]10px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica][COLOR=#000000] [/COLOR]border-top-right-radius[COLOR=#000000]: [/COLOR][COLOR=#272ad8]10px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]}[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]
[/FONT]
[COLOR=#D4AC00][FONT=Helvetica].main-navigation[COLOR=#000000] {[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]background[COLOR=#000000]: [/COLOR][COLOR=#797c7c]#8A0808[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]border-bottom[COLOR=#000000]: [/COLOR][COLOR=#272ad8]1px[/COLOR][COLOR=#000000] solid [/COLOR][COLOR=#797c7c]#8A0808[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]border-top-left-radius[COLOR=#000000]: [/COLOR][COLOR=#272ad8]10px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]border-top-right-radius[COLOR=#000000]: [/COLOR][COLOR=#272ad8]10px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[FONT=Helvetica]}[/FONT]
[FONT=Helvetica]
[/FONT]
[COLOR=#D4AC00][FONT=Helvetica].main-navigation[COLOR=#000000] ul ul li a {[/COLOR][/FONT][/COLOR]
[FONT=Helvetica] [COLOR=#bb2ca2]padding[/COLOR]: [COLOR=#272ad8]0[/COLOR] [COLOR=#272ad8]15px[/COLOR] [COLOR=#272ad8]0[/COLOR] !important;[/FONT]
[FONT=Helvetica] [COLOR=#bb2ca2]width[/COLOR]: auto !important;[/FONT]
[COLOR=#BB2CA2][FONT=Helvetica]border-top-left-radius[COLOR=#000000]:[/COLOR][COLOR=#272ad8]5px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]border-top-right-radius[COLOR=#000000]:[/COLOR][COLOR=#272ad8]5px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]border-radius[COLOR=#000000]: [/COLOR][COLOR=#272ad8]0[/COLOR][COLOR=#272ad8]0[/COLOR][COLOR=#272ad8]5px[/COLOR][COLOR=#272ad8]5px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]margin-top[COLOR=#000000]:[/COLOR][COLOR=#272ad8]2px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[FONT=Helvetica]}[/FONT]
[FONT=Helvetica]
[/FONT]
[COLOR=#D4AC00][FONT=Helvetica].main-navigation[COLOR=#000000] ul ul {[/COLOR][/FONT][/COLOR]
[COLOR=#BB2CA2][FONT=Helvetica]margin-left[COLOR=#000000]: [/COLOR][COLOR=#272ad8]12px[/COLOR][COLOR=#000000];[/COLOR][/FONT][/COLOR]
[FONT=Helvetica]}[/FONT]Danke für eure Hilfe
-
Ich habe ständig das Problem wenn WP-Statisic ein Update machen will und ich dieses durchführe, das die Seite in den Wartungsmodus fährt, und sich dann das Update aufhängt. Nun musste ich dann das Plugin im FTP-Programm löschen und die Seite war wieder erreichbar.
Nun habe ich das selbe Problem wieder, aber nach dem ich das Plugin gelöscht habe, komme ich dennoch nicht ins Dashboard und es kommt weiterhin die Meldung "Wartungsmodus....
Wer kann mir helfen?
Betreff: http://www.creepsbude.deNACHTRAG: Mitterweile hab ich ein Backup geladen, die Seite geht wieder aber woran liegt das Problem wenn ich dieses Update machen will?
Danke für schnelle Hilfe