Beiträge von Helferlein

    Hallo,

    habe das Fast Secure Contact Form (Plugin) installiert. Es ist ein Kontaktformular. Allerdings sind mir die Eingabefelder für die eigentliche Nachricht zu klein und das Eingabefeld für den Captcha Code.

    Ich meine in den Einstellungen des Plugin auch die Einstellungesmöglichkeiten gefunden zu haben. Aber in welchem Feld muss ich was einstellen?

    Habe es Probehalber mal mit ein paar Eingaben versucht, abgespeichert aber nicht zu sehen auf der Seite.

    Bin ich denn da richtig?

    Hallo,

    habe das Plugin [FONT=sans-serif][COLOR=#444444] "[/COLOR][/FONT]All-in-One Event Calendar" erfolgreich installiert. Der Kalender hat verschiedene design integriert. Und bereits gleich nach in der Installation kommt diese Fehlermeldung im Admin-Bereich:

    All-in-One Event Calendar Notice

    [COLOR=#333333][FONT=sans-serif]Core Calendar Themes are out of date. We have found updates for some of your core Calendar Theme files and you should update them now to ensure proper functioning of your calendar.[/FONT][/COLOR]
    [COLOR=#333333][FONT=sans-serif]Warning: If you have previously modified any core Calendar Theme files, your changes will be lost during update. Please make a backup of all modifications to core themes before proceeding.[/FONT][/COLOR]
    [COLOR=#333333][FONT=sans-serif]Once you are ready, please update your core Calendar Themes.

    Also klicke ich auf Update, Verbindung über FTP und dann erscheint diese Fehlermeldung:

    PHP
    Fatal error: Uncaught exception 'Ai1ec_File_Not_Found' with message 'Could not find a version of "user_variables" to parse.' in /www/htdocs/w0112b2c/wp-content/plugins/all-in-one-event-calendar/app/model/class-ai1ec-less-file.php:98 Stack trace: #0 /www/htdocs/w0112b2c/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-lessphp-controller.php(224): Ai1ec_Less_File->locate_exact_file_to_load_in_theme_folders() #1 /www/htdocs/w0112b2c/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-lessphp-controller.php(198): Ai1ec_Lessphp_Controller->get_less_variable_data_from_config_file(Object(Ai1ec_Less_File)) #2 /www/htdocs/w0112b2c/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-themes-controller.php(997): Ai1ec_Lessphp_Controller->update_less_variables_on_theme_update() #3 [internal function]: Ai1ec_Themes_Controller->update_core_themes('') #4 /www/htdocs/w0112b2c/wp-includes/plugin.php(429): call_user_func_array(Array, Array) #5 /www/htdocs/w0112b2c/wp-admin/admin in /www/htdocs/w0112b2c/wp-content/plugins/all-in-one-event-calendar/app/model/class-ai1ec-less-file.php on line 98

    Ich finde leider keine Lösung.[/FONT][/COLOR]
    [COLOR=#333333][FONT=sans-serif]

    [/FONT][/COLOR]

    Hallo,

    ich habe Wordpress + ein Theme von studiopress (Link: http://my.studiopress.com/themes/executive/).

    Alles ist ganz frisch installiert. Nun möchte ich das wenn der Mauszeiger über die Menü fährt die Farbe nicht türkis sondern rot wird ([COLOR=#000000][FONT=Arial]#f20000).

    Also habe ich von dem installierten Theme die style.css heruntergeladen und an beiden stellen den neuen Farbcode eingetragen. Anschließend hochgeladen, aber nichts passiert.

    An diesen beiden stellen habe ich die Änderungen in der CSS vorgenommen:

    Code
    [/FONT][/COLOR]button:hover,input:hover[type="button"],
    input:hover[type="reset"],
    input:hover[type="submit"],
    .button:hover,
    .entry-content .button:hover {
    	background-color: #6bd5f1; auf [COLOR=#000000][FONT=Arial]#f20000 geändert[/FONT][/COLOR]
    	border: none;
    
    
    	text-decoration: none;[COLOR=#000000][FONT=Arial]

    und dann hier nochmal in der css geändert:

    Code
    [/FONT][/COLOR].archive-pagination li a:hover,.archive-pagination li.active a {
    	background-color: #6bd5f1; auf [COLOR=#000000][FONT=Arial]#f20000 geändert[/FONT][/COLOR]
    	text-decoration: none;
    
    
    
    
    [FONT=Arial, Helvetica, sans-serif][size=10][COLOR=#000000]

    [/COLOR][/SIZE][/FONT]

    [FONT=Arial, Helvetica, sans-serif][size=10][COLOR=#000000]Wenn ich die Webseite aufrufe bleibt aber alles türkis und nicht rot.[/COLOR][/SIZE][/FONT]