Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    December 13, 2014 at 8:46 pm #13770

    What is the site url?

    In reply to image border = 0
    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 5:49 pm #13765

    Try the following css

    .entry-content img
    {

    padding:0px;
    border: 0px;
    background-color:transparent;

    }

    In reply to Feature Image
    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 12:26 am #13760

    PM me the wp-admin login details and I will modify the index.php so that it shows the featured images.

    In reply to Blog sidebar
    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 12:25 am #13759

    Please pm the wp-admin login details and I will check it out.

    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 12:16 am #13758

    Can you please provide some screenshots. I think the same image may not work properly for different sizes so we may need to have the image customized for each standard sized screen.

    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 12:13 am #13757

    You can adjust the “Open Social Icons on Footer in a New Window” setting at Appearance -> Theme Options -> Footer

    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 12:07 am #13756

    We will be including the latest ver in the updated theme but you can pm me your email and I will send it.

    In reply to Feature Image
    Alok Maheshwari
    Spectator
    Posts: 303
    December 9, 2014 at 3:04 pm #13740

    What is your site url?

    Alok Maheshwari
    Spectator
    Posts: 303
    December 8, 2014 at 6:44 pm #13738

    The problem is with fb only. It maybe caching the site content. You can verify it by first trying to post the url in facebook, which if cached, will show you older images. Then in object debugger, click on “Fetch new scrape information” which should try to get the latest code and tell you that

    “og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that’s at least 200x200px and is accessible from Facebook. Image ‘http://www.delladio.it/wordpress/wp-content/uploads/2014/12/P4250860.jpg’ will be used instead.”

    Now it will show the 3 images link and despite them having required width, it will tell you “When shared, this is what will be included” with a different image. But when you try to post this url again, you can see that now it will allow us to select 1 of the 3 images for which the og:image tag was found.

    Alok Maheshwari
    Spectator
    Posts: 303
    December 8, 2014 at 9:46 am #13735

    When trying to post it on facebook, it is correctly showing following 3 images which are included in the og:image tag as can be seen in the source code of the page. Not sure why the debugger is selecting the http://www.delladio.it/wordpress/wp-content/uploads/2013/12/054.jpg image.

    <meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2014/12/mdelladio.jpeg”/&gt;
    <meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2010/07/berlinguer-300×213.jpg”/&gt;
    <meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2014/12/39707-80891.jpg”/&gt;