Tagged: x
-
AuthorPosts
-
February 15, 2017 at 9:46 pm #1372949
renowneParticipantWhen 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.
February 16, 2017 at 1:43 am #1373161
LelyModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 16, 2017 at 11:58 am #1373860
renowneParticipantThis reply has been marked as private.February 16, 2017 at 10:30 pm #1374511
RadModeratorHi 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!
February 17, 2017 at 12:58 pm #1375412
renowneParticipantThis reply has been marked as private.February 17, 2017 at 10:03 pm #1375911
RadModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1372949 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
