Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello bluemoonsound,

    I’m looking for the same fix.
    After password reset, I would like to redirect the customer to the my-account-page or a different page. Can you share the working code for my child-theme functions.php file?

    Ingrid

    Thread Starter ingbas

    (@ingbas)

    Dear Takayuki,

    Thanks for your answer.
    I use a combination of php en javascript.

    The selectable pipes I understand:
    Below 10 is shown in de dropdown and Productname in the email.
    ‘[checkbox selectie “10|Productname”]’

    But I can’t use the pipe, because my calculation uses the value to calculate.
    It works when I use:
    <input type="checkbox" name="selectie2[]" value="10">Productname

    But than in the e-mailmessage you only see 10 and I want to show the Productname as well. I need the name in the email and not only the number.

    Is there something else I can use in the <input type="checkbox" name="selectie2[]" value="10"> part. To shows an extra text (productname) in the email that is sent? For example namevalue=”Productname” or mailvalue=”Pruductname”

    I hope my question is clearer now.

    Regards,
    Ingrid (Holland)

    Thread Starter ingbas

    (@ingbas)

    Dear Takayuki,

    If this is not possible or you don’t understand my question? Can you please tell me? I am stuck right now.

    It is the last puzzle of my solution in creating an orderform with calculations in Contact Form 7.

    If somebody else can help me… please!!

    Ingrid (Holland)

    I don’t know if you have found your answer. But I did the following.

    go to wp-admin/css/colors-fresh.min.css and put the following in front of
    .find-box-search,.find-box-buttons{background…….

    #the-comment-list .order_note {
    background-color: #CC0000;
    display:none;
    }

    First do it without the display:none and see if all the status updates turn red. (refresh page) If so, than you can put in the display:none. All the status updates are invisible.

    Thread Starter ingbas

    (@ingbas)

    I want the admin and the shop-manager to be able to activate and deactivate the coming soon page.

    Ingrid

    Thread Starter ingbas

    (@ingbas)

    Hello Stephen,

    Thanks for the automatic border around de google-map in style.css
    .eo-venue-map {border: 1px solid #373737;}

    I found out what the problem was with the ongoing loading of the calendar.
    It was a plugin that conflicted with the calendar (under construction). It also conflicted with other plugins.

    Now everything works fine. I love the plugin.

    Regards,
    Ingrid

    Thread Starter ingbas

    (@ingbas)

    Hello Stephen,
    It has nothing to do with the today button, I found out. It is just the place the loading-image is set to (padding-right: 5px) Stupide of me ;-)!
    The Calendar just keeps on loading and does not show the events, that is the problem. The same with the widget calendar.
    Do you know what the reason could be?

    It only works fine in Firefox MAc version, In Mac browsers like Safari, Chrome, Opera, it does not work.
    In Windows it does not work in all the browsers I checked: Safari, Chrome, Opera, IE en Firefox

    Regards,
    Ingrid

    Hello Ajayver,

    Thanks for the update. Now it is a perfect widget-plugin!

    5 STARS!

    Hi Ajayer,

    I need the same option.
    I want to place your widget on different pages, but with different search options.

    For example: on one page I want to show the 2 categories cats and dogs with their tags, on an other page I want to show two other categories with their tags.
    I know I can do this: $tags = get_tags(‘exclude=2,45,101’);
    But when I do that both search widgets exclude them.

    B.t.w. How do I exclude categories? Like this:
    $categories = get_categories(‘pad_counts=1”exclude=34’);

    If this is not possible, can you make a clone of your widget so I can upload the clone and than exclude different things.

    The nice thing is, that your widget works great with the plugin Search everything.

Viewing 9 replies - 1 through 9 (of 9 total)