Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Masonery blog pagination issue #738556

    Hello Ismael,

    Thank you for taking the time to respond. It came up in my hypothesis, so I did update the update the file without any luck.

    I think the template, for some reason, does not manage to connect properly with the one that manages the blog archive/pagination.

    Is there anyway I could inject the extra code via function.php?

    Thank you,
    Aurélien

    in reply to: Masonery blog pagination issue #736002

    Hello Again,

    I have been digging further to understand the issue. I seem to be related to the fact that I am using tweaked version of “masonry_entries.php” in the enfold-child.

    As enfold masonry can not properly manage the landscape and portrait tag with multilingual website I had to modify the code on line 701:

    $tag_values = apply_filters('avf_ratio_check_by_tag_values', array('portrait' => 'portrait', 'landscape' => 'landscape', 'portrait_en' => 'portrait_en', 'landscape_en' => 'landscape_en'));
    
    if(in_array($tag_values['portrait'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape'], $tags)){ $img_size .= ' av-landscape-img'; }
    if(in_array($tag_values['portrait_en'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape_en'], $tags)){ $img_size .= ' av-landscape-img'; }

    But since the masonery_entries file in the child-theme is taking over the other one, pagination does not work properly.

    Any idea how to fix this?

    Thank you

    • This reply was modified 7 years, 10 months ago by agirard.
    in reply to: Masonery blog pagination issue #735550

    Hello Andy,

    This is very strange as it works perfectly on my end. I’ll try deleting and fully re-installing the theme via FTP and see if it fixes the issue.

    Thank you.

    in reply to: Masonery blog pagination issue #734311

    Hello Nikko,

    All the information are in the private content section, as this is our staging environment, feel free to deactivate the plugins.

    Thank you,
    Aurelien

    in reply to: Unable to deactivate responsiveness with child theme #463034

    Hello i did update enfold and the issue is still there.

    I did a minor modification to a .php file (helper-main-menu.php) sending WPML flag (EN | FR) to the right of the phone information, but it doesn’t seems to be the source of the problem since after the updated this modification was whipped (did re-upload my modified version after doing some test on the responsiveness).

    The option to deactivate the responsiveness on our installation still doesn’t work.

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