-
AuthorPosts
-
August 30, 2017 at 10:05 pm #845977
Hi.
At the end of each post I put a slider with related post by category.
I select “offset – not duplicated post in whole page” but the post of the page appears in the slider.Could you help me please?
Thank you.September 2, 2017 at 8:48 pm #847224Any help please?
September 3, 2017 at 1:54 am #847258Hi,
Please update to the latest version, it looks like you are using v3.8
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
I recommend backing up with: https://wordpress.org/plugins/duplicator/Best regards,
MikeSeptember 10, 2017 at 4:05 pm #850131Hi Mike.
I have upload the theme, thanks a lot for your help.
But the problem still appearing.
Could you help me please?Thank you again.
September 11, 2017 at 4:58 pm #850583Hi vmoralestejedor,
Have you flushed the caches after the update?
Best regards,
VictoriaSeptember 13, 2017 at 10:27 am #851498Hi.
How can I do it?
I have Total Cache configured, maybe it helps.
Thank you.
September 13, 2017 at 10:34 am #851501I have deleted all cache in W3 Total cache but the issue still appearing.
Could you help me please?
Thank you.
September 14, 2017 at 10:14 am #851958Any help please?
Thank you.
September 15, 2017 at 5:42 am #852399Hi,
We are very sorry for the late response. Please add this query filter in the functions.php file to exclude the current post.
add_filter('avia_post_slide_query', 'avf_custom_post_grid_query'); function avf_custom_post_grid_query ( $query ) { if(is_singular('post')) { global $post; $query['post__not_in'] = array($post->ID); } return $query; }Best regards,
IsmaelSeptember 15, 2017 at 11:25 am #852495Thank you Ismael but is not working, example in private section.
Could you help me please?
Thank you.September 16, 2017 at 6:46 am #852808Hi,
Where did you add the code? I can’t find it in the functions.php file.
Best regards,
IsmaelSeptember 16, 2017 at 11:09 pm #852967I put your code in functions.php and my blog BROKE!!!
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/wp-content/themes/enfold/functions.php on line 571
I have reset functions.php
September 19, 2017 at 6:42 am #853712 -
AuthorPosts
- You must be logged in to reply to this topic.
