2bearstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated JetPack to 3.2, website went downI would just find the previous version, and then replace version 3.2 via FTP manually, even if you could not confirm updating JetPack to 3.2 is the only thing you did that brought the site down.
Forum: Fixing WordPress
In reply to: Unable to update plugin?I would really love to help, but seems too much to explain within a reply.
– FTP app is what you use to access the web server, to interact with the files remotely. Depend on what kind of computer OS (Mac or Win) you are using, the recommended FTP app list is different. Cyberduck is one app you can try out.
– Ownership. Simply put, it should be your account username. For example, if your web hosting account user name is “mysite”, the proper ownership is:
Owner: mysite
Group: mysite
This normally should not be a problem.– Permission. For WordPress site, 755 for folder & 644 for file.
I understand information provided here isn’t detail enough to guide you finish the troubleshooting. Hope it can give you some ideas.
Forum: Fixing WordPress
In reply to: Unable to update plugin?Ownership and/or permission of the plugin folder isn’t setup correctly. You need to check it using FTP app or command line via Terminal.
Depending on the theme, if Revision is not enabled for this particular post type, then it can’t be found in Screen Options.
But I can’t imagine don’t enable Revision on POST.
Forum: Fixing WordPress
In reply to: How do you Find/Replace multiple items in WP?I would try Search & Replace:
You can use either plugin:
https://wordpress.org/plugins/search-and-replace/Or tool such as:
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/Or WP-CLI:
http://wp-cli.org/commands/search-replace/Forum: Plugins
In reply to: [Weather Underground] No "WP WUnderground" menu item under SettingsThank you for your attention to this.
If that’s what you get, there are two things aren’t correct:
1. The forecast (I use the old version result as reference)
2. Your sample shows date, not high/lowForum: Plugins
In reply to: [Weather Underground] No "WP WUnderground" menu item under SettingsSure:
Here is current code:
[wunderground location=”IGUANACA11″ location_title=”” numdays=”6″ iconset=”Mobile” measurement=”F” layout=”table-horizontal” showdata=”highlow” hidedata=”search,date,pop,text”]Here is the output:
http://cristal.xgxhosting.com/weather-station-2/& here is what I get from the old version
http://cristalazulhotel.com/weather-station-2/Forum: Plugins
In reply to: [Weather Underground] No "WP WUnderground" menu item under SettingsThank you for the update. I am getting close. Here is my current code:
[wunderground location=”IGUANACA11″ location_title=”” numdays=”6″ iconset=”Mobile” measurement=”F” highlow=”%%high%%°/%%low%%°” layout=”table-horizontal” showdata=”highlow” hidedata=”search,date,pop,text”]
I assume the result I get from version 1.x is correct. Then, existing question:
– I can’t get the correct forecast, the temperature is wrong.
– Once I show “highlow”, there is no weather icons. If I remove showdata=”highlow”, the icon is back. But I need show “highlow”
– The highlow format (copied from version 1.x) doesn’t work.Forum: Plugins
In reply to: [Weather Underground] No "WP WUnderground" menu item under SettingsPlease suggest, shortcode like this, which part is wrong?
[forecast location=”IGUANACA11″ location_title=”” numdays=”6″ todaylabel=”Today” iconset=”Mobile” measurement=”F” layout=”table-horizontal” hidedata=”search,pop,text”]
I tried many combinations, beside showing 6 days forecast, nothing else is correct.
Forum: Plugins
In reply to: [Weather Underground] No "WP WUnderground" menu item under SettingsWhen I tried to access it using the url from older version like this:
wp-admin/options-general.php?page=wp_wunderground
It says “You do not have sufficient permissions to access this page”.
I upgraded the plugin directly from version 1.2.?
Forum: Fixing WordPress
In reply to: Locked out of admin dashboardIf your website works fine before optimizing database, and the only thing you did is db optimization. I may need to check the database as well.
You can send the FTP login via my personal email. We go from there. 2bearstudio@gmail.com
Forum: Fixing WordPress
In reply to: Locked out of admin dashboardYou are using Kage Pro theme. Any customization work?
I don’t know any other solution unless I can have a look at all the customization code. Because certainly, something is working to redirect your login to this (“http://www.neteffectrepair.com/~neteffec”) address.
Any custom plugin installed?
Any custom functions in the theme?Forum: Fixing WordPress
In reply to: Locked out of admin dashboardI get the login page and found the page is cached version (by W3 Total Cache).
I understand you can’t reset or disable W3 Total Cache without login. You may try to delete the plugin via FTP, (you can always install it back if it is required).
Sometimes, improper caching files cause weird problem.
Forum: Fixing WordPress
In reply to: Locked out of admin dashboardI feel like your browser cache is in effect. Have you cleared browser cache? or try another browser?
Forum: Fixing WordPress
In reply to: Locked out of admin dashboardWell, the reason to may looks like this:
“neteffec” is your username for that hosting account. When you setup the account, it has a temporary URL ending with “~neteffec”. It is not a subdirectory, it should be the root directory.
I can guess why you get this, but that’s not important.
First of all, if your site is setup @ http://www.neteffectrepair.com/, then you should change two important URLs in WordPress database. Which will at least get you to the login interface.
They are:
WordPress Address (URL) & Site Address (URL)
You can change this by access database directly via CPanel -> phpMyAdmin. The table you are looking for is:
– wp_optionstwo records to update are:
– siteurl
– homeIf this not works for you, and you still have access to the site via FTP. Then I may try “search & replace”
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/To replace “http://www.neteffectrepair.com/~neteffec”
with “http://www.neteffectrepair.com”