test
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • dr4christ Friend
    #197210

    Have dual images importing into K2 content. (Using Joomla 3.2) Had a code given to me for Joomla content but had to make the switch to K2 and the same problem keeps persisting – including in You Tube. When opening article you see the pic twice. Need to eliminate one on the import – is this a setting? Or do I need a repair code? Really need some help on this

    Tom
    http://www.DR4Christ.com

    Saguaros Moderator
    #532958

    Hi Tom,

    You can try opening file: /templates/ja_wall/css/k2.css and add this css rule:


    .itemFullText img {
    display: none !important;
    }

    Also make sure that you disable cache plugin of Joomla and refresh your site again.

    dr4christ Friend
    #533058

    <em>@Saguaros 424373 wrote:</em><blockquote>Hi Tom,

    You can try opening file: /templates/ja_wall/css/k2.css and add this css rule:


    .itemFullText img {
    display: none !important;
    }

    Also make sure that you disable cache plugin of Joomla and refresh your site again.</blockquote>

    Dear Saguaros

    This fix worked for the YouTube double image (YEAH!!) however now the Pintrest image has gone from the double image to no image at all. Bit more explanation – When opening up the item on K2 – the image is still incoming twice (this must be a flaw with the JA Social Plugin) yet neither image now will show up in the item article view.

    Thanks for replying to my post so quickly – you really know what your doing.

    Tom
    http://www.DR4Christ.com

    dr4christ Friend
    #533059

    The following code was given to me by Nazario A several weeks ago for Joomla (just so you know) not sure if that is effecting anything.

    – Please add this rule into the file: /templates/your_template_name/css/template.css
    Code:
    .pintrest .img-fulltext-left {
    display: none;
    }
    Let me know how it goes.

    dr4christ Friend
    #533168

    This code – .itemFullText img {
    display: none !important;
    }

    Also eliminates images in all item view categories. For example we can no longer see images in the PDF Update category. So there needs to be a fix for Pintrest’s dual image import – correct?

    Tom
    http://www.DR4Christ.com

    dr4christ Friend
    #533240

    Saguaros – Every item image has been eliminated after clicking on the Article link – click on the title of any article under the Pintrest tab on http://www.DR4Christ.com and the image is just gone. Same applies for February 2014 PDF Update – Image is gone. This code is powerful indeed – when deleting the code everything goes back to normal but Pintrest still imports double images into K2. We wliminated Navarios code from the template CSS – didn’t have any effect. YouTube I don’t think was ever a problem. Any ideas or codes left up your sleeves to get Pintrest to work with K2?

    Tom
    http://www.DR4Christ.com

    dr4christ Friend
    #533359

    Saguaros – eliminated the fix and all images reappear. Same issue still with Pinintrest importing dual images into K2 content. :(( We noticed today that all the “Start Publishing” dates are messed up on import as well – we went and changed the Start Publishing date to the 3 Pintrest posts to the Creation Date so that the site would display the correct order. However just as the dual image import issue we aren’t going to be able to edit each post everytime it comes into the site. Is there any fix for getting the date to import correctly into K2?

    Tom

    Saguaros Moderator
    #533513

    Hi Tom,

    It looks like that you removed all above CSS, you can PM me admin and ftp account of site you’re working on, I will have a look then

    dr4christ Friend
    #533683

    Yes – because it eliminated completly the images in the articles – cross platform.

    Tom

    P.S. – I’m P.M. you the info now.

    Saguaros Moderator
    #533698

    Hi Tom,

    Could you also send me ftp account of your site? I will try to add css rule as above to see what’s wrong here

    dr4christ Friend
    #534032

    <em>@Saguaros 425418 wrote:</em><blockquote>Hi Tom,

    Could you also send me ftp account of your site? I will try to add css rule as above to see what’s wrong here</blockquote>

    Thank you Saguaros – I PM’d you the FTP info. Have a great hump day!!!

    Tom
    http://www.dr4christ.com

    dr4christ Friend
    #534760

    <em>@dr4christ 425831 wrote:</em><blockquote>Thank you Saguaros – I PM’d you the FTP info. Have a great hump day!!!

    Tom
    http://www.dr4christ.com</blockquote>

    Saguaros – Did you get my FTP info? What did you find?

    Tom
    http://www.dr4christ.com

    Saguaros Moderator
    #534782

    Hi Tom,

    I add this following css rule into /templates/ja_wall/css/k2.css file:


    .itemFullText .content a .pinterest-img.ja-social-img {
    display: block;
    }
    .itemFullText .content .pinterest-img.ja-social-img {
    display: none;
    }

    and it works now, please have a look at this.

    dr4christ Friend
    #535004

    <em>@Saguaros 426808 wrote:</em><blockquote>Hi Tom,

    I add this following css rule into /templates/ja_wall/css/k2.css file:


    .itemFullText .content a .pinterest-img.ja-social-img {
    display: block;
    }
    .itemFullText .content .pinterest-img.ja-social-img {
    display: none;
    }

    and it works now, please have a look at this.</blockquote>

    Sorry – look at the two new Crons up on http://www.dr4christ.com – It is still importing dual pics into K2.

    Saguaros Moderator
    #535006

    Please try to change above css rule to:


    .itemFullText .content a .pinterest-img.ja-social-img {
    display: block !important;
    }
    .itemFullText .content .pinterest-img.ja-social-img {
    display: none !important;
    }

    Remember to clean Joomla cache.

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Saguaros 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum