Bos
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Translation errorOf course I did (within 30 seconds)!!
To prevent relaoding this file after every update (1) and this translation error is made in all languages (2) it is user-friendly that the plugin-author implement this improvement.Forum: Fixing WordPress
In reply to: page password does not work anymoreIt is a strange world. I did not yet do what you advised. I reinstalled my theme and activated my plugins again. I wanted to make first a back up from my posts and settings of my theme and plugins. Before removing all the wp files I tried the password pages and…everything works again!
I don’t reaally know what was happening. Do you have an explanation esmi?
Lot of thanks for your support. I hope this problem will not come back anymore.Forum: Fixing WordPress
In reply to: page password does not work anymoreAs you can see now, I did what you advised, however no result.
I appreciate that you will help me out of this problem. Please do. Because i now have to go to sleep, i hope to see your next answer tomorrow morning.Forum: Fixing WordPress
In reply to: page password does not work anymorehttp://www.assen35.nl tab “Alleen Voor Leden” (=Members Only)
Forum: Fixing WordPress
In reply to: page password does not work anymoreI think so. I have no direct indication of hacking, but it is very strange that one of the basic functions of a wordpress website suddenly does not work anymore.
Forum: Plugins
In reply to: [Contact Form 7] Show/hide fieldsInto my opninion you should define 3 hidings in your js folder:
hidefieldsScript1.js>>age 1 kid
hidefieldsScript2.js>> age 1 kid and age 2 kid
hidefieldsScript3.js>>age 1 kid, age 2 kid and age 3 kid@mattyrob
Yes after pointing the first two boxes under Compulsory Categories
it works now.
Tank you very muchThanks for your answer, I deleted the list of my public subscribers. However at least 1 Registered User did not get the email after publicing a post.
Fot me it is not clear in Settings:
Restrict the number of recipients per email to (0 for unlimited): 0 Edit
Should I fill in 1 (default)?
Is it depending of the competence of the user?Nobody did help me, so after a long time of trial and error I solved this problem myself.
Every hiding that has to fullfill to the same condition you have to write an if/else statement more with another hide number.
Every other hide condition you have to write a new JQuery script. See step 3 of the work of BunnyBomb.
You have to give this script another filename. For instance hidefieldsScript2.js.
Ad this file directly into the “js” folder for your theme (example: “./wordpress/wp-content/themes/your-theme-name/js/”.
Don’t forget step 5 by adding “<script type=”text/javascript” src=”<?php echo get_stylesheet_directory_uri(); ?>/js/hidefieldsScript2.js”></script> to the header.php
Now you are able to expand the contact form with extra hidings and new conditions for hiding.
It works great!Forum: Plugins
In reply to: [Contact Form 7] Show/hide fieldsNobody did help me, so after a long time of trial and error I solved this problem myself.
Every hiding that has to fullfill to the same condition you have to write an if/else statement more with another hide number.
Every other hide condition you have to write a new JQuery script. See step 3 of the work of BunnyBomb: (http://wordpress.org/support/topic/plugin-contact-form-7-this-is-how-to-showhide-fields-with-jquery?replies=39).
You have to give this script another filename. For instance hidefieldsScript2.js.
Add this file directly into the “js” folder for your theme (example: “./wordpress/wp-content/themes/your-theme-name/js/”.
Don’t forget step 5 by adding “<script type=”text/javascript” src=”<?php echo get_stylesheet_directory_uri(); ?>/js/hidefieldsScript2.js”></script> to the header.php
Now you are able to expand the contact form with extra hidings and new conditions for hiding.
It works great!Second hiding doesnot show up?
The first hidefunction operates perfect, I added e second hide function (and i am intending to create more hidefunctions). But the field doesnot show up?
See the jQuery code and the contactform code here below. What i am doing wrong?[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
/*! jQuery script to hide certain form fields */ $(document).ready(function() { //Hide the field initially $("#hide1").hide(); $("#hide2").hide(); $("#hide3").hide(); //First hidefunction: Laat de tekst zien, waneer resp "ik kom niet", "mijn partner komt niet" gekozen wordt. $('#wieniet').change(function() { if ($("#wieniet").val() == "ik kom niet") { $("#hide1").show(); } else { $("#hide1").hide(); } if ($("#wieniet").val() == "mijn partner komt niet") { $("#hide2").show(); } else { $("#hide2").hide(); } }); //Second hidefunction:Laat de tekst zien, waneer resp "graag informatie over mogelijke invaller", "ik zorg zelf voor een invaller" gekozen wordt. $('#intinv').change(function() { if ($("#intinv").val() == "ja") { $("#hide3").show(); } else { $("#hide3").hide(); } }); }); Contact Form 7 code: <table> <tr> <td><label for="wieniet">Wie komt er niet?*</label></td> <td>[select* wieniet 20 id:wieniet include_blank class:contactForm "ik kom niet" "mijn partner komt niet" "mijn partner en ik komen niet"]</td> <tr> <td><div class="hide" id="hide1"> <label for="telp">Telefoonnr. partner*</label> [text* telp 11/11 id:telp class:contactForm] <label for="intinv">Interesse om met invaller te spelen?*</label> [select* intinv include_blank "ja" "nee"] </div> <div class="hide" id="hide2"> <label for="mtel">Mijn telefoonnr.*</label> [text* mtel 11/11 id:mtel class:contactForm] <label for="intinv">Interesse om met invaller te spelen?*</label> [select* intinv include_blank "ja" "nee"] </div> </tr> <tr> <td> <div class="hide" id="hide3"> <label for="zinv">Indien er interesse is om met een invaller te spelen:*</label> [select* zinv id:intinv include_blank class:contactForm "graag informatie over mogelijke invaller" "ik zorg zelf voor een invaller"] </div> </td> </table>Hi Richard,
When I copy your code in style.css it didn’t work either
But…after copying the codes which I gave before(see post 3, from general.css) in style.css it WORKS
Thank you very much for your help. Now I will study the child-theme solution.
Still strange that before updating this was not necessary.I add in file www/wp-content/themes-ai1ec/vortex/css/general.css
.ai1ec-agenda-widget-view .ai1ec-month {
background: none repeat scroll 0 0 #00A000; }However after uploading nothing has changed. No green color… Even after emtying cache. Even with other browser.
What to do now?
First I want to change this and then I want to follow your advise on childthemes (i don’t understand that not yet..)Hi Ricard,
Thank you for your fast answer.
On my host file: /www/wp-content/themes-ai1ec/vortex/css/general.css
I changed the default color #8ba5c0 into #00A000 (green):.ai1ec-agenda-widget-view h3.ai1ec-date-title {
border: 2px solid #00A000;………..ai1ec-agenda-widget-view .ai1ec-month {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #00A000;………..ai1ec-agenda-widget-view .ai1ec-year {
color: #ffffff;
background: #00A000;……….ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a {
background: #00A000;……….Before update the colors in the widget became green, after update the general.css was not changed but I have the default color blue again.
The website is http://www.rhmbos.nl
I want to change the colors of the calendar-icon (of coming events)from blue into green.Now the general.css file doesnot do what he should do…
So how to solve this?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] More emailadressesFound already the solution:
Additional headers:
Cc:<emailadress1>
Cc:<emailadress2>