Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2832797
social widget
Closed

Comments

  • fioridizuccaimmagine started the conversation

    I got this error when I try to add "Soledad Social Media" widget. Can you help me?

  •   PenciDesign replied privately
  •   fioridizuccaimmagine replied privately
  •  2,493
    PenciDesign replied

    Hi,

    I've updated the Social Widget plugin, please check.

    Regards,
    PenciDesign.


  • fioridizuccaimmagine replied

    It works,

    thanks for your help.

  • fioridizuccaimmagine replied

    Hi again,

    I'm experiencing same issue with facebook page box, how did you fix it?

  •  2,493
    PenciDesign replied

    Hi,

    Please download the attachment file below then overwrite it to:

    wp-content/themes/soledad/inc/widgets/facebook_widget.php
    

    Regards,
    PenciDesign.

  • fioridizuccaimmagine replied

    Thanks but just a question:
    I downloaded files two weeks ago, is there something I need to update? It was 7.9.4 and I see it is the latest one.

  • fioridizuccaimmagine replied

    Same issue with popular posts, can you please let me download the updated widgets?

  •  2,493
    PenciDesign replied

    Hi,

    Please download and overwrite the folder:

    wp-content/themes/soledad/inc/widgets/

    I've fixed some code to be compatible with the new WordPress Widget UI.

    Regards,
    PenciDesign.


  • tatawbcn replied

    For me, it's also not working (with old and new version of widget) 

    8397976829.png


  •  2,493
    PenciDesign replied

    Hi,

    @tatawbcn: Are you update Soledad Theme to the newest version (7.9.5)?

    Regards,
    PenciDesign.


  • tatawbcn replied

    yes, got last one version

  •  2,493
    PenciDesign replied

    Hi,

    @tatawbcn: please try following the instruction in the previous reply here: https://pencidesign.ticksy.com/ticket/2832797/#comment-14995485

    Regards,
    PenciDesign.


  •   fioridizuccaimmagine replied privately
  •   PenciDesign replied privately
  •   fioridizuccaimmagine replied privately
  •   PenciDesign replied privately
  • fioridizuccaimmagine replied

    Thanks for having fixed this.

    I have another problem about post format plugin, maybe new wordpress version?

    It doesn't appear tab for post formats, I mean thw one in the attached image.

  •  2,493
    PenciDesign replied

    Hi,

    Please go to your child theme, open the functions.php, find the content:

    //rimuovo post format
    add_action('after_setup_theme', 'wpse65653_remove_formats', 100);
    function wpse65653_remove_formats()
    {
       remove_theme_support('post-formats');
    }
    Do you understand the code you copy & paste to your site?

    This code you've added remove the post format feature, so the post format tab will not show.

    Regards,
    PenciDesign.


  • fioridizuccaimmagine replied

    My bad, sorry.
    I really forgot this function.