Agentur Pixelportal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fukasawa] Fukasawa Masonry not working plz help me!Thx I have found a solution! 🙂
Go into your WordPress Backend go to Security – Settings go to Database Backups there you will find the path to your backup folder. Go into the folder wp-content/uploads/
look for the folder “ithemes-security” and into this folder for “backups” folder if there is no folder create this folders and give it the right permissions 750 for both folders.After this procedure it should be possible to remake a backup! 🙂I solved the problem with a plugin with the name redirect 2.3.4 you can find it here http://ww.wp.xz.cn/plugins/redirection/ now my Site works perfectly. If you need some help u can ask me. 🙂
Forum: Plugins
In reply to: [Contact Form 7] CSS to change the field boxesLook on my website http://www.pixelportal.de/kontakt
if you like it i can give you the css code.Forum: Plugins
In reply to: [The Google+ plugin] [Plugin: The Google plugin] Authenticate not workGo to https://code.google.com/apis/console click API Access under “Client ID for web applications ” there must be a a link to your Page under “Redirect URIs:” if not click on the right side on “Edit settings” a new window open add your page url under the tab “Redirect URIs:” click update button.
Good luckForum: Fixing WordPress
In reply to: Admin Backend blanck screen after plugins updateProblem resolved
Forum: Fixing WordPress
In reply to: Admin Backend blanck screen after plugins updateok i found a solution for the problem i removed into the plugins folder w3-total-cache plugin i removed into the wp-content folder the following folders “w3tc” “w3tc-config” and files “advanced-cache.php” “db.php” “object-cache.php” and “w3-total-cache-config.php” now my backend is accessible.
Forum: Fixing WordPress
In reply to: Admin Backend blanck screen after plugins updatesorry i’m not so familiar with the database
Forum: Fixing WordPress
In reply to: Admin Backend blanck screen after plugins updatei have a error logfile from my website
Forum: Fixing WordPress
In reply to: Admin Backend blanck screen after plugins updatei have access to my database but i’m not shure wich data to remove
Forum: Plugins
In reply to: [W3 Total Cache] After updating I'm getting Fatal ErrorI have also a problem after update some plugins on wordpress 3.5.1 cannot login into my backend only a blanck screen appears
Forum: Plugins
In reply to: SEO-Analysator Bing h1 Tags Problem WordPress PageHi i use the SmartStart Theme if you need help let us use skype my skype name is [ redacted, support is offered via the forums and not Skype or email ] but without quotation marks. Maybe i can help u.
Forum: Plugins
In reply to: SEO-Analysator Bing h1 Tags Problem WordPress PageHi Eveline i only leave the Last Project on my Start Page at the bottom there are no h1 tags inside hope it helps to solve your problem if not ask back
Forum: Plugins
In reply to: [qTranslate] qtransalte does not work yet with 3.5qTranslate work with wp 3.5 i tested it on my localhost i can send u some screenshots
Unfortunately it does not work for me.
But here is my solution. First, you must delete the following line
include(‘static-slides-sample.php’);if(qtrans_getLanguage()==’de’)
{ include(‘static-slides-german.php’); }elseif(qtrans_getLanguage()==’en’)
{ include(‘static-slides-english.php’); }elseif(qtrans_getLanguage()==’fr’)
{ include(‘static-slides-french.php’); }if ($prlx_slider_mode === ‘dynamic’)
{
print $outputDynamic.$outputScript;
}
else
{
print $outputStatic.$outputScript;
}