Calin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Some themes won't let me load the websiteHey
I have the latest version so this isn’t it. With the same version of the theme and wordpress the site worked and simply stopped working after a couple of days.
Forum: Themes and Templates
In reply to: Some themes won't let me load the websiteI switched to twenty eleven.
The theme is Pixel Power and I got it from themeforest some time ago. It’s the only theme it won’t work. I installed it on another domain on a fresh WP installation (just to test it) and doesn’t work there either
Forum: Fixing WordPress
In reply to: Moving websiteThanks kmessinger. That did it.
But now I have another problem. I did all those steps, links are ok, but when I try to log in the wp-admin I get this error:
“You do not have sufficient permissions to access this page.”
Any thoughts on why that is happening?
Forum: Fixing WordPress
In reply to: Moving websiteDoesn’t work. What I noticed is that when I go to https://www.address.com/wp-admin I am redirected to subdomain.site.com/wp-admin. So I don’t think it’s the permalinks.
I am thinking of something in the database but I can’t figure it out.
Forum: Fixing WordPress
In reply to: Restoring databse problemsYes I followed the steps there.
Meanwhile I figured it out. You have to delete the tables in the database before you upload the new one. And that step was not in the codex.
Cheers
Forum: Fixing WordPress
In reply to: Getting these deprecated notices after upgradeHey
I have the same problem. Unfortunately I can’t find in my functions.php any automatic_feed_links
Suggestions?
Forum: Installing WordPress
In reply to: line 16 – undefined function is_network_adminBy the way, I reinstalled 3.1
Forum: Installing WordPress
In reply to: line 16 – undefined function is_network_adminHey
I have the same problem. I re-installed my wordpress hoping that it will work but nothing. I still get the error. Any suggestions?
Thanks
Forum: Fixing WordPress
In reply to: Can't access dashboardMy wordpress it’s installed correctly. It worked before I updated it (and then came back to the backup).
Forum: Fixing WordPress
In reply to: Can't access dashboardIt doesn’t return anything (or I don’t know where to look).
I deleted all the files on the server (except htaccess and wp-content) and uploaded them again. Still nothing.
I don’t think it’s from my hosting provider because I have another site (add-on domain) on the same server and that works.
And thanks govpatel for the help. I really appreciate your effort ??
Forum: Fixing WordPress
In reply to: Can't access dashboardRenamed it. Still nothing.
So right now, I have all plugins and themes (except twenty) deactivated. Also wp-include and wp-admin folders are from the backup. Same with the files from root folder.
Is kinda becoming frustrating.
Forum: Fixing WordPress
In reply to: Can't access dashboardTried that as well. Still nothing when it comes to accessing the dashboard.
Forum: Plugins
In reply to: [Janrain Engage] Implementation issuesI also have problems 1 and 4.
Any solutions until now?
Forum: Plugins
In reply to: [Janrain Social Login] [Plugin: Janrain Engage] Login options do not updateMy problems is that the login from the sidebar does not work. I managed to update manually the icons.
Any suggestions?
Forum: Themes and Templates
In reply to: Featured image issueThis doesn’t really solve my problem (or I don’t understand). I checked the code, and found the thumbnail for the glider (which look ok) but could find in the code thumbnail insertion in the post / article.
This is the code … but just glider
<div class="glidecontent"> <div class="glidmeta"> <div class="glidim"> <?php the_post_thumbnail(array(350,350)); ?> </div> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php the_excerpt(); ?> <div class="gmore"> <a href="<?php the_permalink() ?>">Read more</a> </div> </div> </div>
Thanks ??