Jump to content

newseed

Advanced Member
  • Posts

    1,436
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by newseed

  1. I'm in the process of constructing a website hosted by powweb. I have successfully created a blog in WP with their in-built system. However, I would like to incorporate this blog into my website such that it will be displayed on the site with a matching theme.

     

    thanks.

    You would edit the header/footer php files via WP admin area. Within that same area you can edit the stylesheet for WP to match.

     

    You are not limited to just the header or footer portion of your design but you can literally wrap your entire design around WP.

  2. Susie, what does the exported data look like? I have taken a few of them from online stores (one being GoDaddy store) and imported with very little problems. Basically you just need to cater the definitions to match the new store and maybe remove unwanted columns .

     

    As stated by another, you should look into the new ecommerce software to see if they have a method of importing another store's data.

  3. Get rid of all the margins you've posted and add this to your CSS:

     

    #wrap { width: 900px; margin: 0 auto; }

     

     

    You HTML will be something like this:

     

     

    ---all your other html/content goes here---

     

     

    Of course you can adjust the CSS for the #wrap to reflect the width you desire.

  4. This has been explained to you but your code is not showing the changes that was given to you.

     

    You incorrectly placed class="first_menu" within a

    tag. It should be move to the cell

    of the first menu:

     

    [/b]

     

    The class="second_menu" is in the correct location and so you don't have to change anything there.

     

    You didn't even adjust the CSS to have each class name assigned to the styles that you want to adjust.

     

    In your CSS you must assign .first_menu to each of the link call out you wish to change. This is how your CSS code looks like now:

     

    .first_menu

    {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #CCCCCC;

    }

    a:link {

    text-decoration: underline;

    }

    a:visited {

    text-decoration: underline;

    color: #CCCCCC;

    }

    a:hover {

    text-decoration: none;

    color: #FFFFFF;

    }

    a:active {

    text-decoration: underline;

    color: #CCCCCC;

    }

     

    You need to assign .first_men to a:link, a:visited, a:hover, and a:active like this:

     

    .first_menu

    {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #CCCCCC;

    }

    .first_menu a:link {

    text-decoration: underline;

    }

    .first_menu a:visited {

    text-decoration: underline;

    color: #CCCCCC;

    }

    .first_menu a:hover {

    text-decoration: none;

    color: #FFFFFF;

    }

    .first_menu a:active {

    text-decoration: underline;

    color: #CCCCCC;

    }

     

    The same thing applies for the .second_menu of the CSS.

  5. You can acheive that using Wordpress. However, one of two things will have to happen.

     

    1. You will need shrink the image in the main blog content area so you can allow a side column or;

    2. You will need to widen your site by about 160-180px so you have room for the side column.

  6. Looks like some kind of script that is generating that menu. This is the code that I suspect is produced:

     

     

    What a mess.

  7. If you want your Wordpress blog to look like your regular site design then you basicaly define the portion of your code to be a header and a footer. It's really easy. I have done about 3-4 businesses that uses Wordpress that displays seamlessly with the entire site.

     

    What is your url of the site design that you would like to implement?

  8. Okay, okay, I know that this suggestion probably sounds like sacrilege to you (and me, for that matter), but what has anyone or international body being doing all this while to get something done about it?

     

    In the near future...

     

    "Wow! Look at this site! Cool! Let's view the source, copy it and use it on our site."

     

    *click*

     

    *windows pops up*

     

    "If you wish to view the source, you must provide your international registered web surfing ID and password"

     

    :o

  9. I've personally never used but I hear nothing but good stuff saying that it's relatively easy to learn. I don't know how the code is and how easy or difficult it is to customize it to fit the store's needs.

  10.  

    Do I need a SSL? I am not touching any sensitive information, Unless we call name and address Sensitive. (YES! I would not add any personal info to any site unless they have SSL)

     

    I know that the SSL Certificate LOGO provides a bit a piece of mind to many people. (A SSL logo is not enough. You need at least a 256 bit encryption.)

     

    Do I need a Dedicated SSL, thus a dedicated static IP? (Yes)

     

    Or is a Shared SSL good enough? (If you are going to handle tons of info and products along with traffic, I would suggest a dedicated server)

     

    Is SSL expensive? (It varies depending what you use. I use Comodo SSL)

     

    Am not even sure what a shared SSL is.. lol (Personally, I avoid shared SSL but that doesn't mean they are ineffective.)

  11. I need money, so I am offering to sell my posts number so you too can impress your friends! Counter their Chia Pet with you newly purchased posting numbers at Killersites. Now for only $1 per post incl. but act now!

    Why not get a part of the so-called 'Bail Out' program instead of selling your post. You'd have a better chance of getting rich!! :D

×
×
  • Create New...