SunnySunflowers
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts for WordPress] background colorIt’s in Arlima. Go to the article.tmpl file. There is a section of code that reads as follows:
{{if related.single}} <h3>Reade more</h3> {{else}} <h3>Related articles</h3> {{/if}}
So either add a second related post to your articles or change the template. I don’t know if there are any other ways.
Forum: Plugins
In reply to: [Site Creator Ultimate] More than one column and sidebars supported?It’s only when I use layout code 4, so I will have to check if I set something there.
Forum: Fixing WordPress
In reply to: Gmail Not Working Since Domain Moved from WP.com to New HostOk, thanks.
Forum: Fixing WordPress
In reply to: Gmail Not Working Since Domain Moved from WP.com to New HostI’m confused by your answer. My domain had been hosted on WP.com and I moved it to WP.org (BitNami/EC2). Since moving it, the gmail no longer works. As I said, my current nameservers are:
My nameservers are:
ns01.domaincontrol.com
ns02.domaincontrol.comI don’t think this is a WordPress.com question.
Forum: Themes and Templates
In reply to: Remove White Space from Twenty Twelve Home PageThanks a lot, that worked great! It gave me exactly the look that I wanted.
Forum: Themes and Templates
In reply to: Remove White Space from Twenty Twelve Home PageWPyogi, thanks for you answer. It got me to the right place. I was able to find the setting for the space between the bottom of the menu and the top of the page content (where it says “Home”).
Here is what I came up with to change that space:
.site-header {padding-bottom: 0rem;}
I only want this setting to affect the static front page. I tried using the is_front_page function to no avail.
<?php if (is_front_page()) : ?> .site-header {padding-bottom: 0rem;} <?php endif; ?>
Looking through a number of messages, it looks like I would either need to use wp_reset_query() or place the code in page.php or header.php, or something like that. I tried adding wp_reset_query() to various parts of the if statement (I don’t have any kind of programming background), but nothing I did worked. I would rather add the code to the stylesheet than start fooling around with page.php or header.php. Do you know if there is a way to get this to work in the stylesheet CSS?
Forum: Themes and Templates
In reply to: Remove White Space from Twenty Twelve Home PageI am not in the wrong forums. I should have probably explained more why I referenced a .com site. My .org site is not available for display as it is under development–I don’t have a site to display on .org. I do, however, have the .com test site which is using the same template. The question pertains to the .org site. Regardless, they are both using the same template, so it should not matter whether the site is on .org or .com in terms of the CSS that is needed.
Forum: Themes and Templates
In reply to: Remove White Space from Twenty Twelve Home Pagezeaks, thanks for the code. Unfortunately, it did not work.
WPyogi, my site is still being set up. I have a test site with the Twenty Twelve theme at https://mytestpresssite.wordpress.com/.
On just the home page, I want to narrow the white space between the bottom of the menu and the start of the page.
Forum: Fixing WordPress
In reply to: Two upload folders – one private and open to indexing and downloads?Thanks Seacoast. Google web master tools look like they would be good for this.
Forum: Fixing WordPress
In reply to: Two upload folders – one private and open to indexing and downloads?Thanks Krishna and Seacoast for the tip about robots.txt.
Seacoast, what tools are there to stop listing of the URLs?
UPDATE:
I’m going to answer (maybe) my own question. I found a plug-in, WP Robots Txt, that may be the kind of tool to which you were referring.Forum: Your WordPress
In reply to: My new WordPress siteI like your site. I think it looks very professional.