albnaldo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site doesn't open at allSo, i emptied the tables (should drop them too, or just empty them? and now my site is displaying the usual error: Error establishing a database connection. Should i do anything else while i’m waiting for the backup?
Forum: Fixing WordPress
In reply to: Site doesn't open at allI’m currently searching for a backup of my site? So, after i find the backup, i should clean the database (empty the tables?) and then restore the backup?
Forum: Fixing WordPress
In reply to: Site doesn't open at allyes, and they haven’t replied yet. It’s been 4 hours now. Any idea what could possibly have gone wrong? I was just trying to remove some footer links from functions.php.
Forum: Fixing WordPress
In reply to: Site doesn't open at alli have no idea what is happening but now when i go to homepage, there is just a post welcoming me, and its not english! i didnt even took the installing proccess. and i cant login to the dashboard. it says wrong password and it says that my email is not associated with any wordpress account. any help please?
Forum: Fixing WordPress
In reply to: Site doesn't open at allSo, through Fanstastico i upgraded wordpress version and now it sends me to the installation page. realising that that was a bad idea, now i want to revert to the previous wordpress version, where everything is ok. please any help? im desperate ??
Forum: Fixing WordPress
In reply to: How to make photos unclickable?Thanks. Is there a way to unlink all the photos at the same time as I have 300+ photos and it requires a long time to unlink them one by one .
Forum: Fixing WordPress
In reply to: How to make photos unclickable?it is simple. when i add a photo to a post and publish it and i hover my mouse to that photo, that photo opens in a new tab bigger. this happens with the posts photos. ive heard that when you are editing a posts, and select html or text instead of test, i should remove <a href part from the photo?? i guess…
Forum: Fixing WordPress
In reply to: How to UN INDEX pagesOne last question. What about pages like mysite.com/tag/something-tagged/page/8? Will also these be unindexed?
Forum: Fixing WordPress
In reply to: How to UN INDEX pagesThanks, so even the existing pages will un index? For how long will these changes take effect?
Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?Okay then ??
Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?Can you delete this topic please?
Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?[Non-GPL theme redacted]
Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?I put it like this but it’s not working
#sidebar-primary {
overflow: hidden;
float: left;
width: 300px;
margin-left: 15px;
border-left: 1px solid black;Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?Hi andrews.
so I just have to add border style, width and color?Forum: Fixing WordPress
In reply to: How to add a line between sidebar and main content?Is this code okay?
#sidebar {
border-left:1px
solid #999;
margin-left:545px;
padding:20px 0 10px;
width:190px; }