scherer326
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only homepage works…All others 404 erroryup, thats what I just figured out 5mins ago. Thanks stuv2 for the confirm..
Forum: Fixing WordPress
In reply to: Please help – Categories not diplaying on webpage anymoreGo it fixed, I had to change the permalinks settings within WordPress dashboard back to default. All fixed now.
you can find the fix here:
http://codex.ww.wp.xz.cn/FAQ_Troubleshooting#How_to_fix_404_error_when_using_Pretty_Permalinks.3FForum: Fixing WordPress
In reply to: Only homepage works…All others 404 errorI am getting 303 error also with my categories posts which is how my blog page is displayed. Is this wordpress error.
http://www.schererfamilyblog.com (click on caylah updates on main menu)Forum: Fixing WordPress
In reply to: Please help – Categories not diplaying on webpage anymorethe problem came back again, can anyone see what is wrong here.
you rock, that was it. I think I accidently deleted it was I was adding a visibility:hidden line to that section because I didnt want to see the social icons at one point. All good now.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Removing line break in timerI tried this but it didnt work on my website. Take a look on the top right section of my webpage.
Forum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] Tips to center the video playerthanks for the tip
is there a free way to do the back up. Can it be done thru filezila.
do I need to install this: Microsoft Web Platform Installer (Web PI)
so when I transfered (copied) everything from my ipage root folder to a folder on my desktop using filezila that is nothing? I believe it is all the wordpress files, but how do I access it locally.
thanks to you both. one more question, I downloaded all the files from ipage using filezilla to my local computer. Now how can I access the site locally. I am trying to find the exact tutorial to set this up locally since the site is already created but am stuck.
I am asking one more time for your help.
also how do you align the slider to the center of the post.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] 980 px featured image – how to?here you go buddy, two things:
when you click on the “set feature link” in the promotion page, when you load the picture make sure you set the size part to full size.
when you you are in the promotion page doing the editing, make sure you are in the Html part of the posting section, not Visual and insert this if width is the only thing you are changing:
[promoslider width=”980px”]
I figured it out from reading a prior forum post. Needed to change something in the php file
original:
echo “fergcorp_countdownTimer_js_language[‘ago’] = ‘”.addslashes(__(‘%sago’, ‘fergcorp_countdownTimer’)).”‘;\n”;updated:
echo “fergcorp_countdownTimer_js_language[‘ago’] = ‘”.addslashes(__(‘%’, ‘fergcorp_countdownTimer’)).”‘;\n”;now it works perfectly. I wanted to do this because I am using the timer to show my daughter’s age, i.e. count up…
this was great, thanks….