twhite681
Forum Replies Created
-
Forum: Plugins
In reply to: Problem installing plugins- cant extract filesResolved this for anyone with the same issue. I simply manually uploaded each file in the plugin folder to my FTP seperately. I still created the extra directory folders and mirrored the setup iun the plugin zip file. It appears to fix the issue
@gregclow: i just set up a site on 3.4.2 and installed the plugin and it is working ok for me. I have the plugin set to display the share bar at the bottom of my posts like you do. I have it set to display on excerpts but NOT the homepage or any other pages.
I would recommend you try some different combinations of options and see if you can drill it down to a problem with a specific option. Try using the sidebar widget as well and see if that works. Otherwise you could always try deactivating it or re-installing it. Was there any hiccups with your installation? Be sure to post your question on the actual AddThis forum site too as the admins may frequent there more often
HI All,
I have a similar issue i think- i have used the “more” tag in my posts and have just installed the plugin.. but i cant find where to start editing and choosing my options for what social network icons to display in my posts to share? Does the more tag somehow disable the use or editing of the plugin?
Thanks for any help.
Forum: Plugins
In reply to: [Sociable] Sociable crashes my website as of 3 days agoWhat version of wordpress are you using? I noticed when i went to download it it says its only compatible up to around V 3.3… i downloaded the newest version of wordpress a week or so ago (3.4.2) and when i try to install i get a bunch of errors. Could be the issue- did you upgrade your wordpress software?
Forum: Themes and Templates
In reply to: Hybrid parent & child theme question on customizationWhen i load my site on the front end i get the same error duplicated a few times on the site homepage yeah.
I checked the versions i download.. the parent hybrid theme is version 1.1 and the child theme is 2.1
Forum: Themes and Templates
In reply to: Just installed theme. Error messages in editor??Thanks i wondered wether the theme is old and isnt supported by the latest version of wordpress perhaps. Very hard to get answers or even contact the author too.. i just moved on to another wordpress approved theme.
Forum: Themes and Templates
In reply to: Just installed theme. Error messages in editor??If anyone can help with my first question that would be appreciated!! I managed to fix the general login in issue i had my reloading the original theme_options.php file.. but im still getting these notices/errors show up on my site.
thanks!!
Forum: Themes and Templates
In reply to: Just installed theme. Error messages in editor??Update to this- i found a code change on a help site that drilled the problem down to this line of code
if ( $_GET[‘page’] == basename(__FILE__) ) {to change it to this
if ( isset($_GET[‘page’]) && $_GET[‘page’] == basename(__FILE__) ) {So i did so, but then i got the following error
Parse error: syntax error, unexpected ‘]’ in /home/a7206129/public_html/wp-content/themes/Balena/theme_options.php on line 193So i changed it back to what it was, and im still getting that above (last) error.
And now it seems my whole wordpress admin site has frozen up.. i cant click on any other menu options or navigate to any other pages or even log out.. i just keep getting shown that error message???
Can anyone help please?