Forum Replies Created

Viewing 30 posts - 1 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: Access to Enfold version 4.8.4 #1396860

    Hi Yigit,

    thank you so much for your super fast response!

    Best regards,
    Simon

    in reply to: Translation with Poedit and Child Theme #1127678

    Hi Jordan,

    all good now, you can close the topic.

    Thanks!

    in reply to: Translation with Poedit and Child Theme #1127657

    Hey Ismael,

    Thanks for your latest reply!

    We just realized that this code here works for us:

    add_action( 'after_setup_theme', 'avia_lang_setup' );
    function avia_lang_setup() {
    	$lang = apply_filters('enfold', get_template_directory()  . '/lang');
    	load_theme_textdomain('avia_framework', $lang);
    	load_child_theme_textdomain( 'child-theme-text-domain', get_stylesheet_directory() . '/lang' );
    }
    in reply to: Translation with Poedit and Child Theme #1123158

    Hi Ismael,

    Thanks a lot for your help.

    Updating the language files might be part of the solution. Could you explain to me in detail how you updated them?

    We use Poedit and it automatically scans our child theme for new strings matching our text domain.

    When doing so it also automatically removes all strings which have a different text domain from the po/mo files, which means all the strings with “avia_framework” as text domain (enfold strings) are being removed.

    We always thought that this step is how it’s supposed to be, but now we get the feeling that this might be part of the problem.

    Is there a way to manually add the strings to our language files?

    in reply to: Translation with Poedit and Child Theme #1122721

    Hi Ismael,

    Thanks a lot for your help!

    We have a 1:1 copy of the environment you just made the changes.

    When just activating the “avf_overwrite_language_file_child_theme” there we still have the same issue.

    Did you do anything else (no matter how unimportant) ???

    Thanks again a lot in advance!

    in reply to: Translation with Poedit and Child Theme #1122164

    Thanks for your reply Ismael!

    Please find the login data attached.

    in reply to: Translation with Poedit and Child Theme #1121921

    Hi Ismael,

    yes, we have the po/mo files in the child theme /lang/ folder.

    As we have really a lot of enfold installs in this configuration we’d love not to use a plugin.

    If you need any server access please just let me know.

    Thanks a lot again in advance!

    in reply to: Translation with Poedit and Child Theme #1121165

    Hi Ismael,

    Thanks for your help, but the code you provided unfortunately couldn’t solve the problem. Actually after embedding your code no translation was loaded at all.

    There are a lot of strings we’d like to translate like
    – “Share this entry”
    – “You might also like”
    – “Leave a reply”
    – Placeholder “Search” in the search bar
    – and so on.

    Basically we can say that only child theme strings which are comprised in the child theme po/mo files are being translated, while none of the parent theme strings are.

    Looking forward to your reply.

    Thanks a lot in advance!

    Hi Ismael,

    Thanks a lot and actually our bad.

    We had overwritten the wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > heading > heading.php file in our child theme.

    So you pointed us in the right direction.

    Just wanted to leave this note here in case anyone had a similar issue.

    Thanks again!

    Hi Victoria,

    Thanks for your reply.

    We re-saved the theme options, but our headings unfortunately still have the wrong color.

    Also we deactivated all plugins, but still end up with the same result.

    Could you please have another look?

    You could go to the landing page of our site and have a look at the first heading in the hero.

    In the backend it is set to white, but it appears in the standard color (dark grey).

    Thanks a lot in advance!

    • This reply was modified 5 years, 10 months ago by CB.
    This reply has been marked as private.
    in reply to: Disable Loading Google Maps API where not needed #926673

    Hi Gueni007,

    Thanks a lot for your reply, but this is basically the solution from the other ticket and it does unfortunately not prevent the API from loading.

    However, this really looks like the right solution.

    Thanks anyways!

    in reply to: Empty Excerpts in Search and Blog Grid – strip_shortcodes #859589

    Hi Ismael,

    sure we did and that also works fine, but we need the auto-generated excerpts to be working.

    Imagine migrating a huge blog with hundreds of articles and no excerpts were manually set.

    Any suggestions?

    Thanks in advance!

    I found the problem. It is the langunage plugin which is causing the page to not save correctly. When I deactivate this plugin it works. It is a risky maneuver but it works. The ball will pass then to WPML support. Thanks

    • This reply was modified 6 years, 8 months ago by CB.
    in reply to: Content slide element mixing #781068

    Hello Shannon,

    we found a solution for the problem.

    it was caused by a certain style applied in the tooltip, which did make it appear all the time.

    We do not know if this is the correct solution for this issue but it works.

    The thread can be closed in the meantime.

    Thanks for your support.

    in reply to: Content slide element mixing #768284

    Hello Jordan,

    do we have any feedback on this?

    This is holding us back from launching a new major marketing campaign, as this is the mail funnel of the site and I have not been able to find out why this is happening.

    Thanks for your feedback.

    in reply to: Content slide element mixing #766577

    Helo Jordan,

    thank you very much for looking into this.

    I have written in private content the page and the necessary steps:

    Thanks in advance for your support :)

    in reply to: Content slide element mixing #766307

    Yes, you will find the login details in private content. Thank you

    in reply to: Fullscreen slider video, safari mac #717855

    Hey guys,

    same problem here – video plays once and doesn’t loop in Safari.

    – self hosted mp4 video
    – Safari Version 10.0.1
    – macOS Sierra Version 10.12.1

    Any updates on this issue?

    in reply to: BWP Minify – Configuration #550303

    Thanks Josue!

    Unfortunately this didn’t really help. We manually removed all avada ressources from the enqued files lists for now.

    That is, for

    Javascript:
    admin-bar
    jquery-core
    jquery-migrate
    avia-compat
    avia-shortcodes
    avia-default
    avia-popup
    bodhi_svg_inline
    comment-reply
    wp-mediaelement
    wp-embed
    admin-bar
    avia-shortcodes
    jquery
    avia-default
    mediaelement

    For CSS:
    admin-bar
    dashicons
    avia-dynamic
    avia-custom
    avia-style
    avia-grid
    avia-print
    avia-base
    avia-media
    avia-layout
    avia-scs
    avia-popup-css
    avia-dynamic
    boxes

    Also, why should we leave the option “enable this to improve compatibility with plugins/themes that print external JS/CSS files directly, for e.g. Simple Google Maps Short Code plugin or Avada theme” unchecked?

    We thought Enfold is an Avada theme…

    Thanks so far and in advance!

    Always superior support from your side!!

    in reply to: BWP Minify – Configuration #549698

    Hey Josue,

    thanks for sharing your’re config!
    Could you repost the screenshot, since it is not available anymore?

    Thanks a lot in advance!!

    Hey Ismael,

    thanks for your quick response! Actually the <meta name="robots" content="noodp,noydir"> did it for us.

    A small hint on this – if you have YOAST SEO installed, you could actually just activate this tag in the admin backend.

    Thanks a lot!

    Hi Elliott,

    we’re recognizing the same problem. Do you know if this issue was fixed by adding the last code you provided or by removing the map?
    Are there any updates on this in general?

    Thanks a lot in advance!
    Best,
    DC_Media

    in reply to: Previous / Next Portfolio Item Buttons #405655

    Works – awesome ! Thanks a lot.

    in reply to: Previous / Next Portfolio Item Buttons #404491

    Thanks – and how would I have to go about to reverse the direction of the default previous next buttons such that it shows newer entries on the left side and older entries on the right ?

    in reply to: Previous / Next Portfolio Item Buttons #399858

    Yes, the single portfolio posts. Got it now and all good and that works for the client. They didn’t show up at first because we had a full width slider as the first element …

    I think it would be actually really helpful for many people if you could include the media queries in the demo child theme css file…

    in reply to: Another Fix for disappearing Titles and Breadcrumbs #363578

    Thanks Yigit,

    that worked, but we still need to set the custom field “header” to “yes” (just as an info for future readers).

    Best,

    in reply to: Another Fix for disappearing Titles and Breadcrumbs #362908
    This reply has been marked as private.
    in reply to: Another Fix for disappearing Titles and Breadcrumbs #362893
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 42 total)