ptums
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: function get_avatar_url conflicts with the WordPress 4.2I spoke them they put me toward the developer. Has one else had a problem this issue? So far my request to speak with the developer has fallen on deaf ears and I’m becoming desperate.
Forum: Fixing WordPress
In reply to: updated wordpress and got error: Cannot redeclare get_avatar_urlI commented out
function get_avatar_url($get_avatar){
preg_match(“/src='(.*?)’/i”, $get_avatar, $matches);
return $matches[1];
}after I updated to WordPress 4.2 my site is working again, but any page that features an image of an attorney generated by this avater function no longer exists
Forum: Fixing WordPress
In reply to: function get_avatar_url conflicts with the WordPress 4.2I contacted the theme developers and I just searched through the functions.php file of the latest version and there wasn’t any solution. What was the solution for other people who had this issue?
Forum: Fixing WordPress
In reply to: function get_avatar_url conflicts with the WordPress 4.2The took over this site from another developer and there are copious amounts of changes made to the theme and of course it wasn’t build on a child version of that theme. So if I update super-skeleton I’m thinking there is a strong possibility that will override all changes we’ve made. So, my question would simply taking the get avatar function from the latest theme and copy over the current get avatar function conflict with any other code in the site?
Forum: Fixing WordPress
In reply to: function get_avatar_url conflicts with the WordPress 4.2We don’t have the latest version of super-skeleton installed, nor did they offer any
Forum: Fixing WordPress
In reply to: function get_avatar_url conflicts with the WordPress 4.2super-skeleton
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when JavaScript is enabledThat did the job!! Thanks a lot!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when JavaScript is enabledForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when JavaScript is enabledI checked the HTML in row 58 like you said and it seems like everything is fine.
This is the only HTML within the cells, maybe you’ll see something I do not:
My developer had suggested and I am a bit weary going into it, but our site runs of CloudFlare does that affect the table in anyway?