![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
![]() No, unfortunately, this is not possible.
__________________
![]() ![]() ![]() ![]() |
#22
|
|||
|
|||
![]() Hi,
I did the code modification as set out to allow the theme to get the product image and store it in the library, however I don't get a picture, the media file thinks it is attached and the images seem to be downloading to the media library, just not displaying as featured images. Store ID: 44403 Website URL: http://ucompare.me.uk/news/ |
#23
|
||||
|
||||
![]() Hi
It is working... However the images are set to display 1px by 1px. You can even see them: ![]() And here's the code: HTML Code:
<img width="1" height="1" src="http://ucompare.me.uk/wp-content/uploads/2014/02/samsung-galaxy-s4-white-frost-2615.jpg" class="attachment-150x100 wp-post-image" alt="Samsung Galaxy S4 White Frost"> <img width="1" height="1" src="http://ucompare.me.uk/wp-content/uploads/2014/02/doc-johnson-ivibe-rabbit-thruster-vibrator-2613.jpg" class="attachment-150x100 wp-post-image" alt="Doc Johnson iVibe Rabbit Thruster Vibrator"> Eric
__________________
![]() ![]() ![]() ![]() |
#24
|
|||
|
|||
![]() Thanks Eric,
just added width: 150px; height: 125px; to the end of this #middlecontent .excerptlist .articleexcerpt img{ float:left; margin:0 15px 5px 0; } to make #middlecontent .excerptlist .articleexcerpt img{ float:left; margin:0 15px 5px 0; width: 150px; height: 125px;} |
#25
|
|||
|
|||
![]() Quote:
$attach_data = wp_generate_attachment_metadata($attach_id, $filepath); wp_update_attachment_metadata($attach_id, $attach_data); One other issue with the add-on is that it is running quite late in the process, I did modify it heavily and inserted it to run during the drip of the post, as i need other plugins to have the featured_image (automatic posting to facebook, Pinterest....), after a lot of searching I found out that I also needed to set the post in draft mode during the drip and then insert all of the data for featured image and after that change it to published. I inserted my code (alot modified from the one in the post) on line 4494 in datafeedr.php, will not slow down the pages for your visitors. If anyone needs more assistance with this please PM me.. |
#26
|
|||
|
|||
![]() Quote:
I am starting a new site and testing the featured images first before make it full blown. The site is fashio.nz Hope you can help. Thanks |
#27
|
||||
|
||||
![]() Hi
That's related to your theme. You'll need to contact your theme developer regarding this issue. Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|