-
AuthorPosts
-
February 27, 2018 at 4:42 pm #918534
Hi
I have a problem with the masonry portfolio.
I’m using the following function to avoid the current portfolio item to be shown in the masonry.add_filter( ‘avia_masonry_entries_query’, ‘avia_masonry_query_func’, 10, 2);
function avia_masonry_query_func( $query, $params ) {
if(is_single()) {
$id = get_the_ID();
$query[‘post__not_in’] = array($id);
}
return $query;
}But it happens that when I press the load more button the last portfolio item of the first row is also shown as the first of the second row.
Strangely the last portfolio item in the second row is not showing up in the third row.
When I delete the function the masonry is running fine.
Enfold Version 424- This topic was modified 6 years, 8 months ago by manurimini.
February 28, 2018 at 4:30 pm #919147Hey manurimini,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoMarch 1, 2018 at 7:28 pm #919825Hi Nikko
Thank you for the quick reply.
I’ve asked my hosting provider to give me a new server, because the one I’m working with was bought many years ago and maybe the problems I’m having also with videos depend of that.
So before giving you an access I will check the new server.
Since I was asking the change today it will take a couple of days for the DNS to work.
If the problems will persist after the migration to the new server I will give you full access.
I’ll contact you next week after checking the new server to let you know.
Thank you so much
You are a great team
Best Regards
ManuMarch 2, 2018 at 6:38 am #920095 -
AuthorPosts
- You must be logged in to reply to this topic.