mswriterlady
Forum Replies Created
-
Forum: Plugins
In reply to: [Metaphor Shortcodes] PayPal LinkThanks. I wasn’t sure if that was acceptable. I appreciate your response. Awesome plugin by the way.
@tassie2011…I am so glad the answer came to me and I was able to fix mine. I was more than happy to post what to do for anyone that needed it. We all need each other and it does me good when I see those that reach out to help others. I have to do my part because I get so much help myself.
LOL…glad I could be of help. You have made my day that I could help. Makes me feel good on the inside. Have a wonderful rest of the day!!
There is a couple things you can do. I hope you backed up your system before adding the plug-in. I had to learn that the hard way. At any rate, go to your dashboard and look down the left side for Settings>Permalinks> then scroll down and click save. This should reset the links again so that the pages appear the way they should.
Also make sure you have the most updated version of the plug-in. There was an update I had to go and get so I removed the plug-in and re-installed it with the update. After this it worked fine for me. I actually think I kinda like it, although as soon as I have the extra cash I will upgrading to a more advanced plug-in.
Hope this helps. I never got an answer from anyone when I posted here…but oh well, thank goodness the Universe favors me and I got the help I needed elsewhere.
Be Blessed!
Forum: Fixing WordPress
In reply to: custom page templatei just want a page that has my header, the ability to put content, maybe image capability and ability to put links. My blog page has two columns of which i want to remain that way, but i want to use a different page for the other pages
Forum: Fixing WordPress
In reply to: custom page templateyes. i know i can create a page template, but i am not sure how. i am not good at writing code well enought to make a page on my own. i also am not sure where i would save and upload the page once i made it even if i could figure out how to do it. Can you help me with this this?
Forum: Fixing WordPress
In reply to: remove title from content areaThat means that I need to be editing this in my web design software! Yikes. Why did I think WordPress was all inclusive? Oh my!
Forum: Fixing WordPress
In reply to: remove title from content areaI am very sorry. I am new to all this. Where is this located? I am having trouble finding it.
Forum: Fixing WordPress
In reply to: remove title from content areaThat line is nowhere in the code. I copied and pasted the code below. Maybe I don’t see it or maybe it’s coded as something esle perhaps?
/*
Theme Name: Revolution Code Gray
Theme URL: https://www.revolutiontwo.com/themes/code-gray
Description: Code Gray is a 3-column Widget-ready theme created for WordPress.
Author: Brian Gardner
Author URI: https://www.briangardner.com
Version: 2.0
Tags: three columns, fixed width, white, gray, sidebar widgetsThe CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.phpChangelog:
v2.0 – 11.01.08
First Release of Revolution Code Gray
*/body {
background: #4C4C4C url(gray/images/bg.gif) repeat-x;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}#wrap {
background: #FFFFFF;
margin: 0px auto 0px;
padding: 0px;
}/************************************************
* Hyperlinks *
************************************************/a, a:visited {
color: #666666;
text-decoration: none;
}a:hover {
color: #333333;
text-decoration: underline;
}a img {
border: none;
}/************************************************
* Header *
************************************************/#header {
width: 960px;
height: 110px;
color: #FFFFFF;
font-size: 16px;
font-weight: normal;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
}#header p {
padding: 0px 0px 5px 0px;
margin: 0px;
line-height: 20px;
}#header h1 {
color: #FFFFFF;
font-size: 36px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 20px 0px 0px 0px;
text-decoration: none;
}#header h1 a, #header h1 a:visited {
color: #FFFFFF;
font-size: 36px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 20px 0px 0px 0px;
text-decoration: none;
}#header h1 a:hover {
color: #FFFFFF;
text-decoration: none;
}.headerleft {
width: 470px;
float: left;
margin: 0px;
padding: 0px;
overflow: hidden;
}.headerright {
width: 480px;
float: right;
margin: 0px;
padding: 10px 0px 0px 0px;
text-align: right;
}.headerright a, .headerright a:visited {
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
padding: 0px 0px 0px 3px;
}.headerright a:hover {
color: #FFFFFF;
text-decoration: underline;
}.headerright a img {
border: none;
margin: 0px 0px 3px 0px;
padding: 0px;
}/************************************************
* Navbar *
************************************************/#navbar {
background: #4C4C4C;
width: 960px;
height: 30px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}#navbarleft {
width: 660px;
height: 30px;
float: left;
margin: 0px;
padding: 0px;
}#navbarright {
width: 300px;
height: 30px;
float: right;
margin: 0px;
padding: 0px;
text-align: right;
}#nav {
margin: 0px;
padding: 0px;
list-style: none;
}#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}#nav a {
color: #FFFFFF;
display: block;
font-weight: bold;
margin: 0px 20px 0px 0px;
padding: 8px 10px 7px 10px;
}#nav a:hover {
background: #7A7A7A;
color: #FFFFFF;
display: block;
text-decoration: none;
margin: 0px 20px 0px 0px;
padding: 8px 10px 7px 10px;
}#nav li {
float: left;
margin: 0px;
padding: 0px;
}#nav li li {
float: left;
margin: 0px;
padding: 0px;
width: 140px;
}#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #7A7A7A;
color: #FFFFFF;
width: 140px;
float: none;
margin: 0px;
padding: 6px 10px 5px 10px;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}#nav li li a:hover, #nav li li a:active {
background: #4C4C4C;
color: #FFFFFF;
}#nav li ul {
position: absolute;
width: 10em;
left: -999em;
}#nav li:hover ul {
left: auto;
display: block;
}#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}/************************************************
* Content *
************************************************/#content {
width: 960px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}#content p {
padding: 0px 0px 10px 0px;
margin: 0px;
line-height: 20px;
}#content h1 {
color: #666666;
font-size: 24px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 0px 0px 5px 0px;
}#content h1 a {
color: #666666;
text-decoration: none;
}#content h1 a:hover {
color: #333333;
text-decoration: none;
}#content h3 {
color: #666666;
font-size: 24px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}#content h4 {
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
margin: 0px 0px 20px 0px;
padding: 0px 0px 5px 0px;
}#content img.wp-smiley {
float: none;
border: none;
padding: 0px;
margin: 0px;
}#content img.wp-wink {
float: none;
border: none;
padding: 0px;
margin: 0px;
}#contentleft {
float: left;
width: 500px;
margin: 0px 0px 0px 0px;
padding: 20px 30px 20px 0px;
}#contentleft ol {
margin: 0px 0px 0px 20px;
padding: 0px 0px 10px 0px;
}#contentleft ol li {
margin: 0px 0px 0px 20px;
padding: 0px 0px 5px 0px;
}#contentleft ul {
list-style-type: square;
margin: 0px 0px 0px 20px;
padding: 0px 0px 10px 0px;
}#contentleft ul li {
list-style-type: square;
margin: 0px 0px 0px 20px;
padding: 0px 0px 5px 0px;
}.date {
font-size: 11px;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0px 0px 15px 0px;
border-bottom: 1px dotted #999999;
}.postmeta {
width: 500px;
font-size: 11px;
font-weight: bold;
padding: 10px 0px 0px 0px;
margin: 0px 0px 40px 0px;
border-top: 1px dotted #999999;
}blockquote {
font-style: italic;
margin: 0px 25px 15px 25px;
padding: 0px 25px 0px 10px;
border-left: 2px solid #7A7A7A;
}#content blockquote p {
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}/************************************************
* Images *
************************************************/img.centered {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 0px;
}img.alignnone {
padding: 0px;
margin: 0px 0px 10px 0px;
display: inline;
}img.alignright {
padding: 0px;
margin: 0px 0px 10px 10px;
display: inline;
}img.alignleft {
padding: 0px;
margin: 0px 10px 10px 0px;
display: inline;
}.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}.alignright {
float: right;
}.alignleft {
float: left;
}.wp-caption {
margin: 0px;
padding: 0px;
}.wp-caption img {
margin: 0px 0px 10px 0px;
padding: 0px;
border: 0px;
}.wp-caption p.wp-caption-text {
margin: 0px;
padding: 5px 0px 0px 0px;
font-size: 10px;
font-style: italic;
font-weight: bold;
line-height: 12px;
}/************************************************
* Left Sidebar *
************************************************/#l_sidebar {
float: left;
width: 160px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 20px 0px;
line-height: 20px;
}#l_sidebar h2 {
background: #FFFFFF url(gray/images/headline_left.gif);
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-transform: uppercase;
margin: 10px 0px 5px 0px;
padding: 3px 0px 3px 10px;
}#l_sidebar p {
padding: 0px 0px 0px 0px;
margin: 0px;
line-height: 20px;
}#l_sidebar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}#l_sidebar ul li {
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px;
}#l_sidebar ul ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}#l_sidebar ul li li {
background: #FFFFFF url(gray/images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px;
}#l_sidebar ul li ul li {
background: #FFFFFF url(gray/images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px;
}/************************************************
* Right Sidebar *
************************************************/#r_sidebar {
float: right;
width: 250px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 20px 0px;
line-height: 20px;
}#r_sidebar h2 {
background: #FFFFFF url(gray/images/headline_right.gif);
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-transform: uppercase;
margin: 10px 0px 5px 0px;
padding: 3px 0px 3px 10px;
}#r_sidebar p {
padding: 0px 0px 0px 0px;
margin: 0px;
line-height: 20px;
}#r_sidebar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}#r_sidebar ul li {
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px;
}#r_sidebar ul ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}#r_sidebar ul li li {
background: #FFFFFF url(gray/images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px;
}#r_sidebar ul li ul li {
background: #FFFFFF url(gray/images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px;
}/************************************************
* Footer Background *
************************************************/#footerbg {
background: #4C4C4C;
}/************************************************
* Footer *
************************************************/#footer {
width: 960px;
height: 30px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px;
}#footer p {
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
margin: 0px;
padding: 0px;
}#footer a {
color: #FFFFFF;
text-decoration: none;
}#footer a img {
border: none;
margin: 0px;
padding: 0px;
}#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}.footerleft {
width: 700px;
float: left;
margin: 0px;
padding: 8px 0px 8px 0px;
}.footerright {
width: 250px;
float: right;
margin: 0px;
padding: 8px 0px 8px 0px;
text-align: right;
}/************************************************
* Search Form *
************************************************/#searchdiv {
margin: 0px;
padding: 0px;
}#searchform {
margin: 0px;
padding: 4px 0px 0px 0px;
}#s {
background: #FFFFFF;
width: 210px;
color: #333333;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
padding: 3px;
margin: 0px 0px 0px 0px;
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}#sbutt {
background: #4C4C4C url(gray/images/submit.png);
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
padding: 1px;
margin: 0px;
border: 1px solid #FFFFFF;
}/************************************************
* Comments *
************************************************/#commentblock {
width: 500px;
float: left;
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 0px;
line-height: 20px;
}.commentleft {
width: 150px;
float: left;
padding: 0px 20px 0px 0px;
margin: 0px 0px 0px 0px;
}.commentright {
width: 300px;
float: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}#commentblock ol {
margin: 0px 5px 0px 20px;
padding: 0px 0px 10px 0px;
}#commentblock ol li {
margin: 0px;
padding: 0px;
}.commentdate {
font-size: 12px;
padding-left: 0px;
}#commentlist li p {
margin-bottom: 8px;
line-height: 20px;
padding: 0px;
}.commentname {
color: #333333;
margin: 0px;
padding: 5px 5px 5px 0px;
}.commentinfo {
clear: both;
}#name, #email, #url {
background: #EAEAEA !important;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px;
padding: 4px;
border-top: 1px solid #666666;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #666666;
border-bottom: 1px solid #DDDDDD;
}#words {
background: #EAEAEA !important;
width: 460px;
color: #000000;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
padding: 4px;
margin: 0px;
border-top: 1px solid #666666;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #666666;
border-bottom: 1px solid #DDDDDD;
}#submit {
background: #4C4C4C url(gray/images/submit.png);
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
text-transform: uppercase;
padding: 3px;
margin: 0px;
border: 1px solid #4C4C4C;
}