Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1372949
    renowne
    Participant

    When viewing a post listing (including a search and a category listing) the results are showing with multiple “featured” images. Unfortunately, the images are not associated with that specific post. Currently using the icon stack. We are running a child theme, but the problem remains even if we switch back to the parent X theme. Have tried disabling all plugins, but it has no affect on the issue.

    Example can be seen here: https://solascriptura.com/2017/

    Thank you for your help.

    #1373161
    Lely
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? The issue is rather weird. To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1373860
    renowne
    Participant
    This reply has been marked as private.
    #1374511
    Rad
    Moderator

    Hi there,

    Looks like the posts are queried multiple times, and each column contains the exact query from another column. I checked the actual code and it’s not like that which means, this is done by javascript. I disabled all the plugins and custom script and still the same. But I’m sure this is due to javascript. Example, the entry-featured has 102 instances when checked in the inspector, but by viewing the source code it has only 12 ( 12 posts).

    I like to further check but can’t login through FTP. Please provide the correct one or the CPanel login credentials.

    Thanks!

    #1375412
    renowne
    Participant
    This reply has been marked as private.
    #1375911
    Rad
    Moderator

    Hi there,

    It’s because of these two lines from your customizer’s custom javascript

     var post_image = jQuery('.type-post .entry-wrap .x-container .entry-featured').detach();
      post_image.prependTo('.type-post>.entry-wrap>.x-container');

    Please remove them.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1372949 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>