Tagged: masonry blog
-
AuthorPosts
-
January 13, 2017 at 5:09 pm #733216
Hello,
I have been searching on the blog for my issue it looks like it happened to others but on older versions of the theme (I’m running the latest version of Enfold / WordPress / PHP 7).
When switching to page 2 we still get the same content as on the blog home page (http://mingus.staging.wpengine.com/en/blog/). (hosted on WPengine)
I have unsuccessfully tested few solutions from other threads without success.
I would need some help here.
Thank you
January 14, 2017 at 12:05 am #733380Hey agirard,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoJanuary 16, 2017 at 7:20 pm #734311Hello Nikko,
All the information are in the private content section, as this is our staging environment, feel free to deactivate the plugins.
Thank you,
AurelienJanuary 18, 2017 at 9:38 pm #735537Hi,
I can’t deactivate any plugins of yours. Can you check what’s going on please? did you deactivate this function somehow?
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyJanuary 18, 2017 at 9:53 pm #735550Hello 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.
January 19, 2017 at 7:50 am #735719Hi,
Ok, thanks for the feedback. Please let us know how you get on with it and if you should need any further help on the topic.
Best regards,
RikardJanuary 19, 2017 at 6:05 pm #736002Hello 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.
January 25, 2017 at 6:57 am #738143Hi!
What is the version of the theme when you modified the file? Please get a fresh copy of the masonry_entries.php file from the latest update then redo the modification. Or check if there are discrepancies, aside from the previous modification, between the original and the modified version.
Best regards,
IsmaelJanuary 25, 2017 at 8:31 pm #738556Hello 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élienJanuary 30, 2017 at 4:44 pm #740273Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.