Forum Replies Created

Viewing 30 posts - 1 through 30 (of 64 total)
  • Author
    Posts
  • in reply to: Error: Import Enfold Settings (2nd & 3rd language) #1304589

    Hi Nikko

    Yes, it works in the child theme. But try with Enfold parent, French language.
    The error comes from the file /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-template-saving.js
    avia_element_js (missing)


    Best, Filz

    • This reply was modified 3 years, 5 months ago by filz51.
    in reply to: Error: Import Enfold Settings (2nd & 3rd language) #1304214

    Hi Nikko

    Sorry, the Plugin was deactivated. New Token in the private field.

    in reply to: Error: Import Enfold Settings (2nd & 3rd language) #1304122

    Hi Nikko

    I created a Admin account. You find the backend link in the private field. It’s a test site but probably the same behavior on the productive site.

    Best, Filz

    in reply to: Remove WPML Language Flags #1302251

    Hi Yigit
    Thank you. The debug notice is gone now.
    Best, Filz

    in reply to: WPML translation blog page #1300712

    Hi

    Similar issue. I have translations in 3 languages but only one language has a blog page. Somehow my sitemap contains 2 pages with placeholder URLs (/en/?page_id=14397 and /fr/?page_id= 14405) pointing to the non existing blog pages. How can I prevent this? In the theme settings for the two languages the blog page is not specified.

    Thanks

    in reply to: Remove WPML Flags (png-files) from html source code #1299607

    Hi Ismael

    Thank you. Excellent support.

    Happy Tuesday
    Filz

    in reply to: oop-up contact form #1298958

    Thanks Ismael
    I could find a css solution on my own. All solved.
    Best, Filz

    in reply to: oop-up contact form #1297010

    Hi Ismael

    Thank you, the background is white again. Did you only add

    #top fieldset {
    background-color: white  !important;
    padding: 13px  !important
    }

    to Enfold Child > General Styling > Quick CSS?

    I’m asking, because on the same page in French and English is still no white background on the contact form.
    https://magiclift.de/fr/impressum/
    https://magiclift.de/en/impressum/ I’m using WPML for the translations.

    What I did to apply it for those localizations too: I added the css code above to Quick CSS to the English and French Quick CSS Fields. In Enfold performance section I rectivated the combining-option for css files with unique timestamps and WP-Bug fix –> deactivated it again with unique timestamps and WP-Bug fix. I did this for both localizations, English and French. But it’s not applied.

    Maybe you added additional code? I need to know because I have another website to modify.
    It’s quite confusing, that in some cases modifications of style.css in Enfolds child theme folder over FTP doesn’t work for WPML translated pages.

    Thanks and best regards

    • This reply was modified 3 years, 7 months ago by filz51.
    in reply to: oop-up contact form #1295980

    Hi Ismael
    Great, the forms are back but I never removed the background. How do I get it back? BTW: I updated the theme to its latest version.
    And I have to replicate your changes on another live site. You made changes in the functions.php file only, didn’t you?
    Thanks for your great support!
    Best, Filz

    in reply to: oop-up contact form #1295597

    Hi Ismael

    When you access the functions.php-file over ftp you’d see that the file is not empty at all. How could this become inconsitent?
    BTW: style.css was empty too in the theme editor. But when I open it with a text editor, 342 written lines show up.
    However, I copied the content of the php-file into the functions.php of the theme editor. Can you see its content now?

    Best, Filz

    in reply to: oop-up contact form #1294976

    Hi Rikard

    I’ve tried both modifications for the snipped in child theme functions.php:

    function popup_inline() { ?>
    <script type="text/javascript">jQuery(window).load(function(){jQuery('.open-popup-link').magnificPopup({type:'inline',midClick:!0})});</script>
    <?php }
    add_action('wp_head', 'popup_inline', 999);

    and

    function popup_inline() { ?>
    <script type="text/javascript">jQuery(window).load(function(){jQuery('.open-popup-link').magnificPopup({type:'inline',midClick:!0})});</script>
    <?php }
    add_action('wp_footer', 'popup_inline');

    but I don’t see an effect.

    Can you please check, if the short code I’m using is causing it? Although I didn’t make any changes there.

    <div id="test-popup" class="white-popup mfp-hide">[av_contact href=' (Email address hidden if logged out) ' title='Impressum' button='Senden' on_send='' sent='Dein E-Mail wurde versendet!' link='manually,http://' subject='Magiclift Impressum' autorespond='' captcha='' color='' custom_class='' av_uid='av-4a1e']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='' av_uid='av-48pk2'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='' av_uid='av-3qiji'][/av_contact_field]
    [av_contact_field label='Nachricht' type='textarea' options='' check='is_empty' width='' av_uid='av-3hwl6'][/av_contact_field]
    [/av_contact]</div>
    <a class="open-popup-link" href="#test-popup">Stelle uns eine Frage per E-Mail</a>

    Thanks

    • This reply was modified 3 years, 7 months ago by filz51.
    in reply to: oop-up contact form #1294530

    Hi Ismael

    Yes, I’ve seen the error too but I don’t know how to interprete the message. Your answer is cryptic for me too. How and where do I set priorities?
    I’m pretty sure that only the the two modifications I mentioned in my last post affect the lightbox. But pretty sure isn’t 100% sure.
    Best,
    FIlz

    in reply to: oop-up contact form #1293966

    Hi Yigit

    Indeed, I’m using a snipped in the child theme functions.php and a css-rule in style.css
    functions.php

    function popup_inline() { ?>
    <script type="text/javascript">jQuery(window).load(function(){jQuery('.open-popup-link').magnificPopup({type:'inline',midClick:!0})});</script>
    <?php }
    add_action('wp_head', 'popup_inline');

    In style.css

    .white-popup {
      	position: relative;
        	background: #FFF;
        	padding: 20px;
        	width: auto;
        	max-width: 500px;
        	margin: 20px auto;
        }

    I’ve got it from here: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173 and it worked fine before.

    The iframe solution doesn’t look bad but if I’d have to change it for all products it’s quite a lot of work to do.

    in reply to: oop-up contact form #1293504

    Hi Yigit

    I deleted the other child theme and regenerated the styles in the Enfold performance tab, but now the form remains completely hidden, even on click. I see a changelog file in /enfold/js/aviapopup with recent changes. Might these changes be a resaon?
    Please go ahead with testing.

    in reply to: oop-up contact form #1293442

    Hi Yigit
    Logins in the private field. Please tell me any modifications because I have to replicate these for another site too.

    in reply to: Enfold – Upcoming fixes #1199828

    CSS-file combination doesn’t work for
    /config-templatebuilder/avia-shortcodes/toggles/toggles.css and
    /config-wpml/wpml-mod.css

    Hi Nikko

    Thanks for your explanations and your support. The php-file for avians front-end settings fixed it. The ticket can be closed.

    Best, filz

    Hi Jordan
    Thanks, it’s still confusing why some css-code is applied when it’s put it in quick css but not applied when it’s put in style.css. One thing – not related to WPML – but please allow me to use this ticket: The social shares icon on product pages don’t look nice anymore. I use in css:

    	.single-product .av-share-box {
        	margin-bottom: 20px;
    	}

    and in functions.php

    add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    		avia_social_share_links();
    }

    like written here (Enfolds early years…): https://kriesi.at/support/topic/social-buttons-on-woocommerce-product-pages/
    You find a sample product in the private content.
    Happy day, filz

    • This reply was modified 4 years, 11 months ago by filz51.

    Hi Jordan
    I had the code prepared but I placed it in styles.css of my child theme and then it wasn’t applied. When I put the code in Quick CSS in Enfold, it worked. It’s just confusing that some code in styles of the child theme is applied other is not.
    Thanks anyway
    Filz

    in reply to: error on structured data #842268

    Hi Basilis
    I’d like to add the Blog element inside the blog page. But how can I do this? I tried to add this:

    <div itemscope itemtype="http://schema.org/WebPage">
      <section itemprop="mainEntity" itemscope itemtype="http://schema.org/Blog"></section></div>

    But the error is still there. Please help.
    Regards, filz51

    • This reply was modified 7 years, 3 months ago by filz51.
    in reply to: error on structured data #839592

    Hi Basilis

    I didn’t test all the pages but I think you are right. Only the blog page shows this error so far.

    Kind regards, filz51

    in reply to: WPML-Problem with localized homepages #773425

    Hi Andy
    I could get it fixed. But don’t ask me how. I think it was solved by random.
    Cheers, filz51

    in reply to: WPML-Problem with localized homepages #771010

    Hi Andy

    With the default theme it doesn’t happen. Only with the enfold child theme.

    best regards, filz 51

    in reply to: WPML-Problem with localized homepages #770046

    Hi Andy
    Your doubt in honour, but I checked with the WPML-support and even for WPML second tier support it is a theme related issue. The pages have two URLs only when I activate the enfold child theme. The pages are not accessible with the slugs when I use a standard theme like Twenty Seventeen.
    Cheers, filz51

    in reply to: WPML-Problem with localized homepages #767632

    Hi Yigit
    The localisations of our homepage in french and english should only be accessible as https://magiclift.ch/en/ or https://magiclift.ch/fr. But they are accessible as https://magiclift.ch/en/learn-paragliding/ or https://magiclift.ch/fr/ecole-de-parapente/ as well. Each of the pages have two URLs. So we face a problem with duplicate content and missing hreflang backlinks.
    Clear enough?
    Best regards, filz51

    in reply to: Problem with add to chart button #762927

    Hi Ismael

    100% success. Thank you very much!

    Best regards,
    filz51

    in reply to: Problem with add to chart button #762714

    Hi Ismael
    Link
    Thanks for having a look
    filz51

    in reply to: structured data problem with masonry gallery #748116

    This was a birth. Thank you Yigit.
    All best
    filz51

    in reply to: structured data problem with masonry gallery #748037

    Hi Yigit

    Sorry for this. You find the credentials in the private content

    in reply to: structured data problem with masonry gallery #746836

    Hi Yigit
    I checked with our hoster. It should work one or the other way.
    Best regards, filz51

Viewing 30 posts - 1 through 30 (of 64 total)