mrisdon
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Instagram icon missing on front pageSame here. The IG icon was working last week, then I updated my wordpress version and now the IG icon is not showing on my site. Any support regarding the Acurax Social Icons Options plug in? Anyone now using a different plug in due to the lack of response?
Thanks!Forum: Plugins
In reply to: [Genesis Simple Sidebars] Erro: Illegal string offsetSo I emptied my cache. I update the code on the plugin and saved it, saw a new 3rd error, deleted it. Save the code. Now the errors are gone. So I’m guessing patience was the key? My site looks fine now. That was an odd one 🙂
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Erro: Illegal string offsetHey Guys,
Hoping you can help. I barely know HTML and am trying to figure out what to change.Here’s my code that I find in my genesis-simple-sidebars/plugin.php I searched the code to find what you guys had above:
genesis_register_sidebar( array(
‘name’ => esc_html( $info[‘name’] ),
‘id’ => $id,
‘description’ => esc_html( $info[‘description’] ),
‘editable’ => 1,
) );I see in one post above the [ before ‘name’ & ‘description’ was changed to to ->
But then that wasn’t in the code Nick had. Any ideas what to do to make the errors for line 105 & 107 go away? Thanks!