Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1336339
    #1336420

    Hey,

    Thanks for contacting us!

    I wanted to look into it however I was blocked

    Acceso restringido desde tu conexión
    ¿Qué ha podido pasar?
    
    Se ha bloqueado por seguridad el acceso desde tu conexión a la url que intentas acceder. Si la web es tuya pulsa aquí para solucionarlo, por favor:

    Could you please temporarily disable IP restriction so we can look into it? :)

    Best regards,
    Yigit

    #1336549

    Hi:
    Sure, I’ll unlock acceses from the country you are writing from. Can you tell me where you write from?
    Thanks

    #1336602

    Hi,

    Please provide access for the countries in private, then all moderators should be able to access your site.

    Best regards,
    Rikard

    #1336882

    Hi:
    Ok, done. Please try now

    Thanks very much

    • This reply was modified 2 years, 6 months ago by inextable.
    #1336985

    Hi,

    Thank you for the access.

    Looks like it is including the post_translations and language taxonomies in the list. To fix the issue, we modified the config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php and added this code around line 947.

    if( in_array($taxonomy_slug, array("post_translations", "language") ) )
    				{
    					continue;
    				}
    

    Best regards,
    Ismael

    #1337055

    Hi Ismael:

    Thanks very much for you answer.
    Cool it works!
    So this change you made in file: will you apply it in your next theme update? If not, I will loose data after updating.

    Thanks again

    #1337075

    Hi,

    Our devs said that this is too specific to implement in the core however we will consider adding a filter.

    In the meantime, you can refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and modify the file on your child theme – https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Yigit

    #1337311

    Could you please provide a code snippet? I have the code snippets plugin installed, I can insert your code there, instead of having a child theme which it’s super messy and bad perfomance. Something like this? (but with the good references)

    add_filter(‘blablabla’, ‘blablawherever’);
    function blablabla()
    {
    if( in_array($taxonomy_slug, array(“post_translations”, “language”) ) )
    {
    continue;
    }

    }

    #1337319

    Hi,

    Since there is no filter at the moment, only solution is modifying the file, just as Ismael has modified it for you – https://kriesi.at/support/topic/post-metadata-module-not-taking-portfolio-categories-properly/#post-1336985 :)

    Regards,
    Yigit

    #1337320

    Ok. Please let me know if you add that filter ;)
    Thanks very much!

    Regards

    #1337346

    Hey!

    Will do :)

    This thread will be on hold. You can simply reply to re-open it.

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.