wpnoob2014
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to change font size for bulleted text?thank you Tanath
yes, the rem value boggles my mind. i have no idea how it works even after reading abou it online. :(((
but your suggestion work. thank you so much again for willing to help a newbie like me. much appreciated.
Forum: Fixing WordPress
In reply to: how to change font size for bulleted text?thanks Tanath
ok. i found what you are saying, which i suspect is the place to change too.
but changing the bolded below does nothing to the appearance of the “A roaming particle with a curiosity for the world” on my webpage.
is some other code in the .css preventing the font size change from happening?
.site-header h1 a:hover,
.site-header h2 a:hover {
color: #21759b;
}
.site-header h1 {
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
margin-bottom: 14px;
margin-bottom: 1rem;
}
.site-header h2 {
font-weight: normal;
font-size: 16px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #757575;———————————-
@media print {
body {
background: none !important;
color: #000;
font-size: 10pt;
}
footer a[rel=bookmark]:link:after,
footer a[rel=bookmark]:visited:after {
content: ” [” attr(href) “] “; /* Show URLs */
}
a {
text-decoration: none;
}
.entry-content img,
.comment-content img,
.author-avatar img,
img.wp-post-image {
border-radius: 0;
box-shadow: none;
}
.site {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;
}
.site-header {
margin-bottom: 72px;
margin-bottom: 5.142857143rem;
text-align: left;
}
.site-header h1 {
font-size: 21pt;
line-height: 1;
text-align: left;
}
.site-header h2 {
color: #000;
font-size: 10pt;
text-align: left;Forum: Fixing WordPress
In reply to: how to change font size for bulleted text?ok, i figured it out!!! thank you so much tanath!
i didnt change font size throughout webpage to become smaller.
i only make the blog subpage to look uniform (in terms of size)a follow-up question, how do i modify the font size of the second line below “A roaming particle…”? i believe it’s called the site description and is denoted as h2 in .css file? however, when i went in there and tweak the font size, it doesnt work. am i missing something here? or probably not editing in the right place… please advice!
Travel Molecule
A roaming particle with a curiosity for the world
the above statement appear in the top left corner of each of my domain pagesForum: Fixing WordPress
In reply to: how to change font size for bulleted text?thanks Tanath
i found what you mean
}
article.format-aside p {
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #4a5466;
}That line is making the font size of paragraphs inside of “asides” smaller.
but what do you mean by asides?actually, i like the font size of the smaller blog post content (the non-bulleted sections), and would like to apply that throughout my website for all text written (except headings). how do i do that?
also, i dont really understand how this 0.XXXXrem thing work. what does rem mean?
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogclosing topic
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogi think problem is solved now! (i re-configure the whole thing ?? )
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogok. sigh. with some tweaks and trial and error, now i can get it to be ‘live’ again
but i cannot log into my wp-admin website anymore!
neither of the below works to allow me to re-enter WP dashboard
travelmolecule.com/wp-admin
travelmolecule.com/blog/wp-adminwhat did i do wrong?
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogso far i think i moved the below to the travelmolecule.com/blog folder
– css
– wp-content
– wp-includesand copied the below to the travelmolecule.com/blog folder
– index.php
– .htaccessand edited the index.php file in travelmolecule.com/blog to become ‘/blog/wp-blog-header.php’
but to note, i think i still have the following files remaining in public_html folder
– index.php
– .htaccess
– etc files like cgi-binForum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogyes. i think so, it says it is under “public_html/travelmolecule.com/blog”?
i dont know how to show you a screenshot of what’s happening on my cPanel now. is there a way i can show you?
the below probably doesnt work….
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogok. thanks. i think i am half-right now but not entirely
can you please see what’s wrong?
https://www.travelmolecule.comi am getting the below error messages
Warning: require(/home/trave195/public_html/blog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/trave195/public_html/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘/home/trave195/public_html/blog/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/trave195/public_html/index.php on line 17
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogok. sorry, i think i did figure out that some WP core files should be moved, while index.php and .htaccess should be copied (not MOVED)
but my first question still remain. i cannot find the folder where i should be moving or copying files too
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogi found the “public_html” folder in the cPanel
however, i dont find any “/blog” directory or folder.
where is that or do i need to create one?!You need to move the WordPress files and folders from there into the blog folder.
do you mean all of the wordpress files and folders? anything that start with WP? or only the index.php file?Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogi do have cPanel File Manager provided by web host
when you say root directory, do you mean root directory = .com directory?