Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: Translate Datepicker #621298

    Hi Yigit,
    I tried your suggestion, however the contact form’s datepicker’s days of the week names (M, T, W, T, F etc.) and month names (JAN, FEB, MAR, APR) are not in the .po files. So then I did a search on the whole Enfold theme but still could not find references to them.

    Where can I find them and how best to translate them – are they directly in WordPress instead? Thanks!

    in reply to: Contact Form on Product Pages do not Redirect on Submit #569399

    Hi Andy,
    Now I’ve updated WordPress, the Theme to 3.4.7 and all plugins etc.
    I re-tested the Products form but still it does not redirect to the thank-you page on submit.
    Please would you mind having a look. Thanks.

    in reply to: Contact Form on Product Pages do not Redirect on Submit #567258

    Thanks Rikard, I’ve enclosed this now for you to have a look – cheers!

    in reply to: Translate Datepicker #565544

    Hello,
    I have a similar issue. I have Enfold Theme installed in English, but all my content is Turkish (I’m not using any language plugin).

    Now I just need to make the datepicker labels display in Turkish (for the names of the months, and button labels Next, Prev, Today, Close and Days of the Week First Letters M, T, W ,T ,F etc.)

    Codestyling plugin no longer exists, and an old archived one I found does not scan or do anything.

    Can I just hack the label names in some file inside the theme as a quick fix – please advise which files!

    Thanks!

    Hi Andy,
    Thanks this worked and now we can read the white menu texts against paler images.

    I have since changed the effect to use a text-shadow on the menu texts as shown here, which works great: https://kriesi.at/support/topic/shadow-on-the-menu-text-in-the-header/ with this code:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .logo img {
        text-shadow: 1px 1px 4px #000; 
    }

    My question is, how can I add the same drop-shadow effect to the Logo Image – only on transparent header view?

    in reply to: header.php in child theme #533103

    Thank you! Not sure why it didn’t seem to work for me but it is indeed working now – cheers.

    in reply to: Single Product Page Suddenly Displays Differently #532439

    Thanks I fixed it by re-creating the page and never clicking Avia Layout Builder.

    I noticed that if Avia Layout Builder is clicked at all on a product page, even by mistake, it causes the loss of layout or loss of content completely on that product page so it is very risky to have that button there.

    Note to other users – beware of clicking Avia Layout Builder on product pages – maybe this feature should be removed from product pages if it does not work.

    in reply to: header.php in child theme #532434

    Hi Ismael,
    Yes the child theme is activated. I have tried disabling plugins and cache plugins but no change.

    Strangely the child theme works fine for css and function.php files, but not for any theme layout files such as header.php.

    I have added the login info below. It would be great if you could have a look. Thanks.

    in reply to: header.php in child theme #528572

    Hi Rikard,
    I have done your suggestion – simply copy header.php from your Enfold folder into your child theme folder – but when I check the source code it is still using the parent theme header instead of child theme.

    Any ideas? Thanks.

    in reply to: Single Product Page Suddenly Displays Differently #526065

    PS. For example of features I’m trying to use – this product page uses an additional Gallery and a Contact Form inserted using Avia Layout Builder.

    in reply to: Slider image is not responsive on smaller screens #507006

    PS Deactivating all plugins makes no difference.

    in reply to: Slider image is not responsive on smaller screens #507005

    Hi Andy,
    It’s the large main image on the homepage at http://www.bellabosphoruscruise.com/ .

    Currently the slider uses on 1 image, that’s might be why you thought you couldn’t see it. Please see the HTML indicating slider and image in question attached.

    in reply to: Add Class to Submit Buttons for Event Tracking #503457

    PS. I added access below.

    Also I now notice that adding the sample code above gives a parse error (and have temporarily disabled functions.php):

    PHP Parse error: syntax error, unexpected ‘$’, expecting ‘&’ or T_VARIABLE in C:\Inetpub\vhosts\mydomain.com\httpdocs\cms\wp-content\themes\enfold-child\functions.php on line 13.

    Here’s what’s in my functions file:

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    /*
    * Enable onClick button event tracking for multiple forms if no error, by button’s class
    * See https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057
    */
    (function($){
    $(window).load(function() {
    $(‘.contact_form_1 input[type=”submit”]’).on(‘click’, function() {
    if (!$(‘.contact_form_1 p’).hasClass(‘error’)) {
    ga(‘send’, ‘event’, ‘Contact’, ‘Send Message’, ‘Contact form’);
    }
    });
    $(‘.contact_form_2 input[type=”submit”]’).on(‘click’, function() {
    if (!$(‘.contact_form_2 p’).hasClass(‘error’)) {
    ga(‘send’, ‘event’, ‘Contact’, ‘Get A Quote’, ‘Contact form’);
    }
    });
    });
    })(jQuery);

    • This reply was modified 8 years, 7 months ago by emeraldwave. Reason: replaced domain name with mydomain
    in reply to: Slider image is not responsive on smaller screens #503325

    Hi Rikard, thanks for your reply I’ve added the access now.

    in reply to: Google Map Background does not display #497197

    Hi thanks,
    Yes it does work now.

    My question is that I had already cleared the browser cache and it hadn’t worked before contacting you – so I’m guessing you did something to fix it – please let me know how you fixed it? Thanks!

    in reply to: Google Map Background does not display #494694

    Hi Elliott,
    Sorry I have sent you the wrong installation access that must be why – Please retry with the correct access details now attached.

    In the Theme, Frontpage Settings are set to “Frontpage”.
    Also in WP itself under Settings > Reading > homepage is set to “Frontpage”.

    Please advise thanks.

    in reply to: Google Map Background does not display #493779

    Please see WP access attached.

    in reply to: Google Map Background does not display #493777

    Hi I’ve updated again to 3.3.2 but still no change. Also updated WP to latest. Also all plugins deactivated. Please advise.

    in reply to: Google Map Background does not display #493470

    Hi Elliott,
    I’ve updated to version 3.2.3 via FTP but still the map does not display properly. Please advise again.
    Thanks.

    in reply to: Some image classes not displaying images #487013

    Hi Elliott,
    It still doesn’t seem to be loading for me – the 3 featured images at http://bellabosphoruscruise.com/wordpress/pages/landing-page/ are still blank spaces. I have tried 3 different browsers and deleted browser cache. Strangely a featured image on the homepage (Mobile Ready section) that was not showing is now working, but similar images on this landing page still shows as blank.
    Please advise again – thanks!

    in reply to: Best way to embed a .pdf ? #481235

    Hi,
    I am also looking how to embed a PDF or any document type. I found this plugin https://wordpress.org/plugins/embed-any-document/ which looks ideal and simply adds an “Add Document” button to the post editor.

    However Enfold’s Avia Layout Builder doesn’t show any additional “Add Document” from the plugin – is there a way to change between Avia Layout and normal post editor for when we need this?

    This will be the same issue for any other plugins that add functions to the Post Editor, like any PDF Embed type plugins.

    Please advise any suggestions – thanks.

    in reply to: 1 Page Restaurant Demo not displaying correctly #368897

    Hi Andy,
    Thanks that worked. For anyone else, the original demo seemed to have imported the images as backgrounds to the wrong sections so dark header texts could not be seen against dark background images. I manually reset the image background order and this in itself fixed the header visibility issues.

    Now I have another issue:

    1) The google map shows the icons but not the map background in the Contact section at http://www.bellabosphoruscruise.com/#contact

    2) Also if it possible to set the default email delivery address for all contact forms in 1 place, so that I can leave the individual ones blank? I noticed the email didn’t come if I didn’t enter the field per form.

    Thanks.

    in reply to: 1 Page Restaurant Demo not displaying correctly #366754

    Hi Yigit,
    Thanks for your quick reply. I updated as suggested and it solved the missing images and slider – great thanks, however the layout is still weird even after I cleared the browser caches:

    • The logo still doesn’t display,
    • About Us headers can’t be seen and there is an empty white thumb box displaying before the image thumbs there,
    • a background image is half covering the header “Lunch Menu” and
    • there is a big white gap before Select a table & book now section.

    Please advise, thanks again.

    in reply to: 1 Page Restaurant Demo not displaying correctly #366625

    PS Location map and contact and reservation forms also do not display either in this demo.

    in reply to: classic restaurant demo content #358254

    I’m wondering how to change between the main Enfold Theme (currently installed and testing) to one of its subthemes like 1 page Restaurant or Multipage Restaurant theme?

    I tried importing the Restaurant demo content on the Enfold Menu/tab but don’t see any changes front or back end.

    How do we do this?

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