Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Skype Social Icon #1439436

    Hi Mike,
    thanks for the answer. Haven’t tried plugin though because it works well when link is created within the text on a page (callto://username) but not with the social icons in header / footer.

    in reply to: Code block as button link #1209726

    Hello Victoria,

    That worked, thank you.
    Is there a way to change the height of the light-box? Because now the menu is hardly visible, and ordering is difficult.

    EDIT:

    Nevermind, I have found this. and it works for now:

    .mfp-iframe-scaler {
    min-height: 888px;
    }

    Cheers
    Ivan

    in reply to: Custom autoresponder name in second language #515504

    Dear Josue and Kriesi support,

    You are amazing!

    I just added comma after greetings and now everything works as it should.

    Thank you so much!

    in reply to: Autoresponder Subject fields #515356

    Hello Elliott,

    Thanks for this. If I understand correct, if I have 3 forms at 3 pages, I should add also line

    $page14 = “Subject on page 14”;

    and so on…

    But how do I define page? Should I enter name of the page as is in permalink, or should I put whole http address?

    And, for English, do I need to add

    if ( $my_current_lang == “en” ) { $page12 = “English title”; $page13 = “English title”; }

    under

    if ( $my_current_lang == “de” ) { $page12 = “German title”; $page13 = “Germain title”; }

    Just, I have no idea, about this, so sorry if I am writing nonsense.

    Ivan

    in reply to: Autoresponder Subject fields #515337

    Hi Elliott,

    I will submit feature request for sure.

    Could you please tell me if there is any solution for this? I found several posts with similar topic, and solutions:

    add_filter(‘avf_form_subject’,’avia_change_mail_subject’, 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params)
    {
    $subject = $form_params[‘subject’];
    return $subject;
    }

    or:

    wp_mail($from, ‘YOUR CUSTOM SUBJECT GOES HERE’, $message, $header);

    But everyone of those topics are addressing changing default Subject line to another one. My problem is that I need different Subjects for different forms and different languages.

    Thank you,

    Ivan

    in reply to: Custom autoresponder name in second language #515305

    Sure Josue! There is a several forms, but here is an one example:

    in reply to: Custom autoresponder name in second language #515249

    Hi,

    Well, … Hallo and Dear is OK now it changes according to language. But there is neither first nor last name (both in English and in German language), neither comma after last name.

    Ivan

    in reply to: Custom autoresponder name in second language #515233

    Hi,

    Here it is. Hope I didn’t miss something.

    Regards,
    Ivan

    in reply to: Custom autoresponder name in second language #515200

    Hey Yigit,

    It’s fine now as for greetings message (Hallo/ Dear), but since name and last name fields are different in German, there is no name and last name after Hallo, when message is sent from German page. Probably because autoresponder pick up this from fields avia_name_1 and avia_surname_1, and not from avia_vorname_1 and avia_nachname_1 – which are those fields in German form.

    Any ideas on this?

    Thank you for this.

    in reply to: Custom autoresponder name in second language #515185

    good one!

    in reply to: Custom autoresponder name in second language #515161

    Hello,

    Credentials are in private content section. There is also username and password for protected admin folder.

    Regards,

    Ivan

    in reply to: Custom autoresponder name in second language #515137

    Hi Josue,

    Thanks for reply. This code returns error page

    Parse error: syntax error, unexpected ‘“’ (T_STRING) on line 15

    Line 15 is $new_message = $salute.$_POST[‘avia_name_1′].” “. $_POST[‘avia_surname_1′].”,<br><br>”;

    On the other hand it seams that this code affect just greetings: Hallo/ Dear… , but not name and surname fields which are Vorname and Nachname in German.

    Sorry, I really don’t know much about programming so I couldn’t fix this by my self.

    Cheers,
    Ivan

    in reply to: Ampersand #514649

    Hi,

    Just to share this. Adding

    add_filter( ‘wp_mail_from_name’, ‘my_mail_from_name’ );
    function my_mail_from_name( $name )
    {
    return “YOUR FROM FIELD WITH AMPERSAND”;
    }

    to functions.php solved problem.

    Thanks for help.

    Regards,
    Ivan

    in reply to: Ampersand #514416

    :-)

    Quickest answer ever! Thank you!

    This resolve syntax error, but the problem with sender field in autoresponder emails remains: there is still & amp ; in From field.

    I wasn’t sure if should I replace Title & here with real title, and should I type HTML code for ampersand or & (because on my mobile its HTML, but in chrome is &) so I tried all options. But whatever I put between quotation marks the result is the same.

    Cheers!

    Ivan

    in reply to: Ampersand #514381

    Hi Josue,

    This returns error page:

    Parse error: syntax error, unexpected T_FUNCTION in enfold-child/functions.php on line 20

    line 20: add_action(‘wp_title’, function() {

    Regards,

    Ivan

    in reply to: Ampersand #514036

    Hello!

    Yes, Josue, I did. At first that resolved problem. But, after Polylang installation (not sure if this is exact reason, but as a string and string translations of Site title in Polylang there is ampersand code) issue reappeared. I tried to enter again both plain ampersand and HTML code, but nothing helped.

    Knowing from some previous post that I found that you recommend WPML, I first addressed to Polylang creator, and he replied that this is a problem with the plugin which sends emails. Than I posted my question here because I had same problem before I installed Polylang.

    Maybe I could change value for Site title in HTML or from HTML, but I don’t know where to look for it. Maybe it is stored in database, or some file. (Now I am just throwing ideas because I really don’t know much about coding).

    Thanks!

    in reply to: Ampersand #513435

    Hello Basiliis!

    Yes, I tried on WP forums, and answer was that this is issue “with the plugin which sends emails”. So, I thought that, since I don’t have plugin that sends mail, but it is enfold contact form, maybe this is right place. I see that this is how & is translated to HTML, but except email From field everywhere else is OK.

    in reply to: Media not showing in new language #510393

    Ok, I solved this. Apparently Polylang option: Activate languages and translations for media should be deactivated. Now it works fine.

    in reply to: Height of color section #470145

    Hello Ismael,

    Thank you for your reply.

    I changed from one page navigation to multiply pages because of this problem and no answer from Kriesi. I had to catch up with my timeline. Here is my website link.

    I have made suggested change to avia.js but that, unfortunately, didn’t helped. Color section is still 100% of browser window, and adding to that header, it finishes under visible area.

    Best,
    Ivan

    in reply to: Height of color section #469849

    Well,

    I would not like to play around on my live website. Just wanted to know is this your official response to this subject, and that when I implement that solution it will work on my pages.

    I can go ahead and try many things as Rikard suggested or hire freelancer as Elliott suggested, but I would prefer to know what is the best correct solution without having to trying or hiring someone.

    Thank you.

    in reply to: Height of color section #467468

    Hi,

    I found this https://kriesi.at/support/topic/2nd-and-3rd-full-screen-video-sections-are-too-long-due-to-header/#post-440743
    I don’t know if that is same thing, but it look similar, and it might help.

    Best,
    Ivan

    in reply to: Add custom name to contact form autoresponder #467288

    Dear Josue,

    Thank you so much for great help and really quick response! It works flawlessly!

    Thanks again,

    Ivan

    in reply to: Add custom name to contact form autoresponder #466751

    Hi Josue,

    Sure I can:

    function modify_autorespondermessage_func($message) {
    $new_message = “Dear”. $_POST[‘avia_name_1’].”<br>”;
    $new_message .= $message;

    return $new_message;
    }
    add_filter(‘avf_form_autorespondermessage’, ‘modify_autorespondermessage_func’, 10, 1);

    Btw, autoresponer emails are being sent more than two hours after form is submited? I know this is not connected with previous question, but, I just wonder if you have any idea why is that.

    Best,

    Ivan

    in reply to: Add custom name to contact form autoresponder #466627

    Hi Josue,

    When add this to child theme function.php

    – there is no space between name and Dear (DearJosue)
    – between name and surname is %20 sign (DearJosue%20Moderator), and
    – would like to have one more empty line after Dear Josue Moderator, before body message starts.

    Can you help with this?

    in reply to: Responsive graphics #465934

    Hello,

    I have changed approach because I didn’t had other options on solving those issues.

    Also, have opened another thread for new issues: https://kriesi.at/support/topic/multiply-pricing-for-variable-products/

    For now, those are only things that I have trouble with.

    Thank you.

    in reply to: Responsive graphics #464844

    One important reason for choosing your theme was that you are promising professional theme support. May I know how long does it take for that support to respond?

    in reply to: Responsive graphics #464163

    Hello, and thanks for quick response.

    1. I did set bckgrnd to Strech to fit.

    2. I sent page link in previous post under Private Content, and here it is again in same manner. If I should write it here, just say so. All my images are 1920 px wide.

    3. Sometimes I need background image under header and I saw how you did it in demo pages, so I followed your example. What I am trying to achieve is to have one full width cover image under (transparent or not) header and page content under it (sometimes with scroll down arrow at the bottom of the page). I would gladly create just one Color section, but I don’t know how to get both full width cover image and page content in this from that. Something like second link that I posted.

    4. Included credentials. I guess that you are referring to: When I add Fullwidth submenu and deselect Sticky Submenu, submenu is in wrong place, two sections above, in frontend (in pagebuilder is at the right place).

    5. I think that I don’t have child theme.

    6.
    http://kriesi.at/themes/enfold-restaurant/delivery/
    http://kriesi.at/themes/enfold-restaurant/cart/

    Just to mention that I have made multiply pages, trying to achieve what I wanted, so the link that I sent to you is what I am talking about. Other pages are just attempts. Finally I’ll delete them and manage links.

    In future, I’ll send one post at the time. Sorry about this.

    Regards,

    Simijonovic

Viewing 27 posts - 1 through 27 (of 27 total)