Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #730448

    Hi 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,
    Basilis

    #730451

    Okay here it is

    #730458

    Update: the blog post element seems to only work on posts, but not pages. which i need it to work on a particular page.

    #731041

    Hi,

    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,
    Andy

    #731276

    Hello

    We did what you suggested and that did not work.

    #731298

    Hi!

    I was trying to login and the password was not working
    Can you please check it?

    Thank u

    Best regards,
    Basilis

    #731299

    Hello try this

    #731654

    Hi,

    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,
    Andy

    #731772

    Thank 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;
    }
    }

    #733467

    Hi,

    The posts are displaying even if I set the blog style differently.

    // https://www.chosenpeople.com/site/resources/videos/

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.