cadfile
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Settings page misalignmentI was using Pale Moon browser which is a fork of Firefox before version 29. I looked at the settings page with Chrome and Firefox and it appears normally so my issue was a browser issue.
Thanks for the information.
Forum: Localhost Installs
In reply to: Media Library Broken using Twenty Sixteen Child ThemeI narrowed down the issue with the child theme function.php file. I was not able to figure out why my created file broke my media library and I read many threads from people having the same issue but no real solutions. I looked for any extra white spaces and I never had an issue creating files for development before now – I save the files as UTF with no BOM etc… I also had no error messages in HTTP or PHP.
Instead I found a bare bones Twenty Sixteen child theme and I copied the function file to my theme directory and now My media library is back.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] BWP using deprecated constructorI replaced function BWP_RC_Widget() with function __construct() and still get the same depreciated error message
Forum: Plugins
In reply to: [Better WordPress Recent Comments] BWP using deprecated constructorclass BWP_RC_Widget extends WP_Widget { function BWP_RC_Widget() { $widget_ops = array('classname' => 'bwp-rc-widget', 'description' => __( 'Show a list of recent comments/trackbacks generated by the BWP Recent Comments plugin.', 'bwp-rc') ); $control_ops = array('width' => 350); $this->WP_Widget('bwp_recent_comments', __('BWP Recent Comments', 'bwp-rc'), $widget_ops, $control_ops); }
Won’t that overwrite the class BWP_RC_Widget and give me a different error
This is what hosed my RSS feed. I turned off the “Automatically display tags list into feeds” box under the Tags for Current Post tab and my RSS feeds came back error free and gave me time to upgrade to 4.4 when I had more time to watch for any problems
Forum: Plugins
In reply to: [cformsII] Issues with 14.9.1 updateOkay I will follow that thread and consider the stray “>” issue resolved thanks
Forum: Plugins
In reply to: [cformsII] User Verification Q & A does not workThis is also an issue for me so leaving this comment so I can follow this thread
Forum: Plugins
In reply to: [cformsII] Issues with 14.9.1 updateI updated to version 14.9.4 just now, and resaved my form information.
There are no more stray “>” but the Q & A spam catch is not working still. Again the answer can be blank and the form will still be sent.
Forum: Plugins
In reply to: [cformsII] Issues with 14.9.1 updateI updated and resaved my forms and there doesn’t seem to be any change.
The stray “>” now shows up in Chrome and Opera but not in Firefox
The form can still be sent without answering the Q&A. I tried on three different browsers and it went through all of them. Here’s the text of the e-mail sent:
————–Send me your questions or comments———-
Your Name: Chuck Findlay
Email: [email protected]
Website: https://yahoo.com
Message: This is a message of the day thanks
Visitor verification:Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] 403 rate limit error using goo.glI am on shared hosting – MediaTemple
Very disappointed to hear that Google started using a rate limit. I’ve been using the goo.gl shortner in SNAP for more than a year with no issues. I just started getting error reports.
I wasn’t using the short url to track clicks so I can use the native wordpress shortner. The other choices the plugin allows are too complicated to get working and requires me to register with other parties.
Can you add a note to your instructions that the Google shorter doesn’t work on shared hosting
Thanks
Forum: Plugins
In reply to: [cformsII] insert_cform() does not work anymoresamtulana it is best practice to open a new topic rather than tagging your issue in a non-related topic. Since my issue in the closed topic was resolved and you are having the same issue then you should start a new topic
Forum: Plugins
In reply to: [cformsII] Forms not including inputed informationThe update works fine for me. I get the info from the form and no issues with sending it to me
Forum: Plugins
In reply to: [cformsII] Forms not including inputed informationYes 14.6.6 worked for me as well. Ajax is now working.
Thanks for the update
Forum: Plugins
In reply to: [cformsII] Forms not including inputed informationHere is what I did. I installed the original v14.6 Still didn’t work (stuck on one moment please and no info from form sent to me) I turned off the ajax setting at the top of the form settings and the form worked
I updated to 14.6.3 turned on ajax and form didn’t work. Turned off ajax and form worked.
So the issue seems to be in the ajax setup. I looked over the version history and nothing jumped out at me between 11.7 and 14.6 but I’m not a programmer. Like I said the plugin worked for years with the ajax setting on.
Any ideas
*side note* as soon as I activated the form I would get at least one filled out spammy form so I know my wordpress install is good since the form command is working
Forum: Plugins
In reply to: [cformsII] Forms not including inputed informationHow do I get 14.6.4? Is it that the version attached to the download button here? I have 14.6.3
The version I had before updating was 11.7.3 and I did the whole deactivate delete old version upload new version reactivate