cg6inc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??Anywayz, Problem solved.
noted.
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??Please look at me as a person who is an ultra beginner with WordPress. That means, short explainations to my issues do not help me at all.
Look it this way, when you went to school and did not understand an equation. Some one guided you to understand the problem – they did not throw you in pit of fire expecting you to blow it off on your own.
In time, I will understand wordpress. But now, I am way below what a beginner might consider himself.
I come to you with a creative background. Print and Branding is my speciality. Code is code. Zero’s and One’s. Right and Wrong, nothing beyond the box. To us artists, it’s calculus. To you, it’s a lifestyle.
Nuff said, now back to the case..
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??PERFECT. THANK YOU SOO MUCH!!
Just a quick enquiry…now that I got the font type I wanted. i noticed the paragraph formatting is off. For example, paragraphs are not seperated from one another.
other than using a <br> code, is another way to do it in WordPress?
Your time is greatly appreciated 😀
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??Ok, this is the code on (page.php)
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2><?php the_title(); ?></h2>
<div class=”entry”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?><?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?><?php get_footer(); ?>
Moshu, where should I add <div class”item_text”> ?
Thank You for your effort and time.
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??LCnSac..
I don’t know what to tell you. I tried both attempts. I even cleared my cache. The issue is still the same. No change from what I started. Check it out.
Btw, I am working off a MAC. Is WordPress MAC complaint?
Thanks,
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??Ok, done it with the way you suggested. Same font issue.
How can I access the CSS from the editor? It doesn’t give me the permissions. What chmod command should I use?
Thanks,
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??So are you saying, I should create a new “about” page. Repaste /events/ content into the new “about” page and re-edit the content for the “about page” within WP dashboard and save.
If I do it this way, it should come out universal. Is that what are you saying? Or are you saying that there is no hope – simply because I tinkled with WordPress because I played with Word.
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??Then how I do keep the font look from /events/ to be on all the pages.
If you are telling me to never copy and paste from MS Word or monster programs into the wysiwyg editor then the font I want, will never be available.
Therefore keeping the issue at large – unsolved.
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??I’ve already done that. As in, I took that initial attempt prior posting this issues on here. The problem remains the same.
From there, I took the content from /events/ to ms word and did the changes over there. And then re-pasted it into WP. Barely any luck.
Any other suggestions? This is very puzzling…
Forum: Fixing WordPress
In reply to: want to keep the same font type, why can’t I??I don’t get you.
Isn’t re-paste copy & paste?