Base Url Wrong, Cannot Change
-
Hi,
I’ve inherited a site built by developers and the original development site Url has been left as the base Url for the social images, so both in the plugin options dashboard and front end, all the images for each social media site are broken
Nothing I do seems to control these though. At first I imagined the markup was being built from <WordPress Root>/wp-content/plugins/simple-share-buttons-adder/php/class-buttons.php
But having tested, I can confirm this file is not involved in rendering the buttons for us (I can modify the markup, or just at a ‘return’ statement at the start of each method that is supposed to render a button and everything continues functioning fine)
Do you know where else this may be coming from?
I thought I was close because class-buttons.php seems to reference $arr_settings which look like the global settings for this plugin – but again, these are not editable anywhere within WordPress. The plugin options lets me choose which social media sites to include.
I’ve traversed the entire database and found one wp_options entry relating to this plugin called
ssba_settings
but altering the values of this JSONified options too have absolutely no effect on the plugin whatsoeverAny help or suggestions gratefully received,
Kind regards,
Rog
- The topic ‘Base Url Wrong, Cannot Change’ is closed to new replies.