beda69
Forum Replies Created
-
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] does not what it promisesnot solved
not solved.
Forum: Plugins
In reply to: [Good Bye wp-admin] plugin not working?solved
solved.
renaming AFTER login will never be possible due to WP rules and codex
Forum: Plugins
In reply to: [Theme My Login] error by "register" or "lost password"marking solved
Forum: Plugins
In reply to: [BuddyMenu BuddyLinks] error messagesolved long time ago
Forum: Plugins
In reply to: user rates usersthanks
Forum: Fixing WordPress
In reply to: deleting imagessolved by server adjustments
thanks for effort on this!
Forum: Fixing WordPress
In reply to: custom fields not displayingsolved, thanks
Forum: Fixing WordPress
In reply to: Change "My Sites" Menu orderpartially solved, Evan’s suggestion was quiet good π
Forum: Plugins
In reply to: [WP Symposium Pro] Starting Questionssolved
Forum: Fixing WordPress
In reply to: I see my page but nobody else is seeing it ?hello
Just to give you a heads up:
from here (Uruguay) I can load you page just fine.
both with and without the “www” part.Different can be the reasons why your friends can’t view it…
as a quick search in googol told me, this might more be related to routers, pc’s and other stuff not correctly configured……
no idea why it’s happening to your friends, but over here, i can navigate the site just fine π
(tried both, safari and firefox)Forum: Fixing WordPress
In reply to: Can't access my blogHello
W3TC is a cache plugin
https://wordpress.org/plugins/w3-total-cache/Here is how you remove it properly (you need to have it installed to follow that TUT.)
http://redstarwebdevelopment.com/2013/05/03/how-to-remove-w3-total-cache/The error you are seeing tells you what follow:
1. Login to your FTP either via FTP client or, easier, go to your cPanel and head to the FTP or also called “file manager” section
2. find the folder “wp-content” in your installation (usually in public_html)
3. open that folder and delete the file “advanced-cache.php”
according ot the error message it should solve the issue.
==> I recommend you first make a backup of database and website, if you have important content on the site
http://codex.wordpress.org/WordPress_BackupsHope this helps
Forum: Themes and Templates
In reply to: Correctly Increase Version NumberOk, I answered it myself:
the version umber is decision up to the DEV
If it’s a child theme, never should be chosen a version number
If it’s a new theme, usually the amount of work determine the version number.
as example
version 0.0.0.1 would mean author added one single character to the code.
Maybe this helps other seekers π
Forum: Themes and Templates
In reply to: Correctly Increase Version Numberjust another example:
I just added Bootstrap (enqueue style) and before that my theme was only using normal css style file.So now, form 1.0.0 that would be what? 1.0.1?
or 2.0.0 ?
π