Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Images in widgets not loading after update to 1.8 #105285
    mwybranowski
    Participant

    Hi Mahesh, it seems you’re right. I changed the plugin to one provided by Jetpack and it works with images. Maybe not exactly what I wanted but it’s better than the one not working.

    Thank you for all the support.

    Best regards

    in reply to: Images in widgets not loading after update to 1.8 #105255
    mwybranowski
    Participant

    Hi Mahesh,

    thank you for information, it seems, that the previous html I was using didn’t work with current theme version. The previous html I used was:
    <a href="http://www.lepszapracalepszezycie.pl/seria-szef/"><img src="http://www.lepszapracalepszezycie.pl/wp-content/uploads/2016/11/Seria-szef.png" alt="Image Widget" /></a>

    Now I changed it to:
    <a href="http://www.lepszapracalepszezycie.pl/seria-szef/"><img src=http://www.lepszapracalepszezycie.pl/wp-content/uploads/2016/11/Seria-szef.png></a>

    and it works.

    However I still have problem with thumnails in the wordpress popular posts plugin. I have just enabled them again and still only image icon is visible. I would appreciate your help on this.

    in reply to: Images in widgets not loading after update to 1.8 #105014
    mwybranowski
    Participant

    Yes, that’s what I mean. I’m using the link from media library. It’s http://www.lepszapracalepszezycie.pl/wp-content/uploads/2016/11/Seria-szef.png and it didn’t change therefore I don’t understand how it could be broken. Can I return somehow to previous theme version to see if the problem exists with the previous version also?

    in reply to: Images in widgets not loading after update to 1.8 #104992
    mwybranowski
    Participant

    Hi,

    it’s http://www.lepszapracalepszezycie.pl/

    I have disabled thumnails in wordpress popular posts, but there is another widget below that also should show images but there are only picture icons.

    I will appreciate your help.

    in reply to: Remove Leave A Reply from comments #95071
    mwybranowski
    Participant
    in reply to: Remove Leave A Reply from comments #95038
    mwybranowski
    Participant

    HI I used the above method and it doesn’t work for me. I created a child theme, named it Catch Adaptive Child theme.
    Then I copied the comments.php file there.
    in the child theme I changed the last but one line:
    <?php comment_form(); ?>

    to proposed:
    <?php comment_form(array(
    ‘title_reply’ = ‘Leave a Reply’,
    ‘title_reply_to’ = ‘Leave a Reply to %s’,
    )); ?>

    On the site I still have ‘Leave a reply’

    Can you help me? What I’m doing wrong?

Viewing 6 posts - 1 through 6 (of 6 total)