-
AuthorPosts
-
January 6, 2017 at 6:06 pm #730444
Hello,
I am having issues on my site where the blog posts element is not showing the blog posts, but only when I choose the grid layout option.
I am updated to the latest version of WordPress and enfold. Thanks in advance for your help.
Abe
January 6, 2017 at 6:15 pm #730448Hi CPM_usa!
Thanks a lot for contacting us.
Can you please share for us access, so we can take a look and try to identify the issue?Thank you
Regards,
BasilisJanuary 6, 2017 at 6:20 pm #730451Okay here it is
January 6, 2017 at 6:31 pm #730458Update: the blog post element seems to only work on posts, but not pages. which i need it to work on a particular page.
January 9, 2017 at 10:54 am #731041Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyJanuary 9, 2017 at 8:34 pm #731276Hello
We did what you suggested and that did not work.
January 9, 2017 at 9:58 pm #731298Hi!
I was trying to login and the password was not working
Can you please check it?Thank u
Best regards,
BasilisJanuary 9, 2017 at 10:00 pm #731299Hello try this
January 10, 2017 at 6:15 pm #731654Hi,
I copied your page’s content to my own installation, but it works fine on my end. So something must cause it especially on your end. Please remove any customizations you’ve done (custom code etc.), to check which one is causing it.
However 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 10, 2017 at 11:20 pm #731772Thank you for your time.
I went through each custom function and discovered it is this one below. I can’t remember off hand why we added this function. There is nothing currently breaking that is obvious to me.
add_filter(‘avia_post_slide_query’, ‘enfold_customization_query_custom’);
function enfold_customization_query_custom( $query ) {
global $post;
if ( is_single() ) {
$query[‘post__not_in’] = array($post->ID);
return $query;
}
}January 14, 2017 at 6:40 am #733467Hi,
The posts are displaying even if I set the blog style differently.
// https://www.chosenpeople.com/site/resources/videos/
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.