shareyourpeace
Forum Replies Created
-
Forum: Themes and Templates
In reply to: white screen; error-warnings:Thanks again,
I just pasted it below. All tags are paired up.page.php
`
<?php get_header(); ?><section class=”row”>
<div class=”small-12 columns text-center”>
<div class=”leader”><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<p><?php the_content(); ?></p><?php endwhile; else : ?>
<p><?php _e( ‘Sorry, no pages found.’); ?></p>
<?php endif; ?></div>
</div>
</section><?php get_footer(); ?>
`page-sidebar-left.php
`
<?php
/*
* Template Name: Left Sidebar
*/
?><?php get_header(); ?>
<section class=”two-column row no-max pad”>
<div class=”small-12 columns”>
<div class=”row”>
<!– Primary Column –>
<div class=”small-12 medium-7 medium-offset-1 medium-push-4 columns”>
<div class=”primary”><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<p><?php the_content(); ?></p><?php endwhile; else : ?>
<p><?php _e( ‘Sorry, no pages found.’); ?></p>
<?php endif; ?>
</div>
</div>
</div>
<!– Secondary Column –>
<div class=”small-12 medium-4 medium-pull-8 columns”>
<div class=”secondary”>
<h2 class=”module-heading”>Sidebar</h2>
</div>
</div>
</div>
</section><?php get_footer(); ?>
`Forum: Themes and Templates
In reply to: white screen; error-warnings:@stephencottontail
Thank YOU !!
That was a great catch !The above fix also resolved the fact that my ‘menu’ didn’t load properly.
The below shows it now does.I’ve got one more If you don’t mind.
On my ‘contacts’ page, the ‘sidebar’ that I created loads improperly.Correct Sidebar Output should look like this:
http://imgur.com/gZicTCBMy Sidebar Output
http://imgur.com/9FlirVwI am outputting
Pages
Archives
Categories
Meta
in Sidebar.The below is a closeup. It has a deprecation error.
thanks again.
Forum: Themes and Templates
In reply to: white screen; error-warnings:Update.
In my functions.php file, lines 46 and 47 were empty.
I deleted them and now I get my dashboard back.But the 505 error still lingers on.
Forum: Localhost Installs
In reply to: Bring down wordpress files from remote to local@lylechamney. Thank you very much for taking the time to explain.
This is a clear explanation and I understand the logic !Forum: Fixing WordPress
In reply to: Remote WordPress Site; browser returns Index of/ all my filesUpdate.
Hi and thanks for responding. I noticed your reply on Saturday and it made sense but I realized something and wanted to troubleshoot a few things first.
I was getting an ‘ error establishing a database connection’ when I type in the URL representing my Site on the Remote host.
I had created the database.
I had created the user.
I had NOT added the ‘user’ to the ‘database’That fixed it.
Forum: Fixing WordPress
In reply to: I am logged in but No Dashboard exists.Resolved.
There are 2 different login username/password accounts.
I was using ‘this’ username – shareyourpeace – to try and log in to my Administrator Dashboard.
Forum: Fixing WordPress
In reply to: I am logged in but No Dashboard exists.Update.
I just searched my email associated with this blog.
I use bluehost.
this is my url
http://www.shareyourpeace2.info/projectWordPress2/But how do I get into the dashboard ?
thanksForum: Fixing WordPress
In reply to: I am logged in but No Dashboard exists.Thank you for responding.
I initially started with wordpress.com but I want to use plugins so I created an blog/account on wordpress.orgIt makes sense what you say. I typed in shareyourpeace.org/wp-admin/ but this bring up ‘not found’.
Isn’t my wordpress username the name of my blog ?
There is only one point of entry – my profile and I do not see my blogname there.
How do I find out the name of my blog ?I did create this blog. It has 4 quotes.
You help is appreciated.Forum: Fixing WordPress
In reply to: logging in on wordpress.org brings me to wordpress.comSee that green and blue image there next to my username:sharyourpeace – that only appears on wordpress.com.
Even the url above shows wordpress.org:confused.
Forum: Installing WordPress
In reply to: can I use Adobe Cloud to Host wordpress ?Thanks again. I will working on this today.
Forum: Installing WordPress
In reply to: can I use Adobe Cloud to Host wordpress ?@catacaustic
1.
Thank you for the Clear Informative explanation !
You have saved me much time today.
I have 3 other inquires pending about this matter and now I believe I am ready to continue.2.
I just posted a question in the Miscellaneous Forum before I noticed your response.
The 2nd piece of that post is also something that I feel certain you will be able to clarify or maybe someone else will.I created a wordpress.com site.
Come to find out that I need to create a wordpress.org site since I want to use plugins as you noted.I found a YouTube tutorial that shows how to MIGRATE the wordpress.com to the wordpress.org but there is not a date on this video.
Is this the Best And Quickest way to approach this ?I am comfortable working command line but I am still a bit fuzzy. When it states that wordpress.org is a place for developers (paraphrased), i really do not want to take a lot of time right this week to create my own .css and php files. Will I still be able to import some of those responsive themes just to get going ! Sorry if these questions are fundamental.
This email is too long and truthfully some of the codex instruction(which are good) seem to be looping around and there is some redundancy so I though that I would ask directly.
3.
Also, I manually installed and enabled MAMP on my Mac at the beginning of the year.
I think that the instructions here:
http://codex.wordpress.org/Installing_WordPress
Are what I need to follow or verify to get this correctly implemented.Can you verify. Again, I work on a Mac.
I am very much looking forward to continuing with my project(s)…. 🙂Thank you again very much !