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.
I got this error when I try to add "Soledad Social Media" widget. Can you help me?
Hi,
I've updated the Social Widget plugin, please check.
Regards,
PenciDesign.
It works,
thanks for your help.
Hi again,
I'm experiencing same issue with facebook page box, how did you fix it?
Hi,
Please download the attachment file below then overwrite it to:
Regards,
PenciDesign.
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.
Same issue with popular posts, can you please let me download the updated widgets?
Hi,
Please download and overwrite the folder:
I've fixed some code to be compatible with the new WordPress Widget UI.
Regards,
PenciDesign.
For me, it's also not working (with old and new version of widget)
Hi,
@tatawbcn: Are you update Soledad Theme to the newest version (7.9.5)?
Regards,
PenciDesign.
yes, got last one version
Hi,
@tatawbcn: please try following the instruction in the previous reply here: https://pencidesign.ticksy.com/ticket/2832797/#comment-14995485
Regards,
PenciDesign.
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.
Hi,
Please go to your child theme, open the functions.php, find the content:
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.
My bad, sorry.
I really forgot this function.