Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #199553

    Hi,

    I’m working on a one page website that includes a masonry project section kind like this:
    http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/

    But instead, i want it to open the projects content with AJAX, like here: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    Is it possible?

    thanks.

    /******/

    Important info about an old topic i created & it’s closed.
    WPML + Permalinks, 404 errors
    https://kriesi.at/support/topic/woocommerce-wpml-permalinks-404-error/

    Your team suggested to get in contact with WPML support, and i did. They said you may want to get in touch with them.

    A possible hint is the fact that the theme is trying to do things what WPML already does, like translating custom post permalinks.
    I see that, by commenting out the line 8 of /wp-content/themes/enfold/config-wpml/config.php, and after resaving permalinks, the issue with “Sample Page” disappear.
    To be clear, I refer to that line:
    add_action( ‘init’, ‘avia_wpml_register_post_type_permalink’, 20);

    That worked, no more 404, no more mistakes between languages, etc…

    #199758

    Hey Abbe!

    For the first question no, combining the two isn’t something that is easily possible. While it definitely is something that could be custom coded it wouldn’t be something we could help with via support.

    I’ll tag Peter on the WPML issue as he is our WPML resident expert.

    Regards,
    Devin

    #199796

    Hey!

    Yes, the WPML permalink function causes issues on some servers (actually only a few servers because we received maybe 10 similar bug reports and I posted some code to temporarily fix the issue here: https://kriesi.at/support/topic/404-strange-permalink-problems-ii/

    I already notified Kriesi about the issue and I created a fix for it but I’m still waiting for his feedback. Basically I’d like to remove the “slug” option from the Enfold theme option panel and instead add it to the Settings > Permalink page. Then I want to wrap the slug text into a _x() function which should allow WPML to translate the slug with the “String Translation Management” extension. I’ll try to get this patch into the next update (Enfold 2.5).

    Regards,
    Peter

    #199930

    Hi,

    Devin, I understand this request can’t be coded by your support team.
    I have a child theme, already started to mess around with it. I was just wondering if you could give me a hint on where to start. Maybe creating a new shortcode? i’m a gonna need a custom post object? is this a matter that WERKPRESS can take care about?

    Peter, I’m glad to see your already have a solution for next release. So tnx for the effort and waiting for update : )
    In my case, after commenting that line, I translated the shop category slug via the string translation panel. Before that, i had to turn on the slug translation option at “Multilingual Content Setup”. It’s working normal, translated slugs, no errors.

    regards,
    abbe

    #199940

    Yes, you could submit the project to WerkPress via: http://kriesi.at/contact/customization

    As for a direction you would need to create a new shortcode file for sure. You can find the function to set up your own folder for it in your child theme here: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Merge masonry portfolio grid with portfolio ajax content loader’ is closed to new replies.