compass7com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images wouldn't show up on Facebook when clicking the share buttonWhen sharing posts from your blog to facebook or any other social media site, the plugins will only accommodate for 1 thumbnail per shared post. You may choose which thumbnail to display in facebook, but you will only be limited to 1 thumbnail. For your fb friends and fans, if they wan’t to see more pics on that post, they will have to link back to your blog to view them from there.
To select an image, click on the fb share buttone under the post, which will pull up a temp fb window. From here, you will have an option at the bottom of your post summary to Choose a Thumbnail, where you can scroll (sideways) through the available pics associated with that post. Share away.
Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: A few newbie questions on siteWhat theme are you using?
For the blogroll, try going to Appearance->Editor->Sidebar, scroll down until you see <div id=”sidebar-right”>. Just below this you will see the blogroll, which you can go ahead and delete.
Or just add a widget of your choice to the widgets section, which will overwrite the blogroll.
It looks to me after visiting your site that the advertisement at the top is actually not an advertisement, but rather a theme header.
You might want to consider experimenting with the vast library of available themes on WordPress, to get the look that would suit your needs.
Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: Insert image in the articleTry manually configuring the image size in the html code to look like this:
<p style=”text-align: center;”><img class=”aligncenter size-thumbnail wp-image-450″ title=”Παναγία η Ιεροσολυμίτισσα” src=”http://ka8odon.com/wp-content/uploads/2010/09/Παναγία-η-Ιεροσολυμίτισσα1-150×150.jpg” alt=”” width=”150″ height=”150″/></p>
Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: Trouble getting multiple posts to show on front pageHi,
Try this:
– go to Appearance -> Editor -> Main Index Template
-Scroll down and look for <div id=”front-list”>
– you will see some php code that reads something like this:
<?php
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=-27,-28&paged=$page&posts_per_page=enter the desired posts in homepage here“); ?>So if you wanted 10 posts to show then enter 10:
<?php
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=-27,-28&paged=$page&posts_per_page=10”); ?>Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: Using my own Domain name…I see. I had the exact problem when I started off my wordpress site, made a couple of changes outlined below, and it worked perfectly for me. Here’s what I did.
(Note I am assuming you only have 1 wordpress site like I do)
– First I backed up my current site in WordPress. Tools -> Export.
– Next I logged into my host site, in my case ipage.com and un-installed WordPress. Next I removed all my databases. Different hosts will have different control panels, but generally the same sections. I went to File Manager, selected all the files and deleted them. This allowed me to clear all the mess I had earlier created and start new.
-I then re-installed wordpress through my host. This re-installation is the important bit. When you get to the bit where you need to specify the Path to Application, which is where your application’s files will be stored and where it will be accessed, select your domain/url as lastnightneveragain.co.uk, and leave the installation directory blank. This will allow your domain to point directly to your wordpress site. In the database section, choose the option that creates a database automatically. If there is an option that says “Yes, install to this directory, even if the directory already exists”, select it as well. Complete installation.
-Log into your wordpress site.
-Go to Settings -> General and make the following changes, if not already done.
-WordPress address (URL): http://lastnightneveragain.co.uk
-Site address (URL): http://lastnightneveragain.co.uk
-Save. Clear your browser cache and try your site now.This worked for me. Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents
http://www.compass7.comForum: Fixing WordPress
In reply to: How to show images in my blog?Hi
For an image to show up in your homepage, what you will need to do is create a Custom Field.
-Click on the image you want to show on the homepage. Click edit image.
-Refer to the Link URL.
-It would look something like this: http://example.com/wp-content/uploads/2010/02/image.jpg
– copy only the portion starting with wp-content. Therefore in the above example, you will copy wp-content/uploads/2010/02/image.jpg
-exit edit image
-scroll down to Custom Fields
-Click on Enter New, type in Image, then click Add Custom Field
-select drop down menu in the Name field and select Image. Paste wp-content/uploads/2010/02/image.jpg in the Value field. Finish by clicking on Add Custom Field.
-You will need to add a custom field evertime you want an image to show up in the thumbnails on the homepage. Since you have already created the custom field Image in the above steps, all you will need to do in new posts is to select Image from the drop down menu.Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: Using my own Domain name…Looks like you fixed it, seems to be working fine when clicking on your domain name.
Compass 7 Inc
Providing Solutions to the 7 Continents
http://www.compass7.comForum: Themes and Templates
In reply to: Can’t see a thumbnail in my featured section. PLEASE HELPLet’s go through a process of elimination.
First you will need to create a new category called ‘Featured’. There are 2 ways to do this. You will need to click on Categories in the side menu of your WordPress admin section, then fill in the information in the Add New Category portion. Or you can just add a new category when adding or editing a post. That creates the featured category.
If you want a post to show in the Featured section, all you need to do is tick this category when you are creating a new post or editing an old one. Hope this helps.
Now if you’ve already done this and the thumbnail still doesn’t show, the next thing you will need to do is create a Custom Field.
-Click on the image you want to show on the homepage. Click edit image.
-Refer to the Link URL.
-It would look something like this: http://example.com/wp-content/uploads/2010/02/image.jpg
– copy only the portion starting with wp-content. Therefore in the above example, you will copy wp-content/uploads/2010/02/image.jpg
-exit edit image
-scroll down to Custom Fields
-Click on Enter New, type in Image, then click Add Custom Field
-select drop down menu in the Name field and select Image. Paste wp-content/uploads/2010/02/image.jpg in the Value field. Finish by clicking on Add Custom Field.
-You will need to add a custom field evertime you want an image to show up in the thumbnails on the homepage. Since you have already created the custom field Image in the above steps, all you will need to do in new posts is to select Image from the drop down menu.Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.comForum: Fixing WordPress
In reply to: Problem with imagesHave you tried the following:
-Click on the image you want to show on the homepage. Click edit image.
-Refer to the Link URL.
-It would look something like this: http://example.com/wp-content/uploads/2010/02/image.jpg
– copy only the portion starting with wp-content. Therefore in the above example, you will copy wp-content/uploads/2010/02/image.jpg
-exit edit image
-scroll down to Custom Fields
-Click on Enter New, type in Image, then click Add Custom Field
-select drop down menu in the Name field and select Image. Paste wp-content/uploads/2010/02/image.jpg in the Value field. Finish by clicking on Add Custom FieldCompass 7 Inc
Providing Solutions to the 7 Continents
http://www.compass7.comForum: Themes and Templates
In reply to: Unable to see posts in Headline SectionFirst you will need to create a new category called ‘Headline’. There are 2 ways to do this. You will need to click on Categories in the side menu of your WordPress admin section, then fill in the information in the Add New Category portion. Or you can just add a new category when adding or editing a post. That creates the headline category.
If you want a post to show in the Headline section, all you need to do is tick this category when you are creating a new post or editing an old one. Hope this helps.
Compass 7 Inc
Providing Solutions to the 7 Continents.
http://www.compass7.com